@charset "UTF-8";

/* CSS Document

DOCUMENT INFORMATION
	- Document: Site Media Queries
	- Version:  1
	- Author:   Simon Oakley

/* =Legend
==================================================

COLORS

Light Maroon  #ac1455
Maroon        #7a003c
Dark Maroon   #56002a
Light Grey    #f1f1f1
Grey          #c6cbce
Dark Grey     #8e979d
Light Slate   #6a7882
Slate         #323e48
Dark Slate    #1e252b
Light Yellow  #fdbf57
Yellow        #e8941a
Dark Yellow   #bf5711
Light Blue    #147cac
Blue          #193989
Dark Blue     #260059
Light Green   #98a632
Green         #677718
Dark Green    #384208

FONTS

Light Condensed         - font-family: 'LightCon';
Light Condensed Italic  - font-family: 'LightConObl';
Bold Condensed          - font-family: 'BoldCon';
Bold Condensed Italic   - font-family: 'BoldConObl';
Condensed               - font-family: 'RegCon';
Condensed Italic        - font-family: 'RegConObl';
Ultra Condensed         - font-family: 'UltraCon';
Font Awesome            - font-family: 'FontAwesome';
Glyphicons Halflings    - font-family: 'Glyphicons Halflings'


/* = Bootstrap Large (large desktops, 1200px and up)
==================================================*/

@media (min-width: 1200px) {

}


/* = Bootstrap Medium (large desktops, 1200px and up)
==================================================*/

@media (max-width: 1200px) {
  ul.topnav>li>a {
  padding:15px 45px;
}
    .news-image-box-full {
  height:380px;
}
  #header-box #site-title {
  font-size:60px;
}
  #site-header.faculty-header ul.topnav>li>a {
  padding:15px 15px;
}
/*
  .featured-story .card-img-box-block img {
  width:116%;
}
*/

}


/* = Bootstrap Small (desktops, 992px and up)
==================================================*/

@media (max-width: 992px) {
  #site-header.faculty-header ul.topnav>li>a {
  padding:15px 10px;
  font-size:16px;
    line-height:20px;
}
    .featured-story .story-description  {
  min-height:0;
}
  .featured-story .story-description .story-info {
  padding-left:30px; padding-right:30px;
}
.featured-story .story-image .card-img-box-block img {
   position:relative;
   width:100%; height:auto;
  top:auto; bottom:auto; left:auto; right:auto;
}
  .featured-story .story-profile {
    background-color:#f1f1f1;
  }
  [class*="bg-"] .featured-story .story-profile {
    background-color:#fff;
  }

  #profile-table td:first-child  {
    width:auto;
    white-space:normal;
}


  #header-box {
    max-width:55%;
  }
  #header-box #site-title {
  font-size:50px;
    margin-bottom:20px;
}
  #header-box #site-parent-logo {
  width: 160px;
  height: 88px;
}
  #site-header.home-page {
  height:365px;
}
   .news-image-box-full {
  height:340px;
}


  #profile-table {
    border-bottom:none;
  }
  #profile-table thead {
    display: none;
  }
  #profile-table tbody {
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: block;
  }


  #profile-table tbody tr,
  #profile-table tbody td {
    background-color: inherit !important;
  }
  #profile-table tbody tr:hover,
  #profile-table tbody tr:hover td {
    background-color: inherit !important;
  }
  #profile-table td.table-description {
    margin-bottom: 5px;
  }
  #profile-table tr {
    display: block;
    padding: 15px;
    width: 50%;
    float: left;
    position: relative;
    border:1px solid #f1f1f1;
    box-shadow: inset 0 -45px 85px -40px #eee
  }
  #profile-table td {
    display: block;
    padding: 0 0 2px 0;
    margin: 0;
    border-top: 0;
    text-align:center;
  }
  #profile-table img {
  margin:5px 10px 5px 0;
}
    #profile-table td.table-title {
margin-top:5px; margin-bottom:5px;
}
  #profile-table td.table-title img {
  width: 100px;
  height: 100px;
  displaY:block;
    margin-left:auto; margin-right:auto;
    margin-bottom:10px;

}

  #profile-table tr td.link-btn {
    position: relative;
    width:auto;
    bottom: 0;
    left:0; right:0;
    margin-top:0;
    padding:0;
  }
  #profile-table>tbody>tr>td.link-btn{
    margin-top:10px;
  }
   #profile-table>tbody>tr>td.link-btn+td.link-btn{
    margin-top:-1px;
  }
  #profile-table td.link-btn .btn {
  margin: 0;
  width:100%;
  height: auto;
  position: relative;
  text-align: center;
  border-top:1px solid #ddd !important;
  border-bottom:1px solid #ddd !important;
  vertical-align: middle !important;
  left:0;
  right:0;
}
  #profile-table td.link-btn .btn span {
    display: inline;
    margin-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  [data-visual-label]:before {
  content: attr(data-visual-label) ": ";
  display: inline-block;
  min-width:75px;
  margin-right:5px;
  font-size:11px;
  line-height:15px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-family: 'LightCon';
  color:#6a7882;
}
  #site-footer .btn-group {
    position: absolute;
    top: -5px;
    right: 15px;
    width: auto;
  }
  ul.topnav>li>a {
  padding:15px 25px;
}
  ul.subnav>li>a {
  padding:10px 20px;
}
  #eng-footer .list-inline {
    text-align: center;
  }

  .nav.nav-tabs.profile-tabs>li>a {
    font-size:16px;
  }



}


/* = Bootstrap Extra Small (tablets, 767px and up)
==================================================*/
@media (min-width: 767px) {


  ul.topnav>li:hover span.subnav {
/*  display: block;*/
  z-index:1;
  visibility: visible;
  opacity: 1;
}
ul.topnav>li:hover ul.subnav {
/*  display: inline-block;*/
  visibility: visible;
  opacity: 1;
}
}
/* = Bootstrap Extra Small (tablets, 767px and up)
==================================================*/
@media (max-width: 767px) {


  table.mobile-table td {
	  width: 100% !important;
	  display: block;
  }


   .carousel-cell a {
  font-size: 40px;
  line-height: 45px;
     padding-bottom:20px;
}


  .news-body img {
    float:none !important;
    max-width:100%;
    margin:0;
  }
  .share-group.pull-right {
    float:none !important;
    margin:15px 0;
  }
  #event-details-row {
    text-align:center;
  }
  #header-box {
    max-width:70%;
  }
  #site-header.home-page {
  margin-bottom:65px;
}
  #header-box #site-title {
  font-size:40px;
}


    #header-box #site-parent-logo {
  width: 130px;
  height: 72px;
}

   #site-header.home-page {
  height:315px;
}
     .news-image-box-full {
  height:270px;
}
  .nav.nav-tabs.profile-tabs {
  border-bottom:none;
  }
  .nav.nav-tabs.profile-tabs>li {
    display:block; float:none;
  }
  .nav.nav-tabs.profile-tabs>li:last-child.active a {
    border-bottom:1px solid #ddd;
  }

  .profile-media .media-left {
  display:block;
  text-align: center;
}
  .profile-media .image-box {
  display:inline-block; margin-right:0;
}
  .profile-media .media-body {
  text-align: center;
}


  #site-footer [class*="col-"] {
    text-align: center;
  }
  #site-footer .btn-group {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
  }
  #eng-fireball-logo {
    display: inline-block;
    height: 90px;
    padding-left: 0;
    padding-top: 50px;
    background-position: top center;
    margin-bottom: 0;
  }
  #eng-footer .btn-group {
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-top: 0;
  }
  #eng-footer .list-unstyled li {
    display: block;
    text-align: center;
  }
  #eng-footer ul li:last-child a,
  #eng-footer ul li:first-child a {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .deptnav {
    margin-bottom:40px;
  }
  .deptnav>.container {
    margin-left: -1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ul.topnav {
    display:block;
  }
  ul.topnav>li {
/*  display:block;*/
  width: 33.333%;
  text-align:center;
}
  #site-header.faculty-header ul.topnav>li>a  {
    border-top: 1px solid #56002a;
    border-left: 1px solid #56002a;
/*    padding:15px 20px;*/
  }
   #site-header.faculty-header ul.topnav>li {
  width: 50%;
  text-align:center;
}
   #site-header.faculty-header ul.topnav>li:first-child {
  width: 100%;
}

  ul.topnav>li>a {
  border-top: 1px solid #c6cbce;
    border-left: 1px solid #c6cbce;
    padding-left:0; padding-right:0;
}
  ul.topnav>li.active>a {
  border-top: 1px solid #1e252b;
    border-left: 1px solid #1e252b;
}
  ul.topnav>li.active>a:hover, ul.topnav>li.active>a:focus {
  border-top: 1px solid #1e252b;
    border-left: 1px solid #1e252b;
    cursor: default;
}
  ul.topnav>li>a:hover,
  ul.topnav>li>a:focus {
    border-top: 1px solid #c6cbce;
    border-left: 1px solid #c6cbce;
  }

 ul.topnav>li.active ul.subnav {
    padding:15px 0;
    width:100%;
    display:block;
    height:auto;
  }
ul.subnav li {
    width:100%;
  }


}


/* = Large Mobile (tablets, 480px and up)
==================================================*/

@media (max-width: 480px) {
  .featured-story .profile-card {

    overflow:hidden;
    padding-bottom:0 !important;
  }


  .featured-story .profile-card .card-img-box {
    float:left;
    width:25%;
  }
  .featured-story .profile-card .card-title, .featured-story .profile-card .card-description {
    width:75%;
    float:left;
    padding-left:15px;
    text-align:left;

  }
  .featured-story .multi-profile .profile-card .card-title, .featured-story .multi-profile .profile-card .card-description {
    float:none; width:100%; text-align:center;
    padding-left:0;
  }


   .carousel-cell a {
  font-size: 30px;
  line-height: 35px;
     padding-bottom:15px;
}
  #header-box {
    max-width:70%;
    padding:20px;
  }
#home-banner-img {
  width:auto; height:100%;
}
  #home-welcome-box p.super-lead {
  font-size:25px; line-height:33px;
}
#home-welcome-box p.lead {
font-size:20px; line-height:27px;
}



   .news-image-box-full {
  height:220px;
}
  #profile-table tr {
    width: 100%;
    float: none;
  }
}


/* = Small Mobile (tablets, 480px and up)
==================================================*/

@media (max-width: 320px) {

 #site-header.faculty-header ul.topnav>li>a {
  font-size:15px;
    line-height:17px;
       padding:15px 35px;
}



   #header-box {
    max-width:none;

  }
  #header-box #site-title {
  font-size:40px;
}
  #site-header.home-page {
  height:315px;
}
  ul.topnav>li>a {
  font-size:15px;
}
  #profile-row .card {
    padding: 10px;
  }
  #profile-row .profile-img-box {
    width: 106.66666667px;
    height: 106.66666667px;
  }
  #profile-row .card-title {
    font-size: 18px;
    line-height: 20px;
  }
  #profile-row .card-description {
    font-size: 15px;
    line-height: 20px;
  }
  #profile-row .card-label {
    display:none;
  }
}
