* {
	 outline: none;
}

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

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

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

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

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

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

	header a.btn {
		padding: 0.25rem 0.5rem;
		margin-left: 1em;
	}

 .secondary_nav li:last-of-type a {
	 text-decoration: underline;
}
 .secondary_nav li:last-of-type a:hover {
	 text-decoration: none;
}
/*.secondary_nav > a {
	 margin-right: 1em;
}
 .secondary_nav > a:last-of-type {
	 margin-right: 0.74em;
}
*/
 .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-style: normal;
    font-weight: 500;
    margin-left: 30px;
    position: relative;
    color: var(--primarygreen);
	font-size: 0.8rem;
    margin-top: 0;
    padding-left: 4px;
    line-height: 1.25;
    padding-top: 4px;
}

 .siteLogo span strong {
	 font-weight: 700;
	 font-style: normal;
}
 .siteLogo h1 {
	 font-size: 17px;
	 font-weight: normal;
	 margin: 0;
}
/*.siteLogo h1 span {
	 font-weight: 700;
}
*/
 .siteLogo:before {
	 content: '';
	 height: 47px;
	 width: 1px;
	 opacity: 0.5;
	 background-color: var(--anthracitedark);
	 position: absolute;
	 left: -12px;
	 top: 0;
}
 a.siteLogo {
	 color: var(--primarygreen);
}

 .lau_logo h1 {
	 text-indent: -300vw;
}
 .top_nav_group {
	 float: right;
	 width: 65%;
}
 .main_nav {
	 font-size: 1rem;
}

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

 .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(--anthracite);
	 stroke-width: 6px;
}
 .quick_action .b, body:not(.homepage) .quick_action:hover .c, body:not(.homepage) .quick_action:focus .c {
	 fill: var(--anthracite);
}
 body:not(.homepage) .quick_action:hover .d, body:not(.homepage) .quick_action:focus .d {
	 fill: var(--white);
}
 .ra, .rb {
	 opacity: 0;
	 fill: var(--anthracite);
}
 .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 > a:not(.mainNavChildToggle):before {
	 content: '';
	 height: 16px;
	 width: 1px;
	 background-color: var(--anthracite);
	 opacity: 0.2;
	 position: absolute;
	 top: 10px;
	 left: -1px;
}
 .main_nav > ul > li:first-child a:before {
	 opacity: 0;
}
 .main_nav > ul > li > a.active {
	 background: var(--primarygreen);
	 background-size: 86% 3px;
	 background-repeat: no-repeat;
	 background-position: 50% 95%;
}

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

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

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

 a.btn {
	 padding: 7px 20px 9px;
	 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;
}
 .hero {
	 position: relative;
	 background-size: Cover;
	 background-position: center center;
	 text-align: center;
}
 .hero picture {
	 width: 1380px;
	 max-width: 100%;
}
 .hero img {
	 max-width: 100%;
}
 .actions_container {
	 margin-top: -4.1875em;
	 position: relative;
	 margin-bottom: 4.0625em;
}
 .actions_container h4 {
	 margin: 0;
}
 .actions_container.out_wrap {
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	 background-color: var(--primarygreen);
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
}
 .actions_container a {
	 text-decoration: none;
	 display: block;
	 background-color: var(--white);
	 padding: 3em 0 3em;
	 padding-left: 2.5em;
	 border-right: 1px solid var(--anthracite15percent);
	 position: relative;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
	 top: 0;
	 left: 0;
}
 .actions_container a:after {
	 content: '';
	 height: 20px;
	 width: 25px;
	 background-image: url(../../images/banner-arrow.svg);
	 background-size: cover;
	 background-repeat: no-repeat;
	 position: absolute;
	 top: calc(50% - 10px);
	 right: 15px;
}
 .actions_container a:hover {
	 top: -7px;
	 left: -7px;
}
 .actions_container a.noSubTitle {
	 position: relative;
}
 .actions_container a.noSubTitle h4 {
	 position: absolute;
	 top: 50%;
	 -moz-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 -o-transform: translate(0, -50%);
	 -ms-transform: translate(0, -50%);
	 transform: translate(0, -50%);
}
 .actions_container h4 {
	 font-size: 25px;
	 color: var(--anthracite80percent);
	 font-weight: 700;
}
 .actions_container span {
	 color: var(--anthracite);
	 opacity: 0.7;
	 text-transform: uppercase;
	 font-size: 14px;
}
 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 h1, h1 {
	 position: relative;
}
 main h1:after, h1:after {
	 content: '';
	 height: 7px;
	 width: 55px;
	 position: absolute;
	 bottom: -15px;
	 left: 0;
	 background-color: var(--primarygreen);
}

 .more_link:hover, .more_link:visited:hover {
	 text-decoration: none;
}
 body main .news_grid a {
	 padding: 0;
}
 .news {
	 margin-bottom: 70px;
}
 .news .news_grid {
	 grid-template-columns: repeat(4, 1fr);
	 grid-gap: 20px;
}
.page_partnerships .news_grid {
	 grid-template-columns: repeat(3, 1fr);
}
 .news h2, .brief_news h2, .physCal h2, .events h2, .comprStroke h2 {
	 margin-bottom: 0.8em;
	 padding-bottom: 0.5em;
}
 .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(--anthracite);
	 text-decoration: underline;
}
 .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;
}
 .physician {
	 width: 33.5%;
	 float: left;
}
 .physician .blockHolder {
	 height: 296px;
	 background-image: url(../../images/physician.jpg);
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding: 2.5rem 20px;
	 position: relative;
}
 .physician .btn, .physician .description {
	 position: relative;
}
 .physician .btn:hover {
	 background-color: var(--white);
	 border-color: var(--white);
}
 .physician .description {
	 font-weight: 500;
	 color: var(--white);
	 max-width: 225px;
	 padding: 0;
	 margin: 0;
	 margin-bottom: 15px;
	 display: block;
}
 .physCal {
	 margin-bottom: 75px;
}

 .events {
	 width: 64.5%;
}
 .events .more_link {
	 margin-top: 10px;
}
 .events > span {
	 clear: both;
	 float: right;
	 margin: 1em 0.5em;
	 color: var(--anthracite);
}

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

 .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: 1px solid var(--primarygreen);
	 text-align: center;
	 min-height: 4.1em;
	/*72px*/
	/* Width to return back on Feb 15, 2024*/
	 width: 5.1em;
	/*80px*/
	/* 4.1 */
	 padding: 0.3em;
	/*14px*/
	 font-weight: 500;
	 background-color: var(--white);
	 color: var(--primarygreen);
}
 .homepage .events_list .event_item > span {
	 vertical-align: middle;
}
 .events_list .event_item > p {
	 display: inline-block;
	 vertical-align: top;
	 padding: 0px 16px 13px 14px;
}
 .homepage .events_list .event_item > p {
	 vertical-align: middle;
	 padding-top: 13px;
}
 .events_list .event_item > p {
	 width: calc(100% - 110px);
	 margin: 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_title .estatus { text-transform: uppercase; font-size: 85%; display: block; color: #C25666; }
 .events_list .event_cat {
	 color: var(--anthracite);
	 font-style: italic;
	 font-size: 1rem;
}
 .events_list .event_loc {
	 font-size: 1rem;
}
 .events_list .event_item span b {
	 display: block;
}
 .comprStroke {
	 margin-bottom: 75px;
}
 .comprStroke .side_text {
	 background-color: var(--anthracitelightgrey);
	 padding: 50px 48px 50px 20px;
	 margin-top: 40px;
	 height: 250px;
	 width: 42%;
	 display: inline-block;
	 vertical-align: top;
}

 .comprStroke .iframeParent {
	 margin-left: -5px;
	 margin-bottom: 20px;
	 display: inline-block;
	 position: relative;
	 padding-bottom: 35%;
	 height: 0;
	 overflow: hidden;
	 width: 58%;
}
 .comprStroke .iframeParent iframe, .comprStroke .iframeParent object, .comprStroke .iframeParent embed {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .playBtn {
	 display: block;
	 height: 70px;
	 width: 70px;
	 border-radius: 50%;
	 background: #adadad;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -moz-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 z-index: 2;
}
 .playBtn:after {
	 content: '';
	 width: 0;
	 height: 0;
	 border-top: 8px solid transparent;
	 border-bottom: 8px solid transparent;
	 border-left: 13px solid var(--anthracitelightgrey);
	 position: absolute;
	 top: 27px;
	 left: 31px;
}
 footer {
	 background: var(--anthracite);
}
 footer *, footer a, footer a:visited, footer:hover {
	 color: var(--white);
}

 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:hover {
	 color: #fff !important;
	 text-decoration: none;
}
 footer .footer_sm a:hover span {
	 text-decoration: none;
}
 footer .footer_sm a span {
	 text-decoration: underline;
	 font-weight: 500;
}
 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 .footer_copyright {
	 border-top: 1px solid #5b5e61;
	 padding: 25px 0;
	 margin-top: 0;
}
 footer .siteName {
	 margin-left: auto;
	 font-size: 12px;
}

 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(--anthracite);
	 fill: var(--anthracite);
}
 .quick_action.portal:hover .a {
	 fill: transparent;
}
 .quick_action.portal:hover .b {
	 fill: var(--white);
}
 .quick_action.search:hover .b {
	 fill: var(--anthracite);
}
 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-style: normal;
	 color: var(--primarygreen);
	 padding-left: 50px;
	 min-height: 345px;
	 margin-top: 60px;
	 margin-left: -3%;
	 background: var(--anthracitelightgrey);
	 padding-top: 50px;
	 position: relative;
}
 .brief_item figcaption {
	 color: var(--anthracite);
	 border: 8px solid var(--white);
}
 .brief_item figcaption .event_cat {
	 font-style: italic;
}
 .brief_item figcaption p {
	 color: var(--anthracite);
}
 .brief_item figcaption span {
	 display: block;
}
 .brief_item figcaption span.estatus {
    text-transform: uppercase;
    font-size: 85%;
    display: block;
    color: #C25666;
}
 .brief_news {
	 margin-bottom: 50px;
	 position: relative;
}
 .brief_news .more_link {
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
 .brief_news h2 {
	 position: absolute;
	/*top: 23px;
	*/
	 right: 0;
	 width: 40.6%;
	 padding: 0;
	 padding-bottom: 12px;
}
 .brief_news .slick-next {
	 right: calc(35% - 60px);
}
 .brief_news .slick-prev {
	 left: auto;
	 right: 35%;
	 -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: var(--anthracite40percent);
	 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(../../images/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: 1.8rem;
	 margin-bottom: 1.6rem;
	 margin-top: 0.2em;
}
 .brief_news h3 a {
	 color: var(--anthracite80percent);
	 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;
}

 .lightBackground {
	 background-color: rgba(248, 248, 248, 0.5);
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
 .lightBackground.fixed {
	 position: fixed;
	 width: 100%;
	 background-color: var(--anthracitelightgrey);
	 top: -100px;
	 z-index: 1300;
}
 .lightBackground.visible {
	 top: 83px;
}
 .lightBackground .sub_nav {
	 width: 1180px;
	 margin: 0 auto;
}
 .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;
}
 .breadCrumbs a:visited, body:not(.homepage) main .breadCrumbs a {
	 color: var(--primarygreen);
}
 .breadCrumbs a {
	 color: var(--anthracite);
	 text-transform: none;
	 font-size: 0.8rem;
	 position: relative;
	 text-decoration: none;
}
 .breadCrumbs a:after {
	 content: '>';
	 display: inline-block;
	 margin-left: 5px;
}
 .breadCrumbs a:last-of-type {
	 text-decoration: none !important;
	 cursor: default;
}
 .breadCrumbs a:last-of-type:after {
	 display: none;
}
 .breadCrumbs a:hover {
	 text-decoration: underline;
	 color: inherit;
}

 .arrow_prev, .arrow_next, .arrow_top {
	 background-image: url(../../images/next.svg);
	 background-size: 15px;
}
 .slider .arrow_prev, .slider .arrow_next, .slider .arrow_top {
	 background-image: url(../../images/arrow-both.svg);
	 background-size: auto;
	 width: 2.625rem;
	 height: 4.125rem;
	 background-size: 85% 85%;
}
 body:not(.homepage) h2 {
	 border: none;
}
 body:not(.homepage) h2.toggle_h2, body:not(.homepage) h3.toggle_h3 {
	 border-bottom: 7px solid var(--anthracitelightgrey);
	 margin-bottom: 0.5em;
}
 body:not(.homepage) h2:after {
	 display: none;
}

 h1 {
	 margin-bottom: 2rem;
}
 .arrow_prev, .arrow_next {
	 height: 6.875rem;
	 width: 4rem;
}
 body.page_mission .story_images {
	 padding: 15px 0 20px;
}
 body.page_mission main {
	 padding-bottom: 90px;
}
 .sharing_buttons {
	 padding-left: 0;
	 padding-top: 1.5rem;
}
 .sharing_buttons span {
	 float: left;
	 padding: 0.25rem;
	 background-color: var(--anthracitelightgrey);
	 border: 1px solid var(--anthracitelightgrey);
	 border-right: 2px solid var(--primarygreen);
}

 .sharing_buttons .sharing_facebook img {
	 width: 10px;
}
 .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;
}
 .sharing_buttons .a {
	 fill: var(--anthracite);
}
 .sharing_buttons .sharing_facebook:hover .a {
	 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;
}
 main a[href*="//"]:not([href*="medicine.lau.edu"]) {
	 position: relative;
}
 main a[href*="//"]:not([href*="medicine.lau.edu"]) span {
	 position: relative;
}
 main a[href*="//"]:not([href*="medicine.lau.edu"]) span:after {
	 content: '';
	 width: 16px;
	 height: 14px;
	 display: inline-block;
	 background-image: url(../../images/external-link-symbol.svg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: 16px;
	 background-color: transparent;
	 vertical-align: middle;
	 margin-left: 7px;
}
 .nav_toggle {
	 background: none;
	 background-image: url(../../images/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(../../images/close-menu-icon.png);
	 background-size: 13px;
	 background-repeat: no-repeat;
	 right: 5px;
	 top: 6px;
	 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;
}

 .leftBigTitle {
	 float: left;
	 width: 65%;
	 padding: 1rem 0 0;
	 line-height: 56px;
}

picture.banner_image + a {
    margin: 1rem 0 0.5rem 0;
    display: block;
}

.grid2.program_sessions {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 100%;
	margin: 20px auto;
	padding: 0 !important;
	list-style: none;
}

.grid2.program_sessions li {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 15px;
}

.grid2.program_sessions li.prev {
	justify-content: flex-start;
	border-right: 1px solid black;
}

.grid2.program_sessions li.next {
	justify-content: flex-end;
}

.grid2.program_sessions li.prev::before {
	content: "← ";
	font-weight: bold;
	color: var(--anthracite);
	padding-right: 5px;
}

.grid2.program_sessions li.next::after {
	content: " →";
	font-weight: bold;
	color:var(--anthracite);
	padding-left: 5px;
}
/* 

.grid2.program_sessions {
    align-items: center;
}

.grid2.program_sessions a{
	position:relative
}

.grid2 a:first-child:has(+ a) {
    border-right: 2px solid black;
}

.grid2 .prev.controls::before,
.grid2 .next.controls::after {
	font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background: var(--anthracitelightgrey);
	color: var(--anthracite);
}

.grid2 a.controls:hover::before,
.grid2 a.controls:hover::after {
	text-decoration:underline;
}

.grid2 .prev.controls::before {
    content: "<<";
    left: -3rem;
}

.grid2 .next.controls::after {
    content: ">>";
    right: -3rem;
}
 */



 .page_faculty h2 {
	 padding-bottom: 0.5em;
}
 .staffDetails aside b, .staffDetails aside a {
	 color: var(--primarygreen);
}
 .staffDetails aside .back_gray_1 {
	 margin-top: 1.25rem;
}
 .staffDetails aside .back_gray_1 p:first-of-type {
	 margin-top: 0;
}
 .staffDetails aside figcaption {
	 margin-bottom: 1em;
}
div.title p ,  p.title {
	 font-weight: bold;
	 font-size: 1.15rem;
}
 .actions_container, .brief_news, .news, .physCal, .comprStroke {
	 margin-bottom: 4em;
}
 .staffDetails main h1 {
	 margin-bottom: 2em;
}
 .pad_1 {
	 padding: 1.5rem;
}

 body:not(.homepage) .grid a:hover, body:not(.homepage) .grid a:visited:hover {
	 color: var(--primarygreen);
}
 .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%;
}
 .actions_container a {
	 float: left;
	 width: 25%;
}
/******************Find a doctor*************************/
 .findDoctor .back_gray_1 {
	 padding: 1.8em;
}
 .findDoctor h1 {
	 margin-bottom: 1em;
}
 .findDoctor p {
	 margin: 0;
	 color: var(--anthracite);
	/*font-size: 1.25rem;
	*/
	 margin-bottom: 2.25em;
}
 .findDoctor .formWraper {
	 margin-bottom: 2.5rem;
}
 .findDoctor form span.labelTitle {
	 min-width: 14em;
	 margin-right: 0.8em;
	 display: inline-block;
	 vertical-align: middle;
}
 .findDoctor .dropdown-wrapper {
	 display: none;
}
 .findDoctor input[type="text"] {
	 width: 26rem;
}
 .findDoctor .select2-selection {
	 width: 100%;
}
 .findDoctor .select2-selection__arrow {
	 display: none;
}
 .findDoctor .select2-selection {
	 height: 50px;
	 border: none;
	 border-radius: 0;
}
 .findDoctor .specialityParent {
	 position: relative;
}
 .findDoctor .select2-container {
	 min-width: 26rem;
	 top: 0 !important;
}
 .findDoctor .select2-container li {
	 font-weight: normal;
	 font-size: 18px;
}
 .findDoctor .select2-container--default .select2-search--dropdown .select2-search__field {
	 border: none;
}
 .findDoctor .select2-dropdown {
	 border: none;
	 border-radius: 0;
	 border-top: 1px solid #ececec;
}
 .findDoctor .select2-search--dropdown {
	 padding: 10px;
}
 .findDoctor .select2-results__option:empty {
	 display: none;
}
 .findDoctor .select2-container--default .select2-selection--single .select2-selection__rendered {
	 color: var(--anthracite);
	 font-weight: normal;
	 padding-left: 0;
	 font-size: 18px;
}
 .findDoctor .select2-container .selection {
	 width: 100%;
}
 .findDoctor .select2-results__option {
	 padding: 6px 10px;
}
 .findDoctor .select2-container--default .select2-results__option--highlighted[aria-selected], .findDoctor .select2-container--default .select2-results__option[aria-selected=true] {
	 background: var(--primarygreen);
	 color: var(--white);
}
 .findDoctor .select2-selection:before {
	 content: '';
	 border: solid var(--anthracite);
	 border-width: 0 2px 2px 0;
	 display: inline-block;
	 padding: 5px;
	 transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 position: absolute;
	 right: 20px;
	 top: 16px;
}
 .findDoctor label {
	 width: 100%;
	 margin: 0;
	 margin-bottom: 1.8125em;
}
 .findDoctor input[type="submit"] {
	 background-color: var(--primarygreen);
	 color: var(--white);
	 border-radius: 0;
	 padding: 0.4em 1.5e;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
	 margin-top: 0;
	 margin-left: 0;
}
 .findDoctor input[type="submit"]:hover {
	 background-color: transparent;
	 color: var(--primarygreen);
}
 input[type="text"], .select2-selection {
	 height: 50px;
	 padding: 0.6em;
	 vertical-align: middle;
	 border: none;
	 color: var(--anthracite);
}
/*body.findDoctor main .grid p {
	 color: rgba(101, 101, 101, 0.6);
	 font-weight: 600;
	 font-size: 1em;
}
*/
 body.findDoctor main .grid {
	 grid-gap: 3.8rem;
}
/***********************Find a doctor End********************************/
/***************Nav Styles Starts Here*************/
 
 .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 #e3e3e3;
}
 .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 #e3e3e3;
	 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);
}
 .sideNav .backTo {
	 position: relative;
	 display: block;
	 padding: 1rem 1.25rem;
	 padding-left: 3.75rem;
	 display: block;
	 text-decoration: none;
	 font-weight: 700;
}

 .sideNav .backTo:before {
	 left: 1.25rem;
	 transform: rotate(-180deg);
	 content: '';
	 height: 20px;
	 width: 20px;
	 background-image: url(../../images/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;
	 padding-top: 0;
}
 body:not(.homepage) main h1 + h2 {
	 padding-top: 0;
}
 main:not(.full_width) {
	 width: 70.5%;
}

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

 .sitename a {
	 text-decoration: none;
	 font-weight: bold;
	 color: var(--primarygreen);
}
 .sitename.index {
	 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.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);
}

/***************Nav Styles Ends Here*************/
/********************MD CURRICULUM TABLE Styles*****************/
 body:not(.homepage) main.mdCiriculum {
	 padding: 0;
}
 .mobileSpreads {
	 font-size: 0.75rem;
	 display: none;
	 color: var(--anthracite);
	 line-height: 1rem;
	 padding-top: 10px;
	 font-weight: normal;
}
 .mdCiriculum .out_wrap {
	 width: 1070px;
	 max-width: 100%;
}
 .mdCiriculum .out_wrap .tablesGrid {
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr 1fr;
}
 .mdCiriculum .out_wrap th {
	 background-color: transparent;
	 padding: 1rem 0;
	 color: var(--primarygreen);
	 font-size: 1.5rem;
	 line-height: 1.4rem;
	 position: static;
}
 .mdCiriculum .out_wrap th div {
	 min-height: 48px;
}
 .mdCiriculum .out_wrap th span {
	 display: inline-block;
	 font-size: 14px;
	 font-weight: normal;
}
 .mdCiriculum .out_wrap tbody td {
	 padding: 0.5rem 0.7rem;
	 background-color: #ececec;
	 font-size: 0.875rem;
	 color: var(--anthracite);
	 border-bottom: 2px solid var(--white);
	 vertical-align: top;
}
 .mdCiriculum .out_wrap tbody td:first-of-type {
	 font-weight: 700;
	 width: 68%;
}
 .mdCiriculum .out_wrap tbody td:nth-of-type(2) {
	 min-width: 80px;
}
 .mdCiriculum .out_wrap tbody tr:last-of-type td {
	 border: none;
}
 .mdCiriculum .out_wrap .tableParent {
	 border-left: 9px solid var(--white);
}
 .mdCiriculum .out_wrap .tableParent table {
	 border-bottom: none;
	 margin: 0;
}
 .mdCiriculum .out_wrap .tableParent table table {
	 border: none;
	 margin: 0.5rem 0;
	 width: 100%;
	 border-spacing: 0px;
}
 .mdCiriculum .out_wrap .tableParent table table td {
	 padding: 0.3125rem 0;
	 border: none;
	 font-size: 0.75rem;
	 font-weight: normal;
}
 .mdCiriculum .out_wrap .tableParent table table td:first-of-type {
	 font-weight: normal;
}
 .mdCiriculum .out_wrap .tableParent table table td:nth-of-type(2) {
	 min-width: 55px;
	 text-align: right;
}
 .mdCiriculum .out_wrap .tableParent:first-of-type {
	 border-left: 0;
}
 .mdCiriculum .out_wrap .tableParent:nth-of-type(even) {
	 background: #f9f9f9;
	 padding: 0 9px;
	 padding-bottom: 30px;
	 min-height: 540px;
}
 .mdCiriculum .out_wrap .tableParent:nth-of-type(even) table table {
	 border: none;
	 padding: 0;
}
 body:not(.homepage) .horizontalSpread h2 {
	 font-size: 18px;
	 margin-bottom: 12px;
	 padding-top: 0;
}
 body:not(.homepage) .horizontalSpread ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}
 body:not(.homepage) .horizontalSpread ul li {
	 text-align: center;
	 color: var(--white);
	 font-size: 13px;
	 background-color: var(--anthracite);
	 margin-bottom: 7px;
	 padding: 0.1125rem;
}
 body:not(.homepage) .horizontalSpread ul li:last-child {
	 margin-left: auto;
	 width: 50%;
}
 .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;
}

.comprStroke.mental {
    display: flex;
    flex-direction: row-reverse;
}

.secondary_nav li:last-of-type {
    margin-left: 1em;
}

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

	.select2-selection, .findDoctor input[type="text"] {
        width: 100%!important;
    }
	.findDoctor .select2-container {
        min-width: 100%!important;
    }

	.comprStroke.mental {
		display: flex;
		flex-direction: column;
	}

	 .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(--anthracite);
	}
	 .js_off .quick_action .b {
		 fill: var(--anthracite);
	}
	 .main_nav > ul > li.active:after {
		 background: transparent;
	}
	 .horizontalSpread {
		 display: none;
	}
	 .mobileSpreads {
		 display: block;
	}
	 .mdCiriculum .out_wrap .tablesGrid {
		 grid-template-columns: 1fr;
	}
	 .mdCiriculum .out_wrap .tableParent {
		 margin-bottom: 20px;
		 border: none;
		 padding: 0;
		 background: transparent;
	}
	 .mdCiriculum .out_wrap .tableParent table {
		 width: 100%;
	}
	 .mdCiriculum .out_wrap .tableParent:nth-of-type(even) {
		 padding: 0;
		 background: transparent;
		 min-height: 0;
	}
	 .mdCiriculum .out_wrap th div {
		 min-height: 0;
	}
	 body .header_open .siteLogo:hover {
		 color: var(--white);
	}
	 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;
	}
}
/********************END MD CURRICULUM TABLE Styles*****************/
/* responsive design fixes */
 @media only screen and (max-width: 1200px) {

	.grid2 .prev.controls::before {
		content: "<<";
		left: -0.5rem;
	}

	.grid2 .prev.controls::before, .grid2 .next.controls::after {
		font-size: 1.5rem;
		font-weight: bold;
		display: inline-block;
		padding: 0.5rem;
		position: relative;
		top: 0%;
		transform: translate(0px, 0);
		background: var(--anthracitelightgrey);
		color: var(--anthracite);
	}
	.grid2 .next.controls::after { 
		content: ">>";
		right: 0rem;
	}

	.grid2 a:first-child:has(+ a) {
		border-right: none;
	}

	
	 .quick_action {
		 margin-left: 5px;
	}

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

	 .lightBackground .sub_nav {
		 width: 100%;
		 padding: 17px 4%;
	}
	 .out_wrap {
		 padding: 0 4%;
	}
	 .siteLogo span {
		 display: block;
	}
	 .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: 81%;
	}
	 header .out_wrap {
		 padding: 40px 20px 10px;
	}
	 .actions_container a {
		 border-bottom: 1px solid var(--anthracite15percent);
	}
	 .brief_item figcaption {
		 min-height: 0;
		 padding-top: 25px;
		 padding-bottom: 25px;
	}
	 .brief_news .more_link {
		 right: 4%;
	}
	 .actions_container a {
		 float: left;
		 width: 50%;
	}
	 .select2-selection, .findDoctor input[type="text"] {
		 width: calc(100% - 17rem);
	}
	 .findDoctor .select2-container {
		 min-width: calc(100% - 17rem);
	}
}
 @media only screen and (min-width: 981px) and (max-width: 1050px) {
	 .siteLogo {
		 font-size: 0.9rem;
		 width: 240px;
	}
	 .top_nav_group {
		 width: 75%;
	}

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

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

 @media only screen and (max-width: 980px) {
	/***************Nav Styles Starts Here*************/
	/***************Nav Styles Ends Here*************/
	 .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;
	}
	.page_partnerships .news_grid, .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-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;
	}
	
	 .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(../../images/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);
	}

	 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;
	}
	 .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(../../images/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;
	}
	 main:not(.full_width), .sideNav, aside, aside:not(.skip_style) {
		 width: 100%;
	}
	 .sideNav {
		 display: none;
		 position: relative;
		 top: -5px;
	}
	 .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);
	}
	 .events_list {
		 display: grid;
		 grid-template-columns: 1fr 1fr;
		 grid-column-gap: 2rem;
	}
	 .homepage .events_list {
		 grid-template-columns: 1fr;
	}
}
 @media only screen and (max-width: 740px) {
	 .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 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 span {
		 font-size: 1rem;
	}
	 .physician .blockHolder {
		 height: 270px;
		 padding: 50px 20px;
	}
    .events_list {
        margin: 0 0!important;
    }
	 .comprStroke .side_text {
		 margin-top: 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;
	}
}
 @media only screen and (max-width: 640px) {
	 .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;
	}
	 .findDoctor form span {
		 width: 100%;
		 margin-bottom: 10px;
	}
	 .select2-selection, .findDoctor input[type="text"] {
		 width: 100%;
	}
	 .findDoctor .select2-container {
		 min-width: 100%;
		 padding-bottom: 0;
	}
	 .findDoctor .select2-container span {
		 padding-bottom: 0;
		 margin-bottom: 0;
	}
	 .findDoctor .select2-container--open {
		 top: 40px !important;
	}
	 .findDoctor .select2-container span.select2-search {
		 padding-bottom: 10px;
	}
	 .findDoctor input[type="submit"] {
		 margin-left: 0;
	}
	 .findDoctor form:not(.large_labels) label {
		 display: block;
		 margin-bottom: 25px;
	}
}
 @media only screen and (max-width: 485px) {
	/* body:not(.homepage) h2 {
		 padding-top: 0.5em;
	}
	 */
	 .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: 1.125rem;
	}
	 .news h2 {
		 margin-bottom: 35px;
	}
	 .news {
		 margin-bottom: 35px;
	}
	 .physCal h2 {
		 margin-bottom: 35px;
	}
	 .physCal {
		 margin-bottom: 0;
	}
	 .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;
	}
	.actions_container h4 {
		font-size: 1.2rem;
	}

	.news_grid {
		margin-bottom: 0!important;
	}

	 .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) {
	 .physician .description {
		 max-width: 200px;
	}
	 .siteLogo {
		width: 195px;
        font-size: 0.725rem;
        padding-top: 4px;
        line-height: 1.25;
        margin-left: 15px;
        padding-left: 0;
	}
	 .siteLogo:before {
		 top: 2px;
		 height: 34px;
		 line-height: 15px;
	}
	 .siteLogo span {
		 margin-top: 0;
	}
	 .lau_logo {
		 width: 75px;
		 height: 34px;
		 background-size: 75px;
		 margin-right: 6px;
	}
	 footer .footer_links li {
		 margin-left: 0;
		 margin-right: 1.5em !important;
	}
}
 @media only screen and (max-width: 360px) {
	 header .out_wrap {
		 padding: 4%;
	}
	 .lau_logo {
		 width: 70px;
		 height: 30px;
		 background-size: 70px;
		 margin-right: 0;
	}
	 .siteLogo {
		 font-size: 10px;
		 width: 158px;
	}
	 .siteLogo:before {
		 left: -10px;
	}
}
 @supports (display: grid) {
	 .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;
	}
	 .events_list {
		 display: grid;
		 grid-template-columns: 1fr 1fr;
		 grid-gap: 2rem 3rem;
		 margin: 2rem 0;
	}
	 .homepage .events_list {
		 grid-gap: 0;
	}
	 .events_list.full_width {
		 display: grid;
		 grid-template-columns: 1fr;
	}
	 @media only screen and (max-width: 680px) {
		 .events_list {
			 display: grid;
			 grid-template-columns: 1fr;
			 grid-gap: 2rem;
		}
	}
	 @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;
		}
	}
}
 @media all and (min-width: 981px) {

	.out_wrap > a:not(.subnav_toggle) {
		margin-bottom: 0.5rem;
		display: block;
		text-decoration: none;
		font-size: 0.8rem;
	}

	aside {
		width: 24.5%!important;
	}

	 nav.sideNav {
		 display: block !important;
	}

	.secondary_nav li {
        margin-right: 1em;
    }
}
 