/** 
* General
**/
header .out_wrap {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0 0 0;
}

.top_nav_group {
    display: grid;
    align-items: center;
}

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 {
    position: relative;
    overflow-x: hidden;
}

a, a:visited, body:not(.homepage) main a {
    color: var(--secondarygreen4);
    font-weight: 600;
    font-style: italic;
}

.sub_nav a {
    color: var(--secondarygreen4);
}
.sub_nav a.active, .sub_nav a:hover {
    color: var(--primarygreen) !important;
} 
.green_button:link, .green_button:visited {
    border-radius: 7px;
    font-style: normal;
}

header a, header a:visited {
    color:var(--anthracite);
    font-style: normal;
}

body {
    font-feature-settings: "liga" 1, "lnum" 1, "pnum" 1;
    opacity: 1;
    transition: all .65s ease .25s
}

header {
   border-top: 0px;
}
.hero header { background: linear-gradient(var(--black70percent),rgba(0,0,0,0)); }

.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; 
    margin-bottom: 0;
}

.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; 
}

.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,var(--white), var(--twittercolor),var(--secondarygreen4), var(--secondarygreen5), var(--white));
    background-color: var(--twittercolor);
    display: block;
    margin-top: -3px;
}

main h1 {
    color: var(--primarygreen);
    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,var(--secondarygreen4),var(--secondarygreen4), #D8EDE6); */
    background-color: var(--secondarygreen4);
    display: block;
    margin-top: -3px;
}

/* .quotes+p::before {
    content: "";
    height: 3px;
    background: linear-gradient(to left,#D8EDE6,var(--secondarygreen4),var(--secondarygreen4), #D8EDE6);
    background-color: var(--twittercolor);
    display: block;
}
 */

 .quotes h3{
   color: inherit;
   font-size: 1.2rem;
   margin:1.1rem 0 0.6em;
 }

.quotes+hr {
   
    background-color: var(--secondarygreen4);
    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 var(--secondarygreen5);
}

.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;
} 

        body.page_donors .toolbar {
            display: grid; gap: 12px; grid-template-columns: 1fr auto; align-items: center;
            background: var(--secondarygreen4);
            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: var(--black);
        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: var(--anthracite);
        }

        body.page_donors .search input {
        flex: 1; background: transparent; border: 0; outline: none; color: var(--anthracite);
        font-size: 16px; min-width: 120px; padding-left:1.25rem;
        }
        body.page_donors .search input::placeholder { color: var(--anthracite); }
        body.page_donors #count { font-variant-numeric: tabular-nums; color: var(--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, var(--anthracitelightgrey), #f2fff9); border: 1px solid rgba(255,255,255,.08);
        padding: 0.25rem 0.7rem; border-radius: 14px;
        color: var(--anthracite); 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 var(--secondarygreen5);
        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: var(--white);
            color: var(--white)
        }

        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: var(--secondarygreen4); 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 header { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
        body.page_donors .modal header h2 { margin: 0; font-size: 18px; color: var(--white); }
        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 var(--white);
            color: var(--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(var(--primarygreen), var(--primarygreen)); }
.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: var(--secondarygreen4);
    padding: 0;
    text-decoration: underline;
    font-size: 90%;
}
.review .more:hover{
    background: none;
}
.page_alumni .pager.right {
    margin: 2em;
}
.page_alumni .pager a{
    color:var(--secondarygreen5);
}
.page_alumni .pager a.current, .page_alumni .pager a:hover{
    color:var(--white);
    background-color: var(--secondarygreen5);
}
.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: var(--white);
	border-radius: 50%;
	display: block;
}
.pager a{
    color:var(--white);
}
.autoslider ul.slick-dots li:hover,
.autoslider ul.slick-dots li.slick-active {
	background-color: var(--secondarygreen5);
}

/* 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: var(--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,var(--white),var(--secondarygreen4),var(--twittercolor),var(--secondarygreen4), var(--white));
        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: var(--primarygreen)!important;
}

.page_resources  .grid a:hover {
    color: #4fb485!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 var(--anthracite40percent);
	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: var(--secondarygreen5);
    font-weight: 600;
    margin: .3rem 0 .7rem 0 !important;
}
body.page_memories .grid2 p.grad_year {
    margin: 0rem 0 .7rem 0 !important;
}

.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:var(--anthracite);
    text-decoration: none;
    font-style: normal;
    
}

body.page_memories .grid2 h2 {
    padding: 0px;
}

body.page_memories .grid2 h2 a {
    color: var(--anthracite);
    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,var(--twittercolor),var(--secondarygreen4), var(--secondarygreen5));
    background-color: var(--twittercolor);
    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: var(--anthracite);
}

.brief_sharing a.sharing_twitter img {
	width:23px;
}
    
.brief_sharing .sharing_facebook:hover path {
	fill: var(--facebookcolor);
}

.brief_sharing .sharing_twitter:hover .a {
	fill: var(--twittercolor);
}

.brief_sharing .sharing_whatsapp:hover .a {
	fill: var(--whatsappcolor);
}

.brief_sharing .sharing_copy:hover .a {
	fill: var(--primarygreen);
}

.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:var(--secondarygreen5)
}

#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:var(--black); 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:var(--white)}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background: var(--white); padding: 0; border-radius: 20px;}
        #cboxLoadingGraphic{background:url(/../_images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:var(--white); border-radius: 20px;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:var(--black);}
        #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:var(--secondarygreen5); /* #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: #4fb485!important;
        background: var(--white);
    }

    .page_timeline .full_width a:hover {
        color: #FFFFFF!important;
        background: #4FB485;
    }


    .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: var(--white);
    padding: 5px;
    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: 500;
    right: 1rem;
    top: 0px;

    color: #4a8c7b;
    color: var(--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 var(--anthracite40percent);
      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)
{
    header .out_wrap {
        display:block;
    }

    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: var(--primarygreen);
        margin-top: -1.6em;
    }

     .homepage .lau_logo {
        background-image: url(https://100.lau.edu.lb/_images/laucentennial-secondary-logo-retina-white-tagline.png);
        background-size: contain;
        max-width: 11rem;
        height: 5rem;
    }

    .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;
        position: absolute;
        right: 1rem;
    }
.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);
    }
    /* .hero:has(> .header_open) + div.out_wrap > main */
    .header_open{
        margin-bottom: 0px!important;
    }

    .hero:has(> .header_open) > .hero_slider{
        top: 0rem;
    }

    .hero:has(> .header_open) + div.out_wrap main {
        margin-top: 350px;
    }
    #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 var(--anthracite40percent);
        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;
        
    }


    header .out_wrap {
        padding: 1em 4% 3em;
    }

    body:not(.homepage) header .out_wrap{
        padding: 1em 4% 1em;
    }

    .cover picture {
        width: 100% !important;
    }

    .wrappedContent
    {
    display: none;
    }
    .review .more{
    display: inline-block;
    }
}

@media screen and (min-width:641px) and (max-width:780px){
    .hero:has(> .header_open) + div.out_wrap main {
        margin-top: 400px;
    } 
}

@media only screen and (min-width: 981px)
{

    .homepage .main_nav > ul > li > a {
        color: white !important;
    }

    .homepage .main_nav > ul > li > a:hover {
        color: var(--secondarygreen9) !important;
    }

    body:not(.homepage) .main_nav > ul > li:hover > a {
        color: var(--secondarygreen9) !important;
    }
    
    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: var(--anthracite);
}

.homepage .main_nav > ul > li:hover a {
    color: var(--white);
}

#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;
}

.text-block:after {
    z-index: 1;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    margin-left: -50px;
    margin-top: -60px;
    pointer-events: none;
}

.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;
}

.text-block__inner {
    position: relative;
    z-index: 2
}

.text-block__title {
    color: var(--primarygreen);
    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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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
}

.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: var(--primarygreen);
    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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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: var(--primarygreen);
    ;
    -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; }
}

/****** 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; }
}
