* {
	outline: none;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	border: 0;
}

.out_wrap {
	margin: 0 auto;
	max-width: 1180px;
}

header .out_wrap {
	padding: 40px 0 10px;
}

header {
	position: relative;
	margin: 0 auto;
	border-bottom: 8px solid var(--anthracitelightgrey);
	z-index: 2;
	border-top: none;
}

header h1 {
	font-size: 0;
	float: left;
	width: 35%;
	margin-bottom: 0;
	margin-top: 0;
}

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

.secondary_nav li:last-of-type {
	margin-right: 0;
}

.secondary_nav li:last-of-type a {
	text-decoration: underline;
}

.secondary_nav li:last-of-type a:hover {
	text-decoration: none;
}

.lau_logo {
	float: left;
	width: 115px;
	height: 47px;
	background-image: url(https://toolbox.lau.edu.lb/_ui/lau-logo-retina-green.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 115px;
}

.siteLogo {
	float: left;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	width: 260px;
	margin-left: 32px;
	position: relative;
	color: var(--primarygreen);
	margin-top: 0;
	padding-left: 4px;
	line-height:1.3;
}

.siteLogo h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}

.siteLogo h1 span {
	font-weight: bold;
}

.siteLogo:before {
	content: "";
	height: 47px;
	width: 1px;
	opacity: 0.5;
	background-color: var(--anthracitedark);
	position: absolute;
	left: -15px;
	top: 0;
}

.siteLogo:visited, .siteLogo:hover {
	color: var(--primarygreen);
}

body header .siteLogo:hover {
	color: var(--primarygreen);
}

.siteLogo strong {
    display: block;
}

.lau_logo h1 {
	text-indent: -300vw;
}

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

.main_nav a {
	display: inline-block;
}

.secondary_nav ul {
	float: none;
	padding-top: 0;
	padding-right: 0.4em;
	display: inline-block;
	vertical-align: middle;
}

.quick_action {
	float: none;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

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

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

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

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

body:not(.homepage) .quick_action:hover .d,
body:not(.homepage) .quick_action:focus .d {
	fill: var(--white);
}
.ra,
.rb {
	opacity: 0;
	fill: var(--anthracite60percent);
}

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

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

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

.main_nav > ul > li {
	margin: 0;
	padding: 0;
}

.main_nav > ul > li:last-of-type {
	margin-right: 0;
}

.main_nav > ul > li > a:not(.mainNavChildToggle) {
	padding: 12px 0.7rem;
	position: relative;
}

.main_nav > ul > li > a:not(.mainNavChildToggle):before {
	content: '';
	height: 16px;
	width: 1px;
	background-color: var(--anthracite);
	opacity: 0.2;
	position: absolute;
	top: 19px;
	left: -1px;
}

.main_nav > ul > li:first-child a:before {
	opacity: 0;
}

.main_nav > ul > li > a.active {
	background-size: 86% 3px;
	background-repeat: no-repeat;
	background-position: 50% 95%;
}

.main_nav > ul > li > ul {
	top: 100%;
	margin-top: 0;
}

.main_nav > ul > li:last-of-type > ul {
	left: auto;
	right: 0;
}

.main_nav > ul > li:hover a:before {
	opacity: 0;
}

.main_nav > ul > li > ul > li:last-child a {
	margin-bottom: 0;
}

.main_nav ul ul a[target]:after {
	display: inline-block;
	background-image: url(/_imagesui/external.svg);
	background-repeat: no-repeat;
	background-size: 0.7em 0.7em;
	width: 0.7em;
	height: 0.7em;
	margin: 0 0.5em;
	content: "";
}

header a.btn {
	margin-left: 45px;
	margin-left: 1.2em;
}

a.btn {
	padding: 7px 20px 9px;
	line-height: 16px;
	font-size: 1em;
	color: var(--white);
	background-color: var(--primarygreen);
	border: 1px solid var(--primarygreen);
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

a.btn:hover {
	background-color: transparent;
	color: var(--primarygreen);
	text-decoration: none;
}

main h2,
h2 {
	border-bottom: 1px solid rgba(0, 103, 81, 0.08);
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	margin-bottom: 10px;
	position: relative;
}

main h2:after,
  h2:after {
	content: '';
	height: 7px;
	width: 70px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--primarygreen);
}
main h2 a,
  h2 a {
	color: inherit;
}

main h2.toggle_h2 {padding-top: 0;}

main h3.toggle_h3 + div.collapsible >  h4{
	margin-top: 0.8em;
}

main h1,
h1 {
	position: relative;
}

.news {
	margin-block: 2rem;
}

.news_grid ::marker{
	content:none;
}

.show-more-less {
	margin: 20px auto;
	padding: 10px 20px;
	cursor: pointer;
}

.show-more-less {
    margin: 20px auto;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid var(--primarygreen);
    color: var(--primarygreen);
    font-weight: bold;
}

.show-more-less:hover {
    background-color: var(--primarygreen);
	color:var(--white);
}

a img, .grid img, .grid2 img, .news_grid img, .info_list img {
    border-radius: 5px;
}
.eventBlock.right *, .eventBlock.right  *:after, .eventBlock.right *:before {
    border-radius: 5px;
}
main h1:after,
h1:after {
	content: '';
	height: 7px;
	width: 70px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-color: var(--primarygreen);
}

main h3 {
margin-bottom: 0.8em;
}


.green_border_box{
border: 20px solid var(--primarygreen);
border-radius: 20px;
}

.green_border_box + .news.summer_camp {
margin-top: 2rem;
}

.green_border_box h2 {
    color: var(--anthracite) !important;
    padding: 20px !important;
    font-size: 38px !important;
    margin: 20px auto !important;
    text-align: center;
}
.green_border_box h2::after {
display: none;
}


.more_link,
.more_link:visited {
	color: var(--primarygreen);
	text-decoration: underline;
	padding: 0;
}

.more_link:hover,
  .more_link:visited:hover {
	text-decoration: none;
}
body.homepage .stories .news_grid {
    grid-gap: 40px;
}

body main .news_grid a {
	padding: 0;
}

.info {
    margin-bottom: 1.5em;
    font-style: italic;
}
.hide {display: none;}
.news .news_grid {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.news img {
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news a:hover img {
	opacity: 0.8;
}

.news a:hover span:hover {
	color: var(--secondarygreen9);
	text-decoration: underline;
}

body .news_grid a:hover span, .events_list a:hover {
    color: var(--secondarygreen9);
}

.news span {
	color: var(--anthracite);
	padding: 0;
}

.news .externalLink {
	display: block;
}

.news .externalIcon {
	position: absolute;
	top: 5px;
	right: 0;
}

.news .blockDesc {
	position: relative;
}

.news .imageHolder {
	margin-bottom: 10px;
	overflow: hidden;
}

.news .more_link {
	margin-top: 20px;
}

.news_grid span:before {
	display: none;
}

.physCal {
	margin-bottom: 75px;
}

.physCal h2 {
	margin-bottom: 30px;
}

.events {
	width: 64.5%;
}

.events .more_link {
	margin-top: 10px;
}

.events > span {
	clear: both;
	float: right;
	margin: 1em 0.5em;
	color: var(--anthracite);
}

.events h2 {
	margin-bottom: 1em;
}

.events_list {
	color: var(--anthracite);
	margin-bottom: 10px;
}

.events_list .event_item {
	border-bottom: 2px solid var(--white);
}


.events_list.full_width .event_item:nth-child(even) {
	margin-right: 0;
}

.events_list .event_item > span {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid var(--secondarygreen4);
	text-align: center;
	height: 72px;
	width: 80px;
	padding-top: 14px;
	font-weight: 700;
	background-color: var(--white);
	color: var(--primarygreen);
}

.events_list .event_item > p {
	display: inline-block;
	vertical-align: middle;
	padding: 2em 2em 0em 2.6em;
	width: calc(100% - 90px);
	margin: 0;
}
.events_list .event_item.no_item > p {
    width: 100%;
    padding-left: 0;
}
.events_list .event_item span span {
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
}

.events_list .event_item span span:nth-of-type(2) {
	display: block;
	line-height: 1;
}

.events_list a {
	display: block;
	color: var(--anthracite);
	text-decoration: none;
}
.events_list .event_item.no_item a {
    display: inline-block;
    color: var(--primarygreen);
    text-decoration: underline;

}

.events_list .event_cat {
	color: var(--anthracite);
	font-style: italic;
	font-size: 1rem;
}

.events_list .event_item span b {
	display: block;
}

.scroll_to_top_arrow::before {
    content: '';
    width: 9px;
    height: 9px;
    top: 48%;
    left: 50.9%;
    margin: -6px 0 0 -5px;
}

footer {
	background: var(--anthracite);
}

footer *,
  footer a,
  footer a:visited, footer:hover {
	color: var(--white);
}

footer span {
	font-size: 1em;
}

footer .footer_sm {
	padding: 25px 0;
	letter-spacing: 0.27px;
	font-size: 14px;
	display: flex;
}

footer .footer_sm a {
	padding-left: 1em;
}

footer .footer_sm a span {
	text-decoration: underline;
	font-weight: 500;
}

footer .footer_sm a:hover {
	color: var(--white) !important;
	text-decoration: none;
}

footer .footer_sm a:hover span {
	color: var(--white) !important;
	text-decoration: none;
}

footer .footer_sm i {
	font-size: 1.5rem;
	display: block;
}

footer .topFooter {
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid var(--white);
}

footer .footer_links {
	padding: 27px 0;
	margin-left: auto;
}

footer .footer_links .reset_ul {
	margin-top: 0;
}

footer .footer_links li {
	margin-left: 17px;
	float: left;
	margin-right: 0;
}

footer .footer_links a:hover {
	text-decoration: underline;
}

footer .siteName {
	margin-left: auto;
}


footer .copyRights a {
	text-decoration: underline;
}

footer .copyRights a:hover {
	text-decoration: none;
}

.footer_links li:not(:last-child) {
	margin-right: 4px;
}

.quick_action:hover .a,
.quick_action:hover .c,
.quick_action:hover .a,
.quick_action:hover .c {
	stroke: var(--anthracite60percent);
	fill: var(--anthracite60percent);
}

.quick_action.portal:hover .a {
	fill: transparent;
}

.quick_action.portal:hover .b {
	fill: var(--white);
}

.quick_action.search:hover .b {
	fill: var(--anthracite60percent);
}

footer {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.back_gray_2 {
	background-color: var(--anthracitelightgrey);
}

.brief_item {
	margin: 0;
}

.brief_item > div {
	position: relative;
	float: left;
	width: 58%;
	border: 8px solid var(--anthracitelightgrey);
}

.brief_item > div img {
	width: 100%;
}

.brief_item figcaption {
	float: left;
	width: 45%;
	padding: 0;
	font-size: 1rem;
	font-style: normal;
	color: var(--primarygreen);
	padding-left: 50px;
	min-height: 348px;
	margin-top: 80px;
	margin-left: -3%;
	background: var(--anthracitelightgrey);
	padding-top: 70px;
	position: relative;
}

.brief_item figcaption {
	color: var(--anthracite);
	font-size: 1rem;
	border: 8px solid var(--white);
}

.brief_item figcaption .event_cat {
	color: var(--anthracite);
	font-style: italic;
	font-size: 1rem;
}

.brief_item figcaption p {
	color: var(--anthracite);
}

.brief_item figcaption span {
	display: block;
}

body:not(.homepage) .brief_news h2 {
	padding-bottom: 12px;
}

.brief_news {
	margin-bottom: 4em;
	position: relative;
}

.brief_news .more_link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.brief_news .slick-next {
	right: 360px;
}

.brief_news .slick-prev {
	left: auto;
	right: 420px;
	-moz-transform: scale(-1);
	-webkit-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.brief_news .slick-prev,
  .brief_news .slick-next {
	position: absolute;
	bottom: 0;
	z-index: 999;
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(145, 135, 135, 0.5);
	color: var(--white);
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	font-size: 0;
	background-image: url(/_imagesui/logout.svg);
	background-size: 14px;
	background-position: center center;
	border: none;
	background-repeat: no-repeat;
}

.brief_news .slick-prev:hover,
    .brief_news .slick-next:hover {
	background-color: var(--anthracite);
}

.brief_news h3 {
	font-size: 2rem;
	line-height: normal;
	margin-bottom: 1.6rem;
}

.brief_news h3 a {
	text-decoration: none;
}

.brief_news h3 a:hover {
	text-decoration: underline;
}

.brief_news .arrow_prev,
  .brief_news .arrow_next {
	width: 2.625rem;
	height: 4.125rem;
}

.brief_news .arrow_prev,
  .brief_news .arrow_next {
	display: none !important;
}

.brief_news .slick-list {
	height: auto !important;
}

.js_off .brief_item {
	margin-bottom: 30px;
}

.js_off .brief_news h2 {
	position: relative;
	top: 0;
	width: 100%;
}

.footer_sm > * {
	margin-right: auto;
}

.nav_toggle {
	display: none;
}

.main_nav > ul > li.active {
	position: relative;
}

.main_nav > ul > li.active:after {
	content: '';
	height: 8px;
	width: 100%;
	background-color: var(--primarygreen);
	position: absolute;
	bottom: -18px;
	left: 0;
}

.sub_nav {
	padding: 17px 0;
	float: none;
	text-align: center;
	margin-bottom: 60px;
}

.sub_nav a {
	color: var(--anthracite);
	font-size: 20px;
    /********FONT SIZE CHANGED******/;
}

.sub_nav a.active {
	font-weight: 700;
	text-decoration: none;
}

.sub_nav li:first-of-type {
	border: none;
}

.sub_nav li {
	border: none;
	position: relative;
	margin-bottom: 0;
}

.sub_nav li:after {
	content: '';
	width: 1px;
	height: 16px;
	background-color: var(--anthracite);
	right: -1px;
	top: 5px;
	position: absolute;
}

.sub_nav li:last-child:after {
	display: none;
}

.arrow_prev,
.arrow_next,
.arrow_top {
	background-image: url(/_imagesui/next.svg);
	background-size: 15px;
}

.slider .arrow_prev,
.slider .arrow_next,
.slider .arrow_top {
	background-image: url(/_imagesui/arrow-both.svg);
	background-size: auto;
	width: 2.625rem;
	height: 4.125rem;
	background-size: 85% 85%;
}

/*body:not(.homepage) h2:after {
	display: none;
}*/

.arrow_prev,
.arrow_next {
	height: 6.875rem;
	width: 4rem;
}

.sharing_buttons {
	padding-left: 0;
	padding-top: 2rem;
}

.sharing_buttons span {
	float: left;
	padding: 0.4rem 1rem;
	text-transform: uppercase;
	color: var(--anthracite);
	background-color: var(--anthracitelightgrey);
	border: 1px solid var(--anthracitelightgrey);
	border-right: 2px solid var(--primarygreen);
}


.sharing_buttons a img {
	width: 20px;
}

.sharing_buttons a {
	background-color: transparent !important;
	width: auto;
	padding: 0;
	height: auto;
	margin-right: 0.875rem;
}

.sharing_buttons a:hover {
	background-color: transparent;
}

.sharing_buttons .bordered {
	float: left;
	border: 1px solid var(--anthracitelightgrey);
	border-left: none;
	padding: 0.495em 0.495em 0.495em 1em;
	display: flex;
}

.sharing_buttons .a {
	fill: var(--anthracite60percent);
}
.sharing_buttons .sharing_linkedin:hover .a{
	fill:var(--linkedincolor);
}
.sharing_buttons .sharing_facebook:hover path {
	fill: var(--facebookcolor);
}

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

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

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

.sharing_buttons.right {
	padding-right: 0;
}

.sharing_buttons.right + div {
	clear: both;
}

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

.footer_sm a:first-of-type {
	text-decoration: none;
}

aside {
	padding-top: 0;
	padding-left: 0;
	font-size: 1.0625rem;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) {
	position: relative;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) span {
	position: relative;
}

main a[href*="//"]:not([href*="soas.lau.edu"]) span:not(.icon):after {
	content: '';
	width: 16px;
	height: 14px;
	display: inline-block;
	background-image: url(/_imagesui/external-link-symbol.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: transparent;
	vertical-align: middle;
	margin-left: 7px;
}

main .sharing_buttons a[href*="//"]:not([href*="lau.edu"]):after {
	display: none;
}
main .stories a[href*="//"]:not([href*="lau.edu"]):after {
    display: none;
}
.nav_toggle {
	background: none;
	background-image: url(/_imagesui/menu-open.jpg);
	background-size: 30px;
	background-repeat: no-repeat;
	position: relative;
}

.nav_toggle:after {
	content: '';
	height: 13px;
	width: 13px;
	position: absolute;
	display: block;
	background-image: url(/_imagesui/close-menu-icon.png);
	background-size: 13px;
	background-repeat: no-repeat;
	right: 0;
	top: 0.2em;
	opacity: 0;
}

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

.header_open .quick_action:hover .a,
.header_open .quick_action:hover .c,
.header_open .quick_action:hover .a,
.header_open .quick_action:hover .c {
	stroke: rgba(255, 255, 255, 0.8);
	fill: rgba(255, 255, 255, 0.8);
}

.header_open .quick_action.search:hover .b {
	fill: rgba(255, 255, 255, 0.8);
}

.header_open .quick_action.portal:hover .b {
	fill: var(--primarygreen);
}

.header_open .quick_action.portal:hover .a {
	fill: transparent;
}

body:not(.homepage) header {
	margin-bottom: 3rem;
}

.full_width .grid p,
.full_width .grid p:nth-child(3n),
.full_width .grid p:nth-child(4n),
.news_grid a,
.news_grid a:nth-child(3n),
.news_grid a:nth-child(4n) {
	display: inline-block;
	width: 22%;
	margin-right: 2%;
}

.news_grid a span.date {
    display: block;
    font-size: 1rem !important;
    font-style: italic;
    font-weight: normal !important;

}
.actions_container a {
	float: left;
	width: 25%;
}

/***************Nav Styles Starts Here*************/
aside {
	width: 24.5%;
}

.sideNav {
	margin-bottom: 3.125rem;
	float: right;
	width: 24.5%;
	margin-left: 5%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sideNav li {
	margin: 0 1.25rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--anthracite15percent);
}

.sideNav.sticky li {
    margin: 0 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--anthracite15percent);
}

.sideNav li.active {
	margin: 0;
	padding: 1rem 1.25rem;
	border: none;
	background-color: var(--anthracitelightgrey);
	border-left: 3px solid var(--primarygreen);
}

.sideNav li.active a {
	color: var(--primarygreen);
	font-weight: 700;
}

.sideNav li.active.withSub {
	background-color: transparent;
	padding: 0;
}

.sideNav li.active.withSub a {
	font-weight: normal;
	display: block;
	border-bottom: 1px solid var(--anthracite15percent);
	padding: 1rem 0;
}

.sideNav li.active.withSub > a {
	padding: 1rem 1.25rem;
	font-weight: 700;
	background-color: var(--anthracitelightgrey);
	display: block;
	border: none;
}

.sideNav li.active.withSub li {
	border: none;
	margin: 0;
	padding: 0 1.25rem;
}

.sideNav li.active.withSub ul .active {
	background-color: transparent;
	border-left: 3px solid var(--primarygreen);
}

.sideNav li:last-child {
	border: none;
}

.sideNav a {
	color: var(--anthracite);
	text-decoration: none;
	font-size: 0.9rem;
}

.sideNav .backTo {
	position: relative;
	padding: 1rem 1.25rem;
	padding-left: 3rem;
	display: block;
	font-weight: 700;
}

.sideNav .backTo:before {
	left: 1.25rem;
	transform: rotate(-180deg);
	content: '';
	height: 20px;
	width: 20px;
	background-image: url(/_imagesui/banner-arrow.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 10px);
	background-position: center;
}

body:not(.homepage) .sideNav + main {
	clear: none;
	min-height: 875px;
	/*padding-top: 0;*/
}

body:not(.homepage) .sideNav + main > h2 {
	padding-top: 0;
}

main:not(.full_width) {
	width: 70.5%;
}

body:not(.homepage) header {
	margin-bottom: 1.875rem;
}

.sitename {
	display: block;
	margin-bottom: 0rem;
}

body.page_camp_details .sitename {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.sitename a {
	text-decoration: none;
	font-weight: bold;
	color: var(--primarygreen);
	display: block;
	min-height: 20px;
}

.sitename.index, .page_index-w-old.page_camp_details .sitename {
	visibility: hidden;
}

.sitename.index a {
	font-size: 0;
}

.sideNav li.active ul li:last-child a {
	border-bottom: none;
}

.sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideNav .backTo {
	display: block;
}

.sideNav .backTo.mobileOnly {
	display: none;
}

body:not(.homepage) .hero {
	margin-bottom: 1.25rem;
}

.sideNav li.active.withSub a {
	color: var(--anthracite);
}

.sideNav li.active.withSub li.active a {
	color: var(--primarygreen);
}

aside:not(.skip_style) {
	width: 24.5%;
}

.banner_image {
	margin-bottom: 1.5rem;
	display: block;
}

.main_nav > ul > li > a.active {
	background: none;
}

main.full_width,
body:not(.homepage) main.full_width {
	padding-top: 0;
}

body:not(.homepage) .copyRights a:hover {
	color: var(--white);
	text-decoration: none;
}

.clearAside aside {
	clear: both;
	float: right;
}

/****************SAS********************/
.hero_slider {
	width: 1380px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 0 !important;
}

.hero_slider .slide {
	position: relative;
}

.hero_slider .arrow_prev,
  .hero_slider .arrow_next {
	background-color: transparent;
	box-shadow: none;
}

.hero_slider figcaption {
	max-width: 385px;
	float: right;
	font-size: 1em;
	line-height: 20px;
	color: var(--white);
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 1%;
	font-style: normal;
	position: absolute;
	right: 90px;
	bottom: 80px;
}

.hero_slider figcaption a {
	color: var(--white);
	text-decoration: none;
}

.hero_slider figcaption a:hover {
	text-decoration: underline;
}

.hero_slider .link {
	color: var(--white);
}

.hero_slider figure img {
	display: block;
	margin: 0 auto;
}

.slick-dots li {
	list-style: none;
	margin-bottom: 5px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 50%;
	outline: none;
	background: transparent;
}

.slick-dots li.slick-active button {
	background: var(--white);
}

.link,
.more_link {
	font-size: 0.8rem;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	padding-right: 30px;
	float: right;
	clear: both;
}

.link:after,
  .more_link:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 12px;
	background: url("/_imagesui/green-arrow.svg");
	top: 7px;
	right: 0;
	background-size: contain;
}
.search_major, .hp_announcement {
	 position: relative;
	 z-index: 1;
	 margin-bottom: 3.75rem;
}
.hp_announcement {
    margin-top:5.75rem;
    z-index: -1
}
 .search_major .searchWrapper, .hp_announcement .back_gray_1 {
	 background-color: var(--white);
	 padding: 20px 30px;
	 position: relative;
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 display: flex;
	 align-items: center;
	 margin-top: -35px;
}
.hp_announcement .back_gray_1 {
     background-color: var(--anthracitelightgrey);
     display: block;
     font-size: 1.2rem;
     text-align: center;
}
 .search_major .searchWrapper:before {
	 content: '';
	 height: 100%;
	 width: 3px;
	 background-color: var(--primarygreen);
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .search_major .searchWrapper label {
	 font-weight: bold;
	 color: var(--anthracite);
	 display: block;
	 margin: 0;
}
 .search_major .searchWrapper .search-icon {
	 margin-right: 1.5625rem;
}
 .search_major .searchWrapper input {
	 background-color: transparent;
	 border: 1px solid var(--anthracitelightgrey);
	 width: 100%;
	 color: var(--anthracite);
	 height: 45px;
	 
}
 .search_major .searchWrapper ::-webkit-input-placeholder {
	 color: var(--anthracite) !important;
	 font-style: normal;
	
}
 .search_major .searchWrapper :-ms-input-placeholder {
	 color: var(--anthracite) !important;
	 font-style: normal;
	
}
 .search_major .searchWrapper ::placeholder {
	 color: var(--anthracite) !important;
	 font-style: normal;
	
}
 .search_major .input-holder {
	 width: calc(100% - 270px);
	 margin-left: auto;
	 position: relative;
}
 .search_major .ui-menu {
	 position: absolute;
	 background: var(--white);
	 padding: 0;
	 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
 .search_major .ui-menu li {
	 padding: 8px 15px;
	 list-style: none;
	 cursor: pointer;
}
 .search_major .ui-menu li .itemTitle {
	 color: var(--anthracite);
	 text-decoration: none;
	 font-size: 19px;
}
 .search_major .ui-menu li span {
	 color: var(--anthracite);
}
 .search_major .ui-menu li:hover {
	 background: var(--anthracitelightgrey);
}
 .search_major .errorMessage {
	 position: absolute;
	 display: none;
	 background: var(--white);
	 width: 100%;
	 left: 0;
	 padding: 20px;
	 color: var(--anthracite);
	 font-size: 19px;
	 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
 .search_major .errorMessage a {
	 text-decoration: underline;
	 font-size: 19px;
	 color: var(--anthracite);
}
 .search_major .errorMessage span {
	 font-weight: 700;
}
 input[type=text] {
	 height: 50px;
	 padding: 0.6em;
	 vertical-align: middle;
	 color: var(--anthracite);
}
 .ui-helper-hidden-accessible {
	 display: none;
}

.news #news_list {
	margin-bottom: 30px;
}

.news #news_list img {
	margin-bottom: 20px;
}

.news #news_list a {
	border-bottom: 3px solid var(--anthracitelightgrey);
	padding-bottom: 17px;
}

#news_list .camp p {
    border-bottom: 3px solid var(--anthracitelightgrey);
    padding-bottom: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#news_list .camp a {
	border-bottom: 0px;
	padding-bottom: 10px;
}
#news_list .camp .green_button:link, #news_list .camp .green_button:visited
{
    text-align: center;
    background-color: var(--white);
    color: var(--primarygreen);
    border: 1px solid var(--primarygreen) !important;
}

main:not(.full_width) .news_grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

main h2,
h2 {
	padding-left: 20px;
	position: relative;
	border-bottom: 0;
}

main h2:after,
  h2:after {
	content: "" !important;
	top: 6px;
	height: 22px;
	width: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--primarygreen);
}

h1:not(#logo) {
	color: var(--anthracite);
	padding-left: 20px;
	position: relative;
	margin-bottom: 1.5rem;
}

h1:not(#logo):after {
	content: "" !important;
	top: 7px;
	height: 30px;
	width: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--primarygreen);
}
.page_liberal-education .links_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.physCal {
	margin-bottom: 4.375rem;
}

.sas-events {
	width: 58%;
	margin-right: 6.5%;
}

.sas-events .events_list {
	background: none;
	margin: 2em 0 2em 0;
}

.sas-events .event_item {
	border-bottom: 1px solid var(--anthracite15percent);
	margin-bottom: 1.2em;
}

.sas-events .event_item:last-of-type {
	margin-bottom: 0;
}

.sas-events .event_item > span {
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: left;
	min-height: 80px;
	min-width: 76px;
	padding: 0.3em 0;
}

.sas-events .event_item > span span {
	color: var(--anthracite);
}

.sas-events .event_item > p {
	/*vertical-align: top !important;*/
	padding-top: 0;
}

.eventBlock {
	width: 35.5%;
	float: left;
}

.eventBlock .eventSlide {
	background-size: cover !important;
	position: relative;
}

.eventBlock .eventSlide img {
	width: 100%;
	min-height: 400px;
}

.eventBlock .eventSlide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(95, 64, 116, 0.78);
}

.eventBlock h3 {
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 700;
	color: var(--white);
	position: relative;
	z-index: 1;
	padding-top: 0.4em;
	/*margin-bottom: 254px 0;*/
}

.eventBlock h3 + p {
	font-size: 1em;
	line-height: 22px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.eventBlock .eventNote {
	padding: 12px 0;
	font-size: 1em;
	line-height: 22px;
	font-weight: 700px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	color: var(--white);
	position: relative;
	z-index: 1;
}

.eventBlock .slick-dots {
	position: absolute;
	top: 20px;
	display: flex;
	padding: 0;
	left: 30px;
}

.eventBlock .slick-dots li {
	margin-right: 6px;
}

.eventBlock .text-block {
	position: absolute;
	z-index: 1;
	top: 4.5rem;
	padding: 0 30px;
	color: var(--white);
}

.eventBlock .text-block a {color: var(--white);}

.lightBtn {
	background: var(--white);
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: var(--primarygreen)!important;
	min-width: 142px;
	text-align: center;
	height: 43px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 11px 0;
}

.lightBtn:hover {
	background-color: var(--primarygreen);
	color: var(--white);
}

.sas-footer .footer_sm img {
	height: 20px;
}

.sas-footer .footer_copyright {
	border-color: var(--white);
}

.sas-footer .footer_links li {
	position: relative;
}

.sas-footer .footer_links li:not(:last-child):after {
	content: "";
	position: absolute;
	right: -12px;
	height: 18px;
	width: 1px;
	border-right: 1px solid var(--white);
}
/* Community Block CSS starts here
-----------------------------------------------*/
.stories {
	padding-bottom: 4.375rem;
	background: var(--anthracitelightgrey);
	padding-top: 55px;
}

.stories #stories_list {
	margin-top: 40px;
}
.stories .item {
	position: relative;
	height: 100%;
	overflow-y: hidden;
	box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
	

}

.stories .item h3 {
	margin: 0;
	display: block;
	color: var(--white);
}

.stories .item a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color:  var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    mix-blend-mode: color-burn;
    border-radius: 5px;

}

.item a:hover ~ .item__overlay, .item a:focus ~ .item__overlay {
	transform: translate3d(0, 0, 0);
	background: var(--secondarygreen4);
	
	mix-blend-mode: normal;
}
.item a:hover, .item a:focus {
    background: none

}
.item a:hover ~  .item__overlay .item__body , .item a:focus ~  .item__overlay .item__body  {
    opacity: 1;
}
.stories img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.item__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	transition: transform 300ms;
	transform: translate3d(0, calc(100% - 8.5rem), 0);
	color: var(--white);
	padding: 15px;
	border-radius: 5px;
}


.item__body {
	flex-grow: 1;
	padding-top: 1rem;
	opacity: 0;
}

.item__body p {
	margin: 0;
}

.stories .icon {
	display: block;
	width: 37px;
	height: 37px;
    margin-bottom: .5rem;
}

.stories .icon.video-icon {
	background: url("/_imagesui/video-icon.png") no-repeat;
	background-size: contain;
}

.stories .icon.article-icon {
	background: url("/_imagesui/article-icon.png") no-repeat;
	background-size: contain;
}

.stories .icon.audio-icon {
	background: url("/_imagesui/audio-icon.png") no-repeat;
	background-size: contain;
}


.stories .link {
	margin-top: 40px;
}


.back_gray_1 img + div {
	padding: 0;
}

/* Community Block CSS ends here
-----------------------------------------------*/

aside h3 {
	border-top: 3px solid var(--primarygreen);
	margin-top: 45px;
	padding-top: 8px;
}


aside #previous_years {
    margin-top: 1em;
}
aside .list_links li {
   padding: 0;
}
aside .sharing_buttons {
	padding-top: 10px;
}

aside .sharing_buttons .bordered {
	padding: 0;
	border: none;
}

aside ul {
	padding: 0;
}

aside ul li {
	list-style: none;
}

aside ul li:marker {
	display: none;
}

.page_camp_details aside .green_button:link, .page_camp_details aside .green_button:visited {
    width: 100%;
}

.info_list h2 a {
    padding-left: 0.5em;
}

.slider {
	margin-bottom: 2.5rem;
}

body.page_profile_entry .slider {
	margin-bottom: 1rem;

}

.slider.banner {
    margin-bottom: 0;
}

.slider.banner figcaption{
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	width: 240px;
	z-index: 1;
	font-style: unset;
	max-width: 60%;
	padding: 2em;
	background-color: rgb(0 0 0 / 46%);
	color: var(--white);
	font-size: 1.2rem;
	font-weight: bold;
}

.d-links-grid {
    margin-bottom: 2rem;
}

.d-links-grid h2 {
    margin-top: 2rem;
}

.brief_news h3 {
	padding-left: 0;
}

.brief_news h3:after {
	content: none !important;
}

.brief_item > div {
	width: 65%;
	border: none;
}

.brief_item figcaption {
	width: 60%;
	margin-left: -25%;
	padding: 25px;
	min-height: 240px;
	margin-top: 80px;
}

.brief_news .slick-next {
	right: calc(27% - 60px);
}

.brief_news .slick-prev {
	right: 27%;
}


.d-flex {
	display: flex;
}

.d-flex > * {
	flex: 1;
}

.d-links-grid ul {
	padding: 0;
}

.d-links-grid ul li {
	padding: 0.8em 0;
	border-bottom: 1px solid var(--anthracite15percent);
	list-style: none;
}

.d-links-grid ul li a {
	display: block;
	position: relative;
	width: 100%;
	color: var(--anthracite);
	font-weight: 500;
	text-decoration: none;
	padding-right: 1.25rem;
}

.d-links-grid ul li a:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 12px;
	background: url("/_imagesui/green-arrow.svg") no-repeat;
	background-size: contain;
	top: 8px;
	right: 0;
}

.staff-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.staff-grid p {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 25px;
}

.staff-grid p a {
	text-decoration: none;
}

.staff-grid span {
	color: var(--primarygreen);
	font-size: 1.125em;
	font-weight: bold;
	line-height: 30px;
	display: block;
}

.staff-grid.noPhoto p {
	border-top: 5px solid var(--anthracite15percent);
	padding-top: 15px;
}

p.title {font-weight: bold;}

.grid2 {
	margin-bottom: 1.5rem;
}

h2.toggle_h2 {
    margin-top: 2rem!important;
}

.highlights a {
	text-decoration: none;
}

.highlights .high_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}

.highlights img {
	max-width: 100%;
	display: block;
}

.highlights span {
	display: block;
	border-bottom: 2px solid var(--primarygreen);
	background: var(--white);
	padding: 20px;
	max-width: calc(100% - 36px);
	margin: -40px auto 0 auto;
	font-weight: 600;
	position: relative;
}

.highlights .link {
	margin-top: 32px;
}

.depTitle {
	color: var(--primarygreen);
	font-size: 14px;
	margin-bottom: 10px;
}

.subTitle {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 28px;
}

.subTitle:after {
	content: none;
}

main .sharing_buttons.right{
	float: right;
}

.js_off .hero_slider .slide:not(:first-child) {
	display: none;
}

.js_off .search_major .searchWrapper {
	height: 80px;
	padding: 30px;
}

.js_off .search_major .searchWrapper .link {
	color: var(--white) !important;
	font-size: 1.125em;
	float: none;
}

.js_off .search_major .searchWrapper .link:after {
	background: url(/_imagesui/white-arrow.svg);
	background-size: contain;
}

.js_off .search_major .searchWrapper label,
  .js_off .search_major .searchWrapper input,
  .js_off .search_major .searchWrapper .majorSuggestion {
	display: none;
}

.js_off .eventBlock {
	width: 100%;
}

.js_off .eventBlock .eventsSlider {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	display: grid;
}

.js_off .eventBlock .eventsSlider .eventSlide {
	padding: 30px;
}

.js_off .physCal {
	margin-bottom: 55px;
}

.js_off .slider figure:not(:first-child) {
	display: none;
}

.slick-slider {
	overflow: hidden;
}

.slick-vertical .slick-slide {
	border: none;
}

.page_facilities .grid h3 {
    text-align: center;
}
.page_facilities .grid h3 a {
    text-decoration: none;

}
.search_major .ui-menu li span .keywordFound {
  font-weight: bold;
  color: var(--primarygreen); }

  /**
  * SDgs */
.sdg p{
	border:1px solid transparent;
}

/* Process Steps Summer Camp pages
----------------------------------------*/
.green_border_box h2 {
    margin: 20px auto !important;
    text-align: center;
}


.process_steps {
    display: flex;
    gap: 1rem;
}
.process_steps div h3 { 
    background-color: var(--primarygreen); 
    color: var(--white);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.process_steps div p {
    background-color: var(--anthracite15percent);
    color: var(--black);
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-top: 2.5rem;
	min-height: 16rem;
}

.process_steps div {list-style: none;width: 100%;text-align: center;display: flex;flex-direction: column;align-items: center;}

.process_steps div h3:before {
	content: '';
    width: 250%;
    height: 3px;
    background-color: var(--anthracite15percent);
    position: absolute;
    margin-left: 12.5rem;
    z-index: -1;
}

.process_steps div h3:after {
    content: '>';
    width: 1.5rem;
    height: 2.5rem;
    background-color: var(--white);
    position: absolute;
    margin-left: 12rem;
    color: var(--anthracite15percent);
    /* display: grid; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: -1.2rem;
    font-size: 3rem;
    font-weight: normal;
}


.process_steps div p::before {
	content: '';
    width: 20px;
    height: 16px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 45px solid var(--anthracitelightgrey);
    vertical-align: middle;
    position: absolute;
    margin-top: -4.4rem;
    left: 50%;
    transform: translate(-50%, 10px);
}

.process_steps div:last-child h3:before,
.process_steps div:last-child h3:after{
	display:none;
}

body.page_camps .grid.whyjoin{
	grid-template-columns: repeat(3, 1fr);
}

body.page_camps .grid.whyjoin p {
  background: linear-gradient(342deg, var(--secondarygreen7), var(--white));
    padding: 1rem;
    border-radius: 5px;
}

body.page_camps .grid.whyjoin p strong {
    font-size: 1.35rem;
}

@media only screen and (min-width: 981px) and (max-width: 1200px){
	nav.sideNav.sticky.is-sticky {
		margin: 0 auto;
		width: 38%!important;
		box-shadow: none;
		background: transparent;
		float: right!important;
	}

	nav.sideNav.sticky.is-sticky ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-self: end;
        float: right;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background: var(--white);
        flex-wrap: wrap;
        justify-content: right!important;
    }
} 

@media only screen and (min-width: 981px) {
	#main_nav {
		display: block !important;
		font-size: 1rem;
	}

	header:not(.fixed) .secondary_nav {
		display: block !important;
		height: 34px;
	}

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

	nav.sideNav {
		display: block !important;
		position: relative;
		z-index: 1;
	}

	nav.sideNav.sticky {
        position: sticky;
        top: 0px;
        background-color: var(--white);
	}

	nav.sideNav.sticky.is-sticky {
		opacity: 0.9;
        float: none;
        margin: 0 auto;
        width: 100%;
		box-shadow: none;
		background:transparent;
	}

	nav.sideNav.sticky.is-sticky ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		justify-self: end;
		float:right; /*Important for Safari*/
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background:var(--white);
	}

	nav.sideNav.sticky.is-sticky ul li {
		margin: 0 0.75rem;
		padding: 0.75rem 0;
		border-bottom: 1px solid var(--anthracite15percent);
	}

	nav.sideNav.sticky.is-sticky:hover {
		opacity:1;
	}
}


@media only screen and (max-width: 1200px) {
	.quick_action {
		margin-left: 5px;
	}

	.secondary_nav li {
		margin-right: 14px;
	}

	.secondary_nav li a {
		font-size: 14px;
	}

	.physician .description {
		max-width: 200px;
	}

	.main_nav > ul > li > a:not(.mainNavChildToggle) {
		padding: 10px;
	}

	.out_wrap {
		padding: 0 4%;
	}

	.siteLogo span {
		display: block;
	}

	.siteLogo {
		font-size: 1rem;
	}

	.siteLogo {
		width: 230px;
	}

	.out_wrap.actions_container {
		margin-left: 4%;
		margin-right: 4%;
		padding: 0;
		grid-template-columns: repeat(2, 1fr);
	}

	#logo {
		position: absolute;
		width: auto;
	}

	.top_nav_group {
		width: 100%;
	}

	header .out_wrap {
		padding: 40px 20px 10px;
	}

	.actions_container a {
		border-bottom: 1px solid var(--anthracitelightgrey);
	}

	.brief_item figcaption {
		min-height: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.brief_news .more_link {
		right: 4%;
	}

	.brief_news .slick-prev {
		right: 32%;
	}

	.brief_news .slick-next {
		right: 25%;
	}

	.actions_container a {
		float: left;
		width: 50%;
	}

	.brief_item > div,
  .brief_item figcaption {
		width: 100%;
	}

	.brief_item figcaption {
		margin-left: 0;
		margin-top: 0;
		min-height: 0;
	}

	.out_wrap .out_wrap {
		padding: 0;
	}

	.brief_news .slick-prev,
  .brief_news .slick-next {
		width: 2.625rem;
		height: 4.125rem;
		background-image: url(/_imagesui/arrow-both.svg);
		background-size: 85% 85%;
		background-color: rgba(64, 64, 64, 0.85);
		top: 34%;
		text-indent: -1000vw;
		font-size: initial;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		bottom: auto;
		position: absolute;
		z-index: 999;
	}

	.news .slick-prev {
		left: 0;
		top: 36%;
		right: auto;
	}

	.news .slick-next {
		right: 0;
		top: 36%;
		-moz-transform: scale(-1);
		-webkit-transform: scale(-1);
		-o-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
	}

	.brief_news .slick-prev {
		transform: none;
		left: 0px;
		right: auto;
	}

	.brief_news .slick-next {
		-moz-transform: scale(-1);
		-webkit-transform: scale(-1);
		-o-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
		right: 0px;
	}

	.brief_news .more_link {
		bottom: 0px;
		position: relative;
	}

	.eventBlock .eventName {
		font-size: 1.125em;
	}

	.eventBlock .text-block {
		padding: 0 20px;
		top: 2.6875rem;
	}

	.eventBlock .slick-dots {
		top: 10px;
		left: 20px;
	}

	.eventBlock .eventDescription {
		font-size: 1em;
		line-height: 20px;
	}

	.sas-events {
		margin-bottom: 2rem;
	}
	
}
  @media only screen and (max-width: 1100px){
   .news_grid {grid-template-columns: repeat(2, 1fr);}
   .eventBlock h3 {font-size: 1.3em;}
    }
   
@media only screen and (max-width: 980px) {

	.process_steps div {
		width:100%!important;
	}
	
	footer .footer_links li:first-child {
		margin-left: 0;
	}

	.right.footer_links {
		float: none;
		clear: both;
		padding-top: 5px;
	}

	.news_grid a,
  .news_grid a:nth-child(3n),
  .news_grid a:nth-child(4n) {
		width: 47%;
	}

	header {
		max-height: 100%;
	}

	body:not(.homepage) .header_open .quick_action.portal:hover .d {
		fill: var(--primarygreen);
	}

	.sharing_buttons.right {
		float: none;
	}

	.sharing_buttons.right .linkCopied {
		display: none;
	}

	.physician,
  .events {
		width: 100%;
	}

	.physician {
		margin-bottom: 4em;
	}

	.comprStroke iframe {
		margin-left: 0;
	}

	.news .news_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.news_grid > :nth-child(3n) {
		margin-right: 0;
	}

	.nav_toggle {
		display: block !important;
	}

	#logo {
		position: static;
	}

	.top_nav_group {
		width: 100%;
	}

	.main_nav > ul > li {
		float: none;
	}

	.main_nav > ul > li {
		clear: both;
	}

	.main_nav > ul > li > a:not(.mainNavChildToggle) {
		padding: 0.8em 0;
		padding-left: 0;
	}

	.main_nav > ul > li > a:before {
		display: none;
	}

	header .out_wrap {
		padding: 11px 4%;
	}

	header {
		border: none;
		width: 100%;
		background-color: var(--white);
	}

	.nav_toggle {
		margin-top: 10px;
	}

	.main_nav > ul > li > ul {
		padding: 0;
	}

	.nav_toggle.btn_active {
		background: none !important;
	}

	.nav_toggle.btn_active:after {
		opacity: 1;
	}

	header .secondary_nav {
		display: none !important;
	}

	header.header_open .secondary_nav {
		display: block !important;
	}

	.header_open {
		background: var(--primarygreen);
	}

	.header_open .lau_logo {
		background-image: url(/_imagesui/white-logo.png);
	}

	.header_open .siteLogo {
		color: var(--white);
	}

	.header_open .siteLogo:before {
		background-color: var(--white);
	}

	.header_open .main_nav a,
    .header_open .secondary_nav a {
		color: var(--white);
	}

	.header_open .main_nav a:hover,
      .header_open .secondary_nav a:hover {
		color: rgba(255, 255, 255, 0.8);
	}

	.header_open .main_nav a.btn:hover,
      .header_open .secondary_nav a.btn:hover {
		color: var(--primarygreen);
		background-color: var(--white);
	}

	.header_open .secondary_nav a {
		font-size: 1rem;
	}

	.sub_nav a {
		font-size: 1rem;
	}

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

	.main_nav {
		margin-top: 0;
		padding-top: 22px;
	}

	nav.main_nav {
		margin-bottom: 112px;
	}

	header a.btn {
		border: 1px solid var(--white);
		width: auto;
		min-width: 0;
		display: inline-block;
		margin-left: 25px;
		padding: 9px;
	}

	.quick_action .a,
  .quick_action .c {
		stroke: var(--white);
	}

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

	.js_on .secondary_nav ul {
		margin-bottom: 10px;
	}

	.js_on .secondary_nav {
		margin-bottom: 0;
	}

	.mainNavChildToggle {
		border: solid var(--white);
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		width: auto;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		height: auto;
		margin: 0;
		margin-top: 15px;
	}

	.mainNavChildToggle:after {
		content: '';
	}

	.mainNavChildToggle.btn_active {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.mainNavChildToggle.btn_active:after {
		content: '';
	}

	.nav_toggle {
		text-indent: 0;
		text-align: right;
	}

	.nav_toggle:after {
		font-size: 27px;
	}

	.brief_item > div,
  .brief_item figcaption {
		width: 100%;
	}

	.brief_news h2 {
		position: relative;
		top: 0;
	}

	.brief_item figcaption {
		margin-left: 0;
		border: none;
		margin-top: 0;
	}

	.brief_item figcaption {
		padding-bottom: 85px;
	}

	.brief_news .slick-next {
		right: 0;
	}

	.brief_news .slick-prev {
		right: 62px;
	}

	.brief_news .more_link {
		position: static;
		margin-top: 20px;
	}

	.comprStroke .side_text {
		width: 100%;
		padding: 30px 20px;
		height: auto;
		margin-top: 0;
	}

	iframe {
		width: 100%;
		max-width: 100%;
	}

	.nav_toggle {
		width: 30px;
		font-size: 0;
	}

	.secondary_nav ul {
		padding-top: 7px;
	}

	.js_on .secondary_nav {
		bottom: 16px;
	}

	.siteLogo span {
		display: block;
	}

	body.page_mission main {
		padding-bottom: 0;
	}

	aside {
		margin-left: 0;
	}

	.subnav_toggle {
		background-color: var(--anthracitelightgrey);
		margin-top: -2.3rem;
		margin-right: 0;
		position: relative;
		z-index: 2;
		width: 50px;
	}

	.subnav_toggle:has(+ .sideNav.sticky) {
		position: sticky;
		top: 0px;
	}

	.lightBackground.visible {
		top: 58px;
	}

	.comprStroke .iframeParent {
		width: 100%;
		padding-bottom: 56%;
		margin-left: 0;
	}

	.brief_news .slick-prev,
  .brief_news .slick-next,
  .news .slick-arrow {
		width: 2.625rem;
		height: 4.125rem;
		background-image: url(/_imagesui/arrow-both.svg);
		background-size: 85% 85%;
		background-color: rgba(64, 64, 64, 0.85);
		top: 34%;
		text-indent: -1000vw;
		font-size: initial;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		bottom: auto;
		position: absolute;
		z-index: 999;
	}

	.news .slick-prev {
		left: 0;
		top: 36%;
		right: auto;
	}

	.news .slick-next {
		right: 0;
		top: 36%;
		-moz-transform: scale(-1);
		-webkit-transform: scale(-1);
		-o-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
	}

	.brief_news .slick-prev {
		transform: none;
		left: 8px;
		right: auto;
	}

	.brief_news .slick-next {
		-moz-transform: scale(-1);
		-webkit-transform: scale(-1);
		-o-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
		right: 8px;
	}

	.brief_item figcaption {
		min-height: 0;
		padding-bottom: 20px;
	}

	body:not(.homepage) header {
		box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
	}

	.leftBigTitle {
		padding: 0;
		font-size: 2.2rem;
		line-height: 49px;
	}

	aside > .right {
		float: none;
	}

	body {
		padding-top: 0;
	}

	.sharing_buttons {
		padding-top: 1rem;
	}

	body .gsc-search-button-v2 {
		padding: 13px 10px;
	}
	
	.eventBlock .text-block {
		top: 4.3rem;
	}
  /***************Nav Styles Starts Here*************/
	main:not(.full_width),
  .sideNav,
  aside,
  aside:not(.skip_style) {
		width: 100%;
	}

	.sideNav {
		display: none;
		position: relative;
		top: -5px;
		z-index: 99;
	}

	.sideNav.sticky {
		display: none;
		position: sticky;
        top: 24px;
        z-index: 99;
        background: var(--white);
	}

	.arrow_down {
		border: none;
		background-color: var(--anthracitelightgrey);
	}

	.arrow_down:before {
		border-style: solid;
		border-width: 2px 2px 0 0;
		content: '';
		display: block;
		height: 14px;
		position: absolute;
		top: 2px;
		transform: rotate(135deg);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		width: 14px;
		border-color: var(--primarygreen);
		left: calc(50% - 7px);
	}

	.btn_active .arrow_down:before {
		transform: rotate(-45deg);
		top: 9px;
	}

	.sideNav .backTo {
		background-color: var(--anthracitelightgrey);
	}

	.sideNav li.active.withSub {
		display: block;
	}

	.sideNav li.active.withSub li.active {
		display: block;
	}

	.pageTitle {
		max-width: calc(100% - 50px);
	}

	.js_off header .secondary_nav {
		display: block !important;
	}

	.js_off .sideNav {
		display: block;
		position: static;
	}

	.js_off .quick_action .a,
  .js_off .quick_action .c {
		stroke: var(--anthracite60percent);
	}

	.js_off .quick_action .b {
		fill: var(--anthracite60percent);
	}

	.main_nav > ul > li.active:after {
		background: transparent;
	}

	.nav_toggle.btn_active {
		z-index: 1;
	}

	body header.header_open .siteLogo:hover {
		color: var(--white);
	}

	.sas-events,
  .eventBlock {
		width: 100%;
	}

	.stories .stories_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.brief_news .more_link {
		position: relative;
	}

	.stories .stories_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page_camps aside .green_button{
display: none;
}
}

@media only screen and (max-width: 740px) {

h1:not(#logo):after {top: 0;}
	.full_width .grid p,
    .full_width .grid p:nth-child(3n),
    .full_width .grid p:nth-child(4n) {
		width: 47%;
		margin-right: 2%;
	}

	.brief_news h2 {
		width: 100%;
	}

	.actions_container a {
		padding: 2em;
	}

	.actions_container {
		margin-top: -1.25em;
	}

	.actions_container h4 {
		font-size: 1em;
	}

	.actions_container span {
		font-size: 10px;
	}

	.actions_container a:after {
		width: 14px;
		background-size: 14px;
		top: 44%;
		height: 12px;
	}

	.brief_news h3 {
		font-size: 1.5rem;
	}

	.brief_item figcaption {
		padding: 20px;
	}

	.brief_news .slick-prev {
		right: 38px;
	}

	.brief_item figcaption .event_cat {
		font-size: 1rem;
	}

	.brief_item figcaption span {
		font-size: 1rem;
	}

	.physician .blockHolder {
		height: 270px;
		padding: 50px 20px;
	}

	.comprStroke h2 {
		font-size: 21px;
	}

	.comprStroke .side_text {
		margin-top: 0;
	}

    .stories .storyHolder .storyContent { padding: 10px;}

	footer .footer_sm {
		display: block;
	}

	.right.footer_links {
		float: none;
		clear: both;
	}

	footer .footer_links li:first-child {
		margin-left: 0;
	}

	footer .footer_links {
		padding-top: 5px;
	}

	footer .footer_sm {
		padding: 20px 0;
	}

	.brief_item > div {
		border: none;
		padding: 5% 5% 0;
		background-color: var(--anthracitelightgrey);
	}

	.brief_item figcaption {
		padding: 5% 5%;
	}

	.brief_news .slick-next {
		right: 0;
	}

	.brief_news .slick-prev {
		left: 0;
	}

	.findDoctor .back_gray_1 {
		padding: 1.5em;
	}

	.process_steps {
		display:block;
		padding:0px
	}

	.process_steps div p {
		min-height:1rem

	}

	.process_steps div h3:before,
	.process_steps div h3:after {
		display:none;
		
	}
}

@media only screen and (max-width: 680px) {
	.sharing_buttons .sharing_whatsapp {
		display: block;
	}
}
@media only screen and (max-width: 640px) {

	body.page_camps .grid.whyjoin {
		grid-template-columns: repeat(2, 1fr);
	}

	.slider.banner figcaption {
		position: relative;
		max-width: 100%;
		padding: 1em 6%;
		bottom: 0;
		background: var(--anthracitedark);
		width: 100%;
	}
	
	.js_on .sub_nav li:after {
		display: none;
	}

	.brief_news .slick-prev,
  .brief_news .slick-next {
		top: 26%;
	}

	.news .slick-arrow {
		top: 40%;
		cursor: pointer;
	}

	.sub_nav {
		text-align: left;
	}

	.brief_news h3 {
		margin-bottom: 0.6rem;
	}

	.search_major .searchWrapper {
		max-width: 100%;
		padding: 10px 12px;
		height: auto;
	}

	.news-sas #news_list img {
		margin: 0 auto 20px 0;
	}

	.stories .news_grid {
		grid-template-columns: 1fr;
	}
   .stories .storyHolder .storyContent {
       padding: 25px 15px;;

    }
	.stories .storyHolder .storyContent span {
		font-size: 20px;
	}

	.sas-events .event_item > span {
		height: 100%;
	}
	.stories .storyHolder .storyContent h3 {

    padding-bottom: 10px;
    }

	.news-sas #news_list a {
		padding: 0 30px;
		border: none;
	}

	.news-sas .slick-arrow {
		background-color: transparent;
		background: url(/_imagesui/grey-arrow.svg) no-repeat center;
		width: 20px;
		height: 15px;
	}

	.hero_slider .slick-slide img {
		display: block;
		height: auto;
	}

	.hero_slider .slick-dots {
		position: absolute;
		top: 20%;
		right: 20px;
		transform: nonel;
	}

	.arrow_prev,
  .arrow_next {
		top: 25vw;
	}

	.depList li a {
		padding-right: 17px;
	}

	.latest-news .news_grid,
  .staff-grid {
		grid-template-columns: 1fr;
	}

	.d-links-grid,
  .highlights .high_grid {
		grid-template-columns: 1fr;
	}

	h1:not(#logo) {
		font-size: 29px;
		line-height: 28px;
	}

	.brief_item > div {
		width: 100%;
	}

	.brief_item figcaption {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.brief_news .slick-prev,
  .brief_news .slick-next {
		top: 26%;
	}

	.highlights span {
		max-width: 100%;
		padding: 15px;
	}

	.asideBlock {
		margin-bottom: 25px;
	}

	h3:after {
		top: 10px;
	}

	main:not(.full_width) .news_grid {
		grid-template-columns: 1fr;
	}

	.news #news_list img {
		width: 100%;
	}

	.brief_news .slick-prev {
		left: 0;
		right: auto;
	}

	.d-links-grid {
		padding: 0;
		grid-gap: 0;
	}

  .hero_slider .arrow_prev,
  .hero_slider .arrow_next {
		background-size: 15px;
	}

	.hero_slider .slideContent {
		bottom: 30px;
	}

	.grid2 {
		grid-template-columns: 1fr;
	}

   .search_major .searchWrapper {
		 max-width: 100%;
		 padding: 15px 12px;
		 height: auto;
		 display: block;
		 margin-top: -15px;
	}
	 .search_major .input-holder {
		 margin-top: 15px;
		 width: 100%;
	}
	 .search_major .searchWrapper .search-icon, .search_major .searchWrapper label {
		 display: inline-block;
		 vertical-align: middle;
	}
	 .search_major .searchWrapper .search-icon {
		 width: 20px;
	}

	.hero_slider figcaption {
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    margin-bottom: 0;
    }
.item__overlay {


	transform: translate3d(0, calc(100% - 9rem), 0);

}

}

@media only screen and (max-width: 485px) {
	.news_grid a,
  .news_grid a:nth-child(3n),
  .news_grid a:nth-child(4n) {
		margin-right: 0;
	}

	.full_width .grid p,
  .full_width .grid p:nth-child(3n),
  .full_width .grid p:nth-child(4n) {
		width: 100%;
		margin-right: 0;
	}

	.news .news_grid {
		grid-template-columns: 1fr;
	}

	#gsc-i-id1 {
		width: 12rem !important;
	}

	.right.footer_links {
		padding-bottom: 15px;
	}

	.comprStroke iframe {
		height: 250px;
	}

	.nav_toggle {
		margin-top: 6px;
	}

	.brief_news {
		margin-bottom: 20px;
	}

	.news_grid span {
		font-size: 1rem;
	}

	.news h2 {
		margin-bottom: 35px;
	}

	.physCal h2 {
		margin-bottom: 35px;
	}

	.comprStroke {
		margin-bottom: 3em;
	}

	.left.copyRights,
  .right.siteName {
		float: none;
		clear: both;
	}

	footer .footer_copyright {
		padding: 15px 0;
	}

	.left.copyRights {
		margin-bottom: 15px;
	}

	.footer_sm span,
  footer .footer_sm a:first-of-type {
		padding-left: 0;
		margin-top: 5px;
	}

	.arrow_prev,
  .arrow_next {
		width: 2.5em;
		height: 3.5em;
	}

	.out_wrap {
		padding: 0 6%;
	}

	header .out_wrap {
		padding: 11px 6%;
	}

	.js_on .secondary_nav {
		width: 88%;
	}

	.out_wrap.actions_container {
		margin: -10% 6% 3em;
	}

	.actions_container a {
		padding: 1em;
	}

	.actions_container a:after {
		display: none;
	}

	.brief_news,
  .news,
  .physician,
  .events {
		margin-bottom: 3em;
	}

	.full_width.staffGrid {
		padding: 0;
	}

	body:not(.homepage) header {
		margin-bottom: 2rem;
	}

	body:not(.homepage) main > :first-child {
		margin-top: 0;
	}

	.staffDetails main h1 {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 450px) {

	.eventBlock .text-block {
		top: 2.4rem;
	}
	.physician .description {
		max-width: 200px;
	}

	.siteLogo {
		width: 188px;
		padding-top: 0.5em;
		line-height: 18px;
		margin-left: 20px;
	}

	.siteLogo:before {
		left: -6px;
	}

	.lau_logo {
		width: 75px;
		height: 34px;
		background-size: 75px;
	}

	.siteLogo:before {
		top: 2px;
		height: 34px;
	}
}

@media only screen and (max-width: 360px) {
	.siteLogo {
		font-size: 12px;
	}

	.siteLogo {
		width: 175px;
	}
}


	.actions_container a,
  body main .news_grid a,
  body .news_grid a,
  body .news_grid a:nth-child(3n),
  body .news_grid a:nth-child(4n) {
		float: none;
		width: auto;
		margin: 0;
	}
  @media only screen and (max-width: 485px) 
  {
	body main .news_grid a,
    body .news_grid a,
    body .news_grid a:nth-child(3n),
    body .news_grid a:nth-child(4n) {
      float: left;
	}

}

.events_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.events_list.full_width {
	display: grid;
	grid-template-columns: 1fr;
}

@media all and (max-width: 981px) {
	.events_list.full_width,
    .events_list {
		display: grid;
		grid-template-columns: 1fr;
	}
} 