/* FBK = Fallback */




img {
    /* max-width: 100%; */
    height: auto;
}

.flipbook_iframe iframe {
    width: 100%;
    height: 600px;
    border: 0;
    overflow: hidden;
}

.full_width .flipbook_iframe iframe {
    height: 750px;
}

/* a,
a:visited,
body:not(.homepage) main a {
    color: #630460;
}

body:not(.homepage) a:hover {
    color: rgb(149, 54, 146);
} */

a.grs_link,
a.grs_link:visited {
    text-decoration: none;
}

a.grs_link:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

fieldset {
    margin: 0 1em 1em 0;
    border: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.right_text {
    text-align: right;
}

.center_text {
    text-align: center;
}

.clear_after:after,
.sharing_buttons:after,
.announcement:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.out_wrap_large {
    margin: 0 auto;
    max-width: 1110px;
}

.out_wrap {
    margin: 0 auto;
    max-width: 1080px;
}

.back_gray_1 {
    background-color: #ECECEC;
}

.back_gray_2 {
    background-color: #F5F5F5;
}

.back_white {
    background-color: #FFFFFF;
}

.back_gray_1.pad_1+.back_gray_1 {
    margin-top: 0;
}

aside .back_gray_1.pad_1+.back_gray_1 {
    margin-top: 1em;
}

.back_gray_1 img+div {
    padding: 1rem;
}

.page_prolonged_alert {
    background-color: #F1F1F1;
}

.full_width {
    width: 100%;
}

.half_width {
    width: 50%;
}

.main_size,
main:not(.full_width) {
    float: left;
    width: 65%;
}

aside {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.col_width_2 {
    width: 65%;
    margin-right: 5%;
}

.col_width_1 {
    width: 30%;
}

.pad_1 {
    box-sizing: border-box;
    padding: 1rem;
}

.pad_36 {
    box-sizing: border-box;
    padding: 36px;
}

.side_gray_box {
    box-sizing: border-box;
    padding: 1rem;
    background-color: #ECECEC;
}

.back_gray_1.pad_1 h3 {
    margin-top: 0;
}

.back_gray_1.pad_1 ul {
    padding-left: 1.1em;
}

.reset_ul,
.main_nav ul,
.list_links,
.list_buttons,
.sub_nav,
.related_links,
.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



.side_gray_box h3 {
    margin-top: 0.6em;
}

main h1 {
    color: #006e58;
}

h2 {
    color: #959595;
}

h2 {
    font-size: 1.75rem;
}

/* 28 */
h3 {
    font-size: 1.5rem;
    margin: 1.5em 0 0.6em;
}

/* 24 */
h4 {
    font-size: 1.3125rem;
    margin: 1.5em 0 0.6em;
}

/* 21 */
h5 {
    font-size: 1.1875rem;
    margin: 2rem 0 0rem 0;
}

/* 19 */
.smaller {
    font-size: 0.8em;
}

.larger {
    font-size: 1.3em;
}

.notes {
    font-size: 0.8em;
}

.notes:target {
    background-color: #FFFFC2;
}

.orange {
    color: #f49778;
}

.red {
    color: #C25666;
}

.guidance,
#warning {
    color: #C25666 !important;
}

.yellow_box {
    background-color: #ffebb4;
    padding: 1em;
}

h2 .smaller,
h3 .smaller,
h4 .smaller {
    font-weight: normal;
}

.browsehappy a,
.browsehappy a:visited {
    color: #FFFFFF;
}

.footer_links a,
.footer_links a:visited,
footer .footer_links a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.footer_copyright a.privacy,
.footer_copyright a.privacy:visited {
    color: #FFFFFF;
    text-decoration: underline;
    display: inline-block;
    margin-left: 1.5em;
}



.secondary_nav a:hover,
.sub_nav a:hover,
footer .footer_links a:hover,
.link_button:hover {
    text-decoration: underline;
}

footer .footer_copyright a:hover {
    text-decoration: none;
}

/* to be removed when special emergency donation campaign ends */
.secondary_nav a.special {
    text-decoration: underline;
}

.secondary_nav a.special:hover {
    text-decoration: none;
}

/* Hidden stuff */
#___gcse_0,
.gsib_b,
.child_closed,
.main_nav ul ul,
.page_az_index.js_on h2,
.js_off .sharing_copy {
    display: none;
}




.quick_action .c,
.quick_action .d,
.news_grid span:before,
main h2.toggle_h2,
main h3.toggle_h3,
.alphabet a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}



body,
input,
textarea,
select,
button {
    font-family: 'PT Sans', 'Calibri', sans-serif;
    font-size: 16px;
}

.browsehappy {
    margin: 0;
    padding: 2em 0;
    font-size: 1.2rem;
    background-color: #00614b;
    color: #FFFFFF;
    text-align: center;
}



.main_nav a {
    color: #636363;
}

.secondary_nav a {
    color: #006e58;
}

.secondary_nav li {
    float: left;
    margin-right: 2em;
}

.secondary_nav li:last-of-type {
    margin-right: 0;
    margin-left: 2em;
    /* this  change has been done as part of the new academics section release */

}


/*.secondary_nav > a {
	margin-right: 1em;
}
.secondary_nav > a:last-of-type {
	margin-right: 0.74em;
}*/

.lau_logo {
    display: inline-block;
    float: left;
    width: 210px;
    height: 87px;
    background-image: url(../_ui/lau-logo-retina-green.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 210px 87px;
}

.lau_logo h1 {
    /* 	text-indent: -300vw; */
    font-size: 0;
}

.top_nav_group {
    float: right;
    width: 74%;
}

.main_nav {
    position: relative;
    margin-top: 1em;
    font-size: 1.5rem;
}

.main_nav a {
    display: inline-block;
}

.secondary_nav {
    font-size: 1.125rem;
}

.secondary_nav ul {
    float: left;
    padding-top: 0.2em;
    padding-right: 1.4em;
}

.quick_action {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 1em;
}

.quick_action svg {
    width: 26px;
    height: 26px;
}

.qa_hide {
    fill: none;
    pointer-events: all;
    cursor: pointer;
}

.quick_action .a,
.quick_action .c {
    fill: transparent;
    stroke: #959595;
    stroke-width: 6px;
}

.quick_action .b,
body:not(.homepage) .quick_action:hover .c,
body:not(.homepage) .quick_action:focus .c {
    fill: #959595;
}

body:not(.homepage) .quick_action:hover .d,
body:not(.homepage) .quick_action:focus .d {
    fill: #FFFFFF;
}

/**
* Scroll to top feature
**/
#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;

}

.scroll_to_top_arrow {

    width: 2rem;
    height: 2rem;
    margin: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.scroll_to_top_arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    margin: -6px 0 0 -5px;
}

.scroll_to_top_arrow::after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    transform-origin: 50% 50%;
    width: 0;
    height: 14px;
    border-width: 0 2px 0 0;
    transform: translate(-1px, -5px);
}

.scroll_to_top_arrow.circle {
    background-color: #58595b;
    border-radius: 50px;
    border: none;
    transition: background-color 0.3s ease;
    /* Transition property */
}

.scroll_to_top_arrow.circle:hover {
    background-color: #02614b;
}

.footer_sm img:hover,
.footer_sm svg:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

/**
* End of scroll to top feature
**/

.ra,
.rb {
    opacity: 0;
    fill: #959595;
}

.search.btn_active .ra,
.search.btn_active .rb {
    opacity: 1;
}

.search.btn_active path.b,
.search.btn_active circle.c {
    opacity: 0;
}

.search .ra {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search .rb {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search.btn_active:hover .ra,
.search.btn_active:hover .rb {
    fill: #00614b;
}



.sub_nav {
    float: right;
    margin-bottom: 3rem;
    text-align: right;
    font-size: 1.1em;
}

.sub_nav li:first-of-type {
    margin-left: 0;
    border-left: 1px solid #BABABA;
    padding-left: 1em;
}

.sub_nav li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.3em;
    margin-left: 1em;
    border-right: 1px solid #BABABA;
    padding-right: 1em;
}

.sub_nav a {
    color: #555555;
}

.sub_nav a.active {
    text-decoration: underline;
    color: #630460;
}

#___gcse_0 {
    float: left;
}

#gsc-i-id1 {
    width: 16rem !important;
    min-height: 1.35rem;
}

table.gsc-search-box td {
    width: auto;
}

.gcse-searchbox-only {
    display: inline-block;
}

body form.gsc-search-box,
body table.gsc-search-box {
    margin-bottom: 0;
}

body .gsc-search-button-v2 {
    padding-left: 10px;
    padding-right: 10px;
}

input.gsc-input {
    font-size: 16px !important;
}

input.gsc-input::placeholder {
    font-size: 16px !important;
}



body:not(.homepage) main,
aside {
    padding: 1rem 0;
    font-size: 1.1875rem;
    line-height: 1.45;
    color: #555555;
}

aside:not(.skip_style) {
    margin-top: 1rem;
    padding: 1rem 2% 2rem;
    width: 26%;
    background-color: #f1f1f1;
    font-size: 1.0625em;
}

aside.skip_style {
    font-size: 1.0625em;
}

aside.no_background {
    background-color: transparent;
}

aside:not(.skip_style) h2 {
    margin: 1.5em 0 0.5em;
    font-size: 1.47em;
    /* 25 */
    color: #58595b;
}

aside:not(.skip_style) h3 {
    margin: 1.4em 0 0.5em;
    font-size: 1.2353em;
    /* 21 */
}

aside:not(.skip_style) h4 {
    margin: 1.25em 0 0.5em;
    font-size: 1.125rem;
    /* 18 */
}

aside:not(.skip_style) h2+ul,
aside:not(.skip_style) h2+p,
h3+ul,
h3+p,
h4+ul,
h4+p {
    margin-top: 0.5em;
}

aside:not(.skip_style) ul {
    padding-left: 1.1em;
}

aside .ac_related_dates p {
    margin-top: 0;
}

/* CSS  for AC related dates in sidebar*/

.page_for-organizations aside p.email {
    word-break: break-word;
}

/*body:not(.homepage) main > :first-child,*/
body:not(.homepage) main>article> :first-child {
    margin-top: 0;
}

.banner_image+main> :first-child,
.campus_map+main> :first-child,
body aside> :first-child {
    margin-top: 1rem;
}

body:not(.homepage) main {
    display: block;
    clear: both;
}

.back_link {
    display: block;
    margin-top: 0.3em;
}

.back_link a {
    padding-left: 1.5em;
    color: #959595;
    font-size: 1.125em;
    text-decoration: none;
    background-image: url('../_ui/arrow-back.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 1em 1em;
}

.back_link a:hover {
    -webkit-filter: brightness(0.75);
    filter: brightness(0.75);
    text-decoration: underline;
}

.page_title {
    margin: 1.25rem 0;
    font-family: 'Bree Serif', 'Cambria', 'Lucida Bright', serif;
    font-weight: normal;
    font-size: 2.6rem;
    background: linear-gradient(#f1f1f1 0, #f1f1f1 100%);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: 100% 17px;
    color: #555555;
}

.back_link+.page_title {
    margin-top: 0;
}

.page_title span {
    display: block;
}

.page_title a {
    color: inherit;
    text-decoration: none;
}

body .page_title a:hover {
    text-decoration: underline;
    color: #555555;
}

.link_button {
    display: inline-block;
    box-sizing: border-box;
    max-width: 11em;
    margin: 1em 0;
    padding: 0.5em 1em;
    background-color: #dcdcdc;
    color: #630460;
    font-weight: bold;
    text-align: center;
}

ol.longtext li,
ul.longtext li {
    margin-bottom: 1em;
}

.longtext ol,
.longtext ul {
    margin-top: 1em
}

main h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #00614b;
    padding-top: 1.25em;
    padding-bottom: 0.4em;
}

html .clickable_h2 h2 {
    border-bottom: 0;
    padding: 0.5em 0 0;
}

.page_fees main h2,
html h2.no_underline {
    border-bottom: 0;
    padding-bottom: 0;
}

main h2.toggle_h2,
main h3.toggle_h3 {
    border-bottom: 7px solid #F1F1F1;
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0;
    font-weight: normal;
    color: #636363;
}

main h2.toggle_h2:hover,
main h3.toggle_h3:hover {
    border-bottom-color: #BABABA;
    color: #00614b;
}

main h2.toggle_h2:hover a,
main h3.toggle_h3:hover a {
    color: #00614b;
}

main h2.toggle_h2.down,
main h3.toggle_h3.down {
    border-bottom-color: #00614b;
    color: #00614b;
}

main h2.toggle_h2 a,
main h3.toggle_h3 a {
    display: block;
    position: relative;
    padding-right: 1em;
    padding-bottom: 0.4em;
    text-decoration: none;
    color: inherit;
}

main h2.toggle_h2 a:after,
main h3.toggle_h3 a:after {
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0.4em;
}

main h2.toggle_h2.down a:after,
main h3.toggle_h3.down a:after {
    content: "â€“";
}

main h3.toggle_h3 {
    margin-bottom: 0;
    border-bottom-width: 4px;
    max-width: 90%;
    font-size: 1.375rem;
}

main h3.toggle_h3+div.collapsible {
    max-width: 90%;
}

main h3.toggle_h3+div.collapsible+h2 {
    margin-top: 1.5em;
    /* if we have nested headings */
}

.list_links li {
    margin-bottom: 3px;
}

.list_links a:link,
.list_links a:visited {
    display: block;
    background-color: #f1f1f1;
    padding: 0.4em 1em;
    text-decoration: none;
    color: #636363;
}

.list_links a:hover {
    text-decoration: underline;
    color: #630460;
}

.list_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.6rem;
    max-width: 16rem;
}

/*FBK*/
.list_buttons li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.list_buttons a {
    display: block;
    border: 1px solid #BABABA;
    border-radius: 0.5em;
    padding: 0.2em;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.list_buttons a:hover {
    background-color: #f1f1f1;
}

.related_links {
    float: left;
    margin: 2rem 0 0;
    font-size: 1.0625rem;
}

.related_links li:first-of-type {
    margin-left: 0;
    border-left: 1px solid #BABABA;
    padding-left: 1em;
}

.related_links li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.3em;
    margin-left: 1em;
    border-right: 1px solid #BABABA;
    padding-right: 1em;
}

.related_links a {
    margin-top: 1em;
    text-decoration: none;
}

.green_button:link,
.green_button:visited {
    display: inline-block;
    background-color: #00614b;
    padding: 0.3em 1em;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

html body .green_button:hover {
    background-color: #307f6c;
    color: #FFFFFF;
}

.purple_textbox {
    padding: 6%;
    background-color: #873e85;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
}

.purple_textbox a:link,
.purple_textbox a:visited {
    color: #FFFFFF;
}

body .purple_textbox a:hover {
    color: white;
    text-decoration: none;
}

.greyborder_textbox {
    padding: 6%;
    font-size: 1.2rem;
    text-align: center;
    background: transparent;
    color: #555555;
    border: 3px solid #ECECEC;
}

.greyborder_textbox a:link,
.greyborder_textbox a:visited,
body .greyborder_textbox a:hover {
    color: #873e85;
}

/* Timeline Section */
.timeline {
    list-style-type: none;
    position: relative;
    margin-left: 5rem;
}

.timeline:before {
    content: ' ';
    background: #006e58;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 0.19rem;
    height: 100%;
    z-index: 400;
}

.timeline>div {
    margin: 2.5rem 0;
    padding-left: 2.5rem;
    position: relative;
}

.timeline .date {
    position: absolute;
    top: 0px;
    left: -145px;
    margin: 0px;
    font-style: italic;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #3A3E42;
    width: 7.5rem;
    display: inline-block;
    text-align: right;
}

.timeline>div:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #006e58;
    left: -11px;
    width: 15px;
    height: 15px;
    z-index: 400;
}





/* Video responsive fix - https://stackoverflow.com/a/15844571 */
div.video,
.story_video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

div.video iframe,
.story_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



.page_login form,
.page_feedback form {
    margin: 4rem 0 2rem;
}

label {
    display: inline-block;
    margin: 0 1em 1em 0;
}

label span {
    display: inline-block;
    vertical-align: top;
    min-width: 8rem;
    font-weight: bold;
}

.large_labels label span {
    min-width: 13rem;
}

fieldset legend {
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
    border: 0 none;
    border-bottom: 1px solid #555555;
    border-radius: 0;
    padding: 0.2em 0.4em;
    font-size: 1.0625rem;
    color: #555555;
}

input[type="submit"] {
    border: 1px solid #555555;
    border-radius: 0.5em;
    padding: 0.4em 1.5em;
    background-color: transparent;
    color: #555555;
    font-size: 1.0625rem;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #ECECEC;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    display: inline;
}

textarea {
    border: 1px solid #555555;
    border-radius: 0;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.error {
    color: #C25666;
    font-weight: bold;
}

footer {
    padding: 1.5em 0;
    background-color: #3a3e42;
    color: #FFFFFF;
}

.footer_sm>* {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
}

.footer_sm img {
    height: 26px;
}

.footer_sm img:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.footer_sm .youtube img {
    width: 37px;
}

.footer_links ul {
    margin-top: 0.5em;
}

.footer_links li {
    float: left;
    font-size: 0.9rem;
}

.footer_links li:not(:last-child) {
    margin-right: 1.5em;
}

.footer_copyright {
    display: inline-block;
    border-top: 1px solid #5b5e61;
    margin-top: 1.4em;
    padding-top: 1.8em;
    width: 100%;
    font-size: 0.75rem;
}


/*FBK*/
.news_grid>* {
    display: inline-block;
    vertical-align: top;
    width: 29.7%;
    margin: 0 3% 3% 0;
}

.news_grid> :nth-child(3n) {
    margin-right: 0;
}




.news_grid span {
    display: block;
}

body main .news_grid a {
    padding: 5px;
    background-color: #FFFFFF;
    color: #636363;
    font-size: 1.25rem;
    text-decoration: none;
}

body .news_grid a:hover {
    color: #333;
}

.news_grid span {
    position: relative;
    padding: 1em;
}

.news_grid span:before {
    position: absolute;
    top: -8px;
    left: -28px;
    width: 130px;
    height: 5px;
    content: "";
    background-color: #00614b;
    z-index: 300;
}

.news_grid a:hover span:before {
    left: 0;
    width: 50%;
}

.pad_36 .more_link {
    margin-bottom: -2em;
}


.slider {
    overflow: hidden;
    clear: both;
}

.slick-slide:focus {
    outline: 0;
}

.arrow_prev,
.arrow_next,
.arrow_top {
    display: inline-block;
    z-index: 20;
    background-image: url(../_ui/arrow-both.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -1000vw;
}

.arrow_prev,
.arrow_next {
    position: absolute;
    top: 50%;
    width: 3.75rem;
    height: 5.625rem;
    background-size: 85% 85%;
    background-color: rgba(64, 64, 64, 0.85);
}

.arrow_prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow_next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.arrow_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 2.5rem;
    height: 3rem;
    background-size: 60% 60%;
    background-color: rgba(64, 64, 64, 0.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.more_link {
    float: right;
    padding: 0.8em 0.5em 0.8em;
    display: block;
    font-size: 1rem;
    color: #636363;
    text-decoration: none;
}

.more_link:visited {
    color: #636363;
}

.more_link:hover {
    text-decoration: underline;
}

/* CSS for the HTML Abbreviation element
-----------------------------------------*/
main abbr[title] {
    position: relative;
    text-decoration: underline dotted;
}

main abbr[title]:hover::after,
main abbr[title]:focus::after {
    content: " "attr(title);
    /* position tooltip */
    position: absolute;
    left: 0;
    bottom: -30px;
    width: auto;
    white-space: nowrap;
    /* style tooltip */
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
    padding: 3px 5px;

}

main table {
    margin: 1rem 0;
    border-spacing: 2px;
    border-collapse: separate;
    border-bottom: 2px solid #f1f1f1;
    font-size: 90%;
}

main th {
    background-color: #006e58;
    color: white;
    text-align: left;
}

main th a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

main th h3,
main th h4 {
    color: #fff;
}

main table:not(.regular_table) tr:nth-of-type(even),
main table:not(.regular_table) td[rowspan]:not([rowspan="1"]) {
    background-color: #f1f1f1;
}

main th,
main td {
    padding: 0.4em 0.8em;
}

main .regular_table {
    border-spacing: 0;
}

main .regular_table tr td {
    border-bottom: 1px solid #BABABA;
}

.page_fees table {
    width: 100%;
}


.furtherinfo p {
    margin: 0;
    font-size: 0.8em;
    color: #959595;
}



.info_list {
    padding: 3rem 0;
}

.info_list>div {
    margin-bottom: 3rem;
}

.info_list>div:last-of-type {
    margin-bottom: 0;
}

.info_list div div {
    padding: 0 5%;
}

/*FBK*/
.info_list>div>p:first-of-type {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 2%;
}

.info_list div div {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

.info_list div div p {
    margin: 0;
}

.info_list div div~p {
    margin-top: 1em;
}

.info_list h2 {
    padding: 0;
    margin-bottom: 0.5em;
    line-height: normal;
}

.info_list h3 {
    margin: 0.5em 0;
    padding: 0;
    line-height: normal;
}

.info_list h3+p {
    margin: 0.5em 0 0.7em;
}

.info_list h3+h4 {
    margin-top: 0;
}

.info_list>div>p:first-of-type {
    max-width: 270px;
    margin: 0;
}

.info_list img {
    display: block;
    height: auto !important;
}

.info_list .icons img {
    max-width: 80%;
}

.info_list .green_button {
    float: right;
    margin-top: 2rem;
}

/**
* photo_text_info_list css
**/
.photo_text_info_list {
    display: grid;
    grid-template-areas:
        'image parag1'
        'image parag2'
        'image parag3';
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0;
    justify-content: flex-start;
}

.photo_text_info_list>p>img {
    max-width: 176px;
}

.photo_text_info_list>p:nth-child(1) {
    grid-area: image;
}

.photo_text_info_list>h3 {
    margin: 0;
}

.photo_text_info_list p:nth-child(2),
.photo_text_info_list>h2,
.photo_text_info_list>h3 {
    grid-area: parag1;
}

.photo_text_info_list p:nth-child(3) {
    grid-area: parag2;
}

.photo_text_info_list p:nth-child(4) {
    grid-area: parag3;
}

.photo_text_info_list p {
    margin: 0px;
}


main p img.inline_profile_photo {
    float: right;
    max-width: 200px;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.ec {
    display: none;
}

.ec+div {
    padding: 0em 0;
    background-color: transparent;
    color: inherit;
}

.page_stoltzfus-funds p.audio,
.page_stoltzfus-funds p.audio+p.captioned_image {
    margin: 0;
}

.page_stoltzfus-funds p.audio audio {
    width: 100%;
}

.page_international #table_format.school_collaborations {
    table-layout: auto;
}

body.page_youlau_2025 aside p.purple_textbox {
    margin-bottom: 0px;
}

/**
* IE10+
**/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .photo_text_info_list {
        margin-bottom: 2rem;
    }

    .photo_text_info_list>p:nth-child(1) {
        float: left;
        margin-right: 1rem;
    }
}

/** END OF photo_text_info_list SECTION ***/


/* Schools Partnerships */
body.page_partnerships main.full_width .news_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

body.page_partnerships main.full_width .news_grid a {
    font-weight: bold;
    margin-top: 0px !important;
}

body.page_partnerships main h2 {
    margin-bottom: 1.25rem !important;
    margin-top: 2rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


body.page_partnerships p#filter.right {
    margin-top: 0px;
}

body.page_partnerships main .table_wrap {
    margin-bottom: 1.5rem !important;
}

body.page_partnerships br {
    display: none !important;
}

.page_partnerships .table_wrap table td,
.page_partnerships .table_wrap table td a {
    font-size: 0.89rem;
}

/* END of Schools Partnerships */

.phone_number {
    display: inline-block;
    padding: 0 0 0.1em 0;
    white-space: nowrap;
}

figure {
    position: relative;
    margin: 0;
}

.js_off figure {
    margin-bottom: 1rem;
}

figcaption,
.captioned_image {
    position: relative;
    margin: 0;
    font-size: 0.94737em;
    font-style: italic;
    color: #00614b;
}

main figcaption {
    padding: 0.7em;
}

/*.page_contact .red {
	font-weight: bold;
}*/

.list_2_col p {
    margin-top: 0.5em;
    font-size: 0.895em;
}

.list_2_col h4 {
    margin: 0;
}

.gstl_50.gssb_c {
    /* search suggestions */
    margin-top: 0.8rem;
}

.grid,
.grid2 {
    display: grid;
    grid-gap: 3rem;
    margin-bottom: 3rem;

}

h2:not(.no_underline)+.grid,
h2:not(.no_underline)+.grid2 {
    margin-top: 1rem;
}

.grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid2 {
    grid-template-columns: 1fr 1fr;
}

.full_width .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4rem;
}

.grid.two_cols {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.full_width .grid.three_cols {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}



.grid p {
    margin: 0;
    text-align: center;
    font-size: 1.0625rem;
}

.grid2 p {
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
}

.grid li {
    font-size: 1.0625rem;
}

.grid.three_cols p,
.grid.two_cols p {
    text-align: left;
}

ul.grid {
    padding: 1em;
    list-style-type: none;
    margin: 0;
}

/*FBK*/
.grid p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4%;
    width: 29%;
    margin-right: 5.6%;
}

.grid2 p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4%;
    width: 48%;
    margin-right: 3%;
}

.full_width .grid p,
.full_width .grid p:nth-child(3n) {
    width: 21%;
    margin-right: 5.3%;
}

.grid p:nth-child(3n),
.grid2 p:nth-child(2n),
.full_width .grid p:nth-child(4n) {
    margin-right: 0;
}

.grid b {
    font-size: 1.1875rem;
}



.sdg {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    justify-content: center;
    text-align: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

.sdg p {
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 1px solid #016055;
}

.sdg img {
    display: block;
    width: 100%;
}

.alphabet a {
    display: inline-block;
    padding: 0.5em;
    background-color: #f1f1f1;
    text-align: center;
}

.alphabet .active,
.alphabet .active:hover,
.pager a.current,
body .tabs a.active {
    background-color: #006e58;
    color: #FFFFFF;
    text-decoration: none;
}

.tabs {
    margin-top: 4rem;
    font-size: 1.1052em;
    background: linear-gradient(#F1F1F1, #F1F1F1);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.pager a,
.tabs a {
    display: inline-block;
    padding: 0.4em 0.8em;
    background-color: #f1f1f1;
}

.tabs a {
    padding: 0.6em 0.8em;
}

.tabs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 4px;
}

.tabpanel {
    margin-bottom: 5rem;
}

.page_erasmus .tabpanel {
    margin-bottom: 2rem;
}

.page_erasmus .tabs {
    margin-top: 2rem;
}

.tabpanel h2+h3 {
    padding-top: 1em;
}

.callout_style1

/* light green frame, white background, floating right */
    {
    border: 2px solid #24d29f;
    padding: 1em;
}

@media screen and (min-width:840px) {
    .callout_style1 {
        float: right;
        width: 30%;
        margin-left: 1em;
    }
}

.callout_style2

/* yellow background and border, dark red text */
    {
    border: 2px solid lightgoldenrodyellow;
    background-color: lightyellow;
    padding: 1em;
    color: #840427;
}

.page_facts main .regular_table {
    width: 100%;
    border-spacing: 2px;
    font-size: 0.8947em;
}

.page_facts main .simple {
    max-width: 40rem;
}

.page_facts main th {
    background-color: #F1F1F1;
    color: #555555;
}

.page_facts th.total+td {
    padding: 0.4em 0.8em;
    background: #F1F1F1;
    font-weight: bold;
}

.page_facts main .regular_table tr td {
    border-bottom: 0;
}

.page_facts main .simple tr td:last-of-type {
    padding: 0.4em 0.8em;
}

.page_facts td {
    position: relative;
    margin-bottom: 2px;
    padding: 0;
}

.page_facts td p {
    margin: 0;
    padding: 0.4em 0;
    text-indent: 0.8em;
    box-sizing: border-box;
    background-color: #ffebb4;
}

.page_facts td p span {
    position: absolute;
    top: 50%;
    right: 1em;
    padding: 0.2em;
    text-indent: 0;
    background-color: #F1F1F1;
    font-size: 0.737em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



main a[href*="//"]:not([href*="lau.edu"]):after {
    display: inline-block;
    background-image: url(../_ui/external.svg);
    background-repeat: no-repeat;
    background-size: 0.7em 0.7em;
    width: 0.7em;
    height: 0.7em;
    margin: 0 0.3em;
    content: "";
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

main a.green_button[href*="//"]:not([href*="lau.edu"]):after {
    filter: none;
    -webkit-filter: none;
}

.ie main a[href*="//"]:not([href*="lau.edu"]):after {
    display: none;
}

blockquote {
    margin: 0;
    font-style: italic;
}

blockquote:before {
    content: "\201c";
    margin-right: -4px;
}

blockquote:after {
    content: "\201d";
}

blockquote.regular {
    margin: revert;
    font-style: unset;
}

blockquote.regular:before,
blockquote.regular:after {
    content: "";
    margin-right: unset;
}

blockquote.bigquotemarks {
    position: relative;
    margin: revert;
    margin-right: 3em;
    font-style: unset;
}

blockquote.bigquotemarks::before {
    content: "\201C";
    font-family: georgia, serif;
    font-size: 400%;
    font-weight: 100;
    color: #ccc;
    line-height: .8;
    position: absolute;
    left: -.5em;
}

blockquote.bigquotemarks::after {
    content: none;
}


html .page_prolonged_alert main {
    padding-bottom: 8rem;
}

.page_prolonged_alert main h1 {
    margin-top: 3rem !important;
    font-size: 2.75rem;
    color: #C25666;
    text-decoration: underline;
}

.page_executive_officer .title {
    font-weight: bold;
    font-size: 1.21em;
}

.announcement {
    margin-bottom: 2rem;
}

.page_announcements .info {
    color: #00614b;
    font-style: italic;
}

.announcement_custom_readmore_hide {
    display: none;
}

/* SM sharing buttons */

.sharing_buttons span {
    display: block;
    margin-bottom: 0.5rem;
}

aside .sharing_buttons span {
    font-weight: bold;
}

.sharing_buttons a {
    display: block;
    float: left;
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #c4c4c4;
    text-align: center;
}

.sharing_buttons a img {
    display: inline-block;
    vertical-align: middle;
}

.sharing_facebook img {
    width: 24px;
}

.sharing_whatsapp:hover,
.sharing_whatsapp:focus {
    background-color: #25d366;
}

.sharing_copy:hover,
.sharing_copy:focus {
    background-color: #00614b;
}

.sharing_facebook:hover,
.sharing_facebook:focus {
    background-color: #3c5a99;
}

.sharing_twitter:hover,
.sharing_twitter:focus {
    background-color: #1da1f2;
}

.sharing_linkedin:hover,
.sharing_linkedin:focus {
    background-color: #0077B5;
}

.sharing_instagram:hover,
.sharing_instagram:focus {
    background-color: #f00075;
}

.linkCopied {
    margin: 0;
    font-size: 0.75em;
    font-weight: bold;
}


/** quotes **/
.quote {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.11rem;
    font-style: italic;
}

.quote:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.quote p:last-of-type {
    font-size: 0.95rem;
    font-style: normal;
}

.quote img {
    float: left;
    margin: 0 6% 2.5rem 0;
    border-right: 1px solid #555;
    padding-right: 6%;
    max-width: 180px;
}



/* CSS GRID */

@supports (display: grid) {

    body .news_grid>*,
    .info_list>div>p:first-of-type,
    .info_list div div,
    body .grid p,
    body .grid p:nth-child(3n),
    body .grid2 p,
    body .full_width .grid p,
    body .full_width .grid p:nth-child(3n),
    body .full_width .grid p:nth-child(4n),
    .list_buttons li {
        width: auto;
        margin: 0;
    }

    .news_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-gap: 60px;
    }

    .info_list>div {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    .list_2_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .alphabet {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(2.5em, 1fr));
        grid-gap: 0.5em;
        margin-bottom: 3rem;
    }


}

.sdg {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    justify-content: center;
    text-align: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

.sdg p {
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 1px solid #016055;
}

.sdg img {
    display: block;
    width: 100%;
}

/* SCREEN READER */

/*@media reader, speech, aural {

	main h2.toggle_h2 a:after,
	main h3.toggle_h3 a:after {
		display: none;
		visibility: hidden;
		content: "";
	}

}*/



/* PRINT */

@media print {

    .slick-arrow,
    .main_nav,
    .secondary_nav,
    .footer_links,
    .footer_sm {
        display: none !important;
    }



}



@media only screen and (max-width: 1200px) {

    .out_wrap.actions_container {
        margin-left: 4%;
        margin-right: 4%;
    }

    .tabs {
        font-size: 1em;
    }


}

@media only screen and (max-width: 1130px) {

    .out_wrap {
        padding: 0 4%;
    }



    .top_nav_group {
        width: 70%;
    }

}

@media only screen and (max-width: 1080px) {

    .main_nav {
        font-size: 1.2rem;
    }

    .secondary_nav {
        font-size: 1rem;
    }

    .lau_logo {
        width: 180px;
        height: 74px;
        background-size: 180px auto;
    }

}

@media only screen and (min-width: 981px) {

    .main_nav>ul>li {
        float: left;
        margin: 0 0.2rem;
    }

    .main_nav>ul>li:last-of-type {
        margin-right: 0;
    }

    .main_nav>ul>li>a {
        padding: 0.2em 0.6em;
        font-weight: bold;
    }

    .main_nav>ul>li>a.active {
        background: linear-gradient(#006e58, #006e58);
        background-size: 86% 3px;
        background-repeat: no-repeat;
        background-position: 50% 95%;
    }

    .main_nav>ul>li>ul {
        position: absolute;
        top: 2.1em;
        min-width: 13em;
        max-width: 18em;
        background-color: #006e58;
    }

    .main_nav>ul>li:last-of-type>ul {
        left: auto;
        right: 0;
    }

    .main_nav .mainNavChildToggle {
        display: none;
    }

    /* keep below lines alone - ie bug */
    .main_nav>ul>li:focus-within>ul {
        display: block;
        z-index: 50;
    }

    .main_nav>ul>li:focus-within {
        background-color: #006e58;
    }

    .main_nav>ul>li:focus-within>a {
        color: #FFF;
    }

    .main_nav a,
    .main_nav>ul>li:hover>ul,
    .main_nav>ul>li>a:focus~ul {
        display: block;
        z-index: 50;
    }

    .main_nav>ul>li:hover {
        background-color: #006e58;
    }

    .main_nav>ul>li:hover a {
        color: #FFF;
    }

    .main_nav>ul>li>ul {
        padding: 0.8em 0;
        font-size: 0.8em;
    }

    .main_nav>ul>li>ul>li>a {
        padding: 0.2em 0.6em;
    }

    .main_nav>ul>li>ul>li>a.active {
        color: rgb(182, 191, 0);
    }

    .main_nav ul ul a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    .main_nav ul ul a {
        color: #FFFFFF;
    }

    .main_nav ul ul a[target]:after {
        display: inline-block;
        background-image: url(../_ui/external.svg);
        background-repeat: no-repeat;
        background-size: 0.7em 0.7em;
        width: 0.7em;
        height: 0.7em;
        margin: 0 0.5em;
        content: "";
    }

    main th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .secondary_nav {
        padding-right: 0;
    }

    .secondary_nav ul {
        padding-right: 0.9em;
    }

    .secondary_nav li {
        margin-right: 1.5em;
    }

    body:not(.homepage) footer {
        margin-top: 3em;
    }

    input[type="submit"] {
        margin-top: 1.2em;
        margin-left: 7.9em;
    }

    .large_labels input[type="submit"] {
        margin-left: 13.2rem;
    }

    .aside_section {
        margin: 3rem 0 0;
        padding: 5%;
    }

    .aside_section> :first-child {
        margin-top: 0;
    }

    .linkCopied {
        text-align: center;
    }

    .alphabet a:hover,
    .tabs a:hover {
        background-color: #D6D6D6;
    }

    .arrow_prev:hover,
    .arrow_next:hover,
    .arrow_top:hover {
        box-shadow: 1px 1px 0 #FFFFFF;
        background-color: #00614b;
    }

    .page_login input[type="text"],
    .page_login input[type="password"] {
        width: 25em;
    }

}


/** ========== Custom Aside CSS ========== **/
/** Custom CSS for the 'aside' when inside 'main' */

main.full_width h2.toggle_h2+div.collapsible,
main.full_width h3.toggle_h3+div.collapsible,
main.full_width section {
    position: relative;
}

main.full_width section aside {
    right: 0px;
    position: absolute;
    top: 0px;
    font-size: 1.0625rem;
}

main.full_width section>h2:not(.toggle_h2)~aside,
main.full_width section>h3:not(.toggle_h3)~aside {
    top: 6rem !important;
}

main.full_width section>h2:not(.toggle_h2)>.aside-css-clone,
main.full_width section>h3:not(.toggle_h3)>.aside-css-clone {
    margin-top: 1.4rem !important;
}


main.full_width section section>h2:not(.toggle_h2)~aside,
main.full_width section section>h3:not(.toggle_h3)~aside {
    margin-top: -3.5rem !important;
}

main.full_width section section>h2:not(.toggle_h2)>.aside-css-clone,
main.full_width section section>h3:not(.toggle_h3)>.aside-css-clone {
    margin-top: -3rem !important;
}

main.full_width section:has(aside) p.captioned_image:has(img)>a {
    display: contents;
}

main.full_width section:has(aside) h2.toggle_h2 a,
main.full_width section:has(aside) h3.toggle_h3 a,
main.full_width section:has(aside) h2.toggle_h2,
main.full_width section:has(aside) h3.toggle_h3,
main.full_width section:has(aside) p:has(img),
main.full_width section:has(aside) div.iframeParent {
    display: grid;
}

main.full_width section:has(aside) section:has(aside) {
    clear: both;
    display: inline-block;
    width: 100%;
}

main.full_width section .aside-css-clone {
    width: 33%;
    float: right;
    visibility: hidden;
    margin-bottom: 1rem;
}

main.full_width section .tabpanel>aside {
    top: 4rem;
}

main.full_width section section .tabpanel>aside {
    top: 8rem;
}

/** ========== End of Custom Aside CSS ========== **/

@media only screen and (max-width: 980px) {

    /** ========== Custom Aside ========== */

    main.full_width section .aside-css-clone {
        display: none;
    }

    main.full_width section aside {
        position: relative;
        padding: 1rem;
        float: none;
        margin: 0px !important;
        background-color: #f1f1f1;
    }

    main.full_width section section {
        display: block;
    }

    main.full_width section>h2:not(.toggle_h2)~aside,
    main.full_width section>h3:not(.toggle_h3)~aside {
        top: 0rem !important;
    }

    main.full_width section section>h2:not(.toggle_h2)~aside,
    main.full_width section section>h3:not(.toggle_h3)~aside,
    main.full_width section>h2:not(.toggle_h2) aside,
    main.full_width section>h3:not(.toggle_h3) aside {
        margin-top: 0rem !important;
    }

    /** ========== End of custom aside ========== */


    #scroll-to-top {
        right: 0px;
    }

    .scroll_to_top_arrow.circle {
        background-color: #58595bb5;
    }

    .js_on .main_nav,
    .js_on .secondary_nav,
    .js_on .sub_nav {
        display: none;
    }

    .js_off .main_nav {
        width: 100%;
        margin-bottom: 1em;
    }

    .js_off .main_nav ul li {
        float: left;
        margin: 0 1em 0 0;
    }

    .js_off .secondary_nav {
        width: 100%;
        margin-top: 1.2em;
    }

    .js_off .secondary_nav ul {
        display: block;
        padding-bottom: 2em;
    }



    body:not(.homepage) main {
        font-size: 1.25rem;
    }

    .lau_logo {
        width: 160px;
        height: 66px;
        background-size: 160px auto;
    }

    .main_size,
    main:not(.full_width),
    .top_nav_group {
        width: 100%;
    }

    aside,
    aside:not(.skip_style) {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
    }

    aside:not(.skip_style) {
        margin-top: 3rem;
        border-top:
            /*3px solid #959595*/
            2px solid rgba(149, 149, 149, 0.3);
        padding: 1rem 0 2em;
        background-color: transparent;
    }

    .col_width_2 {
        width: 100%;
        margin-right: 0;
    }

    .col_width_1 {
        float: none;
        clear: both;
        width: 100%;
    }

    .nav_toggle {
        display: inline-block;
        float: right;
        width: 40px;
        height: 30px;
        margin-top: 7px;
        background: linear-gradient(#00614b 0, #00614b 4px, transparent 4px, transparent 10px, #00614b 10px, #00614b 14px, transparent 14px, transparent 20px, #00614b 20px, #00614b 24px);
        background-repeat: no-repeat;
        background-size: 40px 24px;
        background-repeat: no-repeat;
        background-size: 40px 24px;
        text-indent: -1000vw;
    }

    .nav_toggle.btn_active {
        background: linear-gradient(45deg, transparent 0, transparent 23px, #00614b 23px, #00614b 26px, transparent 26px, transparent 40px), linear-gradient(-45deg, transparent 0, transparent 23px, #00614b 23px, #00614b 26px, transparent 26px, transparent 40px);
    }

    .subnav_toggle {
        float: right;
        width: 40px;
        height: 25px;
        margin-top: -2em;
        margin-right: 4%;
        text-indent: -1000vw;
        background: #555555;
        line-height: 0.5;
    }

    .arrow_down {
        display: block;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #FFF;
    }

    .btn_active .arrow_down {
        border-top: 0;
        border-bottom: 10px solid #FFF;
    }

    .main_nav {
        margin: 0 0 7em;
        padding: 0.5em 0;
    }

    .main_nav ul ul {
        margin: 0;
        padding: 0.2em 1em;
    }

    .main_nav a.active {
        font-weight: bold;
    }

    .sub_nav {
        margin: 0;
        padding: 0.5em 0;
    }

    .main_nav.right {
        float: none;
    }

    .main_nav ul li {
        margin: 0.6em 0;
    }

    .js_on .main_nav ul li a:first-of-type {
        min-width: 9em;
    }

    .mainNavChildToggle {
        float: right;
        margin: 0 0 0 0.5em;
        border: 1px solid #BABABA;
        padding: 0.1em;
        width: 1.7em;
        height: 1em;
        line-height: 1;
        text-align: center;
    }

    .mainNavChildToggle:after {
        content: "+";
    }

    .mainNavChildToggle.btn_active:after {
        content: "-";
    }

    .js_on .secondary_nav {
        position: absolute;
        bottom: 0;
        float: none;
        width: 92%;
        min-height: 5em;
        margin-bottom: 1.5em;
        border-top: 1px solid #BABABA;
        font-size: 1.1rem;
    }

    .js_on .secondary_nav ul {
        width: 100%;
        margin: 0.5em 0 1em;
        padding-right: 0;
    }

    .js_on .secondary_nav li {
        margin-right: 1.5em;
    }

    .js_on .secondary_nav li:last-of-type {
        float: right;
        margin: 0 !important;
    }

    .page_title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2.2rem;
        line-height: 1.2;
        background-size: 100% 14px;
    }

    .page_title span.out_wrap {
        max-width: 75%;
        margin: 0;
    }

    main h1 {
        font-size: 2.2rem;
    }

    .news_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_image,
    .campus_map {
        display: block;
        margin-top: 2rem;
    }

    /*FBK*/
    .news_grid>* {
        width: 46%;
    }

    .news_grid> :nth-child(3n) {
        margin-right: 3%;
    }

    .news_grid> :nth-child(even) {
        margin-right: 0;
    }

    input.gsc-input {
        font-size: 16px !important;
    }

    .secondary_nav>a:first-of-type {
        margin-left: 0;
    }

    .events_featured {
        margin-bottom: 2em;
    }

    .list_links {
        max-width: 25rem;
    }

    .table_wrap {
        overflow-x: auto;
    }

    body:not(.homepage) footer {
        margin-top: 1em;
    }

    aside .purple_textbox {
        padding: 3%;
    }

    aside .greyborder_textbox {
        padding: 3%;
    }

    body .gsib_a {
        padding-bottom: 4px;
    }

    .aside_section {
        margin: 1rem 0 0;
    }

    .grid,
    .full_width .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .full_width .grid.two_cols {
        grid-template-columns: 1fr 1fr;
    }

    /*FBK*/
    .full_width .grid p {
        width: 28%;
        margin-right: 7.7%;
    }

    .full_width .grid p:nth-child(3n) {
        width: 28%;
        margin-right: 0;
    }

    .full_width .grid p:nth-child(4n) {
        margin-right: 7.7%;
    }

    /*body:not(.homepage) main > :first-child,*/
    body:not(.homepage) main>article> :first-child {
        margin-top: 1rem;
    }

    .side_gray_box,
    aside .back_gray_1,
    aside .purple_textbox {
        max-width: 25rem;
        box-sizing: border-box;
    }

    aside .greyborder_textbox {
        max-width: 25rem;
        box-sizing: border-box;
    }

    .arrow_prev,
    .arrow_next {
        top: 35vw;
        width: 3em;
        height: 4em;
    }

    .sharing_buttons {
        clear: both;
    }

    .sharing_buttons span {
        padding-top: 1.5em;
        font-size: 0.8em;
    }

    .sharing_buttons span.larger {
        padding-top: 0;
        font-size: 1.3em;
    }

    .linkCopied {
        float: left;
        margin: 1em 0.3em;
    }

    .page_executive_officer aside figure img {
        max-width: 300px;
    }

    main table {
        font-size: 100%;
    }

}

@media only screen and (max-width: 800px) {

    figcaption,
    .captioned_image {
        font-size: 0.89em;
    }

    .related_links {
        float: none;
        margin-top: 1em;
    }

    .sharing_buttons {
        margin-bottom: 2rem;
    }

    .sdg {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media only screen and (max-width: 780px) {

    .info_list>div {
        grid-template-columns: 2fr 3fr;
    }

    .info_list div p:first-of-type {
        max-width: 100%;
    }

    .large_labels label {
        margin-right: 0;
    }

    .tabs {
        font-size: 0.9em;
    }

    .large_labels input[type="text"],
    .large_labels input[type="password"],
    .large_labels input[type="tel"],
    .large_labels input[type="email"],
    .large_labels textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .quote {
        font-size: 0.95em;
    }

    .quote img {
        width: 30%;
        margin-bottom: 3em;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .grid.two_cols {
        grid-template-columns: 1fr;
    }

    .full_width .grid.three_cols {
        grid-template-columns: 1fr 1fr;
    }


}

@media only screen and (min-width: 680px) {

    .sharing_buttons .sharing_whatsapp {
        display: none;
    }

}

@media only screen and (max-width: 640px) {



    .sub_nav {
        float: none;
        text-align: left;
    }

    .news_grid {
        grid-template-columns: 1fr;
    }

    .list_2_col {
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }

    .arrow_top {
        bottom: 30px;
        right: 30px;
    }

    /*FBK*/
    .news_grid>* {
        width: 100%;
        box-sizing: border-box;
    }

    .news_grid> :nth-child(3n),
    .news_grid> :nth-child(even) {
        margin-right: 0;
    }

    main table,
    .alphabet {
        font-size: 0.8em;
    }

    .grid,
    .full_width .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }

    /*FBK*/
    .grid p,
    .grid p:nth-child(3n),
    .full_width .grid p,
    .full_width .grid p:nth-child(3n) {
        width: 46%;
        margin-right: 6.6%;
    }

    .grid p:nth-child(2n),
    .full_width .grid p:nth-child(2n),
    .full_width .grid p:nth-child(4n) {
        margin-right: 0;
    }

    main th,
    main td {
        padding: 0.2em 0.4em;
    }

    .js_on .sub_nav li,
    .js_on .sub_nav li:first-of-type {
        display: block;
        margin: 0.8em 0;
        border: 0;
        padding: 0;
    }

    .photo_text_info_list {
        display: grid;
        grid-template-areas:
            'image'
            'parag1'
            'parag2'
            'parag3';
        gap: 1rem;
    }

    .photo_text_info_list>p>img {
        max-width: 100%;
    }

    .sdg {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    main p img.inline_profile_photo {
        /* 
        float: none;
        max-width: 400px;
        margin-left: 0px;
        margin-bottom: 0.5rem;
        width: 100%;
 */
    }


}

@media only screen and (max-width: 600px) {

    .info_list>div {
        grid-template-columns: 1fr;
    }

    .info_list div div {
        padding: 0 4%;
    }

    .info_list>div>p:first-of-type {
        max-width: 91%;
        margin: 0 auto;
    }

    .info_list img {
        margin-bottom: 0.3em;
    }

    .full_width .grid.three_cols,
    .full_width .grid.two_cols {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 480px) {

    .footer_links {
        margin-top: 0.8em;
    }

    .footer_sm span {
        display: block;
        margin-bottom: 0.5em;
    }

    .footer_links li {
        margin-bottom: 0.5em;
    }

    .pad_36 {
        padding: 8%;
    }

    .news_grid {
        grid-gap: 2em;
    }

    .news_grid span {
        padding: 0.6em;
        font-size: 0.85em;
    }

    form:not(.large_labels) label {
        display: grid;
        grid-template-columns: 1fr 2fr;
        margin: 0;
    }

    label span {
        min-width: 0;
    }

    .forgot {
        display: inline-block;
        margin: 1.5rem 0 1.5rem;
        font-size: 0.8em;
    }

    form fieldset input[type="radio"]+label,
    form fieldset input[type="checkbox"]+label {
        display: inline;
        margin: 0 1em 1em 0;
    }

    .page_login form,
    .page_feedback form {
        margin: 3rem 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="email"] {
        width: 100%;
        box-sizing: border-box;
    }

    .arrow_prev,
    .arrow_next {
        width: 2.5em;
        height: 3.5em;
    }

    .related_links li:first-of-type,
    .related_links li {
        display: block;
        margin: 0 0 0.5em;
        border: 0;
        padding: 0;
    }

    .info_list>div {
        margin-bottom: 5rem;
    }

    #___gcse_0 .gsc-input {
        padding-right: 0;
    }

    .quote {
        font-size: 0.85em;
        margin: 2.5rem 0;
    }

    .quote img {
        border-right: 0 none;
        padding-right: 1%;
    }



}

@media only screen and (max-width: 420px) {

    .grid,
    .grid2,
    .full_width .grid {
        grid-template-columns: 1fr;
        padding: 0 5%;
    }

    /*FBK*/
    .grid p {
        width: 100%;
        margin-right: 6.6%;
    }

}

@media only screen and (max-width: 390px) {

    #gsc-i-id1 {
        width: 60vw !important;
    }

}

@media only screen and (max-width: 355px) {

    label,
    form:not(.large_labels) label {
        display: block;
    }

}

@media only screen and (max-width: 330px) {

    #gsc-i-id1 {
        width: 57vw !important;
    }

    .footer_sm>* {
        margin-right: 0.3rem;
    }

    .footer_sm img {
        height: 20px;
        width: 25px;
    }

}

/* â€œEmergency Relief for Lebanonâ€ section */
.page_emergency-lebanon .grid2 a:hover {
    color: #00bb7e !important;
}




/* ------------------------------------------------------------------------------------------------- */


main {
    position: relative;
}

.container {
    position: relative;
}

.st0 {
    fill: none;
    stroke: #006e58;
    stroke-width: 2.5px;
    stroke-miterlimit: 10;
}

svg {
    position: relative;
    margin: auto;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1080px;
    height: 4000px;
    /* z-index: 1111; */
}

.timeline-contents {
    position: absolute;
    width: 100%;
    top: 100%;
}

.timeline-contents p {
    /* line-height: 150%;
  transform: translateY(50px);
  transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1s ease; */
    font-size: 1.3rem;
}

.timeline-contents section {
    opacity: 0;
    transition: all 1.75s;
    overflow: visible;
    height: 650px;
    display: inline-block;
    /* this is important to delete the useless space between each section */
    position: relative;
    width: 100%;
}

.timeline-contents section>div {
    display: flex;
    gap: 5rem;
    margin-top: 7rem;
    margin-left: 2rem;
    margin-right: 2rem;
    width: auto;
}

.timeline-contents section>div>* {
    flex: 1;
}

.timeline-contents section:nth-of-type(even)>div {
    margin-top: 10rem;
}

.timeline-contents section.cover>div {
    display: block;
    gap: 5rem;
    margin-top: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

/* section.cover:nth-of-type(even) h3{
    position: absolute;
    right: -25px 
} */

.timeline-contents section h3 {
    /* the years */
    color: #307f6c;
    font-size: 1.5rem;
    line-height: .8;
    font-weight: 500;
    width: 125px;
    height: 102px;
    display: grid;
    place-content: center;
    margin-top: 2px;
    text-align: center;
}

section:nth-of-type(even) h3 {
    float: right;
}

.timeline-contents section.txt-img>div {
    flex-direction: row-reverse;
}

/* incase there are no imags uploaded */
.timeline-contents section>div:not(:has(.images)) {
    display: block;
}

.images {
    position: relative;
}

.images .layer1,
.images .layer2,
.images .layer3 {
    position: absolute;
    top: -50%;
}

.img-txt .layer1 {
    left: 0px;
}

.txt-img .layer1 {
    right: 0px;
}

section.cover .images p {
    position: relative;
    text-align: center;
    margin: 0px;
    margin-top: -4rem;
    margin-bottom: 2rem;
}

section.cover .content p {
    text-align: center;
}

section.cover .images .layer1 img {
    width: auto;
    max-height: 20rem;
}

section:not(.cover) .content p {
    display: inline;
}

.images img {
    /* border-radius: 5px; */
    max-width: 100%;
    height: auto;
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.images .one-img {
    max-height: 500px;
}

.images img:nth-child(2) {
    margin-top: -120px;
    margin-left: 30px;
    border: 10px solid white;
}

.images img:nth-child(3) {
    margin-top: -120px;
    margin-right: 30px;
    border: 10px solid white;
}

@media (max-width: 992px) {

    .images img:nth-child(2),
    .images img:nth-child(3) {
        margin-top: 10px;
        margin-left: 0;
        border: none;
    }
}

rect {
    width: 125px;
    height: 105px;
}

/**
*  js_off
*/
body.js_off svg {
    display: none;
}

body.js_off .timeline-contents section {
    opacity: 1;
}

body.js_off .timeline-contents {
    position: relative;
}

.images .mobile {
    display: none;
}

#timeline_50185 .layer1 {
    top: -35%;
}

#timeline_50186 .layer1 {
    top: -25%;
}

#timeline_50197 .layer1 {
    top: -150%;
}

#timeline_50187 .images p:not(.mobile) {
    text-align: center;
}

#timeline_50187 .images p:not(.mobile) img {
    max-height: 24rem;
}

#timeline_50229 .images p:not(.mobile) {
    margin-top: -5rem;
}

#timeline_50230 .layer1 {
    top: -25%;
}

#timeline_50233 .images p:not(.mobile) {
    text-align: center;
}

#timeline_50232 .images p:not(.mobile),
#timeline_50188 .images p:not(.mobile) {
    margin-top: 4rem;
}

#timeline_50189 .images p:not(.mobile) {
    margin-top: -5rem;
}

#timeline_50188 .images p:not(.mobile) img {
    max-width: 51rem;
}

#timeline_50181 .layer1 {
    top: -150px;
}

#timeline_50184 .layer1 {
    right: 5rem;
    top: -25%;
}

#timeline_50184 .layer1 img {
    transform: rotate(-10deg);
}

#timeline_50184 .layer2 {
    width: 45%;
    top: -4%;
    z-index: 2;
    left: 4%;
}

#timeline_50184 .layer3 {
    width: 40%;
    top: 159px;
    left: 11%;
    z-index: 1;
}

#timeline_50190 .layer1 {
    top: -55%;
    left: 14%;
    width: 80%;
}

#timeline_50190 .layer2 {
    z-index: 1;
    width: 35%;
    top: 87%;
}

#timeline_50190 .layer2 img {
    cursor: pointer;
    transform: rotate(-10deg);
}


#timeline_50190 .layer3 {
    top: 87%;
    width: 33%;
    left: 70%;
    z-index: 1;
}

#timeline_50190 .layer3 img {
    cursor: pointer;
    transform: rotate(10deg);
}

#timeline_50191 .layer1 {
    top: -76%;
}

#timeline_50191 .layer2 {
    width: 50%;
    top: 56%;
}

#timeline_50191 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50192 .layer1 {
    width: 65%;
    top: -27%;
    left: 30%;
}

#timeline_50192 .layer2 {
    width: 45%;
    top: 35%;
}

#timeline_50192 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50192 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50193 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50193 .layer1 {
    top: -55%;
}

#timeline_50193 .layer2 {
    width: 35%;
    top: 53%;
    z-index: 1;
}

#timeline_50193 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50194 .layer2 {
    z-index: 1;
    width: 40%;
    top: 50%;
    left: 30%;
}

#timeline_50194 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50195 .layer1 {
    top: -75%;
    width: 85%;
}

#timeline_50195 .layer1 img {
    transform: rotate(9deg);
}

#timeline_50195 .layer2 {
    width: 38%;
    z-index: 1;
    top: 50%;
}

#timeline_50195 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50196 .layer1 {
    top: -35%;
}

#timeline_50196 .layer2 {
    width: 40%;
    top: 55%;
}

#timeline_50196 .layer3 {
    width: 50%;
    top: 58%;
    z-index: 1;
    left: 55%;
}

#timeline_50196 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50196 .layer3 img {
    transform: rotate(20deg);
}

#timeline_50199 .layer1 {
    top: -35%;
}

#timeline_50199 .layer2 {
    width: 65%;
    z-index: 1;
    top: 59%;
}

#timeline_50199 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50200 .layer1 {
    top: -75%;
}

#timeline_50203 .images p:not(.mobile) {
    margin-top: 4rem;
}

#timeline_50200 .layer2 {
    width: 55%;
    z-index: 1;
    top: 55%;
    left: -10%;
}

#timeline_50200 .layer3 {
    width: 45%;
    z-index: 1;
    right: 3%;
    top: 45%;
}

#timeline_50200 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50200 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50201 .layer2 {
    width: 45%;
    z-index: 1;
    top: 38%;
    left: 10%;
}

#timeline_50201 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50204 .layer1 {
    width: 55%;
}

#timeline_50204 .layer2 {
    width: 35%;
}

#timeline_50204 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50204 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50205 .layer1 {
    top: -113%;
}

#timeline_50205 .layer2 {
    width: 50%;
    z-index: 1;
    top: 107%;
}

#timeline_50205 .layer3 {
    width: 50%;
    z-index: 1;
    top: 107%;
    left: 60%;
}

#timeline_50205 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50205 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50206 .layer1 {
    top: -90%;
    width: 70%;
}

#timeline_50206 .layer2 {
    width: 50%;
    z-index: 1;
    top: 70%;
    left: 0%;
}

#timeline_50206 .layer3 {
    width: 46%;
    z-index: 1;
    top: 86%;
    right: -4%;
}

#timeline_50206 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50206 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50207 .layer1 {
    top: -45%;
}

#timeline_50209 .layer2 {
    top: -20%;
}

#timeline_50207 .layer2 {
    width: 37%;
    z-index: 1;
    top: 58%;
    left: 60%;
}

#timeline_50207 .layer3 {
    width: 36%;
    z-index: 1;
    top: 58%;
    left: 5%;
}

#timeline_50207 .layer2 img {
    transform: rotate(10deg);
}

#timeline_50207 .layer3 img {
    transform: rotate(-10deg);
}

#timeline_50208 .layer1 img {
    transform: rotate(-5deg);
}

#timeline_50208 .layer1 {
    top: -100%;
    width: 80%;
    right: 25%;
}

#timeline_50208 .layer2 {
    width: 60%;
    z-index: 1;
    top: 190%;
    left: -38%;
}

#timeline_50208 .layer3 {
    width: 60%;
    z-index: 1;
    top: 65%;
    right: 0%;
}

#timeline_50208 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50208 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50210 .layer1 {
    top: -94%;
    right: 0px;
}

#timeline_50210 .layer1 img {
    transform: rotate(5deg);
}

#timeline_50210 .layer2 {
    width: 38%;
    z-index: 1;
    top: 63%;
    left: 25%;
}

#timeline_50210 .layer2 img {
    transform: rotate(-5deg)
}

#timeline_50212 .layer1 {
    top: -80%;
}

#timeline_50212 .layer2 {
    width: 50%;
    z-index: 1;
    top: 178%;
}

#timeline_50212 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50212 .layer3 {
    width: 50%;
    z-index: 1;
    top: 180%;
    left: 64%;
}

#timeline_50212 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50213 .layer1 {
    width: 78%;
    top: -24%;
    right: 25%;
}

#timeline_50213 .layer2 {
    width: 50%;
    z-index: 1;
    top: 50%;
    left: -10%;
}

#timeline_50213 .layer3 {
    width: 50%;
    z-index: 1;
    top: 50%;
    right: 0%;
}

#timeline_50213 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50213 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50213>div {
    margin-top: 8rem
}

#timeline_50215 .layer1 {
    width: 80%;
    top: -65%;
    left: 30%;
}

#timeline_50215 .layer2 {
    width: 65%;
    z-index: 1;
    top: 20%;
}

#timeline_50215 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50215 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50216 .images p:not(.mobile) {
    margin-top: 4rem;
}

#timeline_50220 .images p:not(.mobile) {
    margin-top: 3rem;
}

#timeline_50220 .images p:not(.mobile) img {
    max-height: 27rem
}

#timeline_50217 .layer1 {
    top: -125%;
    width: 62%;
    right: -15%;
}

#timeline_50217 .layer2 {
    width: 60%;
    z-index: 1;
    top: -121%;
    left: -9%;
}

#timeline_50217 .layer3 {
    width: 58%;
    z-index: 1;
    top: 72%;
    right: 48%;
}

#timeline_50217 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50217 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50218 .layer1 {
    top: -70%;
}

#timeline_50218 .layer2 {
    width: 50%;
    z-index: 1;
    top: 129%;
}

#timeline_50218 .layer3 {
    width: 38%;
    z-index: 1;
    top: 112%;
    right: 0%;
}

#timeline_50218 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50218 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50219 .layer1 {
    top: -75%;
}

#timeline_50219 .layer2 {
    width: 55%;
    z-index: 1;
    top: 73%;
    left: -25%;
}

#timeline_50219 .layer3 {
    width: 55%;
    z-index: 1;
    top: 67%;
    right: 0%;
}

#timeline_50219 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50219 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50221 .layer1 {
    top: -43%;
    left: 15%;
    width: 80%;
}

#timeline_50221 .layer2 {
    width: 53%;
    z-index: 1;
    top: 61%;
}

#timeline_50221 .layer3 {
    width: 55%;
    z-index: 1;
    top: 64%;
    right: -12%;
}

#timeline_50221 .layer1 img {
    transform: rotate(5deg);
}

#timeline_50221 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50221 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50222 .layer1 {
    width: 88%;
    top: -37%;
    right: 8%;
}

#timeline_50222 .layer2 {
    width: 67%;
    z-index: 1;
    top: 63%;
    left: -25%;
}

#timeline_50222 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50222 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50223 .layer1 {
    top: -30%;
    width: 90%;
    left: 15%;
}

#timeline_50223 .layer2 {
    width: 55%;
    z-index: 1;
    top: 82%;
}

#timeline_50223 .layer3 {
    width: 53%;
    z-index: 1;
    top: 87%;
    right: -13%;
}

#timeline_50223 .layer1 img {
    transform: rotate(5deg);
}

#timeline_50223 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50223 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50225 .layer1 {
    top: -95%;
    right: 0%;
}

#timeline_50225 .layer2 {
    width: 70%;
    z-index: 1;
    top: 80%;
    left: -3%;
}

#timeline_50225 .layer1 img {
    transform: rotate(10deg);
}

#timeline_50225 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50226 .layer1 {
    top: -35%;
}

#timeline_50226 .layer2 {
    width: 50%;
    z-index: 1;
    top: 69%;
}

#timeline_50226 .layer3 {
    width: 55%;
    z-index: 1;
    top: 69%;
    right: -10%;
}

#timeline_50226 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50226 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50227 .layer1 {
    top: -75%;
}

#timeline_50227 .layer2 {
    width: 60%;
    z-index: 1;
    top: 78%;
    left: -29%;
}

#timeline_50227 .layer3 {
    width: 65%;
    z-index: 1;
    right: -5%;
    top: 70%;
}

#timeline_50227 .layer2 img {
    transform: rotate(-10deg);
}

#timeline_50227 .layer3 img {
    transform: rotate(10deg);
}

#timeline_50232 .images p:not(.mobile) img {
    max-height: 23rem;
}

#timeline_50233 .images p:not(.mobile) img {
    max-height: 26rem;
}

#timeline_50211 .images p:not(.mobile) {
    margin-top: 4rem;
}

#timeline_50223 .images p:not(.mobile) {
    margin-top: 0rem;
}

#timeline_50228 .images p:not(.mobile) {
    margin-top: 4rem;
}

#timeline_50223 .images p:not(.mobile) img {
    max-height: 25rem;
}

#timeline_50224 .images p:not(.mobile) {
    margin-top: 3rem;
}

#timeline_50224 .images p:not(.mobile) img {
    max-height: 26rem;
}

@media screen and (min-width:982px) and (max-width:1080px) {
    .timeline-contents p {
        font-size: 1.2rem;
    }

}

@media screen and (min-width:982px) and (max-width:1032px) {

    #timeline_50193 .layer1 {
        top: -44%;
    }

    #timeline_50193 .layer2 {
        width: 35%;
        top: 43%;
        z-index: 1;
    }

    #timeline_50195 .layer1 {
        top: -54%;
        width: 85%;
    }

    #timeline_50196 .layer3 {
        width: 50%;
        top: 48%;
        z-index: 1;
        left: 55%;
    }

    #timeline_50196 .layer2 {
        width: 40%;
        top: 43%;
    }

    #timeline_50199 .layer1 {
        top: -20%;
    }

    #timeline_50199 .layer2 {
        width: 65%;
        z-index: 1;
        top: 53%;
    }

    .img-txt .layer1 {
        left: 0px;
        top: -35%;
    }

    #timeline_50201 .layer2 {
        width: 45%;
        z-index: 1;
        top: 45%;
        left: 10%;
    }

    #timeline_50205 .layer1 {
        top: -58%;
    }

    #timeline_50206 .layer3 {
        width: 50%;
        z-index: 1;
        top: 72%;
        right: -4%;
    }

    #timeline_50206 .layer2 {
        width: 48%;
        z-index: 1;
        top: 62%;
        left: -3%;
    }

    #timeline_50207 .layer1 {
        top: -29%;
    }

    #timeline_50212 .layer2 {
        width: 50%;
        z-index: 1;
        top: 108%;
    }

    #timeline_50212 .layer3 {
        width: 50%;
        z-index: 1;
        top: 110%;
        left: 64%;
    }

    #timeline_50213 .layer1 {
        width: 83%;
        top: -8%;
        right: 18%;
    }

    #timeline_50215 .layer1 {
        width: 80%;
        top: -55%;
        left: 30%;
    }

    #timeline_50218 .layer1 {
        top: -40%;
    }

    #timeline_50219 .layer1 {
        top: -45%;
    }

    #timeline_50221 .layer1 {
        top: -23%;
        left: 15%;
        width: 80%;
    }

    #timeline_50222 .layer1 {
        width: 88%;
        top: -27%;
        right: 8%;
    }

    #timeline_50225 .layer1 {
        top: -55%;
        right: 0%;
    }

    #timeline_50226 .layer1 {
        top: -15%;
    }

    #timeline_50227 .layer1 {
        top: -45%;
    }

    #timeline_50231 .images img {
        max-height: 26rem;
    }

    #timeline_50190 .layer1 {
        top: -34%;
        left: 14%;
        width: 80%;
    }

    #timeline_50191 .layer1 {
        top: -46%;
    }
}

@media screen and (max-width:981px) {

    main {
        position: relative;
    }

    div#preview_document {
        left: 50%;
        translate: -52% -50% !important;
        width: 85% !important;
    }

    div#preview_document img {
        width: 100% !important;
        max-width: inherit !important;
        max-height: inherit !important;
    }

    section.cover:nth-of-type(2n) h3 {
        position: relative;
    }

    #timeline_50213>div {
        margin-top: 0rem
    }

    .timeline-contents section {
        height: auto;
        padding-bottom: 0rem;
    }

    section:nth-of-type(even) h3 {
        margin-right: 0px;
        margin-left: 0px
    }

    .timeline-contents section h3 {
        width: 100px;
        height: 90px
    }

    rect {
        width: 100px;
        height: 90px;
    }

    section.cover:nth-of-type(even) h3 {
        right: 0px;
        z-index: 9;
    }

    p.mobile {
        margin: 0px;
    }

    section:not(.cover) .content p {
        display: block;
    }

    .timeline-contents section.txt-img>div {
        flex-direction: column;
        gap: 15px;
    }

    .timeline-contents section.img-txt>div {
        flex-direction: column;
        gap: 15px;
    }

    section.cover .images p {
        margin-top: 0rem;
    }

    .timeline-contents section>div {
        display: inline-block;
        gap: 5rem;
        margin-top: 0rem;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        width: 92%;
        padding: 0px 1rem;
    }

    .timeline-contents section:nth-of-type(even)>div {
        margin-top: 0rem;
    }

    .timeline-contents .content {
        margin-bottom: 15px;
    }

    .images .mobile {
        display: block;
        text-align: center;
    }

    .images {
        margin-top: 120px;
    }

    .cover {
        padding: 120px 0px 45px !important;
    }

    .images .layer1,
    .images .layer2,
    .images .layer3,
    .images p:not(.mobile) {
        display: none;
    }
}















/* -------------------------------------------------------------------------------------- */

























/** 
* General
**/

div.video,
.story_video {
    padding-bottom: 54.1%;
    padding-top: 23px;
}

.brand_logos a img {
    width: 70%;
    margin: 0 auto;
}

.main_nav {
    clear: both;
}

.full_width {
    overflow-x: hidden;
    overflow-y: hidden;
}

.scroll_to_top_arrow::before {
    content: '';
    width: 9px;
    height: 9px;
    top: 48%;
    left: 50.9%;
    margin: -6px 0 0 -5px;
}

body,
input,
textarea,
select,
button {
    font-family: Raleway !important;
    position: relative;
    overflow-x: hidden;
    line-height: 1.6rem;
}

/* a,
a:visited,
body:not(.homepage) main a {
    color: #016055;
    font-weight: 600;
    font-style: italic;
} */

.page_title a {
    color: #016055 !important;
}

.sub_nav a {
    color: #016055;
}

.sub_nav a.active,
.sub_nav a:hover {
    color: #016055 !important;
}

.green_button:link,
.green_button:visited {
    border-radius: 7px;
    font-style: normal;
}


body {
    font-feature-settings: "liga"1, "lnum"1, "pnum"1;
    opacity: 1;
    transition: all .65s ease .25s
}




.lau_logo {
    background-image: url(https://100.lau.edu.lb/_images/laucentennial-secondary-logo-retina-colored-tagline.png);
    width: 294px;
    height: 125px;
    background-size: 294px 125px;
}

.homepage .lau_logo {
    background-image: url(https://100.lau.edu.lb/_images/laucentennial-secondary-logo-retina-white-tagline.png);
    width: 294px;
    height: 125px;
    background-size: 294px 125px;
}

.top_nav_group {
    width: 66%;
    letter-spacing: 1px;
    margin-top: 30px;
}

.with_slider .hero_slider {
    top: -190px;
}

/*
* Alumni memories Slider
*/
.slick-slide {
    height: auto;
    /* ← that must not be ignored */
}

.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.memory .slick-slide img {
    width: auto;
    max-height: 630px;
}


.memory.slider {
    margin-top: 3rem;
}

.page_title {
    background: none;
}

#page_title:after {
    content: "";
    height: 15px;
    background: linear-gradient(to left, #ffffff, #10b9ec, #35B88B, #35b886, #ffffff);
    background-color: #10b9ec;
    display: block;
    margin-top: -3px;
}

main h1 {
    color: #006e58;
    text-transform: uppercase;
}

footer .out_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

footer .out_wrap .media_links {
    grid-column-start: span 3;
    text-align: right;
    margin-top: 1.1rem;
}

.brand_logos {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto 0;
}

.brand_logos a:last-of-type {
    padding-left: 10px;
    display: grid;
    place-content: center;
}

.brand_logos a:first-of-type {
    padding-right: 10px;

}

.back_centennial_green_1 {
    background-color: #D8EDE6;
}

.footer_copyright {
    margin-top: 1em;
    padding-top: 1em;
}

.quotes {
    height: 100px;
    position: relative;
    margin-top: 2rem;
}

.quotes::before {
    content: "";
    height: 1px;
    /* background: linear-gradient(to left,#D8EDE6,#35B88B,#35B88B, #D8EDE6); */
    background-color: #35B88B;
    display: block;
    margin-top: -3px;
}

/* .quotes+p::before {
    content: "";
    height: 3px;
    background: linear-gradient(to left,#D8EDE6,#35B88B,#35B88B, #D8EDE6);
    background-color: #10b9ec;
    display: block;
}
 */

.quotes h3 {
    color: inherit;
    font-size: 1.2rem;
    margin: 1.1rem 0 0.6em;
}

.quotes+hr {

    background-color: #35B88B;
    height: 1px;
    border: 0;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

div.columns.four {
    columns: 4 !important;
}

div.columns.three {
    columns: 3 !important;
}

div.columns.two {
    columns: 2 !important;
}

div.columns>section {
    /* for masonry walls */
    break-inside: avoid-column;
    border: 1px solid #ccc;
    padding: .7em;
    border-radius: 10px;
    margin-bottom: 1em;
}

div.columns>section:hover {
    /* for masonry walls */
    border: 1px solid #35b887;
}

.videomod {
    position: relative;
}

.iframeParent {
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 30%;
    height: 0px;
    overflow: visible;
    width: 54%;
    clear: both;
    margin-top: 8.5rem;

}

.iframeParent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videomod>.iframeParent {
    float: left;
    left: 1rem;
    right: 0rem;
}

.videomod>.side_text+.iframeParent {
    float: none;
    right: 1rem;
    left: auto;
    position: absolute;
    top: 8rem;
    width: 56%;
    padding-bottom: 31%;
    margin-top: 0px;
}

h2.down+div.collapsible iframe#wufooFormz10cb52t1s72esh {
    min-height: 950px !important;
}

/** Donors Page **/
:root {
    --text: #555555;
    /* White text */
}

body.page_donors .toolbar {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: #016055;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
    position: sticky;
    top: 12px;
    backdrop-filter: blur(6px);
}

body.page_donors .search::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg fill='%23959595' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23959595' stroke-width='1.5' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5M9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

body.page_donors .search {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 0px 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    color: #959595;
}

body.page_donors .search input {
    flex: 1;
    background: transparent;
    border: 0;
    outline: none;
    color: var(--text);
    font-size: 16px;
    min-width: 120px;
    padding-left: 1.25rem;
}

body.page_donors .search input::placeholder {
    color: #959595;
}

body.page_donors #count {
    font-variant-numeric: tabular-nums;
    color: white;
}

body.page_donors ul#donorList {
    list-style: none;
    padding: 0;
    margin: 18px 0 80px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 900px) {
    body.page_donors ul#donorList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.page_donors ul#donorList {
        grid-template-columns: 1fr;
    }
}

body.page_donors li.item {
    text-align: left;
    cursor: pointer;
    background: linear-gradient(100deg, #f1f1f1, #f2fff9);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 0.25rem 0.7rem;
    border-radius: 14px;
    color: var(--text);
    transition: transform .06s ease, border-color .2s ease, box-shadow .2s ease;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    line-height: 22px;
    font-size: 1rem;
    font-weight: bold;
}

body.page_donors li.item:hover,
li.item:focus-visible {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25), 0 0 0 3px #35b887;
    transform: translateY(-1px);
    outline: none;
}

/* The view button */
body.page_donors li.item:after {
    content: '🔎';
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: white;
    color: #fff;
}

body.page_donors .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(6, 10, 25, .65);
    display: none;
    place-items: center;
    z-index: 50;
}

body.page_donors .modal-backdrop[aria-hidden="false"] {
    display: grid;
}

body.page_donors .modal {
    background: #016055;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0.5rem;
    width: min(720px, 92vw);
    max-height: 88vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

body.page_donors main h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}




body.page_donors .modal .body {
    padding: 0;
}

body.page_donors .modal .body img {
    display: block;
    width: 100%;
    height: auto;
}

body.page_donors .icon-btn {
    background: none;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

body.page_donors .icon-btn:hover {
    text-decoration: underline;
    outline: none;
}

/** End Donors Page **/

@media only screen and (max-width: 440px) {

    /* up to iPhone Pro Max */
    div.columns.four {
        columns: 2 !important;
    }

    .four.columns h2.name {
        font-size: 1.6rem !important;
        line-height: 1.8rem;
    }

    div.columns>section {
        padding: .5em;
        max-height: auto;
        overflow: hidden;
        font-size: .8rem;
    }

    h2.down+div.collapsible iframe#wufooFormz10cb52t1s72esh {
        min-height: 1030px !important;
    }
}

@media only screen and (max-width: 810px) {

    /* up to iPad portrait */
    div.columns>section {
        font-size: .8rem;
    }
}

.captioned_image {
    margin-bottom: 1em;
    /* override of global, which is 0 */
}

.captioned_image img {
    margin-bottom: .5em;
}


/* Events listing page
---------------------------------------
	Grid cell structure:
		<p>
			<span>DD</span>
			<br>
			<a>title <img></a>
		</p>
---------------------------------------*/

.page_events-tabs main .grid,
.page_events main .grid {
    margin-top: 1em;
}

.page_events-tabs main .grid p,
.page_events main .grid p {
    text-align: left;
}

.page_events-tabs main .grid p span,
.page_events main .grid p span {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #eeeded;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.page_events-tabs main .grid p a,
.page_events main .grid p a {
    display: block;
}

.page_events-tabs main .grid p img,
.page_events main .grid p img {
    width: 90%;
    border-radius: 1em;
    margin-top: 1em;
    opacity: 0.4;
    filter: saturate(0);
}

.page_events-tabs main .grid p a:hover img,
.page_events main .grid p a:hover img {
    opacity: 1;
    filter: saturate(1);
}

.tabs {
    background-image: linear-gradient(#006e58, #006e58);
}

.tabpanel p:first-of-type {
    margin-top: 0;
}


/* Memories listing page
---------------------------------------*/
/*
* Social Media CSS
*/

/* Preloading images */
.Testimonialpager .brief_sharing:before {
    display: none;
    content: url(https://toolbox.lau.edu.lb/_ui/sm/facebook-blue.svg) url(https://toolbox.lau.edu.lb/_ui/sm/twitter-grey.svg) url(https://toolbox.lau.edu.lb/_ui/sm/whatsapp-green.svg) url(https://toolbox.lau.edu.lb/_ui/sm/copy-green.svg);
}

.Testimonialpager .brief_sharing a {
    display: inline-block;
}

.Testimonialpager a.sharing_facebook {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/facebook-grey.svg);
    width: 10px !important;
    height: 20px !important;
    background-repeat: no-repeat;
}

.Testimonialpager a.sharing_twitter {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/twitter-grey.svg);
    width: 23px !important;
    height: 19px !important;
    background-repeat: no-repeat;
}

.Testimonialpager a.sharing_whatsapp {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/whatsapp-grey.svg);
    width: 20px !important;
    height: 21px !important;
    background-repeat: no-repeat;
}

.Testimonialpager a.sharing_copy {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/copy-grey.svg);
    width: 20px !important;
    height: 21px !important;
    background-repeat: no-repeat;
}

.Testimonialpager a.sharing_facebook:hover {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/facebook-blue.svg);
}

.Testimonialpager a.sharing_twitter:hover {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/twitter-blue.svg);
}

.Testimonialpager a.sharing_whatsapp:hover {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/whatsapp-green.svg);
}

.Testimonialpager a.sharing_copy:hover {
    background-image: url(https://toolbox.lau.edu.lb/_ui/sm/copy-green.svg);
}


.wrappedContent {
    display: inline;
}

.review .more {
    background: none;
    color: #016055;
    padding: 0;
    text-decoration: underline;
    font-size: 90%;
}

.review .more:hover {
    background: none;
}

.page_alumni .pager.right {
    margin: 2em;
}

.page_alumni .pager a {
    color: #35b887;
}

.page_alumni .pager a.current,
.page_alumni .pager a:hover {
    color: #ffffff;
    background-color: #35b887;
}

.autoslider ul.slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-20%);
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.autoslider ul.slick-dots li {

    width: 1rem;
    height: 1rem;
    background-color: white;
    border-radius: 50%;
    display: block;
}

.pager a {
    color: #ffffff;
}

.autoslider ul.slick-dots li:hover,
.autoslider ul.slick-dots li.slick-active {
    background-color: #35b887;
}

/* ul.slick-dots li.slick-active {
	width: 0.8rem;
	height: 0.8rem;
} */

.autoslider ul.slick-dots li {
    cursor: pointer;
}

.autoslider ul.slick-dots li button {
    display: none;
}

.autoslider figcaption div {
    padding: 1.5%;
}

.autoslider .slick-dots li:first-of-type:last-of-type {
    display: none;
}

/* End of memories page styles
------------------------------------------------*/

.teaser {
    position: absolute;
    bottom: 10rem;
    background-color: #f0f0f0;
    border-radius: 1rem;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    max-height: 182px;
    padding: 1.4rem 3.5rem;
    max-width: 1095px;
    width: 100%;
    justify-items: end;
    z-index: 9999;
}

.teaser h3 {
    color: #01614b;
    margin: 0px;
}

.teaser p {
    line-height: 21px;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.teaser a.green_button {
    height: 35px;
    width: auto;
    font-size: 0.9rem;
    color: white !important;
}

.homepage .quotes p {
    opacity: 0 !important;
    filter: blur(4px);
    /* Initial blur effect, adjust as needed */
    transition: opacity 1s, filter 1s !important;
    /* Transition both opacity and filter properties over 1 second */
    font-size: 1.3rem;
    position: absolute;
    text-align: left;
    top: 108%;
    font-weight: bold;
    margin: 0px;
}

.homepage .quotes p.active {
    opacity: 1 !important;
    filter: blur(0);
    /* No blur when fully visible */
}

.homepage .quotes p:nth-child(odd) {
    color: #50b7e8;
}

.homepage .quotes p:nth-child(even) {
    color: #00886D;
}

.homepage .side_text p.larger {
    margin: 0 auto !important;
}

.quotes p {
    font-weight: bold;
}


@supports (font-variant-numeric:lining-nums) and (font-variant-ligatures:common-ligatures) {
    body {
        font-feature-settings: normal;
        font-variant-ligatures: common-ligatures;
        font-variant-numeric: lining-nums proportional-nums;
    }
}

.special_list {
    margin: 2em 0;
    padding-left: 0;
    border-top: 1px dashed #35b888;
}

.special_list li {
    padding: .8em 0;
    border-bottom: 1px dashed #35b888;
    list-style-type: none;
    margin-left: 0
}

.special_list li strong {
    color: #17b9d9;
}

/**
    * Homepage
    **/

div.note,
p.note {
    line-height: 1.8rem;
    font-size: 1.2rem;
    text-align: center;
    font-style: italic;
    --border-width: 3px;
    padding: 1.5rem;
    margin: 4rem 1.3rem;
    position: relative;
    border-radius: 0px;
    background: white;
}

div.note:after,
p.note:after {
    /*         position: absolute;                                       
        left: calc(-1 * var(--border-width));                     
        top: calc(-1 * var(--border-width));                      
        right: calc(-1 * var(--border-width));                    
        bottom: calc(-1 * var(--border-width));                 
        border-radius: 7px;             
        background: linear-gradient(#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886,#35B886, #10B9EC);
        content: "";                                              
        z-index: -1;    */

    position: absolute;
    left: 0;
    top: calc(-1 * var(--border-width));
    right: 0;
    bottom: calc(-1 * var(--border-width));
    border-radius: 0px;
    background: linear-gradient(to left, #ffffff, #35B88B, #10b9ec, #35B88B, #ffffff);
    content: "";
    z-index: -1;
}



.footer_copyright {
    line-height: 1.3rem;
}

.footer_copyright span.acknowledge {
    display: block;
    line-height: normal;
}

.program_main>img {
    outline: 0;
}

.side_text {
    border-radius: 10px;
}

section.hp_intro {
    text-align: center;
    line-height: 2.3rem;
    margin-top: 0rem;
    font-size: 2rem;
}

.program_main h2 {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 2.125rem;
    color: #00886D;
    margin-top: 2rem;
    transform: translateY(0%);
}

.program_main .side_text {
    width: 45%;
    margin: 0 0 4rem 0;
    padding: 3% -3% 3% 3%;
    background-color: #D8EDE6;
    font-size: 1.2em;
}

.program_main .iframeParent+.side_text {
    padding: 3% 3% 3% 6%;
}

.side_text h2,
.side_text p {
    opacity: 0;
    transition: all 1.5s !important;
}

.side_text h2 {
    font-size: 2em;
    line-height: 1em;
}

.program_main img {
    transition: all 1.5s !important;
}

.side_text+img+img {
    margin-top: 65px;
}

.side_text.visible h2,
.side_text.visible p {
    opacity: 1;
}

img:has(+.side_text) {
    opacity: 0;
    transform: scale(1.08) translateX(-98%);
}

img:has(+.side_text.visible) {
    opacity: 1;
    transform: scale(1.08) translateX(10%);
    position: relative;
    z-index: 2;
}

.side_text+img:first-of-type {
    opacity: 0;
    transform: scale(1.08) translateX(98%);
}

.side_text.visible+img:first-of-type {
    opacity: 1;
    transform: scale(1.08) translateX(-6%);
}

.side_text.visible+img {
    transform: scale(1.08) translateX(-6%);
}

.program_main .side_text:has(+img) {
    margin: 4rem 0 4rem 0;
}

.program_main img+.side_text {
    padding: 0 3% 1% 7.5% !important;
}


/**
* Resources page
**/
.page_resources .grid {
    grid-gap: 1rem;
}

.page_resources main a[href*="//"]:not([href*="lau.edu"]):after {
    content: none;
}

.page_resources .grid a,
.page_resources .grid a:visited,
.page_resources body:not(.homepage) main .grid a {
    color: #006e58 !important;
}

.page_resources .grid a:hover {
    color: #016055 !important;
}

.page_resources .grid p a:has(img) {
    border: 2px solid #eeeded;
    border-radius: 1rem;
    min-height: 185px;
    display: block;
}

.page_resources .grid p img {
    border-radius: 1rem;
}

.page_resources .grid p:nth-of-type(3) a:nth-of-type(1),
.page_resources .grid p:nth-of-type(2) a:nth-of-type(1) {
    display: inline-block;
    padding-top: 14px;
}

.page_resources .grid p a:nth-of-type(2) {
    padding-top: 1rem;
    display: inline-block;
}

/** 
* Alumni Page
**/

p.grad_year+.slick-slider {
    margin-top: 1rem;
}

.brief_sharing input {
    position: absolute;
    display: none;
}

.slick-slide {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

.d-flex {
    width: 98%;
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: 1rem;
}

.testimonial {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    flex: 1;
    min-width: 32%;
    max-width: 32%;
    position: relative;
}

.span_wide {
    flex: 2;
    min-width: 64%;
}

p.grad_year {
    margin: 0;
    padding: 0;
    color: #35b887;
    font-weight: 600;
    margin: .3rem 0 .7rem 0 !important;
}

body.page_memories .grid2 p.grad_year {
    margin: 0rem 0 .7rem 0 !important;
}

.entry_page h1 {
    margin-bottom: 0px;
}

.entry_page p.grad_year {
    margin: 0rem 0 .7rem 0 !important;
}

p.grad_year+h2.name {
    padding-top: 0px;

}

p.grad_year+h2.name a,
p.grad_year+h2.name a:visited {
    color: #959595;
    text-decoration: none;
    font-style: normal;

}

body.page_memories .grid2 h2 {
    padding: 0px;
}

body.page_memories .grid2 h2 a {
    color: #959595;
    text-decoration: none;
    font-style: normal;
}

body.page_memories .grid2 p.grad_year {
    text-align: left;
}

body.page_memories .grid2 h2.name {
    border-bottom: none;
}

.userdetails p {
    margin: 0;
}

.review {
    position: relative;
    padding-bottom: 30px;
}

.review figure:after {
    content: "";
    height: 10px;
    background: linear-gradient(to left, #10b9ec, #35B88B, #35b886);
    background-color: #10b9ec;
    display: block;
    margin-top: -3px;
}

.review audio {
    width: 90%;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, 0);
}

.brief_sharing.right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.brief_sharing span {
    float: left;
    font-size: 0.875rem;
    padding: 0.5em;
    color: #5D5D5D;
}

.brief_sharing a img {
    width: 20px;
    height: 21px;
}

.brief_sharing a {
    background-color: transparent !important;
    width: auto;
    padding: 0;
    height: auto;
    margin-right: 0.3rem;
    text-decoration: none;
}

.brief_sharing a:hover {
    background-color: transparent;
}

.brief_sharing .bordered {
    float: left;
    padding: 0.495em 0.495em 0.495em 0.495em;
    padding-top: 0.3em;
}

.brief_sharing a {
    fill: #959595;
}

.brief_sharing a.sharing_twitter img {
    width: 23px;
}

.brief_sharing .sharing_facebook:hover path {
    fill: #4267B2;
}

.brief_sharing .sharing_twitter:hover .a {
    fill: #1DA1F2;
}

.brief_sharing .sharing_whatsapp:hover .a {
    fill: #25d366;
}

.brief_sharing .sharing_copy:hover .a {
    fill: #016055;
}

.page_alumni .sharing_facebook img {
    width: 10px !important;
}

.page_profile_memories main .aside_section {
    display: none;
}

.page_profile_memories main .grid2 {
    grid-gap: 2rem;
}

.page_profile_memories main .grid2 p,
.page_memories #cboxContent main .grid2 p {

    text-align: left;

}

.page_profile_memories main .grid2 iframe,
.page_memories main .grid2 iframe {

    width: 100%;

}

/*    Alumni Spotlight Colorbox 
---------------------------------------------------*/
.page_alumni_spotlight .grid span {
    display: block;
    margin-top: .3em;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxContent main>p.known_for {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1rem;
}

#cboxContent main>p.known_for span {
    color: #35b887
}

#cboxContent main:not(.full_width) {
    float: right;
    width: 57%;
    padding-right: 3%;
    padding-top: 3%;
}

body.page_memories #cboxContent main:not(.full_width) {
    float: none;
    width: 100%;
    padding: 3% 4%;
}

.page_memories .grid2 div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page_memories .grid2 div .review {
    border-top: 5px solid #00614b;
}

#cboxContent aside {
    float: left;
    width: 40%;
    margin-right: 3%;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#cboxContent aside> :first-child {
    margin-top: 0;
    margin-bottom: 0;
}

#cboxContent main,
#cboxContent aside {
    font-size: 1rem;
}

#cboxContent main h1 {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3rem;
}

#cboxContent main p {
    margin: .7rem 0;
}

#cboxContent aside .thumbPhoto {
    display: none;
}

:not(#cboxContent) aside .popupPhoto {
    display: none;
}

#cboxContent aside .popupPhoto {
    display: block;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#colorbox {
    outline: 0;
    margin-right: 0;
    float: none;
    /*height: 150vh; overflow-y: scroll!important; line-height: 1.5; font-family: "source-serif-pro", serif; font-size: 18px;*/
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: transparent;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    background: #fff;
    padding: 0;
    border-radius: 20px;
}

#cboxLoadingGraphic {
    background: url(/_images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #FFF;
    border-radius: 20px;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    /*background:url(images/controls.png) no-repeat 0 0;*/
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px;
}

#cboxPrevious:hover {
    background-position: 0px -25px;
}

#cboxNext {
    background-position: -25px 0px;
    right: 22px;
}

#cboxNext:hover {
    background-position: -25px -25px;
}

#cboxClose {
    background: url(/_images/close.png?v=2) no-repeat 0 0;
    right: 22px;
    top: 22px;
    width: 22px;
    height: 22px;
}

#cboxClose:hover {
    opacity: 0.8;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}






.sharing_buttons a {
    display: block;
    float: left;
    width: 2.1rem;
    height: 2.1rem;
    margin-right: 0.2rem;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #35b887;
    /* #c4c4c4; */
    text-align: center;
    padding: 7px;
    display: flex;
}

#cboxLoadedContent .sharing_buttons a {
    float: left;
    width: 2rem;
    height: 2rem;
    margin-right: 0.2rem;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #c4c4c4;
    text-align: center;
    display: flex;
}

#cboxLoadedContent .sharing_facebook:hover,
.sharing_facebook:focus {
    background-color: #3c5a99;
}

#cboxLoadedContent .sharing_linkedin:hover,
.sharing_linkedin:focus {
    background-color: #2d64bc;
}

#cboxLoadedContent .sharing_twitter:hover,
.sharing_twitter:focus {
    background-color: #1da1f2;
}

#cboxLoadedContent .sharing_copy:hover,
.sharing_copy:focus,
#cboxLoadedContent .sharing_whatsapp:hover,
.sharing_whatsapp:focus {
    background-color: #00614b;
}



@media screen and (max-width:1130px) {
    .teaser {
        position: relative;
        bottom: 2rem;
        background-color: #f0f0f0;
        border-radius: 1rem;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: center;
        max-height: 182px;
        padding: 1.4rem 3.5rem;
        max-width: 1095px;
        width: 100%;
        justify-items: end;
        margin-top: 3.5rem;
    }

    .teaser a.green_button {
        height: 35px;
        font-size: 0.9rem;
        text-wrap: nowrap;
        text-align: center;
        margin-left: 1rem;
    }

}

@media only screen and (min-width: 1790px) {
    .hero {
        height: 800px;
        min-height: 800px;
    }

    .hero figure {
        height: 800px;
    }

}

@media screen and (min-width:1131px) {
    body.homepage footer {
        padding: 1.5em 0;
        padding-top: 5rem;
        margin-top: 5rem;
    }
}


@media only screen and (max-width: 780px) {

    section.hp_intro p {
        margin-top: 0px;
    }

    p.note {

        margin: 4rem 0.5rem;
        margin-top: 0rem;
    }

    .program_main img+.side_text {
        padding: 0 1rem 1% 1rem !important;
    }

    .program_main .iframeParent+.side_text {
        padding-left: 1rem !important;
    }

    .program_main .iframeParent+.side_text h2 {
        padding-top: 0;
        margin-top: 0;
    }

    .program_main .side_text,
    .program_main img+.side_text {
        margin: 0rem 0 0 0 !important;
    }

    .program_main img+.side_text {
        transform: translateY(-70px);
    }

    img:has(+.side_text.visible) {
        margin-top: 0px !important;
        transform: scale(1) translate(0, -16px);
        opacity: 1;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .program_main .side_text+.side_text {
        margin-top: 0rem;

    }

    .program_main .side_text:has(+img) {
        margin: 0 0 0rem 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .program_main img+.side_text h2 {
        padding-top: 2.3rem;
    }

    .program_main h2 {
        padding-top: 1.6rem;
    }

    .program_main .side_text {
        width: 100%;
    }




    .side_text.visible+img {
        opacity: 1;
        margin: 0 auto;
        transform: scale(1.08) translate(0%, -35px) !important;
        width: 90%;
    }



    .side_text+img+img {
        margin-top: 4rem !important;
    }

    .program_main .side_text {
        margin-top: 4rem;
    }

    img+.side_text {
        margin-top: 0px !important;
    }
}


/** 
    * Timeline
    **/


.page_timeline .full_width a {
    color: #016055 !important;
    background: white;
}

.page_timeline .full_width a:hover {
    color: #FFFFFF !important;
    background: #016055;
}


.page_timeline_50233 .section__image-box {
    top: 18% !important;
}

.page_timeline_50233 .section__image-box img {
    max-height: 365px !important;
}




.page_timeline_50232 .section__image-box {
    top: 5% !important;
}

.page_timeline_50232 .section__image-box img {
    max-height: 364px !important;
}

.page_timeline_50231 .section__image-box img {
    max-height: 370px !important;
}

.page_timeline_50231 .layer1 {
    bottom: auto !important;
    left: auto !important;
    width: 50% !important;
    z-index: 0 !important;
    right: 3% !important;
    top: 32% !important;
}

.page_timeline_50231 .layer2 {
    top: 73% !important;
    left: auto !important;
    width: 28% !important;
    z-index: 1 !important;
    right: 2% !important;
}

.page_timeline_50231 .layer3 {
    top: 73% !important;
    left: auto !important;
    width: 28% !important;
    z-index: 2 !important;
    right: 33% !important;
}


.page_timeline_50231 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50231 .layer3 img {
    transform: rotate(-10deg);
}


.page_timeline_50230 .layer1 {
    top: 45% !important;
    right: auto !important;
    width: 45% !important;
    z-index: 0 !important;
    left: 2% !important;
}

.page_timeline_50230 .layer2 {
    bottom: auto !important;
    left: 34% !important;
    width: 30% !important;
    z-index: 1 !important;
    top: 85% !important;
}

.page_timeline_50230 .layer3 {
    bottom: auto !important;
    left: 1% !important;
    width: 30% !important;
    z-index: 2 !important;
    top: 85% !important;
}

.page_timeline_50230 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50230 .layer3 img {
    transform: rotate(-10deg);
}

.page_timeline_50229 .section__image-box img {
    max-height: 337px !important;
}

.page_timeline_50227 .layer1 {
    bottom: auto !important;
    left: auto !important;
    width: 40% !important;
    z-index: 0 !important;
    right: 8% !important;
    top: 30% !important;
}

.page_timeline_50227 .layer2 {
    top: 76% !important;
    left: auto !important;
    width: 29% !important;
    z-index: 1 !important;
    right: 1% !important;
}

.page_timeline_50227 .layer3 {
    top: 74% !important;
    left: auto !important;
    width: 30% !important;
    z-index: 2 !important;
    right: 31% !important;
}


.page_timeline_50227 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50227 .layer3 img {
    transform: rotate(-10deg);
}



.page_timeline_50228 .section__image-box {
    top: 8% !important;
}

.page_timeline_50228 .section__image-box img {
    max-height: 354px !important;
}


.page_timeline_50226 .layer1 {
    top: 40% !important;
    right: auto !important;
    width: 45% !important;
    z-index: 0 !important;
    left: 0% !important;

}

.page_timeline_50226 .layer2 {
    bottom: auto !important;
    left: 37% !important;
    width: 35% !important;
    z-index: 1 !important;
    top: 86% !important;
}

.page_timeline_50226 .layer3 {
    bottom: auto !important;
    left: 2% !important;
    width: 35% !important;
    z-index: 2 !important;
    top: 72% !important;
}

.page_timeline_50226 .layer1 img {
    transform: rotate(5deg);
}

.page_timeline_50226 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50226 .layer3 img {
    transform: rotate(-10deg);
}

.page_timeline_50225 .layer1 {
    bottom: auto !important;
    left: auto !important;
    width: 45% !important;
    z-index: 0 !important;
    right: 2% !important;
    top: 29% !important;
}

.page_timeline_50225 .layer2 {
    top: 68% !important;
    left: auto !important;
    width: 35% !important;
    z-index: 1 !important;
    right: 22% !important;
}

.page_timeline_50225 .layer1 img {
    transform: rotate(5deg);
}

.page_timeline_50225 .layer2 img {
    transform: rotate(-10deg);
}



.page_timeline_50224 .section__image-box {
    top: 6% !important;
}

.page_timeline_50224 .section__image-box img {
    max-height: 336px !important;
}

.page_timeline_50223 .layer1 {
    bottom: 40% !important;
    left: auto !important;
    width: 40% !important;
    z-index: 0 !important;
    right: 10% !important;
}

.page_timeline_50223 .layer2 {
    top: 60% !important;
    left: auto !important;
    width: 25% !important;
    z-index: 1 !important;
    right: 1% !important;
}

.page_timeline_50223 .layer3 {
    top: 60% !important;
    left: auto !important;
    width: 30% !important;
    z-index: 2 !important;
    right: 28% !important;
}

.page_timeline_50223 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50223 .layer3 img {
    transform: rotate(-10deg);
}




.page_timeline_50222 .layer1 {
    top: 45% !important;
    right: auto !important;
    width: 48% !important;
    z-index: 0 !important;
    left: 0% !important;
}

.page_timeline_50222 .layer2 {
    bottom: auto !important;
    left: 9% !important;
    width: 35% !important;
    z-index: 2 !important;
    top: 78% !important;
}

.page_timeline_50222 .layer2 img {

    transform: rotate(10deg);
}




.page_timeline_50221 .layer2 {
    top: 60% !important;
    left: auto !important;
    width: 25% !important;
    z-index: 1 !important;
    right: 1% !important;
}

.page_timeline_50221 .layer3 {
    top: 60% !important;
    left: auto !important;
    width: 28% !important;
    z-index: 1 !important;
    right: 28% !important;
}

.page_timeline_50221 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50221 .layer3 img {
    transform: rotate(-10deg);
}




.page_timeline_50220 .section__image-box {
    top: 7% !important;
}

.page_timeline_50220 .section__image-box img {
    max-height: 331px !important;
}

.page_timeline_50219 .layer1 {
    bottom: auto !important;
    left: auto !important;
    width: 40% !important;
    z-index: 0 !important;
    right: 5% !important;
    top: 22% !important;
}

.page_timeline_50219 .layer2 {
    top: 69% !important;
    left: auto !important;
    width: 25% !important;
    z-index: 1 !important;
    right: 1% !important;
}

.page_timeline_50219 .layer3 {
    top: 69% !important;
    left: auto !important;
    width: 30% !important;
    z-index: 2 !important;
    right: 29% !important;
}

.page_timeline_50219 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50219 .layer3 img {
    transform: rotate(-10deg);
}



.page_timeline_50218 .layer1 {
    top: 45% !important;
    left: 0% !important;
    width: 45% !important;
}

.page_timeline_50218 .layer2 {
    top: 88% !important;
    left: 2% !important;
    width: 34% !important;
}

.page_timeline_50218 .layer3 {
    top: 85% !important;
    left: 39% !important;
    width: 18% !important;
}

.page_timeline_50218 .layer2 img {
    transform: rotate(-5deg);
}

.page_timeline_50218 .layer3 img {
    transform: rotate(5deg);
}



.page_timeline_50217 .layer1 {
    top: 28% !important;
    right: 0% !important;
    width: 25% !important;
    z-index: 0;
    left: auto !important;
}

.page_timeline_50217 .layer2 {
    top: 70% !important;
    right: 26% !important;
    width: 31% !important;
    left: auto !important;
    z-index: 1;
}

.page_timeline_50217 .layer3 {
    top: 28% !important;
    right: 26% !important;
    width: 30% !important;
    left: auto !important;

}

.page_timeline_50217 .layer2 img {
    transform: rotate(-5deg);
}

.page_timeline_50217 .layer3 img {
    transform: rotate(5deg);
}




.page_timeline_50215 .layer1 {
    top: 28% !important;
    left: 47% !important;
    width: 40% !important;
}

.page_timeline_50215 .layer2 {
    top: 63% !important;
    left: 62% !important;
    width: 35% !important;
}

.page_timeline_50215 .layer1 img {
    transform: rotate(-5deg);
}

.page_timeline_50215 .layer2 img {
    transform: rotate(5deg);
}




.page_timeline_50213 .layer1 {
    top: 61% !important;
    left: 10% !important;
    width: 37% !important;
}

.page_timeline_50213 .layer2 {
    top: 10% !important;
    left: 2% !important;
    width: 45% !important;
}

.page_timeline_50213 .layer3 {
    top: 39% !important;
    left: 2% !important;
    width: 38% !important;
}


.page_timeline_50213 .layer1 img {
    transform: rotate(5deg);
}

.page_timeline_50213 .layer2 img {
    transform: rotate(5deg);
}

.page_timeline_50213 .layer3 img {
    transform: rotate(-5deg);

}






.page_timeline_50212 .layer1 {
    top: 28% !important;
    left: 50% !important;
    width: 40% !important;
}

.page_timeline_50212 .layer2 {
    top: 70% !important;
    left: 71% !important;
    width: 25% !important;
}

.page_timeline_50212 .layer3 {
    top: 70% !important;
    left: 35% !important;
    width: 27% !important;
}

.page_timeline_50212 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50212 .layer3 img {
    transform: rotate(-10deg);
}


.page_timeline_50211 .section__image-box {
    left: 0% !important;
    width: 100% !important;
    top: 20% !important;
}

.page_timeline_50211 .section__image-box img {
    max-height: 375px;
}

.page_timeline_50209 .section__graphics,
.page_timeline_50213 .section__graphics {
    transform: translateY(0px) !important;
}

.page_timeline_50208 .layer1 {
    bottom: auto !important;
    left: 7% !important;
    width: 40% !important;
    top: 42% !important;
}

.page_timeline_50208 .layer2 {
    top: 80% !important;
    left: 32% !important;
    width: 25% !important;
    right: auto !important;
}

.page_timeline_50208 .layer3 {
    top: 80% !important;
    left: 2% !important;
    width: 26% !important;
    right: auto !important;
}

.page_timeline_50208 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50208 .layer3 img {
    transform: rotate(-10deg);
}

.page_timeline_50207 .layer1 {
    top: 41% !important;
    right: 53% !important;
    width: 43% !important;
}

.page_timeline_50207 .layer2 {
    top: 74% !important;
    left: 26% !important;
    width: 22% !important;
}

.page_timeline_50207 .layer3 {
    top: 74% !important;
    left: 3% !important;
    width: 21% !important;
}

.page_timeline_50207 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50207 .layer3 img {
    transform: rotate(-10deg);
}

.page_timeline_50206 .layer1 {
    bottom: 9% !important;
    left: 60% !important;
    width: 35% !important;
}

.page_timeline_50206 .layer2 {
    top: 80% !important;
    left: 73% !important;
    width: 24% !important;
}

.page_timeline_50206 .layer3 {
    top: 79% !important;
    left: 38% !important;
    width: 28% !important;
}

.page_timeline_50206 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50206 .layer3 img {
    transform: rotate(-15deg);
}





.page_timeline_50204 .layer1 {
    top: 35% !important;
    left: 47% !important;
    width: 28% !important;
}

.page_timeline_50204 .layer1 img {
    transform: rotate(-5deg);
}

.page_timeline_50204 .layer2 {
    top: 52% !important;
    left: 79% !important;
    width: 14% !important;
}

.page_timeline_50204 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50205 .layer1 {
    top: 50% !important;
    right: 50% !important;
    width: 45% !important;
}

.page_timeline_50205 .layer2 {
    bottom: -17% !important;
    left: 0% !important;
    width: 30% !important;
}

.page_timeline_50205 .layer3 {
    bottom: -19% !important;
    left: 31% !important;
    width: 35% !important;
}

.page_timeline_50205 .layer2 img {
    transform: rotate(-10deg);
}

.page_timeline_50205 .layer3 img {
    transform: rotate(10deg);
}

.page_timeline_50186 .section__graphics {
    transform: translateY(0px) !important;
}

.page_timeline_50185 .section__graphics {
    padding-left: 0px;
    right: 0px;
    width: 60%;
}

/* 1937 */
.page_timeline_50185 .layer1 {
    top: 33% !important;
    left: auto !important;
    width: 70% !important;
    right: 10% !important;
}

.page_timeline_50185 .layer2 {
    top: 51% !important;
    left: 54% !important;
    width: 38% !important;
}

.page_timeline_50185 .layer3 {
    top: 49% !important;
    left: 10% !important;
    width: 35% !important;
}

.page_timeline_50185 .layer2 img {
    transform: rotate(13deg);
}

.page_timeline_50185 .layer3 img {
    transform: rotate(350deg);
}

/* 1954-1959 */
.page_timeline_50190 .layer1 {
    top: 35% !important;
    left: 11% !important;
    width: 35% !important;
}

.page_timeline_50190 .layer2 {
    top: 72% !important;
    left: 27% !important;
    width: 21% !important;
}

.page_timeline_50190 .layer3 {
    top: 71% !important;
    left: 2% !important;
    width: 20% !important;
}

.page_timeline_50190 .layer2 img {
    transform: rotate(10deg);
}

.page_timeline_50190 .layer3 img {
    transform: rotate(-10deg);
}

/* 1969 */
.page_timeline_50194 .layer1 {
    top: 36% !important;
    left: 5% !important;
    width: 45% !important;
}

.page_timeline_50194 .layer2 {
    top: 69% !important;
    left: 15% !important;
    width: 22% !important;
}



.page_timeline_50194 .layer2 img {
    transform: rotate(352deg);
}

/* 1973 entry 2 */
.page_timeline_50196 .layer1 {
    top: 36% !important;
    left: 5% !important;
    width: 44% !important;
}

.page_timeline_50196 .layer2 {
    top: 67% !important;
    left: 3% !important;
    width: 20% !important;
}

.page_timeline_50196 .layer3 {
    top: 68% !important;
    left: 21% !important;
    width: 28% !important;
}


.page_timeline_50196 .layer2 img {
    transform: rotate(-10deg);
}

.page_timeline_50196 .layer3 img {
    transform: rotate(10deg);
}


div#preview_document {
    position: fixed;
    z-index: 9999;
    transition: all 0.5s;

    /* A bit of formatting. Maybe we add captions in the future. */
    background-color: white;
    padding: 2px;
    box-shadow: 0 0 20px #555;

    /* Center the div in the viewport */
    left: 50%;
    top: 50%;
    translate: -50% -50%;

    /* Hide the div */
    transform: scale(0%);
    opacity: 0;

    /* old settings:
    transform: translate(-50%, -500%);
    top: 2rem;
    */
}

div#preview_document img {
    width: auto;
    height: auto;
    max-width: 95vw;
    max-height: 95vh;
}

.page_timeline_50211 .page_timeline_50194 .section__image-box {
    top: 8% !important;
}

.page_timeline_50194 .section__image-box img {
    max-height: 20rem !important;
}

.page_timeline_50189 .section__image-box img {
    max-height: 23rem !important;
}

.page_timeline_50187 .section__image-box img {
    max-height: 23rem !important;
}

.page_timeline_50202 .section__image-box img {
    max-height: 22rem !important;
}

.page_timeline_50216 .section__image-box {
    top: 8% !important;
}

.page_timeline_50216 .section__image-box img {
    max-height: 325px !important;
}

.page_timeline_50210 .layer1 {
    bottom: 17% !important;
    left: 0% !important;
    width: 48% !important;
}

.page_timeline_50210 .layer2 {
    top: 90% !important;
    left: 2% !important;
    width: 16% !important;
    z-index: 1 !important;
}

.page_timeline_50210 .layer2 img {
    transform: rotate(11deg);
}



.page_timeline_50209 .layer1 {
    top: 47% !important;
    right: 50% !important;
    width: 20% !important;
    z-index: 1 !important;
}

.page_timeline_50209 .layer2 {
    top: 25% !important;
    left: auto !important;
    width: 46% !important;
    z-index: 1 !important;
    right: 0% !important;
}

.page_timeline_50209 .layer1 img {
    transform: rotate(5deg);
}

.page_timeline_50209 .layer2 img {
    transform: rotate(-5deg);
}


.page_timeline_50203 .section__image-box {
    top: 12% !important;
}

.page_timeline_50201 .layer2 {
    bottom: 10% !important;
    left: 2% !important;
    width: 35% !important;
}

.page_timeline_50201 .layer1 {
    top: 88% !important;
    right: 47% !important;
    width: 36% !important;
}

.page_timeline_50201 .layer1 img {
    transform: rotate(-13deg);
}

.page_timeline_50201 .layer2 img {
    transform: rotate(5deg);
}



.page_timeline_50200 .layer1 {
    bottom: 30% !important;
    left: 50% !important;
    width: 45% !important;
}

.page_timeline_50200 .layer2 {
    top: 70% !important;
    left: 69% !important;
    width: 30% !important;
}

.page_timeline_50200 .layer3 {
    top: 70% !important;
    left: 47% !important;
    width: 23% !important;
}

.page_timeline_50200 .layer2 img {
    transform: rotate(8deg);
}

.page_timeline_50200 .layer3 img {
    transform: rotate(-5deg);
}



.page_timeline_50199 .layer1 {
    top: 47% !important;
    right: 50% !important;
    width: 45% !important;
}

.page_timeline_50199 .layer2 {
    bottom: -3% !important;
    left: 4% !important;
    width: 40% !important;
}

.page_timeline_50199 .layer1 img {
    transform: rotate(5deg);
}

.page_timeline_50199 .layer2 img {
    transform: rotate(-12deg);
}

.page_timeline_50197 .layer1 {
    bottom: 0% !important;
    left: auto !important;
    width: 30% !important;
    right: 8% !important;
}

.page_timeline_50197 .layer2 {
    top: 58% !important;
    left: 48% !important;
    width: 16% !important;
}

.page_timeline_50197 .layer1 img {
    transform: rotate(10deg);
}

.page_timeline_50197 .layer2 img {
    transform: rotate(-15deg);
}

.page_timeline_50193 .layer2 {
    top: 45% !important;
    left: 46% !important;
    width: 17% !important;
}

.page_timeline_50193 .layer2 img {
    transform: rotate(-5deg);
}

.page_timeline_50195 .layer1 {
    top: 30% !important;
    left: 58% !important;
    width: 40% !important;
}

.page_timeline_50195 .layer2 {
    top: 60% !important;
    left: 47% !important;
    width: 19% !important;
}

.page_timeline_50195 .layer2 img {
    transform: rotate(-10deg);
}



.page_timeline_50182 .layer1 {
    top: 40% !important;
    right: 55% !important;
    width: 35% !important;
}

.page_timeline_50181 .layer1 {
    bottom: auto !important;
    width: 29% !important;
    right: 6% !important;
    left: auto !important;
    top: 27% !important;
}

.page_timeline_50181 .layer2 {
    left: 80% !important;
    top: 72% !important;
    width: 13% !important;
}

.page_timeline_50181 .layer2 img {
    transform: rotate(15deg);
}

.page_timeline_50181 .layer3 {
    top: 66% !important;
    left: 52% !important;
    width: 16% !important;
}

.page_timeline_50181 .layer3 img {
    transform: rotate(-10deg);
}

.page_timeline_50182 .layer2 {
    width: 23% !important;
    bottom: -19% !important;
    left: 7% !important;
}

.page_timeline_50182 .layer2 img {
    transform: rotate(-15deg);
}

.page_timeline_50183 .layer3 {
    top: 57% !important;
    left: 48% !important;
    width: 17% !important;
}

.page_timeline_50183 .layer3 img {
    transform: rotate(-10deg);
    border-radius: 15%;
}

.page_timeline_50183 .layer2 {
    top: 60% !important;
    left: 67% !important;
    width: 32% !important;
}

.page_timeline_50183 .layer2 img {
    transform: rotate(7deg);
    border-radius: 15%;
}


.page_timeline_50183 .layer2 img {
    transform: rotate(7deg);
    border-radius: 15%;
}

.page_timeline_50184 .layer1 {
    top: 37% !important;
    right: 56% !important;
}

.page_timeline_50184 .layer2 {
    bottom: auto !important;
    left: 0% !important;
    width: 23% !important;
    z-index: 1 !important;
    top: 52% !important;
}

.page_timeline_50184 .layer3 {
    bottom: auto !important;
    left: 3% !important;
    width: 23% !important;
    top: 74% !important;
}


.page_timeline_50184 .layer1 img {
    transform: rotate(-15deg);
}

.page_timeline_50186 .layer2 img {
    transform: rotate(-20deg);
}

.page_timeline_50186 .layer2 {
    bottom: 23% !important;
    left: 20% !important;
    width: 26% !important;
}

.page_timeline_50186 .layer1 {
    top: 16% !important;
    right: auto !important;
    left: 0% !important;
    width: 45% !important;
}

.page_timeline_50186 .layer1 img {
    transform: rotate(5deg);
}



.page_timeline_50192 .layer1 {
    top: 35% !important;
    right: 55% !important;
    width: 30% !important;
}

.page_timeline_50192 .layer2 {
    bottom: 5% !important;
    left: 5% !important;
    width: 23% !important;
}

.page_timeline_50192 .layer1 img {
    transform: rotate(6deg);
}

.page_timeline_50192 .layer2 img {
    transform: rotate(-11deg);
}


.page_timeline_50191 .layer1 {
    bottom: 40% !important;
    left: 60% !important;
    width: 40% !important;
}

.page_timeline_50191 .layer2 {
    top: 55% !important;
    left: 51% !important;
    width: 25% !important;
}

.page_timeline_50191 .layer2 img {
    transform: rotate(-11deg);
}











.section--center-left .section__image-box.layer1 {
    bottom: 40%;
    left: 60%;
    width: 38%;
    z-index: 0;
}

.section--center-left .section__image-box.layer2 {
    top: 52%;
    left: 76%;
    width: 14%;
    z-index: 1;
}


.section--center-left .section__image-box.layer3 {
    top: 50%;
    left: 50%;
    width: 23%;
    z-index: 2;
}

.section--center-right .section__image-box.layer1 {
    top: 50%;
    right: 50%;
    width: 40%;
    z-index: 0;
}

.section--center-right .section__image-box.layer2 {
    bottom: 18%;
    left: 0%;
    width: 23%;
    z-index: 1;
}


.section--center-right .section__image-box.layer3 {
    bottom: 18%;
    left: 0%;
    width: 23%;
    z-index: 2;
}


.section--center-right .section__image-box.layer1 img,
.section--center-right .section__image-box.layer2 img,
.section--center-right .section__image-box.layer3 img,
.section--center-left .section__image-box.layer1 img,
.section--center-left .section__image-box.layer2 img,
.section--center-left .section__image-box.layer3 img {
    max-height: 550px;
    width: auto;
    border-radius: 5px;
}

.section--center-right .section__image-box.layer1 img {
    float: right;
}


.page_title {
    font-family: Raleway;
}

.section--cover .section__image-box {
    left: 0%;
    width: 100%;
    top: 20%;
}



body.page_timeline {
    background-color: #fbfbfb;
}

.hero {
    position: relative;
}

.hero_slider+picture {
    position: absolute;
    left: 0;
    width: 600px;
    height: 277px;
    bottom: 11rem;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .74));
    -moz-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .74));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .74));
    will-change: filter;
    border: 0;
}

h2 {
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 1.75rem !important;
}

img {
    transition: all 0.5s;
}


#close-button {
    position: absolute;
    z-index: 9;
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.5s;
    font-weight: 200;
    right: 1rem;
    top: 15px;

    color: #4a8c7b;
    color: white;
    text-shadow: 0 0 8px #555;

}

/* #close-button:hover {
    font-weight: bold;
} */

*,
html {
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

img,
picture {
    border: 0;
    vertical-align: top;
    /* width: 100% */
}


*,
:after,
:before {
    box-sizing: border-box
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #ececec;
}

.wrapper:before {
    content: "";
    pointer-events: none;
    background-image: none;
    position: fixed;
    top: -50vh;
    left: -50vw;
    width: 200vw;
    height: 200vh;
    z-index: 1000;
    opacity: .12;
    background-color: #ececec;
}

.wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: 0;
    pointer-events: none
}


.section-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

.section {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .section__graphics-inner-mobile {
        text-align: center;
    }

    .section__graphics-mobile-image {
        display: inline-block !important;
    }

    .section:nth-of-type(odd) .section__graphics {
        transform: translateY(-100px) !important;
    }

    .section__content {
        padding: 0px 2rem !important;
        display: block !important;
    }

    .section:nth-of-type(odd) .section__graphics,
    .section:nth-of-type(2n) .section__graphics {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


    .section__graphics {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

    /* Your styles for screens with a width between 1024px and 1365px */
    .page_timeline_50183 .section__image-box {
        top: 19%;
    }

    .page_timeline_50183 .section__image-box img {
        max-height: 370px;
    }

    .page_timeline_50208 .layer3 {
        top: 78% !important;
        left: auto !important;
        width: 26% !important;
        right: 36%;
    }

    .page_timeline_50212 .layer3 {
        top: 73% !important;
        left: 37% !important;
        width: 27% !important;
    }

    .page_timeline_50217 .layer3 {
        top: 28% !important;
        right: 24% !important;
        width: 30% !important;
        left: auto !important;
    }

    .page_timeline_50217 .layer2 {
        top: 69% !important;
        right: 23% !important;
        width: 30% !important;
        left: auto !important;
        z-index: 1;
    }

    .page_timeline_50219 .layer3 {
        top: 59% !important;
        left: auto !important;
        width: 25% !important;
        z-index: 2 !important;
        right: 28% !important;
    }

    .page_timeline_50219 .layer2 {
        top: 59% !important;
        left: auto !important;
        width: 25% !important;
        z-index: 1 !important;
        right: 1% !important;
    }

    .page_timeline_50221 .layer3 {
        top: 60% !important;
        left: auto !important;
        width: 25% !important;
        z-index: 1 !important;
        right: 27% !important;
    }

    .page_timeline_50223 .layer3 {
        top: 61% !important;
        left: auto !important;
        width: 28% !important;
        z-index: 2 !important;
        right: 27% !important;
    }

    .page_timeline_50225 .layer2 {
        top: 68% !important;
        left: auto !important;
        width: 33% !important;
        z-index: 1 !important;
        right: 19% !important;
    }

    .page_timeline_50227 .layer3 {
        top: 70% !important;
        left: auto !important;
        width: 26% !important;
        z-index: 2 !important;
        right: 27% !important;
    }

    .page_timeline_50227 .layer2 {
        top: 70% !important;
        left: auto !important;
        width: 25% !important;
        z-index: 1 !important;
        right: 1% !important;
    }
}

@media only screen and (max-width: 480px) {
    .footer_sm span {
        margin-bottom: 0;
    }
}

@media screen and (max-width:1023px) {
    .section {
        padding: 180px 40px 60px
    }
}

@media only screen and (min-width: 640px) and (max-width:1000px) {

    .d-flex {
        width: 97%;
        margin: 0 0.5rem;
    }

    .testimonial {
        padding: 1rem 2rem;
        border-radius: 0.8rem;
        box-shadow: 5px 5px 20px #6d6b6b6b;
        flex: 1;
        min-width: auto;
        max-width: none;
        position: relative;
    }

    .span_wide {
        flex: 2 !important;
        min-width: 64% !important;
    }

    .arrow_prev,
    .arrow_next {
        top: 50%;
        width: 2em;
        height: 3em
    }
}



@media screen and (max-width:767px) {

    .section__graphics-inner-mobile {
        text-align: center !important;
    }

    .section__graphics-mobile-image {
        display: inline-block !important;
    }

    .section {
        padding-left: 30px;
        padding-right: 30px
    }

    footer .out_wrap {
        display: block !important;
    }

    .brand_logos {
        margin-bottom: 1.5rem !important;
    }

    .footer_sm span {
        display: inline-block;
    }

    footer .out_wrap .media_links {
        text-align: left;
    }

    footer .out_wrap {
        grid-template-columns: 1fr;
        text-align: left;
        grid-gap: 20px;

    }
}

.section--first {
    padding-top: 0
}

@media screen and (max-width:1023px) {
    .section--first {
        padding-bottom: 0
    }
}

.section__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

@media screen and (max-width:1023px) {
    .section__inner {
        flex-direction: column-reverse
    }
}

.section__content {
    position: relative;
    z-index: 1;
    padding: 10rem 70px 20.25rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 100%
}

.section--cover .section__content {
    grid-template-columns: repeat(11, 1fr);
}

@media screen and (max-width:1279px) {
    .section__content {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media screen and (max-width:767px) {
    .section__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.section--center-left .section__content {
    padding-top: 9rem;
    padding-bottom: 10.25rem
}

.section--top-right .section__content {
    padding-top: 8.25rem;
    padding-bottom: 30rem
}

@media screen and (max-width:1919px) {
    .section--center-left .section__content {
        padding-top: 13.5rem;
        padding-bottom: 15.75rem
    }

    .section--top-right .section__content {
        padding-top: 8.25rem;
        padding-bottom: 25.5rem
    }
}

@media screen and (max-width:1365px) {
    .section--center-left .section__content {
        padding-top: 10.5rem;
        padding-bottom: 12.75rem
    }

    .section--top-right .section__content {
        padding-top: 8.25rem;
        padding-bottom: 21rem
    }
}

@media screen and (max-width:1279px) {
    .section--center-left .section__content {
        padding-top: 9rem;
        padding-bottom: 11.25rem
    }

    .section--top-right .section__content {
        padding-top: 6.75rem;
        padding-bottom: 19.5rem
    }
}

@media screen and (max-width:1023px) {

    .section--center-left .section__content,
    .section--top-right .section__content {
        padding-top: .75rem;
        padding-bottom: 6rem
    }
}

@media screen and (max-width:767px) {

    .section--center-left .section__content,
    .section--top-right .section__content {
        padding-top: .75rem;
        padding-bottom: 4.5rem
    }
}

.section__content-inner {
    grid-column: 6/12
}

.section--center-left .section__content-inner {
    grid-column: 1/6
}

.section--top-right .section__content-inner {
    grid-column: 6/12
}

@media screen and (max-width:1279px) {
    .section--center-left .section__content-inner {
        grid-column: 2/7
    }

    .section--top-right .section__content-inner {
        grid-column: 7/12
    }
}

@media screen and (max-width:1023px) {

    .section--center-left .section__content-inner,
    .section--top-right .section__content-inner {
        grid-column: 2/12
    }
}

.section__graphics {
    position: absolute;
    z-index: 9;
    flex: 1;
    height: 100%;
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity .6s ease;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 100%
}

@media screen and (max-width:1023px) {
    .section__graphics {
        padding-top: 6rem;
        transform: translateY(-30px);
        position: relative;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .section__graphics {
        padding-top: 2rem;
        display: block;
        width: 100%;
        z-index: 0
    }
}

.section.active .section__graphics {
    opacity: 1
}

.section:nth-of-type(odd) .section__graphics {
    padding-right: 11rem;
    transform: translateY(-200px);
}

.section:nth-of-type(odd).section--cover .section__graphics {
    padding-right: 0rem;
    transform: translateY(0px);
}

@media screen and (max-width:1279px) {
    .section:nth-of-type(odd) .section__graphics {
        padding-right: 10rem
    }
}

@media screen and (max-width:767px) {

    .section:nth-of-type(odd) .section__content {
        padding: 1rem;
    }

    .section:nth-of-type(odd) .section__graphics {
        padding-left: 0;
        padding-right: 0;
        transform: translateY(-25px);
    }
}

.section:nth-of-type(2n) .section__graphics {
    padding-left: 70px
}

@media screen and (max-width:1279px) {
    .section:nth-of-type(2n) .section__graphics {
        padding-left: 35px
    }
}

@media screen and (max-width:767px) {
    .section:nth-of-type(2n) .section__graphics {
        padding-right: 0;
        padding-left: 0
    }
}

.section__graphics-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    grid-column: 1/13
}

@media screen and (max-width:1023px) {
    .section__graphics-inner {
        display: none
    }
}

.section__graphics-inner-mobile {
    display: none;
    grid-column: 2/12
}

@media screen and (max-width:1023px) {
    .section__graphics-inner-mobile {
        display: block;
        width: 100%
    }
}

.section__graphics-mobile-image {
    display: block
}

.section__image-box {
    display: inline-block;
    position: absolute
}

.section__image-outer {
    opacity: 0;
    transition: transform 3s cubic-bezier(0, .55, .45, 1) 0ms, opacity 3s ease-out 0ms
}

.section__graphics-inner-mobile {
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0, .55, .45, 1) 0ms, opacity 1.5s ease-out 0ms
}

.section:nth-child(2n) .section__image-box:first-of-type .section__image-outer {
    transform: translateY(-150px) translateX(150px) rotate(20deg)
}

.section:nth-child(2n) .section__image-box:nth-of-type(2) .section__image-outer {
    transform: translateY(-175px) translateX(130px) rotate(10deg)
}

.section:nth-child(2n) .section__image-box:nth-of-type(3) .section__image-outer {
    transform: translateY(-120px) translateX(170px) rotate(14deg)
}

.section:nth-child(2n) .section__graphics-inner-mobile {
    transform: translateY(-150px) translateX(150px) rotate(20deg)
}

.section:nth-child(odd) .section__image-box:first-of-type .section__image-outer {
    transform: translateY(-150px) translateX(-150px) rotate(-20deg)
}

.section:nth-child(odd) .section__image-box:nth-of-type(2) .section__image-outer {
    transform: translateY(-150px) translateX(-130px) rotate(-10deg)
}

.section:nth-child(odd) .section__graphics-inner-mobile {
    transform: translateY(-150px) translateX(-150px) rotate(-20deg)
}

.section.active .section__image-box:first-of-type .section__image-outer {
    transition-duration: 1.1s;
    text-align: center;
}

.section.active .section__image-box:nth-of-type(2) .section__image-outer {
    transition-duration: 1.4s
}

.section.active .section__image-box:nth-of-type(3) .section__image-outer {
    transition-duration: 1.7s
}

.section.active .section__graphics-inner-mobile,
.section.active .section__image-outer {
    transform: none !important;
    opacity: 1
}

.section__image {
    position: relative;
    display: inline-block
}

.section--cover img {
    max-height: 532px;
    width: auto;
}

.section--cover .section__inner {
    flex-direction: column-reverse;
    padding-top: 26rem;
    padding-bottom: 7.5rem
}

@media screen and (max-width:1023px) {
    .section--cover .section__inner {
        padding-top: 0;
        padding-bottom: .75rem
    }
}

.section--cover .section__content {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
}

@media screen and (max-width:1023px) {
    .section--cover .section__content {
        padding-bottom: 4.5rem
    }
}

@media screen and (min-width:1280px) {
    .section--cover .section__graphics {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media only screen and (min-width: 781px) and (max-width:980px) {
    .iframeParent {
        width: 55%;
        padding-bottom: 31%;
    }
}

@media only screen and (max-width: 780px) {
    .iframeParent {
        width: 100%;
        padding-bottom: 56%;
        margin-left: 0;
        margin-top: 0rem;
        right: 0px;
        left: 0px;
    }

    .videomod>.iframeParent {
        float: none;
        left: 0rem;
        right: 0rem;

    }

    .videomod>.side_text+.iframeParent {
        float: none;
        right: 0rem;
        left: 0rem;
        margin-bottom: 3rem;
        position: relative;
        top: 0px;
        width: 100%;
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 980px) {
    div.columns.four {
        columns: 2 !important;
    }

    #innerContent {
        display: flex;
        flex-direction: column;
    }

    #innerContent main,
    #innerContent aside {
        float: none;
    }

    #innerContent aside {
        order: -1;
    }

    #innerContent main {
        float: none;
        padding: 0 2rem;
    }



    .subnav_toggle {
        background: #00624C;
        margin-top: -1.6em;
    }

    .homepage .lau_logo {
        background-image: url(https://100.lau.edu.lb/_images/laucentennial-secondary-logo-retina-white-tagline.png);
        /*     width: 200px;
        height: 85px;
        background-size: 200px 85px; */
        width: 200px;
        height: 85px;
        background-size: 200px auto;
    }

    .lau_logo {
        background-image: url(https://100.lau.edu.lb/_images/laucentennial-secondary-logo-retina-colored-tagline.png);
        width: 200px;
        height: 85px;
        background-size: 200px auto;
    }

    main h1 {
        line-height: 2.4rem;
    }

    .nav_toggle {
        margin-top: 25px
    }

    .top_nav_group {
        width: 100%;
        margin-top: 20px;
    }

    .main_nav {
        margin: 0 0 3em;
    }



    #colorbox .sharing_buttons span {
        display: none;
    }

    #colorbox .sharing_buttons {
        clear: both;
        padding-bottom: 1.2rem;
    }

    #colorbox {
        height: calc(100vh + 100rem);
    }


    #cboxContent main:not(.full_width) {
        float: none !important;
        width: 100% !important;
        padding: 0 2rem;

    }

    #cboxContent aside {
        float: left !important;
        width: 100% !important;
        margin-right: 0 !important;

    }

    #cboxContent aside .thumbPhoto {
        display: block;
        margin: 0;
    }

    :not(#cboxContent) aside .popupPhoto {
        display: block;
    }

    #cboxContent aside .popupPhoto {
        display: none;
    }
}

@media screen and (max-width:640px) {

    div.columns.four {
        columns: 1 !important;
    }

    .d-flex {
        width: 91%;
        display: block;
        margin-left: 1rem;
        margin: 0px 0.8rem;
    }

    .testimonial {
        padding: 1rem 2rem;
        border-radius: 0.8rem;
        box-shadow: 5px 5px 20px #6d6b6b6b;
        min-width: 100%;
        max-width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }

    .span_wide {
        min-width: 100%;
    }

    .span_wide {
        background-position-x: 10rem;
    }

    .innerdiv {
        display: flex;
        flex-direction: column;
        transform: scale(1);
        margin: 2rem;
        margin-bottom: 5rem;
    }

    .arrow_prev,
    .arrow_next {
        top: 50%;
    }

    .teaser {
        display: block;
        max-height: none;
        padding: 1.4rem 1.5rem;
        margin-top: 0px;
    }

    .teaser a.green_button {
        height: 35px;
        width: auto;
        font-size: 0.9rem;
        text-wrap: nowrap;
        text-align: center;
        margin-top: 1rem;
        margin-left: 0px;

    }




    .cover picture {
        width: 100% !important;
    }

    .wrappedContent {
        display: none;
    }

    .review .more {
        display: inline-block;
    }
}



@media only screen and (min-width: 981px) {
    main .aside_section {
        margin: 3rem 0 0;
        padding: 0;
    }

    aside .aside_section {
        margin: 3rem 0 0;
        padding: 5%;
    }

    .main_nav>ul>li:hover {
        background-color: transparent;
    }

    .main_nav>ul>li:hover a {
        color: #636363;
    }

    .main_nav>ul>li:hover a {
        background: linear-gradient(#006e58, #006e58);
        background-size: 86% 3px;
        background-repeat: no-repeat;
        background-position: 50% 95%;
    }

    .homepage .main_nav>ul>li:hover a {
        color: #FFFFFF;
    }

    #cboxContent .aside_section> :first-child {
        display: none;
    }

    #cboxContent .aside_section {

        margin: 0;
        padding: 2% 0 0;
        float: right;
        margin-bottom: 2%;

    }

    .page_alumni_spotlight #cboxContent .aside_section {

        float: none;
        margin-bottom: 0;

    }

}

@media screen and (min-width:1024px) {
    .section--cover .section__graphics {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 35px;
        padding-right: 35px
    }
}

@media screen and (max-width:1023px) {
    .section--cover .section__graphics {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        padding-left: 70px;
        padding-right: 70px
    }
}

@media screen and (max-width:1023px) {
    .section--cover .section__image-box {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: 100%
    }
}

.section--cover .section__content-inner,
.section--cover .section__graphics-inner {
    grid-column: 3/11
}

@media screen and (max-width:1365px) {

    .section--cover .section__content-inner,
    .section--cover .section__graphics-inner {
        grid-column: 2/12
    }
}

.section--cover .text-block__inner {
    display: flex
}

@media screen and (max-width:1023px) {
    .section--cover .text-block__inner {
        flex-direction: column
    }
}

.section--cover .text-block__inner h2 {
    width: 40%;
    padding-right: 30px
}

@media screen and (max-width:1023px) {
    .section--cover .text-block__inner h2 {
        width: 100%;
        margin-bottom: .75rem
    }
}

.section--cover .text-block__inner p {
    flex: 1
}

.text-block {
    position: relative;
    /*
    background-color: #ECECEC;
    */
}

.text-block:after {
    z-index: 1;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    margin-left: -50px;
    margin-top: -60px;
    pointer-events: none;
    /*
    border: 50px solid transparent;
    -o-border-image: url(/_images/text-box-border-square.png) 33% round;
    border-image: url(/_images/text-box-border-square.png) 33% round
    */
}

.text-block:after,
.text-block:before {
    content: "";
    position: absolute;
    display: flex;
    top: 0;
    left: 0
}

.text-block:before {
    z-index: 0;
    width: calc(100% + 60px);
    height: calc(100% + 40px);
    margin-top: -20px;
    margin-left: -30px;
    /*
    background-color: #ECECEC;
    */
}

.text-block__inner {
    position: relative;
    z-index: 2
}

.text-block__title {
    color: #307f6c;
    ;
    font-size: 56px;
    line-height: 90%;
    transform: translateY(50px);
    opacity: 0;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), opacity .8s ease
}

@media screen and (max-width:1919px) {
    .text-block__title {
        font-size: 44px
    }
}

@media screen and (max-width:1365px) {
    .text-block__title {
        font-size: 36px
    }
}

.section.active .text-block__title {
    opacity: 1;
    transform: none
}

.text-block p {
    line-height: 150%;
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1s ease;
    font-size: 1.3rem;
}


.section.active .text-block p {
    opacity: 1;
    transform: none
}

.section__lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
}

@media screen and (max-width:1023px) {
    .section__lines {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .section__lines {
        padding-left: 10px;
        padding-right: 10px
    }
}

.section-lines-desktop {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1023px) {
    .section-lines-desktop {
        display: none
    }
}

.section-lines-desktop__vertical-line {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    height: 0;
    width: 6px;
    transform-origin: top;
    border-radius: 100px;
    overflow: hidden
}

.section-lines-desktop__vertical-line--top {
    top: 0
}

.section-lines-desktop__vertical-line--bottom {
    top: 50%
}

.section:last-of-type .section-lines-desktop__vertical-line--bottom {
    display: none
}

.section-lines-desktop__vertical-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 2000px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/vertical-line-mask-1.png);
    mask-image: url(/_images/vertical-line-mask-1.png);
    -webkit-mask-size: 6px 1500px;
    mask-size: 6px 1500px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-position: top left;
    mask-position: top left
}

.section-lines-desktop__horizontal-line {
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 6px;
    border-radius: 100px;
    overflow: hidden
}

.section-lines-desktop__horizontal-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 6px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/horizontal-line-mask-1.png);
    mask-image: url(/_images/horizontal-line-mask-1.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: 1500px 6px;
    mask-size: 1500px 6px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.section.section--first {
    height: 200px
}

.section.section--first .section-lines-desktop__vertical-line {
    height: 50%;
    right: 50% !important;
    margin-left: -3px
}

@media screen and (max-width:767px) {
    .section.section--first .section-lines-desktop__vertical-line {
        margin-left: 0;
        margin-right: -3px
    }
}

.section.section--first .section-lines-desktop__horizontal-line {
    left: auto;
    right: calc(50% + 2px) !important
}

@media screen and (max-width:1023px) {
    .section.section--first .section-lines-desktop__horizontal-line {
        display: none
    }
}

.section:nth-of-type(odd) .section-lines-desktop__vertical-line {
    left: auto;
    right: -2px
}

.section:nth-of-type(odd) .section-lines-desktop__horizontal-line {
    right: 0;
    left: auto
}

.section:nth-of-type(odd) .section-lines-desktop__horizontal-line:after {
    left: auto;
    right: 0;
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

.section:last-of-type .section-lines-desktop__horizontal-line {
    display: none
}

.section-lines-mobile {
    position: relative;
    display: none;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1023px) {
    .section-lines-mobile {
        display: block
    }
}

.section-lines-mobile__vertical-line {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    height: 0;
    width: 6px;
    transform-origin: top;
    border-radius: 100px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .section-lines-mobile__vertical-line {
        z-index: 2
    }
}

.section-lines-mobile__vertical-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 2000px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/vertical-line-mask-1.png);
    mask-image: url(/_images/vertical-line-mask-1.png);
    -webkit-mask-size: 6px 1500px;
    mask-size: 6px 1500px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-position: top left;
    mask-position: top left
}

.section-lines-mobile__horizontal-line {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 0;
    height: 6px;
    border-radius: 100px;
    overflow: hidden
}

.section-lines-mobile__horizontal-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 6px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/horizontal-line-mask-1.png);
    mask-image: url(/_images/horizontal-line-mask-1.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: 1500px 6px;
    mask-size: 1500px 6px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.section-lines-mobile__line--1 {
    height: 0;
    left: 50%;
    margin-left: -3px;
    top: 0
}

.section-lines-mobile__line--2 {
    right: 50%;
    left: auto;
    top: 0;
    width: 0;
    margin-right: -2px;
    margin-left: 0
}

.section-lines-mobile__line--2:after {
    left: auto;
    right: 0;
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

.section-lines-mobile__line--3 {
    left: 0;
    top: 0;
    height: 0
}

.section-lines-mobile__line--4 {
    left: 0;
    right: auto;
    top: 0;
    width: 0;
    margin-left: 2px;
    margin-right: 0;
    margin-top: -1px
}

.years_list {
    margin: 0;
    padding: 0;
    font-size: .9rem;

}

.years_list li {
    margin: 0 0 1em 0;
    padding: 0;
    display: inline-block;
}

.years_list a {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: .24em .5em;
    font-style: normal !important;
    text-decoration: none;
}

.section-lines-mobile__line--4:after {
    right: auto;
    left: 0;
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

.section-lines-mobile__line--5 {
    height: 0;
    top: 0;
    left: 50%;
    margin-left: -2px
}

.section:nth-of-type(odd) .section-lines-mobile__line--2 {
    left: 50%;
    right: auto;
    margin-left: -2px;
    margin-right: 0
}

.section:nth-of-type(odd) .section-lines-mobile__line--2:after {
    left: 0;
    right: auto;
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

.section:nth-of-type(odd) .section-lines-mobile__line--3 {
    left: auto;
    right: 0
}

.section:nth-of-type(odd) .section-lines-mobile__line--4 {
    right: 0;
    left: auto;
    margin-left: -2px;
    margin-right: 0
}

.section:nth-of-type(odd) .section-lines-mobile__line--4:after {
    left: auto;
    right: 0;
    -webkit-mask-position: bottom right;
    mask-position: bottom right
}

.section:nth-of-type(odd) .section-lines-mobile__line--5 {
    margin-left: -2px
}

.section:last-of-type .section-lines-mobile__line--4,
.section:last-of-type .section-lines-mobile__line--5 {
    display: none
}

.section-year {

    position: absolute;
    top: 0%;
    left: 0px;
    transform: translateY(0%) translateX(2%);
    width: 125px;
    height: 105px;
    border-radius: 6px;
    margin-top: -2px;
    opacity: 1;
    transition: opacity .4s ease;
    color: #307f6c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width:1023px) {
    .section-year {
        width: 104px;
        height: 85px;
    }
}

@media screen and (max-width:767px) {
    .section-year {
        position: relative;
        top: auto;
        left: auto;
        display: none
    }
}

.section:nth-of-type(odd) .section-year {
    right: 0;
    left: auto;
    transform: translateY(0%) translateX(0%)
}

.section-year--mobile {
    position: relative;
    top: 0;
    display: flex
}

.section-year--mobile,
.section:nth-of-type(odd) .section-year--mobile {
    left: 50%;
    transform: translateX(-50%)
}

.section-year__title {

    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px
}

@media screen and (max-width:1023px) {
    .section-year__title {
        letter-spacing: 1px;
        font-size: 12px;
        margin-top: 5px
    }
}

.section-year__title>span {
    display: inline-block;
    opacity: 0;
    transform: translateY(22px) rotate(0);
    transition: transform .25s cubic-bezier(.165, .84, .44, 1) .2s, opacity .2s ease-out
}

.section-year__numbers {

    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    /* column */
    font-size: 1.5rem;
    line-height: .8;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width:1023px) {
    .section-year__numbers {
        font-size: 23px
    }
}

.section-year__numbers>span {
    position: relative;
    display: flex;
    align-self: center;
    height: auto
}

.section-year__numbers>span:first-of-type {
    opacity: 0;
    transform: translateX(60px) rotate(0);
    transition: transform .75s cubic-bezier(.165, .84, .44, 1), opacity .6s ease-out
}

.section-year__numbers>span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(-60px) rotate(0);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1), opacity .6s ease-out
}

.section-year__numbers>span:nth-of-type(3) {
    opacity: 0;
    transform: translateX(60px) rotate(0);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1), opacity .6s ease-out
}

.section-year__numbers>span:nth-of-type(4) {
    opacity: 0;
    transform: translateX(-60px) rotate(0);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1), opacity .6s ease-out
}

.section-year.active .section-year__title>span:first-of-type {
    opacity: 1;
    transform: translateY(1px) rotate(-24deg);
    transition-delay: .3s
}

.section-year.active .section-year__title>span:nth-of-type(2) {
    opacity: 1;
    transform: translateY(-2px) rotate(-8deg);
    transition-delay: .35s
}

.section-year.active .section-year__title>span:nth-of-type(3) {
    opacity: 1;
    transform: translateY(-2px) rotate(8deg);
    transition-delay: .4s
}

.section-year.active .section-year__title>span:nth-of-type(4) {
    opacity: 1;
    transform: translateY(1px) rotate(24deg);
    transition-delay: .45s
}

.section-year.active .section-year__numbers>span:first-of-type {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition-delay: .35s
}

.section-year.active .section-year__numbers>span:nth-of-type(2) {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition-delay: .4s
}

.section-year.active .section-year__numbers>span:nth-of-type(3) {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition-delay: .45s
}

.section-year.active .section-year__numbers>span:nth-of-type(4) {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition-delay: .5s
}

@media screen and (max-width:767px) {
    .section-year.active .section-year__title>span:first-of-type {
        opacity: 1;
        transform: translateY(1px) rotate(-22deg);
        transition-delay: .3s
    }

    .section-year.active .section-year__title>span:nth-of-type(2) {
        opacity: 1;
        transform: translateY(-1px) rotate(-8deg);
        transition-delay: .35s
    }

    .section-year.active .section-year__title>span:nth-of-type(3) {
        opacity: 1;
        transform: translateY(-1px) rotate(8deg);
        transition-delay: .4s
    }

    .section-year.active .section-year__title>span:nth-of-type(4) {
        opacity: 1;
        transform: translateY(1px) rotate(22deg);
        transition-delay: .45s
    }
}

.section-year__top-left {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 50%;
    width: 0;
    height: 6px;
    border-radius: 100px;
    overflow: hidden
}

.section-year__top-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 6px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/horizontal-line-mask-1.png);
    mask-image: url(/_images/horizontal-line-mask-1.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: 1500px 6px;
    mask-size: 1500px 6px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.section-year__top-left-bottom {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -2px;
    height: 0;
    width: 6px;
    transform-origin: top;
    border-radius: 100px;
    overflow: hidden
}

.section-year__top-left-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 400px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/vertical-line-mask-1.png);
    mask-image: url(/_images/vertical-line-mask-1.png);
    -webkit-mask-size: 6px 1500px;
    mask-size: 6px 1500px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-position: top left;
    mask-position: top left
}

.section-year__left-bottom-right {
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 6px;
    border-radius: 100px;
    overflow: hidden
}

.section-year__left-bottom-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/horizontal-line-mask-1.png);
    mask-image: url(/_images/horizontal-line-mask-1.png);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-size: 1500px 6px;
    mask-size: 1500px 6px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.section-year__bottom-right-top {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    height: 0;
    width: 6px;
    transform-origin: top;
    border-radius: 100px;
    overflow: hidden
}

.section-year__bottom-right-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 400px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/vertical-line-mask-1.png);
    mask-image: url(/_images/vertical-line-mask-1.png);
    -webkit-mask-size: 6px 1500px;
    mask-size: 6px 1500px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-position: top left;
    mask-position: top left
}

.section-year__right-top-left {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 2px;
    width: 0;
    height: 6px;
    border-radius: 100px;
    overflow: hidden
}

.section-year__right-top-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 6px;
    background-color: #307f6c;
    ;
    -webkit-mask-image: url(/_images/horizontal-line-mask-1.png);
    mask-image: url(/_images/horizontal-line-mask-1.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: 1500px 6px;
    mask-size: 1500px 6px;
    mask-mode: alpha;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.section-year .section-year__top-left {
    transition: width .25s cubic-bezier(.165, .84, .44, 1)
}

.section-year .section-year__top-left-bottom {
    transition: height .25s cubic-bezier(.165, .84, .44, 1)
}

.section-year .section-year__left-bottom-right {
    transition: width .25s cubic-bezier(.165, .84, .44, 1)
}

.section-year .section-year__bottom-right-top {
    transition: height .25s cubic-bezier(.165, .84, .44, 1)
}

.section-year .section-year__right-top-left {
    transition: width .25s cubic-bezier(.165, .84, .44, 1)
}

.section-year.active .section-year__top-left {
    width: calc(50% - 2px)
}

.section-year.active .section-year__top-left-bottom {
    height: 100%
}

.section-year.active .section-year__left-bottom-right {
    width: 100%
}

.section-year.active .section-year__bottom-right-top {
    height: 100%
}

.section-year.active .section-year__right-top-left {
    width: 50%
}

.section-year.active .section-year__top-left {
    transition-delay: 0ms;
    transition-duration: 75ms
}

.section-year.active .section-year__top-left-bottom {
    transition-delay: 75ms;
    transition-duration: .3s
}

.section-year.active .section-year__left-bottom-right {
    transition-delay: 425ms;
    transition-duration: .15s
}

.section-year.active .section-year__bottom-right-top {
    transition-delay: 575ms;
    transition-duration: .3s
}

.section-year.active .section-year__right-top-left {
    transition-delay: 875ms;
    transition-duration: 75ms
}




/****** Fixes to accommodate one more menu item at the top ******/

@media only screen and (min-width: 981px) {
    .main_nav>ul>li {
        margin: 0;
    }

    .main_nav>ul>li>a {
        padding: .2em .5em;
    }
}

/****** Anthem: Arabic lyrics on small screens ******/
/****** Each line is wrapped in a span ******/
#arabic_lyrics p span {
    display: block;
}

#arabic_lyrics {
    font-size: 1.5rem;
}

/****** Arabic lyrics on larger screens: two cols ******/
/****** CSS columns didn’t work well ******/
@media only screen and (min-width:900px) {
    #arabic_lyrics span:nth-of-type(odd) {
        display: inline-block;
        width: 40%;
    }

    #arabic_lyrics span:nth-of-type(even) {
        display: inline-block;
        width: 45%;
    }

    #arabic_lyrics span:only-of-type {
        display: block;
        width: 65%;
        text-align: center;
    }
}

p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}