
html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15.8px;
  line-height: 23px;
  background-color: #fff;
}

p { margin-bottom: 14px; }

.date_time {
  margin-top: 6px;
}

a.text_link {
  text-decoration: none;
  margin-bottom: 1px;
  color: #7147a4;
  border-bottom: solid 1px #4c4c4c;
}

a.text_link:hover {
  margin-bottom: 0;
  border-bottom: solid 2px #4c4c4c;
}

a.text_link2 {
  text-decoration: none;
  margin-bottom: 1px;
  color: #7147a4;
}

a.text_link2:hover {
  margin-bottom: 0;
  border-bottom: solid 1px #4c4c4c;
}

/* *** Navbar *** */

.navbar {
   margin-bottom: 0;
}

.navbar-brand {
   padding: 12px 0 0 0;
}

.navbar-default .navbar-brand img {
   width: 150px;
   height: 54px;
}

.navbar-default {
  background-color: transparent;
  border: 0px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Must keep this CSS below, otherwise this darn border appears when the viewport < 768 */
.navbar-default .navbar-collapse {
  max-width: 1820px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.navbar-nav {
   margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
  padding: 14px 12px;
  color: rgba(244, 244, 244, 0.8);
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   color: #fff;
   background: rgba(255, 255, 255, 0.4);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
   color: #fff;
   background: rgba(255, 255, 255, 0.4);
}

/*
 * Note: Use .active to indicate the current page in the main nav.
 * See: http://getbootstrap.com/components/#navbar (Section: Disabled and active states).
 */
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

.shrink.navbar-default .navbar-nav > .active > a, .shrink.navbar-default .navbar-nav > .active > a:focus, .shrink.navbar-default .navbar-nav > .active > a:hover {
  color: #ff0066;
  background-color: transparent;
}

/** On scroll change navigation style **/

.navbar-default.shrink {
  /* background: rgba(255, 255, 255, 0.95); */
  background-color: #fff;
  border: 0;
  padding: 0 0 8px 0;
}

/* Shrink the MAT logo when scroll down */

.navbar-default.shrink .navbar-brand img {
   transform: scale(0.7, 0.7);
   -ms-transform: scale(0.7, 0.7);
   -webkit-transform: scale(0.7, 0.7);
}

#caption {
     /* display: none; */
     visibility: hidden;
}

/* Unused with img and class img-responsive */
.overlay {
   padding: 200px 0;
   background: rgba(0,0,0,0.2);
}

.page_content {
  max-width: 1920px;
  background-color: #2c2c2c;
}

.page_title {
   padding: 20px 0 21px 43px;
   background-color: #fff;
}

.page_title h2 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 24px;
}

.sidebar {
   padding-top: 40px;
}

ul.sidebar_nav {
   margin: 0 45px;
   padding: 0;
   list-style: none;
}

ul.sidebar_nav li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 15.8px;
  color: #b0b0b0;
  font-weight: 800;
}

ul.sidebar_nav li a:hover {
  color: #fff;
}

ul.sidebar_nav li a.active_link {
  color: #fff;
}

ul.sidebar_nav li i {
  padding-right: 12px;
  font-size: 11px;
  color: #414141;
}

ul.third_level {
  margin-bottom: 5px;
  padding-left: 20px;
  list-style: none;
}

ul.sidebar_nav ul.third_level li a {
  padding: 4px 0;
  color: #bababa;
  font-weight: normal;
}

ul.sidebar_nav ul.third_level li a:hover, ul.sidebar_nav ul.third_level li.active a {
   color: #fff;
   background-color: transparent;
}

ul.sidebar_nav ul.third_level li a i.hover, ul.sidebar_nav ul.third_level li.active a i {
  color: #858484;
}

/* Necessary to remove Bootstraps default behavior */
.nav > li > a:focus {
  background-color: transparent;
}

.main_content {
   padding: 0 100px 50px 65px;
   background-color: #fff;
}

.main_content h1 {
   margin-top: 0;
   margin-bottom: 22px;
   font-size: 26px;
}

.main_content h2 {
   margin-top: 0;
   margin-bottom: 20px;
}

.main_content h3 {
   margin-top: 35px;
   margin-bottom: 14px;
   font-size: 22px;
}

.main_content h3.top_of_page {
  margin-top: 0;
}

.main_content h4 {
   margin-top: 28px;
   margin-bottom: 14px;
   font-size: 18px;
}

.main_content h5 {
  font-size: 16px;
}

.main_content h5.notice {
  margin-top: 0;
  margin-bottom: 26px;
  color: #d01660;
}

.main_content ul {
  list-style-type: square;
}

.main_content ul, .main_content ol {
  padding-left: 30px;
}

.main_content ul li, .main_content ol li {
  padding-top: 2px;
  padding-bottom: 8px;
}

section#directory ul {
  margin-bottom: 0;
}

section#directory ul li {
  padding-bottom: 2px;
}

.course_description {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: solid 1px #cfd0d1;
}

.course_description:hover {
  background-color: #eee;
}

.course_description h5 {
  margin-bottom: 0;
  font-weight: 600;
}

.course_description p {
  margin: 4px 0;
}

.courses_table th {
  padding: 5px 0;
  background-color: #e8e8e8;
}

.courses_table td {
  padding-top: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.courses_table td p {
  margin: 0;
}

.courses_table td.last_row {
  padding-bottom: 14px;
  border-bottom: solid 1px #cfd0d1;
}

.courses_table td:first-child, .courses_table th:first-child {
  padding-left: 8px;
}

.courses_table tr:hover {
  background-color: #eee;
}

ul.list_links {
  margin-bottom: 25px;
}

ul.list_links li {
  padding-top: 6px;
  padding-bottom: 6px;
}

#research h4 {
  margin-top: 0;
}

#research h4 a {
  margin-bottom: 1px;
  text-decoration: none;
  color: #333;
}

#research h4 a:hover {
  margin-bottom: 0;
  color: #7147a4;
  border-bottom: solid 1px #4c4c4c;
}

#research .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cfd0d1;
}

#academic_publications p, #phd_dissertations p, #masters_theses p {
  margin-bottom: 16px;
}

#directory ul li a {
  margin-bottom: 1px;
  text-decoration: none;
  color: #7147a4;
}

#directory ul li a:hover {
  margin-bottom: 0;
  border-bottom: solid 1px #4c4c4c;
}

.people_page h3 {
  margin-top: 0;
  margin-bottom: 32px;
}

.people_page h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.people_page h5 a {
  color: #333;
  text-decoration: none;
}

.people_page .contact_info {
  margin-bottom: 15.8px;
}

.people_page .contact_info p {
  margin-bottom: 2px;
}

.people_page img {
  margin-bottom: 16px;
}

.people_page .row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cfd0d1;
}

section#eoys h2 {
  line-height: inherit;
}

section#eoys h4 {
  margin-top: 14px;
  margin-bottom: 6px;
}

section#eoys p {
  margin-bottom: 6px;
}

section#eoys .eoys_page {
  margin-top: 30px;
}

section#eoys .item-img-wrap, section#photos .item-img-wrap {
  width: 220px;
  margin-bottom: 12px;
}

section#eoys .no_shrink {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

section#photos h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.mfp-title {
  padding-top: 3px;
  text-align: center;
  color: #c8c8c8;
}

.mfp-arrow-left:before {
  border-right: 27px solid transparent;
}

.mfp-arrow-right:before {
  border-left: 27px solid transparent;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}

.popup_content {
  position: relative;
  background-color: #fff;
  /* padding: 25px 35px; */
  padding: 35px;
  width: auto;
  max-width: 600px;
  max-height: 800px;
  margin: 20px auto;
  color: #333;
  overflow-y: auto;
}

.popup_content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}

#video_1 {
  width: 100%;
  height: 100%
}

/* To disable Chrome's ugly highlight */
a.popup_image.focus, a.popup_image:focus, a.popup_image:active.focus, a.popup_image:active:focus {
   outline-style: none;
}


/* Styles for the News and Events pages only.
 * 
 *  To be removed when CMS is implemented.
 */

ul.list_style_6
{
  width: 100%;
  margin-bottom: 20px;
  padding: 7px 0 12px 16px;
  border-bottom: solid 1px #cfd0d1;
}

ul.list_style_6 li
{
  padding: 2px 0 8px 3px;
}

ul.list_style_6 img {
  /* margin: 0 auto; */
  display: block;
}

ul.list_style_10
{
  margin-left: 10px;
  padding-left: 12px;
  list-style-type: circle;
}

ul.list_style_10 li
{
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.list_style_10 li p
{
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.normal_color
{
  color: #333;
  text-decoration: none;
}

img.show_img
{
  border: solid 1px #444444;
}

.speaker {
  margin-bottom: 5px;
  font-weight: 700;
}

/*
img.show_img_hover
{
  display: block;
  margin: 0;
  border: solid 2px #444444;
}
*/

div.img_float_rt
{
  float: right;
  margin: 0 0 16px 30px;
}

div.img_float_lt
{
  float: left;
  margin: 0 30px 10px 0;
}

.image_table2 {
   margin: 8px 0;
}

.image_table2 td {
   margin: 0 auto;
   padding: 5px;
}

/* *** End of News and Events styles *** */


/* **** Style for smart phones and above - large screens **** */

@media (min-width: 768px) {
  .dropdown-menu {
     top: 90px;
     max-width: 1820px;
  }

  .navbar {
     padding: 18px 30px 20px 30px;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
     margin-left: 0;
  }

  .yamm .dropdown.yamm-fw .dropdown-menu {
     top: 120px;
     left: 44px;
     right: 44px;
  }

  .nav.navbar-nav {
     margin-top: 13px;
     background-color: rgba(0,0,0,0.5);
  }

  .navbar-default.shrink .nav.navbar-nav {
     background-color: transparent;
  }

  .navbar-default.shrink .navbar-nav > li > a {
     color: #4b4a4a;
  }

  .navbar-default.shrink .navbar-nav > li > a:hover, .navbar-default.shrink .navbar-nav > li > a:focus {
     color: #414040;
     background: rgba(147, 146, 146, 0.3);
  }

  .navbar-default.shrink .navbar-nav > .open > a, .navbar-default.shrink .navbar-nav > .open > a:focus, .navbar-default.shrink .navbar-nav > .open > a:hover {
     color: #414040;
     background: rgba(147, 146, 146, 0.3);
  }

  .navbar-default .navbar-nav > li > a span {
     color: #ccc;
   }

  .navbar-default .navbar-nav .yamm-content .nav {
     margin-right: 2em;
     white-space: nowrap;
  }

  #home .main_page_right_col > li > a {
     padding: 6px;
     text-decoration: none;
     text-align: center;
     display: block;
     color: rgba(244, 244, 244, 0.8);
     font-size: 15px;
     /* font-weight: 500; */
     border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }

  #home .main_page_right_col > li > a:hover {
     color: #292929;
     background: rgba(255, 255, 255, 0.4);
  }

  #caption {
     position: fixed;
     bottom: 60px;
     left: 45px;
     visibility: visible;
     font-size: 16px;
     color: rgba(255, 255, 255, 0.5);
  }

  #title_container {
      position: fixed;
      bottom: 50px;
      left: 50%;
      /*  The transform here centers the text in the middle of the page
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      */
  }

  #main_title_1 {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  #main_title_2 {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  #main_title_3 {
    margin-top: 5px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  ul.sidebar_nav_fixed {
    position: fixed;
    top: 100px;
  }

  #research .item-img-wrap {
    float: right;
  }

  footer {
    padding: 60px 0 40px 0;
  }
}

/* ***** drop down menu ***** */

.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.navbar .dropdown-menu li a {
  padding: 8px 12px;
  color: #abaaaa;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #565656;

/*
 * The code below gives the hover a softer animation
 *
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
*/
}

.navbar .dropdown-menu li a:hover {
  color: #1d1d1d;
  background: rgba(255, 255, 255, 0.4);
}

.navbar .dropdown-menu li.active a {
  color: #fff;
}

.yamm-content {
  padding: 25px;
  box-sizing: border-box;
}

.dropdown-menu .divider {
  background-color: #222;
}

.yamm-content h3.heading {
  margin-top: 4px;
  text-transform: uppercase;
  color: rgba(127, 127, 127, 1);
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
}

/* **** Style the menu links for small screens **** */

@media (max-width: 767px) {
  .nav.navbar-nav {
     margin-top: 28px;
  }

  .navbar .dropdown.yamm-fw {
     color: #414040;
     background-color: rgba(51, 51, 51, 0.95);
  }

  .yamm-content .hide_on_collapse, .yamm-content .hide_on_collapse h3, .yamm-content .hide_on_collapse img {
     display: none !important;
  }

  .yamm-content {
     padding: 0 25px;
  }

  .navbar-default .navbar-nav > li > a {
     color: #fff;
   }

   .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #2d2d2d;
      background: rgba(255, 255, 255, 0.8);
   }

   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
      color: #2d2d2d;
      background: rgba(255, 255, 255, 0.8);
   }

  .navbar-default .navbar-nav > li > a span {
     color: #ccc;
   }

   .navbar-brand {
      padding-top: 6px;
   }

   .navbar-toggle {
      margin-top: 13px;
      background: rgba(255, 255, 255, 0.8);
   }

   .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      color: #616161;
      background-color: rgba(255, 255, 255, 0.9);
   }

   .navbar-default .navbar-brand img {
      transform: scale(0.7, 0.7);
   }

   #home {
      margin-top: 12em;
   }

  #home .main_page_right_col > li > a {
     margin-bottom: 6px;
     padding: 8px;
     text-decoration: none;
     text-align: center;
     display: block;
     color: #2d2d2d;
     background: rgba(255, 255, 255, 0.8);
     /* font-weight: 500; */
     border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  }

  #home .main_page_right_col > li > a:hover {
     background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     max-height: 460px;
  }

  #title_container {
      position: fixed;
      bottom: 200px;
      left: 63%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
  }

  .sidebar {
    padding-top: 12px;
    margin-bottom: 22px;
  }

  .main_content {
     padding: 30px;
  }

  footer {
    padding-top: 25px;
  }

  footer .footer_col {
    padding-bottom: 32px;
    text-align: center;
  }

  .page_title {
    padding-left: 30px;
  }

  #main_title_1 {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  #main_title_2 {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  #main_title_3 {
    margin-top: 5px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  #research .item-img-wrap {
    float: left;
    width: 200px;
  }
}

/* **** End of styling the menu links for small screens **** /

/* **** Pace page pre-loader **** */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #32c5d2;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #32c5d2, 0 0 5px #32c5d2;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #32c5d2;
  border-left-color: #32c5d2;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* **** home **** */

#home {
  background-color: transparent;
  background-position: center 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}

#home .home-inner {
    /* the 30px padding is to align the section with the top navbar */
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}

#home .main_page_right_col {
   background-color: rgba(0,0,0,0.5);
   padding: 0;
   list-style: none;
}

/* Custom styling of Overview Section Slider */

.section_col_1 {
   min-height: 450px;
   padding-top: 60px;
   /* LZ */
   /* background-color: rgba(0, 0, 0, 0.75); */
}

.overview_col_2 {
   min-height: 450px;
   padding: 30px 40px 20px 40px;
   background-color: #fff;
}

#overview, #news, #events, #showcase, #eoy_show {
   /* Spacing between sections */
   margin: 80px 0;

   /* LZ */
   background-color: rgba(0, 0, 0, 0.75);
}

#testimonials {
   margin: 0 0 80px 0;
   background-color: rgba(0, 0, 0, 0.8);
}

#testimonials .tp-caption p {
  font-size: 15.8px !important;
}

#overview h3, #showcase h3, #eoy_show h3 {
   margin-top: 0;
   margin-bottom: 20px;
   padding-top: 0;
   text-align: center;
   color: #d01660;
}

#showcase h3.h3_full_width {
  margin-top: 30px;
}

#showcase h4 {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  color: #d01660;
}

#news h3, #events h3 {
  margin: 0;
  text-align: center;
  color: #d01660;
}

.news_col_2, .events_col_2 {
  min-height: 450px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.gallery_col_2 {
  min-height: 450px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.gallery_col_2 table {
   margin: 0 auto;
}

.eoy_show_col_2 {
  min-height: 450px;
  padding-top: 30px;
  background-color: #fff;
}

.panel-group {
   margin-bottom: 0;
   padding: 14px 30px 30px 30px;
}

.mat-announcement {
  width: 320px;
  /* padding: 20px 30px 9px 30px; */
  padding: 20px;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
}

.mat-announcement p {
  margin-bottom: 10px;
  /* color: rgba(244, 244, 244, 0.85); */
  color: rgba(0,0,0,0.83);
  font-size: 15px;
}

.mat-announcement a {
  color: rgba(208,22,96,0.8);
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1px;
  border-bottom: solid 1px rgba(208,22,96,0.8);
}

.mat-announcement a:hover {
  margin-bottom: 0;
  border-bottom: solid 2px rgba(208,22,96,0.8);
  color: rgba(208,22,96,1);
}

.mat-announcement a.news_events_topic {
  padding: 10px 13px;
  display: inline;
  color: rgba(244, 244, 244, 0.85);
  background-color: rgba(208,22,96,0.7);
  border-radius: 5px;
}

.mat-announcement a.news_events_topic:hover {
   background-color: #d01660;
   color: rgba(244, 244, 244, 0.95);
}

/* **** Style for smart phones and above - large screens **** */

@media (min-width: 768px) {

	.panel-group-announcements {
	  position: absolute;
    top: -116px;
	  left: 14px;
	  width: 350px;
	  background-color: transparent; /* this is necessary */
	}

  .panel-group-announcements .panel {
    background-color: transparent;
  }

	.panel-group-announcements > .panel-default > .panel-heading {
    padding: 16px 1px 20px 1px;
    background-color: rgba(0,0,0,0.5);
	  border-radius: 4px;
	}

	.panel-group-announcements h4.panel-title {
    text-align: center;
    color: rgba(244, 244, 244, 0.85);
	  font-size: 18px;
	}

	.panel-group-announcements a.news_events_topic {
    padding: 10px 13px;
    display: inline;
    color: rgba(244, 244, 244, 0.85);
    /* background-color: rgba(113,71,164,0.7); */
    background-color: rgba(208,22,96,0.6);
    border-radius: 5px;
	}

  .panel-group-announcements a.news_events_topic:hover {
   background-color: #d01660;
   color: rgba(244, 244, 244, 0.95);
  }

	.panel-group-announcements .panel-default > .panel-heading + .panel-collapse > .panel-body {
    width: 850px;
	  padding: 12px 16px 4px 16px;
	  border-radius: 4px;
	  background-color: rgba(255, 255, 255, 0.9);
	  font-size: 14px;
	}
}

ul.apply-to-mat {
  padding: 0;
  list-style: none;
}

ul.apply-to-mat li a {
     padding: 8px 6px;
     text-decoration: none;
     text-align: center;
     display: block;
     background-color: rgba(208,22,96,0.65);
     color: rgba(244, 244, 244, 0.85);
     font-size: 15px;
     border-radius: 5px;
}

ul.apply-to-mat li a:hover {
   background-color: #d01660;
   color: rgba(244, 244, 244, 0.95);
}

.panel-heading {
   background-color: #fff;
   padding: 0;
}

a.news_events_topic {
  display: block;
  /* padding: 16px 0 16px 18px; */
  padding: 16px 10px 16px 18px;
  min-height: 142px;
  text-decoration: none;
}

a.news_events_topic:hover {
   background-color: #ecedee;
}

a.no_image {
  min-height: 0;
}

.panel-heading_2 a.news_events_topic:hover {
   background-color: #fff;
}

.panel {
   border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
   background-color: transparent;
   border: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 25px 25px 15px 25px;
}

.panel-heading_2 {
   background-color: #ecedee;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-group .panel {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   border-radius: 0;
   /* border-bottom: solid 1px #ddd; */
   border-bottom: solid 1px #d01660;
}

h4.panel-title {
   font-size: 16px;
   line-height: 20px;
   font-weight: normal;
}

div.img_float_lt
{
  float: left;
  margin: 0 30px 4px 0;
}

.panel-body img {
   border: solid 1px #444;
}

.panel-body h5 {
   margin-top: 16px;
   font-weight: 600;
}

.news_events_tags {
  color: #8d8e8e;
}

div.news_events_tags span.news_events_tags_first {
  padding-right: 3px;
  font-size: 12px;
  color: #8d8e8e;
}

div.news_events_tags a {
  margin-bottom: 1px;
  color: #8d8e8e;
  font-size: 12px;
  text-decoration: none;
}

div.news_events_tags a:hover {
   margin-bottom: 0;
   border-bottom: solid 1px #8d8e8e;
}

div.news_events_tags a + span {
   padding-left: 8px;
   padding-right: 4px;
   color: #8d8e8e;
   font-size: 12px;
}

footer {
    background-color: rgba(0, 0, 0, 0.7);
}

footer p {
   margin: 0;
   padding: 2px;
   /* color: #a2a2a2; */
   color: rgba(255, 255, 255, 0.55);
   font-size: 13px;
   line-height: 15.5px;
}

footer .social_media a {
   padding: 12px;
   /* color: #d01660; */
   color: rgba(255, 255, 255, 0.55);
   font-size: 17px;
}

footer .social_media a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #474747;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

footer .social_media a:focus {
   outline-style: none;
}

/* To disable Chrome's ugly highlight */
a.popup-map.focus, a.popup-map:focus, a.popup-map:active.focus, a.popup-map:active:focus {
   outline-style: none;
}

/* *** Magnific Popup *** */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-map img {
  margin: 1px;
  padding: 6px;
}

.popup-map img:hover {
  margin: 0;
  padding: 6px;
  border: solid 1px #656565;
}

.slide_caption_bg {
  padding-top: 4px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide_caption_text {
  padding-bottom: 2px;
  color: #bbb;
}

p.support_mat {
  margin-top: 10px;
}

p.support_mat a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.55);
}

p.support_mat a:hover {
  margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.55);
}

.dark_caption {
  color: #cbcbcb !important;
}

a.more_stuff {
  float: right;
  background-color: #ecedee;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 7.5px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 8px;
  border-top: none;
  border-left: none;
  border-right: solid 2px #dbdcdc;
  border-bottom: solid 2px #dbdcdc;
  color: #d01660;
  text-decoration: none;
}

a.more_stuff:hover {
  border-top: solid 2px #dbdcdc;
  border-left: solid 2px #dbdcdc;
  border-right: none;
  border-bottom: none;
}

#student_projects .row {
  padding-bottom: 54px;
}

#student_projects .project_link, #research .project_link {
  padding: 14px 20px;
  text-decoration: none;
  color: #333;
  display: block;
}

#student_projects .project_link:hover, #research .project_link:hover {
  background-color: #dbdcdc;
}

#student_projects h4 {
  margin-top: 30px;
}

/* Remove the large Play Button on the Media Element video player */
.mejs__overlay-button {
  display: none;
}

.course_heading {
  padding-bottom: 8px;
  border-bottom: solid 1px #cfd0d1;
}

.course_list {
  padding-top: 16px;
}

.course_list p {
  margin-top: 2px;
  margin-bottom: 1px;
  padding: 0;
  line-height: 20px;
}

.course_bottom {
  padding-bottom: 18px;
  border-bottom: solid 1px #cfd0d1;
}

.image_space {
  padding-top: 8px;
  padding-bottom: 25px;
}

.image_caption {
  margin-top: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13.5px;
}

.news_events_image {
  /* padding: 14px 0; */
  margin: 28px 0;
}

span.showcase {
  padding-top: 32%;
  padding-left: 3px;
  padding-right: 3px;
}

ul.list_style_1 li {
  padding-top: 3px;
  padding-bottom: 3px;
}

ul.list_style_2 {
  margin-bottom: 10px;
}

ul.list_style_2 li {
  padding-top: 3px;
  padding-bottom: 3px;
}

ul.list_style_3 {
  padding-left: 1em;
}

ul.list_style_3 li {
  padding-top: 6px;
  padding-bottom: 6px;
  list-style-type: square;
}

@media screen and (min-width: 600px) {
	#subscribe_form_button {
	    position: fixed;
	    bottom: 0;
	    left: 50%;
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    z-index: 1001;
	    text-decoration: none;
	}

  #subscribe_form {
    width: 296px;
  }

}

/* Disable the subscribe button on smart phones and tablets */
@media screen and (max-width: 600px) {
	#subscribe_form_button {
		display: none;
	}
}

@media screen and (max-width: 768px) {
  #subscribe_form {
    width: 340px;
  }
}

@media screen and (orientation: landscape) {
  #subscribe_form {
    width: 340px;
  }
}

#subscribe_form {
  position: fixed;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* width: 296px; */
  height: 140px;
  display: none;
  background:
  linear-gradient(135deg, transparent 6px, rgba(255,255,255,1) 0) top left,
  linear-gradient(225deg, transparent 6px, rgba(255,255,255,1) 0) top right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  z-index: 1000;
}

#subscribe_form form input {
  padding-left: 3px;
  border: solid 1px #b9b9b9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.show_subscribe_form {
    width: 290px;
    height: 23px;
    padding-top: 1px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background:
    linear-gradient(135deg, transparent 6px, rgba(255,255,255,0.6) 0) top left,
    linear-gradient(225deg, transparent 6px, rgba(255,255,255,0.6) 0) top right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.show_subscribe_form:focus, .close_subscribe_form:focus {
  color: #333;
}

.show_subscribe_form:hover {
    color: #272727;
    height: 28px;
    padding-top: 5px;
    background:
    linear-gradient(135deg, transparent 6px, rgba(255,255,255,0.7) 0) top left,
    linear-gradient(225deg, transparent 6px, rgba(255,255,255,0.7) 0) top right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.submit_button {
  padding: 3px 12px;
  color: #fff !important;
  background-color: #ff0066;
  border: solid 1px #f20262;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.submit_button:hover {
	background-color: #e6035e;
}

.close_subscribe_form {
  margin-bottom: 8px;
  padding: 3px 12px;
  color: #555454 !important;
  background-color: #e1e2e2;
  border: solid 1px #d9dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.close_subscribe_form:hover {
	background-color: #d3d4d4;
}

.form_container {
  padding: 16px;
  text-align: center;
}

/* To disable Chrome's ugly highlight */
input, button {
   outline-style: none;
}

#success_msg {
  position: fixed;
  bottom: 40%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(60, 209, 36, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#invalid_email {
  display: none;
  position: fixed;
  bottom: 18%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(233, 191, 23, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.small_image_events {
  float: right;
  padding-left: 20px;
}

#accordion-1, #accordion-2 {
  max-width: 600px;
}
