* {
  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: 1180px;
}

header {
  position: relative;
  margin: 0 auto;
  border-bottom: 8px solid var(--anthracitelightgrey);
  z-index: 1;
  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 a {
  color: var(--primarygreen);
}


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

/**
* Page Mission
*/
.page_mission .photo_text_info_list > p > img {
  max-width: 120px;
}

.page_mission .photo_text_info_list{
  border-bottom: none;
  padding-bottom: 0px;
}

.page_mission .photo_text_info_list > p:nth-child(1) {
  grid-area: image;
  border-right: 1px solid var(--anthracite15percent);
  padding-right: 1.5rem;
}

.page_mission .photo_text_info_list p:nth-child(2), .photo_text_info_list > h2, .photo_text_info_list > h3 {
  padding-left: 0.5rem;
  font-style:italic
}

.page_mission .photo_text_info_list p:nth-child(3) {
  padding-left: 0.5rem;
  font-style:italic
}

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

/**
* END OF page Mission
*/

.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: 32px;
  position: relative;
  color: var(--primarygreen);
  padding-top: /*4px*/10px;
  font-size: 1rem;
  margin-top: 0;
  padding-left: 4px;
}

.siteLogo span strong {
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

.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:last-of-type {
  margin-right: 0;
}

.main_nav {
  font-size: 1.1rem;
}

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

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

.main_nav > ul > li > a.active {
  background: linear-gradient(var(--primarygreen), 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 > 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: 1.2em;
}

a.btn {
  padding: 7px 20px 9px;
  line-height: 16px;
  font-size: 16px;
  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;
  font-size: 1.1rem;
  color: var(--anthracite);

}

.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(../_imagesui/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 span {
  color: var(--anthracite60percent);
  text-transform: uppercase;
  font-size: 0.9rem;
}

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: 70px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: var(--primarygreen);
}

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

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

.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 {
  text-decoration: underline;
  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;
  font-size: 0.9rem;
}

.news_grid span:before {
  display: none;
}

.physician {
  width: 33.5%;
  float: left;
}

.physician .blockHolder {
    min-height: 296px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px;
    position: relative;
    background-color: var(--anthracitelightgrey);
}

.physician .btn,
.physician .description {
  position: relative;
}

.physician .btn {
  float: right;
}
.physician .btn:hover {
  background-color: var(--white);
  border-color: var(--white);
}

.physician .description {
    font-weight: 700;
    letter-spacing: 0.34px;
    color: var(--anthracite);
    font-size: 16px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: block;
}
.physician .description a {
   float:left;
   max-width:50%;
}
.physCal {
  margin-bottom: 75px;
}
.homepage .blockHolder .info_list {
    padding: 1rem 0;
}

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

.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: top;
  border: 1px solid var(--primarygreen);
  text-align: center;
  height: 72px;
  width: 80px;
  padding-top: 14px;
  font-weight: 700;
  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% - 90px);
  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 {
  font-size: 18px;
  font-weight: 400;
}
.events_list .event_title .estatus { text-transform: uppercase; font-size: 85%; display: block; color: var(--primarygreen); }

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

.events_list .event_item span b {
  display: block;
  line-height: 1rem;
  font-size: 1rem;
}

.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 h2 {
  font-size: 2em;
}

.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: var(--anthracite15percent);
  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 *,
footer a,
footer a:visited, footer:hover {
  color: var(--white);
}

footer span {
  font-size: 16px;
}

footer .footer_sm {
  padding: 25px 0;
  display: flex;
}

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

footer .footer_sm a:hover {
  color: var(--white) !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 {
  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(--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-style: normal;
  color: var(--primarygreen);
  padding: 3em;
  min-height: 320px;
  margin-top: 60px;
  margin-left: -3%;
  background: var(--anthracitelightgrey);
  padding-top: 70px;
  position: relative;
}

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

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

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

.brief_item figcaption span {
  display: block;
}

.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: 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: 1.25rem;
  line-height: normal;
  color: var(--anthracite);
  margin-bottom: 1.6rem;
  margin-top: 0.2em;
}

.brief_news h3 a {
  color: var(--anthracite);
  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(--anthracite60percent);
  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(../_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 {
  border: none;
}

body:not(.homepage) h2.toggle_h2, body:not(.homepage) h3.toggle_h3 {
  border-bottom: 7px solid var(--anthracite15percent);
  margin-bottom: 0.5em;
}

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

h1 {
  margin-bottom: 0.5em;
}

.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.5rem;
  color: var(--anthracite);
  background-color: var(--anthracitelightgrey);
  border: 1px solid var(--anthracitelightgrey);
  border-right: 2px solid var(--primarygreen);
}

aside.skip_style .sharing_buttons span {
  padding: 0.8em;
}

/*.sharing_buttons .sharing_whatsapp {
	display: block;
}*/
.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.77rem 0.5rem;
}

.sharing_buttons .a {
  fill: var(--anthracite60percent);
}

.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*="pharmacy.lau.edu"]) {
  position: relative;
}

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

main a[href*="//"]:not([href*="pharmacy.lau.edu"]) span: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;
}

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

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

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

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

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

.actions_container,
.brief_news,
.news,
.physCal,
.comprStroke {
  margin-bottom: 4em;
}

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

.pad_1 {
  padding: 1.5rem;
}

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

.grid2 p {padding: 2em;}
.grid2 .lime {background-color:var(--secondarygreen9); }
.grid2 .turquoise {background-color:var(--secondarygreen5);}
.grid2 .raspberry {background-color:var(--secondarygreen10);}
.grid2 .purple {background-color:var(--secondarygreen8);}

.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: 12em;
  margin-right: 0.8em;
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: middle;
}

.findDoctor .dropdown-wrapper {
  display: none;
}

.findDoctor input[type=text] {
  width: 23em;
  font-size: 1.125rem;
}

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

.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: 13em;
  font-size: 1.25rem;
  -webkit-appearance: none;
}

.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*************/
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 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-bottom: none;
}

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

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

.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;
  padding-top: 0;
}

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

main:not(.full_width) {
  width: 70.5%;
  min-height: 35rem;
}

h1 {
  margin-bottom: 2rem;
}

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

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

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

.sitename.index {
  visibility: hidden;
}
.sitename.dtitle:not(.index) {
    visibility: visible;
}

.sitename.index a {
  font-size: 0;
}
.sitename.index.dtitle a {
  font-size: inherit;
}
.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;
}

/***************Nav Styles Ends Here*************/
/********************MD CURRICULUM TABLE Styles*****************/
body:not(.homepage) main.mdCiriculum {
  padding: 0;
}

.mobileSpreads {
  font-size: 0.75rem;
  display: none;
  color: var(--anthracite60percent);
  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: var(--anthracitelightgrey);
  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: var(--anthracitelightgrey);
  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(--anthracite60percent);
  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;
}

/* Arabic support */
main.arabic {float: right;}
aside.arabic {float: right; margin-left: 0; margin-right: 5%;}

main.arabic > * {direction: rtl;}
/*.arabic h1 {direction: rtl;}*/


/*.arabic h1, .arabic h2, .arabic h3, .arabic ol, .arabic ul, .arabic p {
    direction: rtl;
}*/

.arabic main h1:after, .arabic h1:after {right:0;}

.page_sponsored-by .grid, 
.page_sponsored-by .grid2 {
  grid-gap: 0rem;
}

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

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

  .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: 3%;
    margin-right: 3%;
    padding: 0;
  }

  #logo {
    width: auto;
  }

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

  .actions_container a {
    border-bottom: 1px solid var(--anthracite15percent);
    float: left;
    width: 50%;

  }

  .brief_item figcaption {
    min-height: 0;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .brief_news .more_link {
    right: 4%;
  }


  .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) {

  .main_nav > ul > li:hover > ul {
    margin-top: -5px;
  }

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

  .main_nav > ul > li > a {
    padding: 0;
    position: relative;
  }

  #main_nav {
    display: block !important;
  }

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

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

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

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

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: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(../_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;
  }

  /***************Nav Styles Starts Here*************/
  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);
  }

  /***************Nav Styles Ends Here*************/
  .events_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }

  .homepage .events_list {
    grid-template-columns: 1fr;
  }
 .actions_container a {
    padding: 2em;
  }
  
  .actions_container a::after {
    top: calc(60% - 10px);
    width: 18px;
    background-size: 18px;
    height: 16px;
}

}

@media only screen and (max-width: 780px){
	.tabs {font-size: 0.8em;}
	.tabs a {padding: 0.6em;}
}
@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 {
    margin-top: -1.25em;
  }

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

  .brief_item figcaption {
    padding: 20px;
  }

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

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

	.physician .blockHolder img {max-width: 50%;}
  	.events_list .event_title {
    	font-size: 16px;
  	}

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

  .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) {

  .page_mission .photo_text_info_list{
    border-bottom: 1px solid var(--anthracite15percent);
    padding-bottom: 1rem;
  }
  
  .page_mission .photo_text_info_list > p:nth-child(1) {
    border-right: none;
    padding-right: 0;
  }


.page_mission .photo_text_info_list p:nth-child(2), .photo_text_info_list > h2, .photo_text_info_list > h3 {
  padding-left: 0rem;
}

.page_mission .photo_text_info_list p:nth-child(3) {
  padding-left: 0rem;
}

  .out_wrap.actions_container {
    margin: -10% 6% 3em;
    grid-template-columns: repeat(2, 1fr);
  }
  
    .actions_container a::after {
     width: 20px;
    background-size: 20px;
    height: 20px;
}


  .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) {
  .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;
    grid-template-columns: repeat(1, 1fr);
  }

  .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) {
  .physician .description {
    max-width: 200px;
  }

  .siteLogo {
    padding-top: 0;
    line-height: 1.2;
    margin-left: 22px;
    padding-left: 0;
  }

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

  .siteLogo span {
    margin-top: 0;
    width: 50%;
  }

  #logo {
        width: auto;
        min-width: 1rem;
    }

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

	.event_loc {
	  font-size: 90%;
	}
	}
	
	@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) {
  nav.sideNav {display: block !important;}
}

