@import url("https://use.typekit.net/jfg4vrl.css");

:root {
    --anthracite: #353E47;
    /* rgb(53,62,71) â€” base text color */
    --anthracite60percent: rgba(53, 62, 71, .6);
    --anthracite80percent: rgba(53, 62, 71, .8);

    --lightgreenbg: #e7f4ef;

    --anthracitelightgrey: #F7F7F7;
    --antrhacitedark: #262C33;
    /* rgb(38,44,51) â€” more readable body text */
    --primarygreen: #086250;
    /* rgb(8,98,80) */

    --secondarygreen1: #1B2925;
    /* rgb(27,41,37) */
    --secondarygreen2: #21423C;
    /* rgb(34,66,60) */
    --secondarygreen3: #3E8C70;
    /* rgb(62,140,112) */
    --secondarygreen4: #499D85;
    /* rgb(73,157,133) */
    --secondarygreen5: #57AC83;
    /* rgb(87,172,131) */
    --secondarygreen6: #387845;
    /* rgb(56,120,69) */
    --secondarygreen7: #58964F;
    /* rgb(88,150,79) â€” links */
    --secondarygreen8: #7FB354;
    /* rgb(127,179,84) */
    --secondarygreen9: #ADB64F;
    /* rgb(173,182,79) â€” link hover state */
    --secondarygreen10: #C1D57A;
    /* rgb(193,213,122) â€” buttons, with primary green */

    --burgundy: #832238;
    /* rgb(131,34,56) â€” critical red */
    --blueberry: #00728A;
    /* rgb(0,114,138) */
    --yellow: #ECB547;
    /* rgb(236,181,71) */
    --purple: #5c386b;
    /* rgb(92,56,107) */
    
    --white: #ffffff;

    /* Reference: https://stratcom.lau.edu.lb/files/lau_visual_identity_style_guide.pdf */
}

/* Additions and changes to general.css */


html { font-size:18px; }
html { font-size: clamp(16px, 1.6vw, 20px); }

/* FBK = Fallback */

html,
body,
.no_spacing { margin: 0; padding: 0; }

html {
	scroll-behavior: smooth;
}

img { max-width: 100%; height: auto; }
.flipbook_iframe iframe {
  width: 100%;
  height: 600px;
  border: 0;
  overflow: hidden;
}
.full_width .flipbook_iframe iframe {
    height: 750px;
}
a,
a:visited,
body:not(.homepage) main a {color: var(--secondarygreen7); font-weight:500;  }

body:not(.homepage) a:hover { color: var(--secondarygreen9);  }

a.grs_link, a.grs_link:visited { text-decoration: none; }
a.grs_link:hover { text-decoration: underline; }

a img { border: 0; }

fieldset { margin: 0 1em 1em 0; border: 0; padding: 0; }

.left { float: left; }
.right { float: right; }
.center {  float: none; margin-left: auto;  margin-right: auto; }

.clear { clear: both; }
.right_text { text-align: right; }
.center_text { text-align:center; }

.clear_after:after,
.sharing_buttons:after,
.announcement:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; }

.out_wrap_large { margin: 0 auto; max-width: 1110px; }
.out_wrap { margin: 0 auto; max-width: 1080px; }

.back_gray_1 { background-color: #ECECEC;}
.back_gray_2 { background-color: #F5F5F5; }
.back_white { background-color: var(--white); }
.back_gray_1.pad_1 + .back_gray_1{margin-top: 0;}
aside .back_gray_1.pad_1 + .back_gray_1 {margin-top: 1em;}
.back_gray_1 img + div{padding: 1rem;}
.page_prolonged_alert { background-color: #F1F1F1; }

.full_width { width: 100%; }
.half_width { width: 50%; }

.main_size,
main:not(.full_width) { float: left; width: 65%; }

aside { float: left; width: 30%; margin-left: 5%; }
.col_width_2 { width: 65%; margin-right: 5%; }
.col_width_1 { width: 30%; }

.pad_1 { box-sizing: border-box; padding: 1rem; }
.pad_36 { box-sizing: border-box; padding: 36px; }
.side_gray_box { box-sizing: border-box; padding: 1rem; background-color: #ECECEC; }
.back_gray_1.pad_1 h3 {margin-top: 0;}
.back_gray_1.pad_1 ul {padding-left: 1.1em;}

.reset_ul,
.main_nav ul,
.list_links,
.list_buttons,
.sub_nav,
.related_links,
.tabs { margin: 0; padding: 0; list-style-type: none; }

h1, .back_gray_1 h2, .side_gray_box h2, h3, h4, h5 { color: var(--anthracite60percent); }
.side_gray_box h3 {margin-top: 0.6em;}

main h1 { color: var(--primarygreen); }
h2 { color: var(--anthracite60percent); }

h2 { font-size: 1.75rem; } /* 28 */
h3 { font-size: 1.5rem; margin: 1.5em 0 0.6em; } /* 24 */
h4 { font-size: 1.3125rem; margin: 1.5em 0 0.6em; } /* 21 */
h5 { font-size: 1.1875rem; margin: 2rem 0 0rem 0;} /* 19 */
.smaller { font-size: 0.8em; }
.larger { font-size: 1.3em; }
.notes { font-size: 0.8em; }
.notes:target { background-color: #FFFFC2; }
.orange { color: #f49778; }
.red { color: #C25666; }
.guidance, #warning {
    color: #C25666 !important;
}
.yellow_box { background-color: #ffebb4; padding: 1em; }

h2 .smaller,
h3 .smaller,
h4 .smaller { font-weight: normal; }

.browsehappy a,
.browsehappy a:visited { color: var(--white); }

.footer_links a,
.footer_links a:visited
 { color: var(--white); text-decoration: none; }


.footer_copyright a.privacy, .footer_copyright a.privacy:visited{
    color: var(--white);
    text-decoration: underline;
    display: inline-block;
    margin-left: 1.5em;
}
header { font-weight:500; }
header a,
header a:visited,
.sub_nav a,
.link_button { text-decoration: none; }

.secondary_nav a:hover,
.sub_nav a:hover,
footer .footer_links a:hover,
.link_button:hover { text-decoration: underline; }

footer .footer_copyright a:hover, footer .footer_links a:hover  { text-decoration: none; color: var(--secondarygreen9);}

/* to be removed when special emergency donation campaign ends */
.secondary_nav a.special {text-decoration: underline;}
.secondary_nav a.special:hover {text-decoration: none;}

/* Hidden stuff */
#___gcse_0,
.gsib_b,
.child_closed,
.main_nav ul ul,
.page_az_index.js_on h2,
.js_off .sharing_copy { display: none; }



header,
.quick_action .c,
.quick_action .d,
.news_grid span:before,
main h2.toggle_h2,
main h3.toggle_h3,
.alphabet a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}



body,
input,
textarea,
select,
button {
	font: 400 1rem/1.5 "raleway",sans-serif;
	font-variant-numeric: lining-nums;
}
body:not(.homepage) main {
	font-size:1rem;
	line-height:1.6;
	color:var(--anthracite);
}


.browsehappy {
	margin: 0;
	padding: 2em 0;
	font-size: 1.2rem;
	background-color: var(--primarygreen);
	color: var(--white);
	text-align: center;
}

header .out_wrap {
	padding: 2em 0;
}

header {
	position: relative;
	margin: 0 auto;
	border-top: 15px solid var(--primarygreen);
}

.main_nav a {
	color:  color:var(--anthracite80percent);
}

.secondary_nav a { color:var(--primarygreen); }

.secondary_nav li {
	float: left;
	margin-right: 2em;
}
.secondary_nav li:last-of-type {
	margin-right: 0;  
    margin-left: 2em; /* this  change has been done as part of the new academics section release */

}


/*.secondary_nav > a {
	margin-right: 1em;
}
.secondary_nav > a:last-of-type {
	margin-right: 0.74em;
}*/

.lau_logo {
	display: inline-block;
	float: left;
	width: 210px;
	height: 87px;
	background-image: url(../_ui/lau-logo-retina-green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 210px 87px;
}

.lau_logo h1 {
/* 	text-indent: -300vw; */
font-size: 0;
}

.top_nav_group {
	float: right;
	width: 74%;
}

.main_nav {
	position: relative;
	margin-top: 1em;
	font-size: 1rem;
}

.main_nav a {
	display: inline-block;
}

.secondary_nav {
	font-size:.9rem;
}

.secondary_nav ul {
	float: left;
	padding-top: 0.2em;
	padding-right: 1.4em;
}

.quick_action {
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 1em;
}

.quick_action svg {
	width: 26px;
	height: 26px;
}

.qa_hide {
	fill: none;
	pointer-events: all;
	cursor: pointer;
}

.quick_action .a,
.quick_action .c {
	fill: transparent;
	stroke: var(--anthracite80percent);
	stroke-width: 6px;
}

.quick_action .b,
body:not(.homepage) .quick_action:hover .c,
body:not(.homepage) .quick_action:focus .c {
	fill: var(--anthracite80percent);
}

body:not(.homepage) .quick_action:hover .d,
body:not(.homepage) .quick_action:focus .d {
	fill: var(--white);
}

/**
* Scroll to top feature
**/
#scroll-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	cursor: pointer;

}

.scroll_to_top_arrow {

	width: 2rem;
	height: 2rem;
	margin: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.scroll_to_top_arrow::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	position: absolute;
	transform-origin: 50% 50%;
	transform: rotate(-45deg);
	margin: -6px 0 0 -5px;
}

.scroll_to_top_arrow::after {
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	transform-origin: 50% 50%;
	width: 0;
	height: 14px;
	border-width: 0 2px 0 0;
	transform: translate(-1px, -5px);
}

.scroll_to_top_arrow.circle {
	background-color: var(--anthracite80percent);
	border-radius: 50px;
	border: none;
	transition: background-color 0.3s ease;
	/* Transition property */
}

.scroll_to_top_arrow.circle:hover {
	background-color: #02614b;
}

.footer_sm img:hover, .footer_sm svg:hover {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

/**
* End of scroll to top feature
**/

.ra,
.rb { opacity: 0; fill: var(--anthracite80percent); }

.search.btn_active .ra,
.search.btn_active .rb { opacity: 1; }

.search.btn_active path.b,
.search.btn_active circle.c { opacity: 0; }

.search .ra { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.search .rb { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.search.btn_active:hover .ra,
.search.btn_active:hover .rb {
	fill: var(--primarygreen);
}



.sub_nav {
	float: right;
	margin-bottom: 3rem;
	text-align: right;
	font-size:.9rem;
}

.sub_nav li:first-of-type {
	margin-left: 0;
	border-left: 1px solid #BABABA;
	padding-left: 1em;
}
.sub_nav li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.3em;
	margin-left: 1em;
	border-right: 1px solid #BABABA;
	padding-right: 1em;
}

.sub_nav a {
	color: var(--anthracite);
}

.sub_nav a.active {
	text-decoration: underline;
	color: var(--blueberry);
}

#___gcse_0 {
	float: left;
}

#gsc-i-id1 {
	width: 16rem !important;
	min-height: 1.35rem;
}

table.gsc-search-box td {
	width: auto;
}

.gcse-searchbox-only {
	display: inline-block;
}

body form.gsc-search-box,
body table.gsc-search-box {
	margin-bottom: 0;
}

body .gsc-search-button-v2 {
	padding-left: 10px;
	padding-right: 10px;
}

input.gsc-input {
	font-size: 16px !important;
}

input.gsc-input::placeholder {
	font-size: 16px !important;
}



body:not(.homepage) main,
aside {
	padding: 1rem 0;
	font-size:1rem;
	line-height:1.6;
	color:var(--anthracite);
}

aside:not(.skip_style) {
	margin-top: 1rem;
	padding: 1rem 2% 2rem;
	width: 26%;
	background-color: #f1f1f1;
    font-size:.9rem;
    line-height:1.45;
}

aside.skip_style {font-size:.9rem; line-height:1.45;}

aside.no_background {
	background-color: transparent;
}

aside:not(.skip_style) h2 {
	margin: 1.5em 0 0.5em;
	font-size: 1.47em; /* 25 */
	color: var(--anthracite80percent);
}

aside:not(.skip_style) h3 {
	margin: 1.4em 0 0.5em;
	font-size: 1.2353em; /* 21 */
}

aside:not(.skip_style) h4 {
	margin: 1.25em 0 0.5em;
	font-size: 1.125rem; /* 18 */
}

aside:not(.skip_style) h2 + ul,
aside:not(.skip_style) h2 + p,
h3 + ul,
h3 + p,
h4 + ul,
h4 + p {
	margin-top: 0.5em;
}

aside:not(.skip_style) ul {
	padding-left: 1.1em;
}
aside .ac_related_dates p { margin-top: 0;  }/* CSS  for AC related dates in sidebar*/

.page_for-organizations aside p.email {
    word-break: break-word;
}
/*body:not(.homepage) main > :first-child,*/
body:not(.homepage) main > article > :first-child {
	margin-top: 0;
}

.banner_image + main > :first-child,
.campus_map + main > :first-child,
body aside > :first-child {
	margin-top: 1rem;
}

body:not(.homepage) main {
	display: block;
	clear: both;
}

.back_link {
	display: block;
	margin-top: 0.3em;
}

.back_link a {
	padding-left: 1.5em;
	color: var(--anthracite80percent);
	font-size: 1.125em;
	text-decoration: none;
	background-image: url('../_ui/arrow-back.svg');
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 1em 1em;
}
.back_link a:hover {
	-webkit-filter: brightness(0.75);
	filter: brightness(0.75);
	text-decoration: underline;
}

.page_title {
    font: 800 2.4rem "raleway", sans-serif;
    color: var(--anthracite80percent);
	margin: 1.25rem 0;
	background: linear-gradient(#f1f1f1 0, #f1f1f1 100%);
	background-position: 50% 90%;
	background-repeat: no-repeat;
	background-size: 100% 17px;
}

.back_link + .page_title {
	margin-top: 0;
}

.page_title span {
	display: block;
}

.page_title a {
	color: inherit;
	text-decoration: none;
}
body .page_title a:hover {
	text-decoration: underline;
	color: #555555;
}

.link_button {
	display: inline-block;
	box-sizing: border-box;
	max-width: 11em;
	margin: 1em 0;
	padding: 0.5em 1em;
	background-color: #dcdcdc;
	color: #630460;
	font-weight: bold;
	text-align: center;
}

ol.longtext li, ul.longtext li {
	margin-bottom:1em;
}
.longtext ol, .longtext ul {
	margin-top:1em
}

main h2 {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 3px solid var(--primarygreen);
	padding-top: 1.25em;
	padding-bottom: 0.4em;
}

html .clickable_h2 h2 {
	border-bottom: 0;
	padding: 0.5em 0 0;
}

.page_fees main h2,
html h2.no_underline {
	border-bottom: 0;
	padding-bottom: 0;
}

main h2.toggle_h2,
main h3.toggle_h3 {
	border-bottom: 7px solid #F1F1F1;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0;
	font-weight: normal;
	color: #636363;
}

main h2.toggle_h2:hover,
main h3.toggle_h3:hover {
	border-bottom-color: #BABABA;
	color: var(--primarygreen);
}

main h2.toggle_h2:hover a,
main h3.toggle_h3:hover a {
	color: var(--primarygreen);
}

main h2.toggle_h2.down,
main h3.toggle_h3.down {
	border-bottom-color: var(--primarygreen);
	color: var(--primarygreen);
}

main h2.toggle_h2 a,
main h3.toggle_h3 a {
	display: block;
	position: relative;
	padding-right: 1em;
	padding-bottom: 0.4em;
	text-decoration: none;
	color: inherit;
}
main h2.toggle_h2 a:after,
main h3.toggle_h3 a:after {
	content: "+";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 0.4em;
}

main h2.toggle_h2.down a:after,
main h3.toggle_h3.down a:after {
	content: "–";
}

main h3.toggle_h3 {
	margin-bottom: 0;
	border-bottom-width: 4px;
	max-width: 90%;
	font-size: 1.375rem;
}
main h3.toggle_h3 + div.collapsible
{
	max-width: 90%;
}

main h3.toggle_h3 + div.collapsible + h2 {
    margin-top: 1.5em; /* if we have nested headings */
}

.list_links li {
	margin-bottom: 3px;
}

.list_links a:link,
.list_links a:visited {
	display: block;
	background-color: #f1f1f1;
	padding: 0.4em 1em;
	text-decoration: none;
	color: #636363;
}

.list_links a:hover {
	text-decoration: underline;
	color: #630460;
}

.list_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.6rem;
	max-width: 16rem;
}

/*FBK*/
.list_buttons li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 2%;
	margin-bottom: 4%;
}

.list_buttons a {
	display: block;
	border: 1px solid #BABABA;
	border-radius: 0.5em;
	padding: 0.2em;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

.list_buttons a:hover {
	background-color: #f1f1f1;
}

.related_links {
	float: left;
	margin: 2rem 0 0;
	font-size: 1.0625rem;
}

.related_links li:first-of-type {
	margin-left: 0;
	border-left: 1px solid #BABABA;
	padding-left: 1em;
}
.related_links li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.3em;
	margin-left: 1em;
	border-right: 1px solid #BABABA;
	padding-right: 1em;
}

.related_links a {
	margin-top: 1em;
	text-decoration: none;
}

.green_button:link,
.green_button:visited {
	display: inline-block;
	background-color: var(--primarygreen);
	padding: 0.3em 1em;
	color: var(--white);
	text-decoration: none;
	margin-bottom: 0.2em;
    margin-top: 0.2em;
}
html body .green_button:hover {
	background-color: #307f6c;
	color: var(--white);
}

.purple_textbox {
	padding: 6%;
	background-color: #873e85;
	color: var(--white);
	font-size: 1.2rem;
	text-align: center;
}

.purple_textbox a:link,
.purple_textbox a:visited {
	color: var(--white);
}

body .purple_textbox a:hover{
	color: white;
	text-decoration: none;
}

.greyborder_textbox {
	padding: 6%;
	font-size: 1.2rem;
	text-align: center;
    background: transparent;
    color: #555555;
    border: 3px solid #ECECEC;
}

.greyborder_textbox a:link,
.greyborder_textbox a:visited,
body .greyborder_textbox a:hover {
	color: #873e85;
}

/* Timeline Section */
.timeline {
    list-style-type: none;
    position: relative;
    margin-left: 5rem;
}

.timeline:before {
    content: ' ';
    background: #006e58;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 0.19rem;
    height: 100%;
    z-index: 400;
}

.timeline > div {
    margin: 2.5rem 0;
    padding-left: 2.5rem;
    position: relative;
}

.timeline .date {
    position: absolute;
    top: 0px;
    left: -145px;
    margin: 0px;
    font-style: italic;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #3A3E42;
    width: 7.5rem;
    display: inline-block;
    text-align: right;
}

.timeline > div:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #006e58;
    left: -11px;
    width: 15px;
    height: 15px;
    z-index: 400;
}





/* Video responsive fix - https://stackoverflow.com/a/15844571 */
div.video,
.story_video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

div.video iframe,
.story_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}



.page_login form,
.page_feedback form {
	margin: 4rem 0 2rem;
}

label {
	display: inline-block;
	margin: 0 1em 1em 0;
}

label span {
	display: inline-block;
	vertical-align: top;
	min-width: 8rem;
	font-weight: bold;
}

.large_labels label span {
	min-width: 13rem;
}

fieldset legend {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	border: 0 none;
	border-bottom: 1px solid #555555;
	border-radius: 0;
	padding: 0.2em 0.4em;
	font-size: 1.0625rem;
	color: #555555;
}

input[type="submit"] {
	border: 1px solid #555555;
	border-radius: 0.5em;
	padding: 0.4em 1.5em;
	background-color: transparent;
	color: #555555;
	font-size: 1.0625rem;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #ECECEC;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline;
}

textarea {
	border: 1px solid #555555;
	border-radius: 0;
}

::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}

.error {
	color: #C25666;
	font-weight: bold;
}

footer {
	padding: 1.5em 0;
	background-color: #3a3e42;
	color: var(--white);
}

.footer_sm > * {
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.5rem;
}

.footer_sm img {
	height: 26px;
}

.footer_sm img:hover {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.footer_sm .youtube img {
	width: 37px;
}

.footer_links ul {
	margin-top: 0.5em;
}

.footer_links li {
	float: left;
	font-size: 0.9rem;
}
.footer_links li:not(:last-child) {
	margin-right: 1.5em;
}

.footer_copyright {
	display: inline-block;
	border-top: 1px solid #5b5e61;
	margin-top: 1.4em;
	padding-top: 1.8em;
	width: 100%;
	font-size: 0.75rem;
}


/*FBK*/
.news_grid > * { display: inline-block; vertical-align: top; width: 29.7%; margin: 0 3% 3% 0; }
.news_grid > :nth-child(3n) { margin-right: 0; }




.news_grid span {
	display: block;
}

body main .news_grid a {
	padding: 5px;
	background-color: var(--white);
	color: #636363;
	font-size: 1.25rem;
	text-decoration: none;
}
body .news_grid a:hover {
	color: #333;
}

.news_grid span {
	position: relative;
	padding: 1em;
}

.news_grid span:before {
	position: absolute;
	top: -8px;
	left: -28px;
	width: 130px;
	height: 5px;
	content: "";
	background-color: var(--primarygreen);
	z-index: 300;
}
.news_grid a:hover span:before {
	left: 0;
	width: 50%;
}

.pad_36 .more_link {
	margin-bottom: -2em;
}


.slider {
	overflow: hidden;
	clear:both;
}

.slick-slide:focus {
	outline: 0;
}

.arrow_prev,
.arrow_next,
.arrow_top {
	display: inline-block;
	z-index: 20;
	background-image: url(../_ui/arrow-both.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -1000vw;
}

.arrow_prev,
.arrow_next {
	position: absolute;
	top: 50%;
	width: 3.75rem;
	height: 5.625rem;
	background-size: 85% 85%;
	background-color: rgba(64,64,64,0.85);
}

.arrow_prev { left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.arrow_next { right: 0; -webkit-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); }

.arrow_top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 2.5rem;
	height: 3rem;
	background-size: 60% 60%;
	background-color: rgba(64,64,64,0.5);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.more_link {
	float: right;
	padding: 0.8em 0.5em 0.8em;
	display: block;
	font-size: 1rem;
	color: #636363;
	text-decoration: none;
}
.more_link:visited {
	color: #636363;
}
.more_link:hover {
	text-decoration: underline;
}
/* CSS for the HTML Abbreviation element
-----------------------------------------*/
main abbr[title] {    
    position: relative;    
    text-decoration: underline dotted;
}
main abbr[title]:hover::after,
main abbr[title]:focus::after {    
    content: " " attr(title);
    /* position tooltip */    
    position: absolute;    
    left: 0;    
    bottom: -30px;    
    width: auto;    
    white-space: nowrap;
    /* style tooltip */    
    background-color: #1e1e1e;    
    color: #fff;    
    border-radius: 3px;    
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);    
    font-size: 14px;
    padding: 3px 5px;

}

main table {
	margin: 1rem 0;
	border-spacing: 2px;
	border-collapse: separate;
	border-bottom: 2px solid #f1f1f1;
	font-size: 90%;
}

main th {
	background-color: #006e58;
	color:  white;
	text-align: left;
}

main th a {
	color: var(--white) !important;
	text-decoration: underline;
}

main th h3, main th h4 {color: #fff;}

main table:not(.regular_table) tr:nth-of-type(even),
main table:not(.regular_table) td[rowspan]:not([rowspan="1"]) {
	background-color: #f1f1f1;
}

main th,
main td {
	padding: 0.4em 0.8em;
}

main .regular_table {
	border-spacing: 0;
}

main .regular_table tr td {
	border-bottom: 1px solid #BABABA;
}

.page_fees table {
	width: 100%;
}


.furtherinfo p {
	margin: 0;
	font-size: 0.8em;
	color: var(--anthracite80percent);
}



.info_list {
	padding: 3rem 0;
}

.info_list > div {
	margin-bottom: 3rem;
}
.info_list > div:last-of-type {
	margin-bottom: 0;
}

.info_list div div {
	padding: 0 5%;
}

/*FBK*/
.info_list > div > p:first-of-type { display: inline-block; vertical-align: top; width: 25%; margin-right: 2%; }
.info_list div div { display: inline-block; vertical-align: top; width: 64%; }

.info_list div div p {
	margin: 0;
}
.info_list div div ~ p {
    margin-top: 1em;
}
.info_list h2 {
	padding: 0;
	margin-bottom: 0.5em;
	line-height: normal;
}

.info_list h3 {
	margin: 0.5em 0;
	padding: 0;
	line-height: normal;
}

.info_list h3 + p {
	margin: 0.5em 0 0.7em;
}

.info_list h3 + h4 {
    margin-top: 0;
}

.info_list > div > p:first-of-type {
	max-width: 270px;
	margin: 0;
}

.info_list img {
	display: block;
	height: auto !important;
}

.info_list .icons img {
	max-width: 80%;
}

.info_list .green_button {
	float: right;
	margin-top: 2rem;
}

/**
* photo_text_info_list css
**/
.photo_text_info_list {
	display: grid;
	grid-template-areas:
	'image parag1'
	'image parag2'
	'image parag3';
	gap:1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0;
	justify-content: flex-start;
}

.photo_text_info_list > p > img {
	max-width: 176px;
}

.photo_text_info_list > p:nth-child(1) {
	grid-area: image;
}

.photo_text_info_list > h3 {
    margin: 0;
}

.photo_text_info_list p:nth-child(2),
.photo_text_info_list > h2,
.photo_text_info_list > h3 {
	grid-area: parag1;
}

.photo_text_info_list p:nth-child(3) {
	grid-area: parag2;
}

.photo_text_info_list p:nth-child(4) {
	grid-area: parag3;
}

.photo_text_info_list p {
	margin:0px;
}


main p img.inline_profile_photo {
    float: right;
    max-width: 200px;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
.ec {
	display:none;
}
.ec + div {
    padding: 0em 0;
    background-color: transparent;
    color: inherit;
}

.page_stoltzfus-funds p.audio,
.page_stoltzfus-funds p.audio + p.captioned_image { margin:0; }
.page_stoltzfus-funds p.audio audio { width:100%; }

.page_international #table_format.school_collaborations {
    table-layout: auto;
}

body.page_youlau_2025 aside p.purple_textbox {
    margin-bottom: 0px;
}

/**
* IE10+
**/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.photo_text_info_list{
	margin-bottom:2rem;
}
.photo_text_info_list > p:nth-child(1){
	float:left;
	margin-right: 1rem;
}
}
/** END OF photo_text_info_list SECTION ***/


/* Schools Partnerships */
body.page_partnerships main.full_width .news_grid{
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

body.page_partnerships main.full_width .news_grid a{
	font-weight: bold;
	margin-top: 0px !important;
}

body.page_partnerships main h2 {
	margin-bottom: 1.25rem!important;
	margin-top: 2rem!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}


body.page_partnerships p#filter.right {
	margin-top:0px;
}
body.page_partnerships main .table_wrap {
	margin-bottom:1.5rem!important;
}
body.page_partnerships br {
	display:none!important;
}

.page_partnerships .table_wrap table td, .page_partnerships .table_wrap table td a {
    font-size: 0.89rem;
}

/* END of Schools Partnerships */

.phone_number {
	display: inline-block;
	padding: 0 0 0.1em 0;
	white-space: nowrap;
}

figure {
	position: relative;
	margin: 0;
}

.js_off figure {
	margin-bottom: 1rem;
}

figcaption,
.captioned_image {
	position: relative;
	margin: 0;
	font-size: 0.94737em;
	font-style: italic;
	color: var(--primarygreen);
}

main figcaption {
	padding: 0.7em;
}

/*.page_contact .red {
	font-weight: bold;
}*/

.list_2_col p {
	margin-top: 0.5em;
	font-size: 0.895em;
}

.list_2_col h4 {
	margin: 0;
}

.gstl_50.gssb_c { /* search suggestions */
	margin-top: 0.8rem;
}

.grid,
.grid2 {
	display: grid;
	grid-gap: 3rem;
	margin-bottom: 3rem;

}
h2:not(.no_underline) + .grid, h2:not(.no_underline) + .grid2 
{
	margin-top:1rem;
}
.grid { grid-template-columns: 1fr 1fr 1fr; }
.grid2 { grid-template-columns: 1fr 1fr; }

.full_width .grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 4rem;
}

.grid.two_cols {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.full_width .grid.three_cols {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}



.grid p {
	margin: 0;
	text-align: center;
	font-size: 1.0625rem;
}
.grid2 p {
	margin: 0;
	text-align: center;
	font-size: 1.25rem;
}

.grid li {font-size: 1.0625rem;}

.grid.three_cols p, .grid.two_cols p{text-align: left;}

ul.grid {
	padding: 1em;
	list-style-type: none;
	margin: 0;
}

/*FBK*/
.grid p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4%;
	width: 29%;
	margin-right: 5.6%;
}
.grid2 p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4%;
	width: 48%;
	margin-right: 3%;
}
.full_width .grid p,
.full_width .grid p:nth-child(3n) {
	width: 21%;
	margin-right: 5.3%;
}
.grid p:nth-child(3n),
.grid2 p:nth-child(2n),
.full_width .grid p:nth-child(4n) {
	margin-right: 0;
}

.grid b {
	font-size: 1.1875rem;
}



.sdg {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    justify-content: center;
    text-align: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}
.sdg p {
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 1px solid #006751;
}

.sdg img {
	display: block;
	width: 100%;
}

.alphabet a {
	display: inline-block;
	padding: 0.5em;
	background-color: #f1f1f1;
	text-align: center;
}

.alphabet .active,
.alphabet .active:hover,
.pager a.current,
body .tabs a.active {
	background-color: #006e58;
	color: var(--white);
	text-decoration: none;
}

.tabs {
	margin-top: 4rem;
	font-size: 1.1052em;
	background: linear-gradient(#F1F1F1, #F1F1F1);
	background-size: 100% 4px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.pager a,
.tabs a {
	display: inline-block;
	padding: 0.4em 0.8em;
	background-color: #f1f1f1;
}

.tabs a {
	padding: 0.6em 0.8em;
}

.tabs li {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
}

.tabpanel {
	margin-bottom: 5rem;
}
.page_erasmus .tabpanel {
	margin-bottom: 2rem;
}
.page_erasmus .tabs {
	margin-top: 2rem;
}
.tabpanel h2 + h3 {
    padding-top: 1em;
}

.callout_style1 /* light green frame, white background, floating right */
	{ border: 2px solid #24d29f; padding:1em; }
	@media screen and (min-width:840px) {
		.callout_style1 { float:right; width:30%; margin-left:1em; }
	}

.callout_style2 /* yellow background and border, dark red text */
	{ border: 2px solid lightgoldenrodyellow; background-color:lightyellow; padding:1em; color:#840427; }

.page_facts main .regular_table { width: 100%; border-spacing: 2px; font-size: 0.8947em; }
.page_facts main .simple { max-width: 40rem; }
.page_facts main th { background-color: #F1F1F1; color: #555555; }
.page_facts th.total + td { padding: 0.4em 0.8em; background: #F1F1F1; font-weight: bold; }
.page_facts main .regular_table tr td { border-bottom: 0; }
.page_facts main .simple tr td:last-of-type { padding: 0.4em 0.8em; }
.page_facts td { position: relative; margin-bottom: 2px; padding: 0; }
.page_facts td p { margin: 0; padding: 0.4em 0; text-indent: 0.8em; box-sizing: border-box; background-color: #ffebb4; }
.page_facts td p span { position: absolute; top: 50%; right: 1em; padding: 0.2em; text-indent: 0; background-color: #F1F1F1; font-size: 0.737em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }



main a[href*="//"]:not([href*="lau.edu"]):after {
	display: inline-block;
	background-image: url(../_ui/external.svg);
	background-repeat: no-repeat;
	background-size: 0.7em 0.7em;
	width: 0.7em;
	height: 0.7em;
	margin: 0 0.3em;
	content: "";
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
}
main a.green_button[href*="//"]:not([href*="lau.edu"]):after {
	filter:none;
	-webkit-filter:none;
}

.ie main a[href*="//"]:not([href*="lau.edu"]):after {
	display: none;
}

blockquote { margin: 0; font-style: italic; }
blockquote:before { content: "\201c"; margin-right: -4px;}
blockquote:after { content: "\201d"; }

blockquote.regular { margin:revert; font-style:unset; }
blockquote.regular:before, blockquote.regular:after { content:""; margin-right:unset; }

blockquote.bigquotemarks { position:relative; margin:revert; margin-right:3em; font-style:unset; }
blockquote.bigquotemarks::before {
	content: "\201C";
	font-family: georgia, serif;
	font-size:400%;
	font-weight: 100;
	color:#ccc;
	line-height: .8;
	position:absolute;
	left:-.5em;
}
blockquote.bigquotemarks::after {
	content: none;
}


html .page_prolonged_alert main {
	padding-bottom: 8rem;
}

.page_prolonged_alert main h1 {
	margin-top: 3rem !important;
	font-size: 2.75rem;
	color: #C25666;
	text-decoration: underline;
}

.page_executive_officer .title {
	font-weight: bold;
	font-size: 1.21em;
}

.announcement {
	margin-bottom: 2rem;
}

.page_announcements .info {
	color: var(--primarygreen);
	font-style: italic;
}

.announcement_custom_readmore_hide { display:none; }

/* SM sharing buttons */

.sharing_buttons span { display: block; margin-bottom: 0.5rem; }
aside .sharing_buttons span { font-weight: bold; }
.sharing_buttons a { display: block;float: left;width: 3rem;height: 3rem;margin-right: 0.5rem;padding: 10px;box-sizing: border-box;border-radius: 50%;background-color: #c4c4c4;text-align: center; }
.sharing_buttons a img { display: inline-block; vertical-align: middle; }
.sharing_facebook img { width: 24px; }

.sharing_whatsapp:hover,
.sharing_whatsapp:focus {background-color: #25d366;}

.sharing_copy:hover,
.sharing_copy:focus {background-color: var(--primarygreen);}

.sharing_facebook:hover,
.sharing_facebook:focus {background-color: #3c5a99;}

.sharing_twitter:hover,
.sharing_twitter:focus {background-color: #1da1f2;}

.sharing_linkedin:hover,
.sharing_linkedin:focus {background-color: #0077B5;}

.sharing_instagram:hover,
.sharing_instagram:focus {background-color: #f00075;}

.linkCopied { margin: 0; font-size: 0.75em; font-weight: bold; }


/** quotes **/
.quote {
	max-width: 820px;
	margin: 0 auto;
	font-size: 1.11rem;
	font-style: italic;
}
.quote:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.quote p:last-of-type {
	font-size: 0.95rem;
	font-style: normal;
}
.quote img {
	float: left;
	margin: 0 6% 2.5rem 0;
	border-right: 1px solid #555;
	padding-right: 6%;
	max-width:180px;
}



/* CSS GRID */

@supports (display: grid) {
	
	body .news_grid > *,
	.info_list > div > p:first-of-type,
	.info_list div div,
	body .grid p,
	body .grid p:nth-child(3n),
	body .grid2 p,
	body .full_width .grid p,
	body .full_width .grid p:nth-child(3n),
	body .full_width .grid p:nth-child(4n),
	.list_buttons li { width: auto; margin: 0; }
	
	.news_grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-gap: 60px; }
	
	.info_list > div { display: grid; grid-template-columns: 1fr 3fr; }
	
	.list_2_col { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; }
	
	.alphabet { display: grid; grid-template-columns: repeat(auto-fit, minmax(2.5em, 1fr)); grid-gap: 0.5em; margin-bottom: 3rem; }
	
	
}

.sdg {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    justify-content: center;
    text-align: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}
.sdg p {
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 1px solid #006751;
}

.sdg img {
	display: block;
	width: 100%;
}
/* SCREEN READER */

/*@media reader, speech, aural {

	main h2.toggle_h2 a:after,
	main h3.toggle_h3 a:after {
		display: none;
		visibility: hidden;
		content: "";
	}

}*/



/* PRINT */

@media print {

	.slick-arrow, .main_nav, .secondary_nav, .footer_links, .footer_sm { display: none !important; }
	
	header { border-top: 0; }
	
}



@media only screen and (max-width: 1200px) {
	
	.out_wrap.actions_container { margin-left: 4%; margin-right: 4%; }
	.tabs { font-size: 1em; }

	
}

@media only screen and (max-width: 1130px) {
	
	.out_wrap { padding: 0 4%; }
	header .out_wrap { padding: 2em 4%; }
	.top_nav_group { width: 70%; }
	
}

@media only screen and (max-width: 1080px) {
	
	.main_nav { font-size: 1rem; }
	.secondary_nav { font-size: 1rem; }
	.lau_logo { width: 180px; height: 74px; background-size: 180px auto; }
	
}

@media only screen and (min-width: 981px) {
	
	.main_nav > ul > li { float: left; margin: 0 0.2rem; }
	.main_nav > ul > li:last-of-type { margin-right: 0; }
	.main_nav > ul > li > a { padding: 0.2em 0.4em; font-weight: bold; }
	.main_nav > ul > li > a.active { background: linear-gradient(#006e58, #006e58); background-size: 86% 3px; background-repeat: no-repeat; background-position: 50% 95%; }
	.main_nav > ul > li > ul { position: absolute; top: 2.1em; min-width: 13em; max-width: 18em; background-color: #006e58; }
	.main_nav > ul > li:last-of-type > ul { left: auto; right: 0; }
	.main_nav .mainNavChildToggle { display: none; }

	/* keep below lines alone - ie bug */
	.main_nav > ul > li:focus-within > ul { display: block; z-index: 50; }
	.main_nav > ul > li:focus-within { background-color: #006e58; }
	.main_nav > ul > li:focus-within > a { color: #FFF; }
	
	.main_nav a,
	.main_nav > ul > li:hover > ul,
	.main_nav > ul > li > a:focus ~ ul { display: block; z-index: 50; }
	
	.main_nav > ul > li:hover { background-color: #006e58; }
	.main_nav > ul > li:hover a { color: #FFF; }
	
	.main_nav > ul > li > ul { padding: 0.8em 0; font-size: 0.8em; }
	.main_nav > ul > li > ul > li > a { padding: 0.2em 0.6em; }
	.main_nav > ul > li > ul > li > a.active {color: rgb(182,191,0);}
	.main_nav ul ul a:hover { color: rgba(255,255,255,0.7); }
	.main_nav ul ul a { color: var(--white); }
	.main_nav ul ul a[target]:after { display: inline-block; background-image: url(../_ui/external.svg); background-repeat: no-repeat; background-size: 0.7em 0.7em; width: 0.7em; height: 0.7em; margin: 0 0.5em; content: ""; }
	main th { position: -webkit-sticky; position: sticky; top: 0; }
	.secondary_nav { padding-right: 0; }
	.secondary_nav ul { padding-right: 0.9em; }
	.secondary_nav li {margin-right: 1.5em;}
	
	body:not(.homepage) footer { margin-top: 3em; }
	input[type="submit"] { margin-top: 1.2em; margin-left: 7.9em; }
	.large_labels input[type="submit"] { margin-left: 13.2rem; }
	.aside_section { margin: 3rem 0 0; padding: 5%; }
	.aside_section > :first-child { margin-top: 0; }
	.linkCopied { text-align: center; }
	
	.alphabet a:hover,
	.tabs a:hover { background-color: #D6D6D6; }
	
	.arrow_prev:hover,
	.arrow_next:hover,
	.arrow_top:hover { box-shadow: 1px 1px 0 var(--white); background-color: var(--primarygreen); }
	
	.page_login input[type="text"],
	.page_login input[type="password"] { width: 25em; }
	
}


/** ========== Custom Aside CSS ========== **/
/** Custom CSS for the 'aside' when inside 'main' */

main.full_width h2.toggle_h2 + div.collapsible, 
main.full_width h3.toggle_h3 + div.collapsible,
main.full_width section {
    position: relative;
}

main.full_width section aside {
    right:0px;
    position:absolute;
    top: 0px;
	font-size: 1.0625rem;
}

main.full_width section > h2:not(.toggle_h2) ~ aside, 
main.full_width section > h3:not(.toggle_h3) ~ aside{
    top: 6rem !important;
}

main.full_width section > h2:not(.toggle_h2) > .aside-css-clone, 
main.full_width section > h3:not(.toggle_h3) > .aside-css-clone{
    margin-top: 1.4rem!important;
}


main.full_width section section > h2:not(.toggle_h2) ~ aside, 
main.full_width section section > h3:not(.toggle_h3) ~ aside {
    margin-top: -3.5rem !important;
}

main.full_width section section > h2:not(.toggle_h2) > .aside-css-clone, 
main.full_width section section > h3:not(.toggle_h3) > .aside-css-clone {
    margin-top: -3rem !important;
}

main.full_width section:has(aside) p.captioned_image:has(img) > a {
    display: contents;
} 

main.full_width section:has(aside) h2.toggle_h2 a, 
main.full_width section:has(aside) h3.toggle_h3 a,
main.full_width section:has(aside) h2.toggle_h2, 
main.full_width section:has(aside) h3.toggle_h3,
main.full_width section:has(aside) p:has(img),
main.full_width section:has(aside) div.iframeParent  {
    display:grid;
}

main.full_width section:has(aside) section:has(aside) {
    clear: both;
    display: inline-block;
    width: 100%;
}

main.full_width section .aside-css-clone{
    width: 33%;
    float: right;
    visibility: hidden;
    margin-bottom: 1rem;
}

main.full_width section .tabpanel > aside {
    top: 4rem;
}

main.full_width section section .tabpanel > aside {
    top: 8rem;
}
/** ========== End of Custom Aside CSS ========== **/

@media only screen and (max-width: 980px) {
	
	/** ========== Custom Aside ========== */

    main.full_width section .aside-css-clone {
        display: none;
    }

    main.full_width section aside {
        position: relative;
        padding: 1rem;
        float: none;
        margin: 0px !important;
        background-color: #f1f1f1;
    }

   main.full_width section section {
    display: block;
    }

    main.full_width section > h2:not(.toggle_h2) ~ aside, 
    main.full_width section > h3:not(.toggle_h3) ~ aside {
    top: 0rem !important;
    }

    main.full_width section section > h2:not(.toggle_h2) ~ aside, 
    main.full_width section section > h3:not(.toggle_h3) ~ aside,
    main.full_width section > h2:not(.toggle_h2) aside, 
    main.full_width section > h3:not(.toggle_h3) aside {
        margin-top: 0rem !important;
    }
	/** ========== End of custom aside ========== */


	#scroll-to-top {
		right: 0px;
	}
	.scroll_to_top_arrow.circle {
		background-color: var(--anthracite80percent);
	}
	
	.js_on .main_nav,
	.js_on .secondary_nav,
	.js_on .sub_nav { display: none; }
	
	.js_off .main_nav { width: 100%; margin-bottom: 1em; }
	.js_off .main_nav ul li { float: left; margin: 0 1em 0 0; }
	.js_off .secondary_nav { width: 100%; margin-top: 1.2em; }
	.js_off .secondary_nav ul { display: block; padding-bottom: 2em; }
	
	.header_open { background-color: #ECECEC; z-index: 5; }
	body:not(.homepage) main { font-size: 1.25rem; }
	
	.lau_logo { width: 160px; height: 66px; background-size: 160px auto; }
	
	.main_size,
	main:not(.full_width),
	.top_nav_group { width: 100%; }
	
	aside,
	aside:not(.skip_style) { width: 100%; margin-left: 0; box-sizing: border-box; }
	aside:not(.skip_style) { margin-top: 3rem; border-top: /*3px solid var(--anthracite80percent)*/2px solid rgba(149, 149, 149, 0.3); padding: 1rem 0 2em; background-color: transparent; }
	.col_width_2 { width: 100%; margin-right: 0; }
	.col_width_1 { float: none; clear: both; width: 100%; }
	
	.nav_toggle { display: inline-block; float: right; width: 40px; height: 30px; margin-top: 7px; background: linear-gradient(#00614b 0, var(--primarygreen) 4px, transparent 4px, transparent 10px, var(--primarygreen) 10px, var(--primarygreen) 14px, transparent 14px, transparent 20px, var(--primarygreen) 20px, var(--primarygreen) 24px); background-repeat: no-repeat; background-size: 40px 24px; background-repeat: no-repeat; background-size: 40px 24px; text-indent: -1000vw; }
	
	.nav_toggle.btn_active { background: linear-gradient(45deg, transparent 0, transparent 23px, var(--primarygreen) 23px, var(--primarygreen) 26px, transparent 26px, transparent 40px), linear-gradient(-45deg, transparent 0, transparent 23px, var(--primarygreen) 23px, var(--primarygreen) 26px, transparent 26px, transparent 40px); }
	
	.subnav_toggle { float: right; width: 40px; height: 25px; margin-top: -2em; margin-right: 4%; text-indent: -1000vw; background: #555555; line-height: 0.5; }
	
	.arrow_down { display: block; width: 0; height: 0; margin: 0 auto; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #FFF; }
	
	.btn_active .arrow_down { border-top: 0; border-bottom: 10px solid #FFF; }
	
	.main_nav { margin: 0 0 7em; padding: 0.5em 0; }
	.main_nav ul ul { margin: 0; padding: 0.2em 1em; }
	.main_nav a.active { font-weight: bold; }
	.sub_nav { margin: 0; padding: 0.5em 0; }
	
	.main_nav.right { float: none; }
	.main_nav ul li { margin: 0.6em 0; }
	.js_on .main_nav ul li a:first-of-type { min-width: 9em; }
	.mainNavChildToggle { float: right; margin: 0 0 0 0.5em; border: 1px solid #BABABA; padding: 0.1em; width: 1.7em; height: 1em; line-height: 1; text-align: center; }
	.mainNavChildToggle:after { content: "+"; }
	.mainNavChildToggle.btn_active:after { content: "-"; }
	
	.js_on .secondary_nav { position: absolute; bottom: 0; float: none; width: 92%; min-height: 5em; margin-bottom: 1.5em; border-top: 1px solid #BABABA; font-size: 1.1rem; }
	.js_on .secondary_nav ul { width: 100%; margin: 0.5em 0 1em; padding-right: 0; }
	.js_on .secondary_nav li { margin-right: 1.5em; }
	.js_on .secondary_nav li:last-of-type {
        float: right;
        margin: 0 !important;
    }
	.page_title { margin-top: 0; margin-bottom: 0; font-size: 2.2rem; line-height: 1.2; background-size: 100% 14px; }
	.page_title span.out_wrap { max-width: 75%; margin: 0; }
	 main h1 { font-size: 2.2rem; }
	.news_grid { grid-template-columns: repeat(2, 1fr); }
	
	.banner_image,
	.campus_map { display: block; margin-top: 2rem; }
	
	/*FBK*/
	.news_grid > * { width: 46%; }
	.news_grid > :nth-child(3n) { margin-right: 3%; }
	.news_grid > :nth-child(even) { margin-right: 0; }
	
	input.gsc-input { font-size: 16px !important; }
	.secondary_nav > a:first-of-type { margin-left: 0; }
	.events_featured { margin-bottom: 2em; }
	.list_links { max-width: 25rem; }
	.table_wrap { overflow-x: auto; }
	body:not(.homepage) footer { margin-top: 1em; }
	aside .purple_textbox { padding: 3%; }
	aside .greyborder_textbox { padding: 3%; }
	body .gsib_a { padding-bottom: 4px; }
	.aside_section { margin: 1rem 0 0; }
	
	.grid,
	.full_width .grid { grid-template-columns: 1fr 1fr 1fr; }
	.full_width .grid.two_cols { grid-template-columns: 1fr 1fr; }
	
	/*FBK*/
	.full_width .grid p { width: 28%; margin-right: 7.7%; }
	.full_width .grid p:nth-child(3n) { width: 28%; margin-right: 0; }
	.full_width .grid p:nth-child(4n) { margin-right: 7.7%; }
	
	/*body:not(.homepage) main > :first-child,*/
	body:not(.homepage) main > article > :first-child { margin-top: 1rem; }
	
	.side_gray_box,
	aside .back_gray_1,
	aside .purple_textbox { max-width: 25rem; box-sizing: border-box; }
	aside .greyborder_textbox { max-width: 25rem; box-sizing: border-box; }
	.arrow_prev,
	.arrow_next { top: 35vw; width: 3em; height: 4em; }
	
	.sharing_buttons { clear: both; }
	.sharing_buttons span { padding-top: 1.5em; font-size: 0.8em; }
	.sharing_buttons span.larger {  padding-top: 0; font-size: 1.3em; }
	
	.linkCopied { float: left; margin: 1em 0.3em; }
	.page_executive_officer aside figure img { max-width: 300px; }
	main table {font-size: 100%;}

}

@media only screen and (max-width: 800px) {
	
	figcaption,
	.captioned_image { font-size: 0.89em; }
	
	.related_links { float: none; margin-top: 1em; }
	.sharing_buttons { margin-bottom: 2rem; }
	.sdg {    grid-template-columns: repeat(4, 1fr)!important; }
}

@media only screen and (max-width: 780px) {
	
	.info_list > div { grid-template-columns: 2fr 3fr; }
	.info_list div p:first-of-type { max-width: 100%; }
	.large_labels label { margin-right: 0; }
	.tabs { font-size: 0.9em; }
	
	.large_labels input[type="text"],
	.large_labels input[type="password"],
	.large_labels input[type="tel"],
	.large_labels input[type="email"],
	.large_labels textarea { width: 100%; box-sizing: border-box; }
	
	.quote { font-size: 0.95em; }
	.quote img { width: 30%; margin-bottom: 3em; padding-top: 1em; padding-bottom: 1em; }
	.grid.two_cols {grid-template-columns: 1fr;}
	.full_width .grid.three_cols{grid-template-columns: 1fr 1fr;}

	
}

@media only screen and (min-width: 680px) {
	
	.sharing_buttons .sharing_whatsapp { display: none; }
	
}

@media only screen and (max-width: 640px) {
	
	header .out_wrap { padding: 1.5em 4% 1.8em; }
	header.header_open .out_wrap { padding-bottom: 0.5em; }
	.sub_nav { float: none; text-align: left; }
	.news_grid { grid-template-columns: 1fr; }
	.list_2_col { grid-template-columns: 1fr; grid-gap: 1em; }
	.arrow_top { bottom: 30px; right: 30px; }
	
	/*FBK*/
	.news_grid > * { width: 100%; box-sizing: border-box; }
	.news_grid > :nth-child(3n),
	.news_grid > :nth-child(even) { margin-right: 0; }
	
	main table,
	.alphabet { font-size: 0.8em; }
	
	.grid,
	.full_width .grid { grid-template-columns: 1fr 1fr; grid-gap: 2rem; }
	
	/*FBK*/
	.grid p,
	.grid p:nth-child(3n),
	.full_width .grid p,
	.full_width .grid p:nth-child(3n) { width: 46%; margin-right: 6.6%; }
	.grid p:nth-child(2n),
	.full_width .grid p:nth-child(2n),
	.full_width .grid p:nth-child(4n) { margin-right: 0; }
	
	main th,
	main td { padding: 0.2em 0.4em; }
	
	.js_on .sub_nav li,
	.js_on .sub_nav li:first-of-type { display: block; margin: 0.8em 0; border: 0; padding: 0; }
	
	.photo_text_info_list {
		display: grid;
		grid-template-areas:
		'image'
		'parag1'
		'parag2'
		'parag3';
		gap:1rem;
	}
	.photo_text_info_list > p > img {
		max-width: 100%;
	}
   .sdg {    grid-template-columns: repeat(2, 1fr)!important; }

    main p img.inline_profile_photo {
/* 
        float: none;
        max-width: 400px;
        margin-left: 0px;
        margin-bottom: 0.5rem;
        width: 100%;
 */
    }

	
}

@media only screen and (max-width: 600px) {
	
	.info_list > div { grid-template-columns: 1fr; }
	.info_list div div { padding: 0 4%; }
	.info_list > div > p:first-of-type { max-width: 91%; margin: 0 auto; }
	.info_list img {margin-bottom: 0.3em;}
	.full_width .grid.three_cols, .full_width .grid.two_cols {grid-template-columns: 1fr;}
	
}

@media only screen and (max-width: 480px) {
	
	.footer_links { margin-top: 0.8em; }
	.footer_sm span { display: block; margin-bottom: 0.5em; }
	.footer_links li { margin-bottom: 0.5em; }
	
	.pad_36 { padding: 8%; }
	.news_grid { grid-gap: 2em; }
	.news_grid span { padding: 0.6em; font-size: 0.85em; }
	
	form:not(.large_labels) label { display: grid; grid-template-columns: 1fr 2fr; margin: 0; }
	label span { min-width: 0; }
	.forgot { display: inline-block; margin: 1.5rem 0 1.5rem; font-size: 0.8em; }
	
	form fieldset input[type="radio"] + label,
	form fieldset input[type="checkbox"] + label { display: inline; margin: 0 1em 1em 0; }
	
	.page_login form,
	.page_feedback form { margin: 3rem 0; }
	
	input[type="text"],
	input[type="password"],
	input[type="tel"],
	input[type="email"] { width: 100%; box-sizing: border-box; }
	
	.arrow_prev,
	.arrow_next { width: 2.5em; height: 3.5em; }
	
	.related_links li:first-of-type,
	.related_links li { display: block; margin: 0 0 0.5em; border: 0; padding: 0; }
	.info_list > div { margin-bottom: 5rem; }
	#___gcse_0 .gsc-input { padding-right: 0; }
	
	.quote { font-size: 0.85em; margin: 2.5rem 0; }
	.quote img { border-right: 0 none; padding-right: 1%; }


	
}

@media only screen and (max-width: 420px) {
	
	.grid,
	.grid2,
	.full_width .grid { grid-template-columns: 1fr; padding: 0 5%; }

	/*FBK*/
	.grid p { width: 100%; margin-right: 6.6%; }
	
}

@media only screen and (max-width: 390px) {
	
	#gsc-i-id1 { width: 60vw !important; }
	
}

@media only screen and (max-width: 355px) {
	
	label,
	form:not(.large_labels) label { display: block; }
	
}

@media only screen and (max-width: 330px) {
	
	#gsc-i-id1 { width: 57vw !important; }
	.footer_sm > * { margin-right: 0.3rem; }
	.footer_sm img { height: 20px; width: 25px; }
	
}

/* “Emergency Relief for Lebanon” section */
.page_emergency-lebanon .grid2 a:hover { color: #00bb7e !important; }