/************************PLUGIN STYLES************************/
/************************BASE STYLES************************/
/********FONTS************/
/********COLORS************/
.btn__cad {
  display: inline-block;
  background-color: #727374;
  color: #FFFFFF;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .3s ease-in-out; }
  .btn__cad:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none; }
  .btn__cad--light {
    background-color: #fff;
    color: #000; }
    .btn__cad--light:hover {
      color: #fff; }

img {
  max-width: 100%; }

#header {
  background-color: #727374; }

#primary-menu ul li > a {
  color: #fff; }
  #primary-menu ul li > a:hover {
    color: #444; }

#primary-menu ul li:not(.current):hover > a {
  color: #444; }

#footer {
  background-color: #727374; }

#copyrights {
  background-color: #727374; }

.rightbordr {
  border-right: 2px solid #fff !important; }

#header.sticky-header #header-wrap {
  background-color: rgba(114, 115, 116, 0.9); }

.widget_links li a:hover {
  color: #fff; }

#primary-menu ul ul li > a {
  color: #727374; }

#primary-menu ul ul li:not(.select):hover > a {
  color: #444;
  text-decoration: underline !important; }

#primary-menu ul ul:not(.mega-menu-column) {
  border-top: 2px solid #444; }

/************************LAYOUT STYLES************************/
/************************MODULE STYLES************************/
/********PROGRAM LIST STYLES SECTION**********/
.list {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 150px;
  background-color: #fff;
  z-index: 2;
  position: relative; }
  .list__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .list__ul {
    flex-basis: 40%;
    padding: 40px 0 0 70px;
    font-size: 40px;
    font-weight: 300;
    display: none; }
  .list__li:first-child {
    margin-top: 20px; }
  .list__li {
    position: relative;
    margin-left: 60px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700; }
    .list__li::after {
      content: "";
      width: 300px;
      position: absolute;
      right: 200%;
      bottom: 0;
      border-bottom: 2px solid #727374;
      transition: all .5s ease-in-out; }
  .list__link {
    font-size: 30px;
    font-weight: 400;
    color: #444;
    padding-left: 10px; }
  .list__imgs {
    flex-basis: 100%;
    position: relative; }
  .list__contentbelt {
    position: static;
    opacity: 1;
    transition: all .5s ease-in-out;
    z-index: 0;
    display: block !important;
    margin: 20px 0;
    top: 0;
    left: 0; }
  .list__content {
    position: static;
    width: 400px;
    top: 50%;
    transform: translateY(-62px);
    z-index: 1;
    padding: 20px;
    background-color: #727374;
    margin: 0 auto; }
  .list__content-container {
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    padding: 25px 15px; }
  .list__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 37px;
    margin-bottom: 25px;
    color: #fff; }
  .list__text {
    margin-bottom: 25px; }
  .list__link {
    font-style: normal;
    transition: all .3s ease-in-out;
    font-weight: 400; }
    .list__link:hover {
      color: #444;
      text-decoration: none;
      font-weight: 600; }
  .list__active::after {
    right: 80%; }
  .list__img-show {
    opacity: 1 !important;
    z-index: 1;
    position: relative !important;
    display: block !important; }

@media screen and (min-width: 700px) and (max-width: 850px) {
  .list__content {
    width: 500px;
    transform: translateY(-100px); } }

@media screen and (min-width: 850px) {
  .list {
    margin-bottom: 150px; }
  .list__ul {
    display: block; }
  .list__imgs {
    flex-basis: 60%; }
  .list__contentbelt {
    opacity: 0;
    display: none;
    margin: 0;
    position: absolute; }
  .list__content {
    position: absolute;
    transform: translateY(-50%);
    margin: 0; }
  .list__title {
    font-size: 35px; } }

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .list {
    margin-bottom: 250px; }
  .list__ul {
    padding: 40px 0 0 30px;
    font-size: 30px; }
  .list__li {
    margin-left: 45px; }
  .list__link {
    font-size: 18px; }
  .list__content {
    width: 85%;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: 70%; }
  .list__content-container {
    padding: 15px 10px; }
  .list__title {
    font-size: 25px;
    margin-bottom: 10px; } }

/********NEWS STYLES SECTION**********/
.cards {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto 100px; }
  .cards__title {
    background-color: #fff;
    color: #727374; }
    .cards__title > span {
      color: #444 !important; }
  .cards__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .cards__contentbelt {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
  .cards__newstitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    margin-top: 25px; }
  .cards__newsdate {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 14px; }
  .cards__link {
    color: #4e4e4e; }
    .cards__link:hover {
      text-decoration: underline !important;
      color: #000; }

@media screen and (min-width: 705px) {
  .cards__contentbelt {
    flex-basis: 32%; } }

/********EVENTS STYLES SECTION**********/
.columns {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto 150px; }
  .columns__title {
    background-color: #fff;
    color: #727374; }
    .columns__title > span {
      color: #444 !important; }
  .columns__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px; }
  .columns__contentbelt {
    flex-basis: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    border-right: 0; }
  .columns__date {
    flex-basis: 25%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    line-height: 35px;
    text-align: left; }
  .columns__month {
    font-size: 22px;
    margin: 0;
    font-weight: 600; }
  .columns__date {
    flex-basis: 25%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    line-height: 35px;
    text-align: left; }
  .columns__details {
    flex-basis: 75%; }
  .columns__time {
    font-size: 16px;
    font-weight: 400; }
  .columns__heading {
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    line-height: 22px; }
  .columns__contentbelt:last-child {
    align-self: center;
    margin-top: 30px; }
  .columns__link {
    color: #727374; }
    .columns__link:hover {
      text-decoration: underline !important;
      color: #000; }

@media screen and (min-width: 705px) {
  .columns__contentbelt {
    flex-basis: 24%; }
  .columns__contentbelt:not(:last-child) {
    border-right: 1px solid #ddd; }
  .columns__wrapper {
    margin-top: 50px; }
  .columns__contentbelt:last-child {
    margin-top: 0; } }

/********CAREER OPPORTUNITIES STYLES SECTION**********/
.twoCols {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto 50px; }
  .twoCols__title {
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #727374; }
    .twoCols__title > span {
      color: #444 !important; }
  .twoCols__border {
    width: 150px;
    border: 3px solid #ddd;
    margin: 20px auto; }
  .twoCols__wrapper {
    display: flex;
    flex-wrap: wrap; }
  .twoCols__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 50px; }
  .twoCols__imgcontainer {
    flex-basis: 100%; }
  .twoCols__contentbelt {
    flex-basis: 100%; }
  .twoCols__heading {
    margin-top: 20px; }
  .twoCols__li {
    padding: 5px;
    border-bottom: 1px solid #ddd; }
  .twoCols__btnContainer {
    text-align: left; }
  .twoCols__row--reverse-xs {
    flex-direction: column-reverse; }

@media screen and (min-width: 780px) {
  .twoCols__btnContainer {
    text-align: right; }
  .twoCols__row--reverse-xs {
    flex-direction: row; }
  .twoCols__imgcontainer {
    flex-basis: 45%; }
  .twoCols__contentbelt {
    flex-basis: 45%; }
  .twoCols__heading {
    margin-top: 0; } }

@media screen and (min-width: 901px) {
  .twoCols {
    margin: 0 auto 150px; } }

/********TESTIMONIAL STYLES SECTION**********/
.testimonials {
  width: 100%;
  background-image: none;
  padding: 0;
  margin-bottom: 150px; }
  .testimonials__title {
    text-align: center;
    color: #727374;
    text-transform: uppercase; }
    .testimonials__title > span {
      color: #444 !important; }
  .testimonials__border {
    width: 150px;
    border: 3px solid #ddd;
    margin: 20px auto; }
  .testimonials__wrapper {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px; }
  .testimonials__contentbelt {
    background-color: #fff;
    flex-basis: 85%;
    margin: 75px auto;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 0;
    border: 1px solid #eaeaea;
    padding: 75px 20px 40px 20px;
    transition: all .3s ease-in-out; }
    .testimonials__contentbelt:hover {
      box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.2);
      top: -5px; }
  .testimonials__img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -75px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(50, 50, 93, 0.5);
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 93, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(50, 50, 93, 0.5); }
  .testimonials__program {
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase; }
  .testimonials__name {
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0; }
  .testimonials__work {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 20px; }
  .testimonials__text {
    height: 150px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 16px; }
  .testimonials__btncontainer {
    margin-top: 0;
    text-align: center; }

@media screen and (min-width: 800px) and (max-width: 900px) {
  .testimonials__contentbelt {
    flex-basis: 45%; } }

@media screen and (min-width: 901px) {
  .testimonials {
    background-image: url("../img/testimonials-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0; }
  .testimonials__title {
    color: #727374; }
    .testimonials__title > span {
      color: #fff !important; }
  .testimonials__contentbelt {
    flex-basis: 31%;
    margin-top: 75px;
    padding: 75px 20px 20px 20px;
    border: 0; }
  .testimonials__btncontainer {
    margin-top: 70px; } }

/********LABORATORY STYLES SECTION**********/
.feature {
  width: 100%;
  margin-bottom: 150px;
  padding: 80px 0 100px 0; }
  .feature__title {
    text-align: center;
    text-transform: uppercase;
    color: #727374; }
    .feature__title > span {
      color: #444 !important; }
  .feature__border {
    width: 150px;
    border: 3px solid #444;
    margin: 20px auto;
    margin-bottom: 80px; }
  .feature__wrapper {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.2); }
  .feature__imgcontainer {
    flex-basis: 100%;
    height: 100%; }
  .feature__content {
    flex-basis: 100%;
    text-align: center;
    padding: 30px; }
  .feature__heading {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 30px; }
  .feature__text {
    height: 150px;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px; }

@media screen and (min-width: 850px) {
  .feature__imgcontainer {
    flex-basis: 60%; }
  .feature__content {
    flex-basis: 40%;
    text-align: left; }
  .feature__heading {
    margin-bottom: 20px; } }

@media screen and (min-width: 1150px) {
  .feature__text {
    height: 210px; } }

/************************STATE STYLES************************/
/************************SHAME STYLES************************/
/*# sourceMappingURL=app.css.map */