@font-face {
    font-family: 'FranklinGothEF-Med';
    src: url("https://innovate.lau.edu.lb/_css/fonts/FranklinGothEF-Med.woff2") format("woff2"), url("https://ih.lau.edu.lb/_css/fonts/FranklinGothEF-Med.woff") format("woff");
    font-family: 'FranklinGothEF-Book';
    src: url("https://innovate.lau.edu.lb/_css/fonts/FranklinGothEF-Book.woff2") format("woff2"), url("https://ih.lau.edu.lb/_css/fonts/FranklinGothEF-Book.woff") format("woff");

}

#logo {
  font-size: 0;
  float: left;
}

#logo:before {
  display: none;
}

.siteLogo {
  float: left;
  width: 120px;
  margin-left: 27px;
  position: relative;
  color: #006751;
  font-weight: normal;
  padding-top: 15px;
  font-size: 2rem;
  line-height: 1.5rem;
}


.siteLogo span  {
    font-family: 'FranklinGothEF-Book', sans-serif;
    font-weight: 400;
}

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


.siteLogo:before {
    content: '';
    height: 55px;
    width: 1.5px;
    opacity: 0.7;
    background-color: #006751;
    position: absolute;
    left: -15px;
    top: 0;
}

.siteLogo:visited,
.siteLogo:hover {
  color: #006751 !important;
}

.lau_logo {
  background-size: 128px;
  width: 128px;
  height: 53px;
}

.secondary_nav a {
  font-size: 1rem;
  margin-top: 0.3em;
}

.secondary_nav ul {
  padding-top: 0;
}

.quick_action {
  height: 16px;
  width: 16px;
}

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


.main_nav {
}


.out_wrap {
  max-width: 1180px;
}

/* 
header {
  border-bottom: 4px solid #f8f8f8;
  border-top: none;
  background: #ffffff;
}
 */
.greyborder_textbox.contact_info {
    text-align: left !important;
}
.greyborder_textbox.contact_info h3 {
    margin-top:0 !important;
}
.back_gray_2.contact_info h3 {
    margin-top: 0;
}

.purple_button:link, .purple_button:visited {
  display: inline-block;
  background-color: #873e85;
  padding: 0.8em 1.6em;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  font-size: 1.5rem;
}

.purple_button:hover {
  background-color: #A564A4;
  color: #FFFFFF !important;

}
picture.banner_image {
    margin-top: 3rem;
    display: inline-block;
}
.innovate_homepage .grid {
    grid-gap: 1rem;
    margin-top:3rem;
}

.innovate_homepage .grid a {
    display: block;
    padding: 1em;
    background-color: #C8BEBE5C;
    font-weight: bold;
    text-decoration: none;
    color: #555;
    }
    
.innovate_homepage .grid a:hover {
    background-color: #dadada;
    color:#000;
}
.innovate_homepage .grid a img {
    border: 0.25em solid #efefef;
    margin-left: -0.25em;
    margin-bottom: 0.5em;
}
.innovate_homepage .grid2 {
    grid-gap: 1rem;
    margin-top:3rem;
}

.innovate_homepage .grid2 a {
    display: block;
    padding: 1em;
    background-color: #C8BEBE5C;
    font-weight: bold;
    text-decoration: none;
    color: #555;
    }
    
.innovate_homepage .grid2 a:hover {
    background-color: #dadada;
    color:#000;
}

.innovate_homepage.grid2 a img {
    border: 0.25em solid #efefef;
    margin-left: -0.25em;
    margin-bottom: 0.5em;
}
.innovate_homepage .icons svg {
    width: 50%;
}

.promotional_content {
    text-align: center;
    margin: 3rem;
}

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

.promotional_content p:first-child {
    font-size: 2rem;
}

.promotional_content p {
    font-size: 1.5rem;
}



.d-flex {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}
 
.d-flex > p {
    text-align: center;
    max-width: 290px;
}
 
.d-flex > p > svg {
    width: 40%;
}


.page_get-involved .grid2 ol {
  padding-left: 1.5rem;
 }

.page_get-involved .grid2 ol li p {
  text-align: left;
}

@media only screen and (min-width: 1131px){
  .page_contact_us .grid2 {
    grid-gap: 16rem;
    padding-top:2rem
  }

  .page_get-involved .grid2 ol {
    padding-left: 1rem;
   }

}


 @media only screen and (min-width: 981px) and (max-width: 1130px) 
 {
.main_nav > ul > li > a {
    padding: 0.2em 0.4em;
    font-size: 1.2rem;
}
.top_nav_group {
    width: 69%;
}
}
@media (max-width:980px){
  .d-flex > p{
    width:40%
  }

  .page_contact_us aside{
    display:none;
  }
}

@media (max-width:640px){
  .innovate_homepageh span {
    font-size: 1.7rem;
}
}

/**
* Important for old Android Tablet devices
*/
@media (max-width:1200px){
  .d-flex > p{
    display: inline-block;
    width:40%
  }
  .d-flex > p > svg{
    height: 116px;
  }
}