/* START - ECU homepage redesign styles */

.emri-home {
  font-family: Arial, sans-serif;
  color: #565656;
  font-size: 18px;
  line-height: 1;
}

.emri-home h2 {
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  color: #222;
  text-transform: none;
  font-weight: 700;
}

.emri-home h3 {
  font-family: Arial, sans-serif;
  font-size: 1.87em;
  color: #222;
  text-transform: none;
  padding-left: 0;
  font-weight: 700;
}

.emri-home h4 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  color: #222;
  text-transform: none;
  margin: 1em 0;
  font-weight: 700;
  line-height: 1.1;
}

.emri-home h4.text-center {
  margin-bottom: 38px;
}

.emri-home h5 {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #222;
  text-transform: none;
  margin: 20px 0 10px;
  font-weight: 700;
}

.emri-home .homeArticles__articleLink {
  text-decoration: none;
  margin: 0;
  color: #000000;
}

.emri-home .homeArticles__articleLink:hover {
  text-decoration: none;
  color: #000000;
}

.emri-home .homeHero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 50vmin;
  max-height: 660px;
  overflow: hidden;
  margin-bottom: 3em;
}

.emri-home .homeHero:before {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 1;
}

.emri-home .homeHero:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#container-sub-heading {
  display: none;
}

.emri-home .ie-image {
  display: none;
}

.lt-ie9 .emri-home .ie-image {
  display: block;
}

@media (min-width: 979px) {
  .emri-home .hide-lg-desktop {
    display: none;
  }
}

@media (min-width: 1266.66667px) {
  .emri-home .homeHero__heroHeader {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  
  .emri-home .row-fluid {
    box-sizing: border-box;
    padding: 0 2em;
  }
}

@media (max-width: 480px) {

  .emri-home .homeHero {
    margin-bottom: 1em;
  }

}

/* END - ECU homepage redesign styles */

/* START - EMRI homepage redesign */

.emri-home {
  line-height: 1.2;
}

.carousel {
  width: 100%;
  height: 350px;
}

.carousel-inner {
  height: 100%;
  margin-top: 0;
}

#carouselButtons {
  margin-left: 100px;
  position: absolute;
  bottom: 60px;
}

.item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.item img {
  visibility: hidden;
}

.emri-home .homeHero {
	margin-bottom: 0;
	height: 300px
}

section.introduction {
	background: #F1F1F1;	
	width: 100vw;
	left: 50%;
	transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	padding: 3em 0;
	position: relative;
}

.nhmrc {
	margin: 40px auto 0;
	display: block;
	width: 23%;
}

section.clinic {
	width: 100vw;
	left: 50%;
	transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	position: relative;
	background: #226ABC;
	overflow: hidden;
	margin: 4em 0;
}

.emri-home .clinic_title {
	color: #fff;	
}

section.survey {
	width: 100vw;
	left: 50%;
	transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	position: relative;
	background: #F1F1F1;
	overflow: hidden;
}

section.survey img,
section.clinic img {
	width: 100vw;
	vertical-align: middle;
	display: block;
	margin-top: -50px;
}

.research_block,
.grants_block,
.publications_block {
	padding-bottom: 3em;	
}

.research,
.grants {
	padding: 3em 0;
}

.emri-home .researchItem_title,
.emri-home .grantItem_title {
	margin: 0.5em 0;	
}

.emri-home .researchItem .researchItem_title a,
.emri-home .grantItem .grantItem_title a {
  color: #226ABC;
  text-decoration: none;
}

.emri-home .researchItem .researchItem_title a:hover,
.emri-home .grantItem .grantItem_title a:hover
 {
  color: #226ABC;
  text-decoration: underline;
}

.emri-home .researchItem_summary,
.emri-home .grantItem_summary {
  margin-bottom: 1.5em;
}

.emri-home .researchItem_btn,
.emri-home .grantItem_btn {
  background-color: #fff;
  color: #226ABC;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  outline: none;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0.5em;
  transition: 0.4s all ease-in-out;
  box-sizing: border-box;
  border: 2px solid #226ABC;
  background-color: transparent;
  background-image: none;
}

.emri-home .researchItem_btn:hover,
.emri-home .grantItem_btn:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}

.med-width {
	width: 75%;
	margin: 0 auto;	
}

.publications,
.equipment_facilities {
	padding: 3em 0;	
}

.emri-home .researchImage,
.emri-home .grantImage {
  border-radius: 4px 4px 0 0;
}

.emri-home .researchItem,
.emri-home .grantItem {
  min-height: 250px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
}

.emri-home .researchItem_content,
.emri-home .grantItem_content {
  margin-bottom: 1em;
  padding: 1em;
  min-height: 210px;
}

.emri-home .research_btn,
.emri-home .grant_btn {
	position: relative;
	border: 2px solid #226ABC;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	color: #226ABC;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	margin-top: 4em;
	transition: 0.4s all ease-in-out;
	width: 20%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.emri-home .research_btn:hover,
.emri-home .grant_btn:hover {
  background-color: #226ABC;
  color: #ffffff;
}

.emri-home .clinicFeature {
    box-sizing: border-box;
    width: 70%;
    display: table-cell;
    vertical-align: top;
	background-image: url(https://www.exercisemedicine.org.au/__data/assets/image/0003/761700/exercise-clinic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.emri-home .clinicContent {
    box-sizing: border-box;
    width: 30%;
    display: table-cell;
    vertical-align: top;
	color: #fff;
	padding: 3em;
}

.emri-home .clinic_btn {
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	outline: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0.5em 1em;
	transition: 0.4s all ease-in-out;
	box-sizing: border-box;
	border: 2px solid #fff;
	background-color: transparent;
	background-image: none;
	transition: 0.4s all ease-in-out;
	margin-top: 1em;
}

.emri-home .clinic_btn:hover {
  background-color: #fff;
  color: #226ABC;
}

.emri-home .surveyFeature {
    box-sizing: border-box;
    width: 70%;
    display: table-cell;
    vertical-align: top;
	background-image: url(https://www.exercisemedicine.org.au/__data/assets/image/0008/761705/survey-centre.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.emri-home .surveyContent {
    box-sizing: border-box;
    width: 30%;
    display: table-cell;
    vertical-align: top;
	padding: 3em;
}

.emri-home .pubFeature {
    box-sizing: border-box;
    width: 65%;
    display: table-cell;
    padding-right: 1em;
    vertical-align: top;
}

.emri-home .pubImage,
.equipment_facilities_item img,
.equipment_facilities_item img,
.staff_students img {
  box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
  border-radius: 4px;
  width: 100%;
}

.emri-home .pubFeature_article {
	display: block;
	width: 100%;
}

.emri-home .pubAside {
    box-sizing: border-box;
    width: 35%;
    display: table-cell;
    padding-left: 1em;
    vertical-align: top;
}

.emri-home .pubItem {
    padding-bottom: 1em;
    min-height: 100px;
    text-decoration: none;
    display: block;
    color: #000000;
}

.emri-home .pubItem_Icon {
    display: table-cell;
    background-color: #00A472;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 1.7rem;
    border-radius: 4px 0 0 4px;
    box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
    vertical-align: middle;
    width: 100px;
    transition: 0.4s all ease-in-out;
  	font-family: FontAwesome;
  	vertical-align: middle;
}

.emri-home .pubItem_Icon:before {
	content: "\f1ea";
}

.emri-home .pubItem_details {
    display: table-cell;
    padding: 1em;
    box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
    transition: 0.4s all ease-in-out;
    border-radius: 0 4px 4px 0;
    background: #fff;
    width: 300px;
}

.emri-home .pubItem_title {
    font-size: 1rem;
    margin-bottom: 0.3em;
    margin-top: 0;
    text-transform: none;
	color: #00A472;
}

.emri-home .pubItem_desc {
    color: #565656;
    font-size: 0.9rem;
}

.emri-home .pubList_btn {
	position: relative;
	border: 2px solid #00A472;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	color: #00A472;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	margin-top: 1em;
	transition: 0.4s all ease-in-out;
	width: 33%;
}

.emri-home .pubList_btn:hover {
  background-color: #00A472;
  color: #ffffff;
}

.equipment_facilities_article {
	margin: 0;
	padding: 0;	
}

.thumbnail.equipment_facilities_item {
	border: 0;
	padding: 0;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.equipment_facilities_caption {
	padding: 2em 0;	
}

.equipment_facilities_summary {
	margin-bottom: 2em;
}

.emri-home .equipment_facilities_btn {
  background-color: #fff;
  color: #226ABC;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  outline: none;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0.5em;
  transition: 0.4s all ease-in-out;
  box-sizing: border-box;
  border: 2px solid #226ABC;
  background-color: transparent;
  background-image: none;
}

.emri-home .equipment_facilities_btn:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}

.survey {
	margin: 2em 0;	
}

.emri-home .survey_btn {
	color: #226ABC;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	outline: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0.5em 1em;
	transition: 0.4s all ease-in-out;
	box-sizing: border-box;
	border: 2px solid #226ABC;
	background-color: transparent;
	background-image: none;
	transition: 0.4s all ease-in-out;
	margin-top: 1em;
}

.emri-home .survey_btn:hover {
  background-color: #226ABC;
  color: #fff;
}

.emri-home .survey_title {
	color: #226ABC;	
}

.staff_students {
	padding: 5em 0;	
}

.staff_studentsText {
	margin-bottom: 1.5em;	
}

.staff_studentsContent {
	padding: 1em;	
}

.emri-home .staff_students_btn {
	position: relative;
	border: 2px solid #00A472;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	color: #00A472;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	margin-top: 1em;
	transition: 0.4s all ease-in-out;
}

.emri-home .staff_students_btn:hover {
  background-color: #00A472;
  color: #ffffff;
}

img.emri-staff {
	width: 50%;
	margin: 0 auto;
	display: block;	
}


@media (min-width: 980px) and (max-width: 1199px) {

    .carousel {
	  /* any dimensions are fine, it can be responsive with max-width */
	  width: 100%;
	  height: 250px;
	}
	
	.emri-home .homeHero {
		margin-bottom: 0;
		height: 250px;
	}
	
	.med-width {
		width: 100%;	
	}
	
	.emri-home .researchItem_content,
  .emri-home .grantItem_content {
	  min-height: 260px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .carousel {
	  /* any dimensions are fine, it can be responsive with max-width */
	  width: 100%;
	  height: 215px;
	}
	
	.emri-home .homeHero {
		margin-bottom: 0;
		height: 215px;
	}
	
	.med-width {
		width: 100%;	
	}
	
	.emri-home .researchItem_content,
  .emri-home .grantItem_content {
	  min-height: 270px;
	}
	
	.emri-home .researchItem_title,
  .emri-home .grantItem_title {
		font-size: 1.3em;
	}
	
	.emri-home .pubFeature {
		padding: 0;
	}
	
	.emri-home .pubAside {
    	display: block;
    	width: 100%;
    	padding: 3em 0 0;
	}
	
	.emri-home .pubItem:nth-child(even) {
		padding-left: 0.5em;
  	}

  	.emri-home .pubItem:nth-child(odd) {
    	padding-right: 0.5em;
  	}
	
	.emri-home .pubItem {
		min-height: 150px;
		width: 50%;
		float: left;
		display: table;
		box-sizing: border-box;
	}
	
	.emri-home .pubList_btn {
		left: 50%;
  		-ms-transform: translateX(-50%);
      	transform: translateX(-50%);
	}
	
	.staff_studentsContent {
		padding: 0 1em;	
	}
	
	.staff_studentsText {
		margin-bottom: 1em;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .carousel {
	  /* any dimensions are fine, it can be responsive with max-width */
	  width: 100%;
	  height: 215px;
	}
	
	.emri-home .homeHero {
		margin-bottom: 0;
		height: 215px;
	}
	
	.nhmrc {
		width: 50%;
	}
	
	.emri-home .research,
	.emri-home .publications,
  .emri-home .grants {
		padding: 2em;
	}
	
	.emri-home .researchImage,
	.emri-home .grantImage {
		width: 100%;
	  }
	
	.emri-home .researchItem_summary,
	.emri-home .grantItem_summary {
		margin-bottom: 1em;
	}
	
	.emri-home h4 {
		margin: .5em 0;
	}
	
	.emri-home .researchItem_content,
	.emri-home .grantItem_content {
		min-height: auto;
	}
	
	.med-width {
		width: 100%;	
	}
	
	.emri-home .pubFeature {
		padding: 0;
	}
	
	.emri-home .pubAside {
    	display: block;
    	width: 100%;
    	padding: 3em 0 0;
	}
	
	.emri-home .pubItem {
		width: 100%;
	}
	
	.emri-home .pubItem_details {
		width: 500px;
	}
	
	section.clinic {
		height: auto;
	}
	
	.emri-home .clinicFeature,
	.emri-home .surveyFeature {
		box-sizing: border-box;
		width: 100%;
		display: block;
		vertical-align: top;
		height: 300px;
	}

	.emri-home .clinicContent {
		box-sizing: border-box;
		width: 100%;
		display: block;
		vertical-align: top;
		color: #fff;
	}
	
	.emri-home .clinicContent,
	.emri-home .surveyContent {
		padding: 2em;
	}

	section.survey img, 
	section.clinic img {
		margin-top: 0;
	}
	
	.emri-home .pubList_btn {
		left: 50%;
  		-ms-transform: translateX(-50%);
      	transform: translateX(-50%);
	}
	
	.emri-home .staff_students_btn {
		width: auto;	
	}
	
	.emri-home .research_btn,
	.emri-home .grant_btn {
		width: auto;	
		margin-top: 2em;
	}

}

/* END - EMRI homepage redesign */
