
/*#212F45; dark desat blue*/
/*#8d96a6; light gray*/
/*#8F4C00;dark orange*/

.site-container {
  width: 1115px;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .site-container {
      width: 90%; } }

.universal-h2 {
  font-size: 48px;
  text-align: center;
  color: #222; }
  @media (max-width: 1250px) {
    .universal-h2 {
      font-size: 38px; } }
  @media (max-width: 668px) {
    .universal-h2 {
      font-size: 30px; } }


.universal-h3 {
  font-size: 34px;
  text-align: center;
  color: #c18f59;
  /*background: #243038;*/
  /*opacity: .7; */
  font-family: "Optima"; 
  margin-top: 2%;
  width: 100%;
}

.universal-h2-bckg {
  background-image: url("../images/double-line.svg");
  background-repeat: no-repeat;
  background-position: center bottom; }

/* Universal style end */


.fh5co-top-banner {
  position: relative;
  top: 0px;
  width: 100%;  
  height: 100%;
  min-height: 100%;
  /*height: 5vh;*/
  max-height: 150%;
  display: flex;
  align-items: center;  
  flex-direction: row;
  background-image: url("../images/pattern.png"),url("../images/img-1.jpg");
  background-position: center;
  background-size: cover;
  }


.top-banner__inner {
  display: flex;
  align-items: flex-start;   
  height: 100%;
  margin-top: 5%;
  margin-left: 5%;  
  margin-right: 5%; 
  margin-bottom: 1%;  
  font-family: "Optima"; 
  }


.top-banner__image {
  font-size: 12pt;
  float: left;
  color: #8d96a6;; 
  display: flex;
  align-items: center;
  flex-direction: column;
  }

 .top-banner__text {  
  padding-left: 3%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 10px;
  top: 0%;  
  color: #777;
  justify-content: center;
  align-items: center;
  z-index: 1; 
  }


.text__inner{
  padding-top: 2%; 
  padding-left: 2%;
  padding-bottom: 2%;
  color: #808080; 
  font-size: 14pt;
}


.top-banner__h2 {
  font-size: 64px;
  letter-spacing: 3px;
  /*color: #777;*/
  color: #8d96a6;
  padding-bottom: 0px;
  margin-bottom: 1%;
}

 .top-banner__text-down {
  font-size: 26px;
  color: #c18f59;  
  /*orange #c18f59*/
}


.bio-button {
  /*display: inline-block;*/
  /*display: flex;*/
  /*align-self: top;*/
  padding: 10px 30px;
  margin-bottom: 2%;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c18f59;
  border: 1px solid #fff;
  transition: 0.3s ease; }

  .bio-button:hover, .brand-button:hover, .brand-button:focus {
    color: #8d96a6; }




/*RESEACH PAGE*/
.top-banner-2__inner {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  top: 0px;
  height: 1200px;
  min-height: 1000px;
  font-family: "Optima"; 
  background-image: url("../images/pattern.png"),url("../images/img-1.jpg");
  background-position: center;
  background-size: cover;

  }

/*SOCIAL */
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  align-content: center;
  flex-direction: row;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 1% 1%;
  }

.social h5 {
  font-size: 24px;
  color: #fff; }

.social-icons a {
  position: relative;
  border: 1px solid white;
  border-radius: 60%;
  padding: 13px 23px;
  /*padding: 10%  10%;*/
  margin-right: 10px;
  margin-top: 20px;
  transition: 0.3s ease; }
  .social-icons a:hover {
    background-color: #777;
    border-color: transparent; }

.social-icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 620px) {
  .social-icons {
    margin: 35px 0; } }




/*research projects*/


.fh5co-blog {
 position: relative;
 background-image: url("../images/pattern.png"),url("../images/book.jpeg"); 
 background-position: center;
 background-size: cover;
 display: flex;
 align-content: center;
 flex-direction: column;  
 top: 0%;
 width: 100%;  
 height: 100%;
 z-index: 0;
 min-height: 100%;
 font-family: "Optima";
 }
  
.blog-inner {
  display: flex;
  justify-content: space-between; 
  margin-bottom: 15%;}

.blog-slider .slick-slide {
  margin: 0 25px; }

.blog-slider .slick-list {
  margin: 0 -25px; }

.single-blog {
  display: flex !important; }

.single-blog__img {
    width: 50%;
    margin-right: 3%;
    font-size: 0; }
 .single-blog__text {
    width: 60%;
    padding: 3%;
    border: 3px solid #f5f5f5; 
    max-height: 600px;
    overflow: scroll;
    }

  .single-blog .single-blog__text h4 {
      margin-bottom: 2%;
      margin-top: 2%;
      font-size: 24px;
      line-height: 33px; }


    .single-blog .single-blog__text span {
      display: block;
      margin-bottom: 10px;
      font-size: 20px;
      color: #c18f59;
       }


    .single-blog .single-blog__text p {
      color: #B3B3B3;
      font-size: 18px;
      line-height: 21px; }



   /* @media (max-width: 992px) {
      .single-blog .single-blog__text {
        padding: 5%; }
        .single-blog .single-blog__text h4 {
          margin-bottom: 3px;
          font-size: 20px;
          line-height: 24px; }
        .single-blog .single-blog__text p {
          font-size: 14px;
          line-height: 19px; } }
    @media (max-width: 420px) {
      .single-blog .single-blog__text {
        padding: 3%; }
        .single-blog .single-blog__text h4 {
          font-size: 16px; }
        .single-blog .single-blog__text span {
          margin-bottom: 7px;
          font-size: 12px; }
        .single-blog .single-blog__text p {
          font-size: 13px;
          line-height: 16px; } }*/


  .single-blog h4 {
    color: #8d96a6;
  }
  
.blog-slider {
  position: relative; 

}
  .blog-slider .slick-arrow {
    position: absolute;
    bottom: 0%; 
    color: #c18f59
  }
  .blog-slider .slick-prev {
    left: 45.5%; 
    }
    @media (max-width: 1250px) {
      .blog-slider .slick-prev {
        left: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-prev {
        left: 35%; } }
  .blog-slider .slick-next {
    right: 45.5%; }
    @media (max-width: 1250px) {
      .blog-slider .slick-next {
        right: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-next {
        right: 35%; } }
  .blog-slider .span-arrow:hover {
    color: #777;
    border-color: #777; }

/*PUBLICATIONS*/


.fh5co-publications{
  position: relative;
  width: 100%;  
  height: 100%; 
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url("../images/pattern.png"),url("../images/books2.jpeg");
  background-position: center;
  background-size: cover;
  }



.pubs__inner {
  display: flex;
  margin-top: 20px;
  margin-left: 80px;  
  margin-right: 80px;  
  font-family: "Optima"; 
  justify-content: left;
  display: flex;
  flex-direction: column;
  align_content: left;
  /*align-items: left;*/
  }

 .pubs__entry {  
  padding-left: 70px;
  position: relative;
  top: 0%;
  color: #808080;
  /*color: #9C9C9C;*/
   /*#777;  */
  z-index: 1; 
  font-size: 14pt;
  }

.pub_link {
  color: #73929C;
}
/*
.text__inner{
  padding-top: 20px; 
  padding-left: 20px;
  padding-bottom: 20px;
  color: #777; }


.top-banner__h2 {
  font-size: 64px;
  letter-spacing: 3px;
  color: #777;
  /*color: #8d96a6;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

 .top-banner__text-down {
  font-size: 26px;
  color: #c18f59;  
  /*orange #c18f59*/
/*}*/


.site-footer {
  padding-top: 120px;
  background-color: #343434; }
  @media (max-width: 1250px) {
    .site-footer {
      padding-top: 60px; } }

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px; }
  .footer-inner h5 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff; }
  @media (max-width: 1250px) {
    .footer-inner {
      padding-bottom: 50px;
      flex-direction: column;
      align-items: center; } }

.footer-info {
  width: 50%;
  display: flex; }
  .footer-info .footer-info__left {
    margin-right: 45px; }
    .footer-info .footer-info__left img {
      margin-bottom: 10px; }
    .footer-info .footer-info__left p {
      color: #c18f59; }
    @media (max-width: 620px) {
      .footer-info .footer-info__left {
        margin-right: 0;
        margin-bottom: 20px; } }
  .footer-info .footer-info__right p {
    margin-bottom: 15px;
    color: #aaa; }
  .footer-info .footer-info__right .footer-phone {
    font-size: 14px; }
  .footer-info .footer-info__right .social-icons {
    margin-top: 27px; }
    .footer-info .footer-info__right .social-icons a {
      padding: 9px 19px; }
  @media (max-width: 1250px) {
    .footer-info {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 620px) {
    .footer-info {
      flex-direction: column;
      align-items: center; } }

.footer-contact-form {
  width: 50%; }
  .footer-contact-form .contact-form__input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .footer-contact-form .contact-form__input input {
      width: 40%;
      padding: 20px;
      border: 1px solid #404040;
      background-color: #282828;
      color: #c18f59; }
      .footer-contact-form .contact-form__input input::placeholder {
        color: #aaa; }
      @media (max-width: 1250px) {
        .footer-contact-form .contact-form__input input {
          width: 45%; } }
      @media (max-width: 520px) {
        .footer-contact-form .contact-form__input input {
          width: 100%; } }
  .footer-contact-form textarea {
    box-sizing: border-box;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #404040;
    background-color: #282828;
    resize: none;
    color: #c18f59; }
  .footer-contact-form .submit-button {
    padding: 19px 50px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #c18f59;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease; }
    .footer-contact-form .submit-button:hover {
      background-color: #777; }
  @media (max-width: 1250px) {
    .footer-contact-form {
      width: 100%; } }

.footer-bottom {
  padding: 25px 0;
  background-color: #2d2d2d; }

.footer-bottom-inner {
  display: flex;
  justify-content: space-between; }
  .footer-bottom-inner p {
    color: #777; }
  .footer-bottom-inner a {
    color: #c18f59;
    text-decoration: none;
    transition: 0.3s ease; }
    .footer-bottom-inner a:hover {
      color: #777; }
  .footer-bottom-inner .footer-bottom__img img {
    margin-right: 25px; }
    .footer-bottom-inner .footer-bottom__img img:last-child {
      margin-right: 0; }
  @media (max-width: 992px) {
    .footer-bottom-inner {
      flex-direction: column;
      align-items: center; }
      .footer-bottom-inner p {
        font-size: 14px;
        margin-bottom: 20px; } }
