@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto:400,500,700&display=swap');

/******************************************
          GLOBAL
*******************************************/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #333;
    font-size: 40px;
}

h2 {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #333;
    font-size: 32px;
}

h3 {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #333;
    font-size: 26px;
}

ul, ol {
    padding: 0 0 0 40px;
    margin: 0 0 22px 0;
}

#content a {
	color: #333;
}

img.align-left {
    float: left;
    padding: 0 20px 0 0;
}

img.align-right {
    float: right;
    padding: 0 0 0 20px;
}

.text-align-center {
	text-align: center;
}

.text-align-justify {
	text-align: justify;
}

.text-align-right {
	text-align: right;
}

#block-medsites-content ul li, #block-medsites-content ol li {
    margin: 0 0 20px 0;
}

#sidebar .field--name-body ul, #sidebar .field--name-body ul ol {
	margin: 0 0 0px 20px;
	padding: 0;
}

#sidebar .field--name-body ul li, #sidebar .field--name-body ol li {
	list-style: disc;
	margin: 0 0 20px 0;
}

#sidebar .field--name-body ul ul li, #sidebar .field--name-body ol ol li {
	list-style: circle;
}


#block-medsites-content .table td, #block-medsites-content .table > tbody > tr > td {
	border: 1px solid #000;
	font-size: 16px;
    color: #333;
}

#block-medsites-content .table td a, #block-medsites-content .table > tbody > tr > td a {
	color: #333;
}

#block-medsites-content table.no-border td {
	border: 0 !important;
}

#block-medsites-content table {
	text-align: inherit;
}

#sidebar .widget.block {
	margin-bottom: 60px;
}

#sidebar .widget.block a {
	color: #333;
}

#sidebar .widget.block a:hover {
	text-decoration: underline;
}

#sidebar .title-box {
	margin-bottom: 0px;
    background: #95B2B0;
    padding: 1rem;
    font-size: 21px;
}

#sidebar .title-box .title {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 12px 0;
    padding: 14px 0 0;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

#sidebar .title-box:before {
	display: none;
}

#sidebar .widget .field--name-body {
   background: #f1f1f1;
   padding: 25px 10px;
}

#sidebar nav {
	background: #f1f1f1;
}

#sidebar nav h2 {
	margin-bottom: 0px;
    background: #95B2B0;
    padding: 2rem 1rem;
    font-size: 21px;
    color: #fff;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#sidebar nav ul {
  padding: 10px;
}

#sidebar nav ul li {
	padding-bottom: 10px;
}

#sidebar nav ul a {
  color: #333;
}

#sidebar .sidebarblock-parent {
	background: #f1f1f1;
	display: inline-block;
    margin-top: 30px;
}

#sidebar .sidebarblock-parent .node--type-blog-post .group-left {
	width: 40% !important;
}

#sidebar .sidebarblock-parent .node--type-blog-post .group-right {
	width: 55% !important;
}

#sidebar .sidebarblock-parent .node--type-blog-post {
	padding: 10px;
}

#sidebar .sidebarblock-parent .node--type-blog-post .field--name-node-title h4 {
	font-size: 16px;
	margin-bottom: 0;
}

#sidebar .sidebarblock-parent a.more-news-link {
	padding: 15px;
    display: block;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.field--name-langcode {
	display: none;
}

.md-arrow > div {
	background: #fff;
}

.md-arrow > div:before {
	color: #000;
}

.md-arrow > div:hover {
	background: #d2d2d2;
}

.top-header-links {
	background: #272727;
	padding: 5px 0;
}

.top-header-links ul {
	padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    float: right;
}

.top-header-links a {
	color: #fff;
    padding: 0 10px;
}

/********************************************
              Global Regions
********************************************/
.nd-region.slideshow-home {
	padding: 0px 0 0 0;
}

.nd-region.slideshow-lab {
    padding-bottom: 0px;
    padding-top: 0;
}

.nd-region.lab-content {
	padding: 50px 0;
}

#slideshow .md-slider-wrap {
    margin: 0 auto;
    padding-top: 70px;
}

#slideshow .md-slider-wrap.md-slider-full-width {
    margin: 0 auto;
    padding-top: 0px;
    margin-top: -1px;
}

.panel-group .panel-default .panel-heading > .panel-title > a:before, .panel-group .panel-default .panel-heading > .panel-title > a:after {
	background-color: #333 !important;
}

.panel-group .active.panel .panel-heading > .panel-title > a {
	background-color: #cbcbcb !important;
}

/********************************************
           HEADER
*********************************************/

.fixed-header .page-box {
    padding-top: 0px !important;
}

.header .container-fluid {
  position: relative;
}

.fixed-header .header {
  top: 0px;
  z-index: 870;
  position: relative !important;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  width: auto;
}

.nd-region.home-header {
	padding: 0;
}

.home-header #Header {
	padding: 40px 0;
}

#Header {
	/*border-bottom: 1px solid #ccc;*/
    padding: 35px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	width: 1170px;
    margin: 0 auto;
}

#Header #top, #Header #content_top {
	padding-left: 0;
	left: 0;
}

.home-header #Header img {
	height: 50px;
}

#Header img {
	height: auto;
	max-width: 100%;
}

#content_top {
	padding-top: 20px;
}

#block-secondarymenublock li {
	float: left;
}

#block-secondarymenublock li a {
	border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 11px;
	margin: 0 2px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#block-secondarymenublock li a:hover {
	color: #333;
}

#block-secondarymenublock ul ul a {
	color: #333;
}

.m-branding-txt {
font-family: Roboto, sans-serif;
    font-size: 38px;
    font-weight: 500;
	position: relative;
	line-height: 1.2em;
}

.arr-dwn {
  fill: none;
  stroke: rgb(9, 152, 202);
  stroke-width: 4;
}
nav#block-secondarymenublock {
    width: 100% !important;
}
nav#block-secondarymenublock > ul {
	float: right !important;
}

#block-secondarymenublock .col-xs-10 {
  width: 100% !important;
  padding-left: 0;
}

#block-secondarymenublock ul ul li {
    float: none;
}

.navbar {
	position: relative;
	top: 50px;
}

nav#block-secondarymenublock .header-relative .container {
	width: 100%;
}

.header .primary .sub {
	margin: -1px 2px 0;
}

nav .parent .sub {
	width: auto !important;
}

nav .parent .sub li {
	border-bottom: 1px solid #ccc;
}

nav .parent .sub li a {
	font-size: 16px !important;
	white-space: nowrap !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
}

#block-secondarymenublock ul li a.is-active {
	background: #fff;
	color: #333;
}

.header .primary .parent .sub > li:hover > .sub {
    display: block !important;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.alexander {
	background: url(https://medsites.vumc.org/sites/default/files/alexander-lab/WT-posterior-ear_Maximum-intensity-projection_m38.jpg) no-repeat;
	background-size: cover;
}

/*******************************************
           HOMEPAGE SLIDESHOW
********************************************/
#block-homepageslideshow .md-object.md-layer-1-1-0 {
	text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    width: 100% !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
    left: 0 !important;
    right: 0;
	top: 35% !important;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#block-homepageslideshow .md-object.md-layer-1-1-1 {
	text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    width: 100% !important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    left: 0 !important;
    right: 0;
	top: 40% !important;
	line-height: 1.2em;
}

.slideshow-home .md-main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/************************************************
             LAB SLIDESHOWS
*************************************************/
#slideshow .md-slider-wrap {
	margin: 0 auto;
}

#slideshow .slideshow-caption {
	background: #005B8A;
    width: 98% !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    overflow: auto;
    height: auto !important;
    display: block !important;
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: 80% !important;
}

#slideshow .md-slide-items {
	border: 1px solid #ccc;
}

#slideshow .md-slider-full-width .md-slide-items {
	border: none;
}

/**************************************************
              STANDARD SLICK SLIDESHOWS
**************************************************/
.slick--view--standard-slick-slideshow {
	width: 1170px;
	margin: auto;
	margin-top: 60px;
}

.slick--view--standard-slick-slideshow .slideshow-image {
	height: 450px;
}

.slick--view--standard-slick-slideshow .slideshow-image img {
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.slick--view--standard-slick-slideshow .slideshow-caption-text {
	background: #eee;
    padding: 20px 10px;
	min-height: 65px;
}

#sidebar .slick--view--standard-slick-slideshow {
	margin-top: 0;
}

#sidebar .slick--view--standard-slick-slideshow .slideshow-image {
	height: auto;
}

#sidebar .slick--view--standard-slick-slideshow nav.slick__arrow {
    background: none !important;
}

/**************************************************
              FULL WIDTH SLICK SLIDESHOWS
**************************************************/
.slick--view--full-width-slick-slideshow {
	width: 100%;
}

.slick--view--full-width-slick-slideshow .slideshow-image {
	height: 600px;
}

.slick--view--full-width-slick-slideshow .slideshow-image img {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	object-fit: cover;
}

/**************************************************
             DIRECTORIES
***************************************************/
.DOM-viewmode-default_directory_photo .category, .DOM-viewmode-default_directory_grid .category, .DOM-viewmode-vokcfaculty_directory_photo .category {
	margin-top: 20px;
	margin-bottom: 40px;
}

.DOM-viewmode-default_directory_photo .category a. .DOM-viewmode-vokcfaculty_directory_photo .category a {
    color: #333;
}

.DOM-viewmode-default_directory_photo .group-left, .DOM-viewmode-vokcfaculty_directory_photo .group-left {
    width: 10% !important;
}

.DOM-viewmode-default_directory_photo .group-right, .DOM-viewmode-vokcfaculty_directory_photo .group-right {
    float: right !important;
    width: 89% !important;
}

.DOM-viewmode-default_directory_photo p.people-title, .DOM-viewmode-vokcfaculty_directory_photo p.people-title, .DOM-viewmode-vokcfaculty_directory_photo .field--name-field-faculty-rank {
    margin-bottom: 10px !important;
	font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 20px !important;
}

.DOM-viewmode-default_directory_photo .field--name-node-title h3, .DOM-viewmode-vokcfaculty_directory_photo .field--name-node-title h3 {
	margin-bottom: 10px !important;
}

.DOM-viewmode-default_directory_photo .field--name-node-title a, .DOM-viewmode-vokcfaculty_directory_photo .field--name-node-title a {
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    color: #333;
    font-size: 28px;
}

.DOM-viewmode-default_directory_photo .node--type-person, .DOM-viewmode-vokcfaculty_directory_photo .node--type-person {
    margin-bottom: 60px !important;
}

.DOM-viewmode-default_directory_photo .node--type-person h3, .DOM-viewmode-vokcfaculty_directory_photo .node--type-person h3 {
	margin-top: 0px !important;
}

.DOM-viewmode-default_directory_grid .node--view-mode-default-directory-grid {
	width: 24%;
    display: inline-flex;
    text-align: center;
    flex-direction: column;
    min-height: 50vh;
}

.DOM-viewmode-default_directory_grid .field--name-field-photo img {
	border-radius: 8px;
}

.DOM-viewmode-default_directory_grid .field--name-node-title {
	margin: 10px 0 5px 0;
}

.DOM-viewmode-default_directory_grid .field--name-node-title a {
	color: #333;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.DOM-viewmode-default_directory_grid .node--view-mode-default-directory-grid .people-titles {
	padding: 5px 30px;
}

.DOM-viewmode-default_directory_grid .node--view-mode-default-directory-grid .people-title {
	margin-bottom: 15px;
	font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px !important;
}

.DOM-viewmode-program_directory_photo .group-right h2, .DOM-viewmode-vokcfaculty_directory_photo .group-right h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.DOM-viewmode-program_directory_photo .node--type-person .group-right {
	width: 82%;
}

.DOM-viewmode-program_directory_photo .node--type-person {
	margin-bottom: 30px;
}

.DOM-viewmode-program_directory_photo .node--type-person .people-title {
	font-size: 22px;
}

/*****************************************************
               PERSON PROFILES
*****************************************************/
.node--type-person .group-left {
	width: 18%;
}

.node--type-person .group-right {
	width: 80%;
}

.node--type-person h3 {
	margin-top: 30px;
}

/*.node--type-person p.people-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
}
*/

.node--type-person .field--name-field-email {
	margin-top: 20px;
}

.node--type-person .field--label-inline .field__label {
	font-weight: bold;
}

.node--type-person .field--label-inline .field__label:after {
	content: ":";
	margin-right: 5px;
}

.node--type-person .people-title {
	font-weight: 500;
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2em;
}


/***********************************************
             PUBLICATIONS
************************************************/
#block-bibliographyblock .publication-listing {
  color: #333;
}



/******************************************
              BLOG PAGES
******************************************/
#block-blogblock .group-left {
	width: 16% !important;
}

#block-blogblock .group-right {
	width: 82% !important;
}

#block-blogblock .node--type-blog-post {
	margin-bottom: 60px;
}

#block-blogblock h3 a {
	color: #333;
}

#block-blogblock .links {
	margin: 0;
    padding: 35px 0px 0 0;
    list-style: none;
}

#block-blogblock .links a {
	background: #95B2B0;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.node--type-blog-post .blog-default-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#pubmed_btn {
  color: #fff !IMPORTANT;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
  font-weight: 700;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  padding: 2px 1em;
}

/*************************************************
                  FOOTER
**************************************************/
footer.footer-top {
    background: #fff !important;
}

.footer-bottom {
    background: #272727;
	font-size: 14px;
	text-align: center;
}

.footer-bottom p {
	color: #fff !important;
}


/*********************************************
              CAHILL LAB
*********************************************/
.cahill-lab-content {
	overflow: hidden;
	padding: 0;
}

#cahill-lab-main-image {
	background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-bottom: 22%;
}

#cahill-lab-main-image p {
	background: #333;
    padding-bottom: 10%;
    padding-left: 4%;
    /* margin: 10% 0; */
    padding: 5% 0 5% 5%;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    color: #fff;
    font-size: 60px;
    position: relative;
}

#cahill-news-events {
	margin: 60px 0;
}

#block-newsblockcahilllab-2 {
	background: #333;
    display: inline-block;
	margin: 80px 0 0 0;
	padding-top: 20px;
}

#block-newsblockcahilllab-2 .title-box {
	border: none;
    background: #333;
}

#block-newsblockcahilllab-2 .title-box h2 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  background: #333;
}

#block-newsblockcahilllab-2 .title-box:before {
	display: none;
}

#block-newsblockcahilllab-2 .node--type-blog-post {
	float: left;
	width: 24%;
	padding: 10px;
}

#block-newsblockcahilllab-2 .node--type-blog-post .group-left, #block-newsblockcahilllab-2 .node--type-blog-post .group-right {
	text-align: center;
	width: 100%;
}

#block-newsblockcahilllab-2 .node--type-blog-post .group-right .field--name-node-title {
	margin-top: 10px;
}

#block-newsblockcahilllab-2 .node--type-blog-post .group-right a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

#block-newsblockcahilllab-2 .node--type-blog-post .group-left img {
	height: 200px;
	object-fit: contain;
}

#block-cahilllabnewsbuttons {    
    background: #333333;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-buttons-cahill-lab {
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#read-work-row {
	background: #93ccd6;
    display: flex;
    position: relative;
}

#read-work-row #read-work-left {
	width: 50%;
}

#read-work-right {
	width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
}

#meet-team-row {
	display: flex;
	background: #333;
}

#team-left {
	width: 50%;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#team-left p, #team-left h2 {
	color: #fff;
	text-align: center;
}

#team-right {
	width: 50%;
	text-align: center;
}

#block-cahilllabcontactus {
	padding: 80px 0;
}



/*********************************************
              VVC CENTER SITE
**********************************************/
.vvc-header .header .primary {
	float: right;
}

.nd-region.vvc-header {
	border-bottom: 1px solid #ccc;
}

.vvc-header #content_top {
	padding: 10px 0;
}

.vvc-header #Header img {
	height: 50px;
}

.vvc-header #block-secondarymenublock ul li a {
	color: #333;
}

.vvc-header #block-secondarymenublock ul li:nth-child(1) a.is-active {
	color:#333;
	background: none;
}

.vvc-header #block-secondarymenublock ul li a.is-active {
	background: #005b8a;
	color: #fff;
}

.vvc-header #block-secondarymenublock ul li a:hover {
	background: #005b8a !important;
	color: #fff !important;
}

#vvc-lab-main-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	position: relative;
}

.homepage-hero-image {
	width: 100%;
}

#vvc-lab-main-image img {
	width: 100%;
	object-fit: cover;
}

#vvc-lab-main-image p {
    font-size: 3.2vw;
    color: #fff;
    font-weight: 800;
    font-family: 'Roboto';
    position: absolute;
    top: 43%;
}

.overlay {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

.vvc-home-lab-content {
	padding: 0;
}

.vvc-lab-content {
	padding: 40px 0;
}

.vvc-lab-content h2 {
	font-size: 36px;
    font-weight: 500;
    color: #333;
}

.vvc-lab-content h3 {
	font-size: 28px;
    font-weight: 300;
    color: #333;
}

.vvc-lab-content #block-medsites-page-title h1 {
	margin-bottom: 40px;
}

.vvc-lab-content #block-medsites-page-title span {
    border-bottom: 5px solid #a28448;
}

.research-overview-title h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

 .research-overview-text p {
	 color: #fff;
 }
 
.black-box-row, .blue-box-row {
	 padding-top: 60px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
 
.black-box {
	background: #000;
    max-width: 70%;
    box-sizing: border-box;
    flex: 0 0 auto;
    background: #333538;
    padding: 100px;
    position: relative;
	border-radius: 20px;
}

.black-box ul {
	width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
}

.black-box ul li {
	color: #fff;
}

.black-box h3 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.black-box strong {
	color: #fff;
}

.blue-box {
	background: #005b8a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px;
    border-radius: 20px;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: -70px;
}

.blue-box ul {
	width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
	padding-left: 40px;
}

.blue-box ul li {
	color: #fff;
}

.blue-box h3 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.card-image {
    margin-top: 30px;
    margin-left: -110px;
    max-width: 35%;
}

.card-image img {
	border-radius: 10%;
    width: auto;
    height: 35vh;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 5px 5px 5px 4px #015b8a;
}

.blue-card-image {
	position: relative;
    z-index: 99;
	margin-top: 30px;
}

.blue-card-image img {
	border-radius: 10%;
    width: auto;
    height: 35vh;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: -5px 5px 5px 4px #333538;
}


/**************************************
              VOKC
***************************************/
#vokc-lab-main-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	position: relative;
}

.homepage-hero-image {
	width: 100%;
}

#vokc-lab-main-image img {
	width: 100%;
	object-fit: cover;
}

#vokc-lab-main-image p {
    font-size: 3.2vw;
    color: #fff;
    font-weight: 800;
    font-family: 'Roboto';
    position: absolute;
    top: 43%;
}


/********************************************
              MEDIA QUERIES
*********************************************/

@media (max-width : 1150px) {
	 .md-main-img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
}


@media (max-width : 1024px) {
#top {
	left: 1%;
  }
  .DOM-viewmode-program_directory_photo .node--type-person .group-right {
    width: 80%;
  }
  
  #Header {
	width: 100%;
  }
}

@media (max-width : 991px) {
.slick--view--full-width-slick-slideshow .slideshow-image {
	height: auto;
}

.slick--view--full-width-slick-slideshow .slideshow-image img {
	width: 100%;
	margin: 0 auto;
	height: auto;
  }
  .slick--view--standard-slick-slideshow {
    width: 970px;
  }
}

@media (max-width : 768px) {
  #content_top {
	left: 1% !important;
  }
  .md-main-img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  .home-header #Header img {
    height: 50px;
  }

  #Header img {
    height: auto;
    max-width: 100%;
    }

.slick--view--standard-slick-slideshow {
    width: 750px;
  }

  .slick--view--standard-slick-slideshow .slideshow-image {
    height: auto;
  }

  .slick--view--standard-slick-slideshow .slideshow-image img {
    height: 300px;
	object-fit: cover;
	margin: 0 auto;
  }
  .slick--view--full-width-slick-slideshow .slideshow-image {
    height: auto;
  }

  .slick--view--full-width-slick-slideshow .slideshow-image img {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  #block-secondarymenublock li {
    float: none;

  }

  .header .primary .parent:hover > .sub {
    display:block;
  }

  .header .primary .parent:hover > .sub {
    margin: -1px 0 0 10px;
  }

  .header .primary .parent.expanded {
	  margin-left: 28px;
  }

  .header .primary .parent.expanded > a {
    padding: 0px 0px;
  }

  .header .primary .parent.expanded > a::before {
    position: absolute;
    width: 35px;
    font: normal normal normal 35px/1 FontAwesome;
    height: 33px;
    margin-left: -40px;
    content: "\f107";
  }


  .header-relative .primary .parent .open-sub {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    display: none;
  }

  .header-relative .primary .parent {
    left: 0px;
  }

  .header-relative .primary .parent span.open-sup::before {
    position: absolute;
    width: 25px;
    font: normal normal normal 25px/1 FontAwesome;
    height: 25px;
    margin-left: 8px;
    content: "\f107";
	line-height: 35px;
  }

  .header-relative .primary .parent .open-supx span {
    background: #1e1e1e;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
    left: -18px;
    font: normal normal normal 34px/1 FontAwesome;
  }
  .header-relative .primary .parent .open-sup span + span {
    display: none;
  }

  span.open-sup.fa.fa-angle-down:after {
    font-size: 36px;
    left: -12px;
    position: relative;
  }

  .header-relative .primary .parent .parent > a .open-sup span,
  .header-relative .primary .open-sup span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 38px;
    position: absolute;
    width: 12px;
  }


  .header-relative .primary .parent .parent > a .open-sup span + span,
  .header .primary .navbar .nav .open-sup span + span {
    height: 12px;
    margin: 9px 0 0 43px;
    width: 2px;
  }
  .header-relative .primary  > li.parent:hover > a:after {
    display: none;
  }
  .header-relative .primary .sub,
  .header-relative .primary .sup,
  .header-relative .primary .parent .sub,
  .header-relative .primary .parent .sup,
  .header-relative .primary .parent:hover > .sub,
  .header-relative .primary .parent:hover > .sup {
    background: inherit;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 0 5px;
    position: relative;
  }
  .header-relative .primary  > li.parent:hover > a {
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-relative .primary  > .parent.active > a,
  .header .primary  > .parent.active:hover > a{
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-relative .primary  > .parent.active > a .open-sup span {
    background: #fff;
  }
  .header-relative .primary .parent.active > a .open-sup span + span,
  .header-relative .primary .open-sup span + span {
    display: none;
  }

  #block-secondarymenublock li.parent.active ul.sub li a {
    color:inherit;
	white-space: normal !important;
  }

  #block-secondarymenublock li.parent a {
    margin-left: 0px;
  }

  #block-secondarymenublock li a:hover {
	  color: inherit;
    background-color: transparent;
  }

  #block-secondarymenublock > li > .parent a:hover {
    background-color: inherit;
  }
  
  #block-secondarymenublock ul li a.is-active {
	  padding-left: 10px;
	  color: #333 !important;
  }
  .header-relative .navbar-bar {
	  margin-top: 10px;
  }
  
  .header .right-box-wrapper {
	  height: 50px;
  }
  .DOM-viewmode-program_directory_photo .node--type-person .group-right {
	  width: 79%;
  }
  
  .vvc-header .header .primary {
    float: left;
  }
  .vvc-header nav#block-secondarymenublock .header-relative .container {
    width: 100%;
    margin-left: 20px;
  }
  .vvc-header .text {
	  color: #000;
  }
}

@media (min-width: 769px) {

  .header-relative .primary li.parent {
    padding-right: 20px;
  }

  .header-relative .primary li a {
    display: block;
  }

  .header-relative .primary .parent span:after {
    position: absolute;
    width: 25px;
    font: normal normal normal 25px/1 FontAwesome;
    height: 25px;
    margin-left: 7px;
    content: "\f107";
    color: #fff;
    top: 5px;
  }
  
  .header-relative .primary .parent a.is-active > span:after  {
    color: #333;
	background: #fff;
	height: 35px;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 35px;
}

  .header-relative .primary .parent a:hover span:after  {
    color: #333;
	background: #fff;
	height: 35px;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 35px;
}

  .header-relative .primary .parent .open-sup span {
    background: #1e1e1e;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
    left: -18px;
    font: normal normal normal 34px/1 FontAwesome;
  }

  .header-relative .primary li.parent:hover {
    background-color: #f7f7f7;
    height: 35px;
    border-radius: 4px;
  }

  .header-relative .primary li.parent:hover > a, .header-relative .primary li.parent:hover > a > span:after {
    color: #333 !important;
  }

  #block-secondarymenublock li.parent .open-sup a:hover {
    color: #333;
    line-height: 35px;
    text-decoration: none;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  .primary .navbar-collapse.collapse {
    display: block !important;
  }
}

@media (max-width : 736px) {
nav#block-secondarymenublock {
    width: 93% !important;
  }
  #content_top {
	left: 2% !important;
  }
  .m-branding-txt {
    font-family: Roboto, sans-serif;
    font-size: 30px;
  }
  #block-homepageslideshow .md-object.md-layer-1-1-0 {
	  font-size: 40px;
  }
  #block-homepageslideshow .md-object.md-layer-1-1-1 {
    font-size: 20px;
  }
  .header-relative .col-xs-12, .navbar-toggle, #block-secondarymenublock li a, .header-relative .navbar-collapse {
	 padding-left: 0;
  }
  #block-secondarymenublock ul li a.is-active {
	  padding-left: 10px;
	  color: #333 !important;
  }
  #cahill-lab-main-image p {
	  font-size: 40px;
  }
  
  #block-newsblockcahilllab-2 .node--type-blog-post {
	  width: 100%;
  }
}


@media (max-width : 414px) {
nav#block-secondarymenublock {
    width: 85% !important;
  }
   #content_top {
	left: 2% !important;
  }
  #block-blogblock .group-left {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #block-blogblock .group-right {
    width: 100% !important;
  }
  .DOM-viewmode-default_directory_photo .group-left, .DOM-viewmode-program_directory_photo .group-left {
    width: 100% !important;
  }
  .DOM-viewmode-default_directory_photo .group-right, .DOM-viewmode-program_directory_photo .group-right {
    float: right !important;
    width: 100% !important;
  }
  .slick--view--standard-slick-slideshow {
    width: 95%;
  }
  .vvc-header #block-secondarymenublock ul li a.is-active {
    background: #005b8a;
    color: #fff !important;
  }
  .vvc-header #block-secondarymenublock ul li:nth-child(1) a.is-active {
    color: #333 !important;
    background: none;
    padding-left: 0;
}

.black-box {
    max-width: 90%;
    box-sizing: border-box;
    flex: 0 0 auto;
    background: #333538;
    padding: 60px;
    position: relative;
    border-radius: 20px;
    margin: 0 auto;
  }
  
  .card-image {
    margin-top: -40px;
    margin-left: 17px;
    max-width: 90%;
}

.blue-box {
	background: #005b8a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px;
    border-radius: 20px;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 auto;
	max-width: 90%;
  }
  
  .research-overview-text {
	  padding-left: 40px !important;
	  padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
.slick--view--standard-slick-slideshow {
    width: 1170px;
  }
}
