@charset "UTF-8";

/* CSS Document */

/* ------------------------------------------------------------ *\
	JPS template overrides
\* ------------------------------------------------------------ */

.main-container {
	padding-top: 0;
	opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.main-container--home {
	background: #fff url(../images/bg-home.jpg) no-repeat center bottom;
	background-size: 100%;
	min-height: 4000px;

}
.main-container.loaded {
    opacity: 1;
}

.main-container p, .main-container ol  {
	font-size: 22px;
  line-height: 42px;
  margin-bottom: 21px;
}
.contact-info-address-header {
	text-align: center;
}
p.contact-info-address {
	color: #8dc63f;
	font-size: 40px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 30px 0 35px;
}
p.contact-infophone-number {
	font-size: 30px;
	color: #595959;
	text-align: center;
}
span.phone-number {
	color: #000;
	font-size: 1.8em;
}

.main-container ol li {
	font-weight: normal;
}

.main-container ol li:before {
	color: #000;
}

ul li {
    list-style: none;
    list-style-image: url(/jpsoms/images/list-bullet.png);
}

h3 {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 29px;
	font-weight: 900;
	color: #007ec3;
	margin-top: 0;
	margin-bottom: 0;
    padding-top: 20px;
}
h3.content-header {
	font-size: 30px;
	margin-bottom: 40px;
}
h4 {
	text-transform: none !important;
}
.menu li a {
	font-weight: 400;
}

.btn-primary {
    color: #ffffff;
    background-color: #007ec2;
    border-color: #006daa;
}
.btn-oms {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	height: 76px;
    font-size: 40px;
    font-weight: 900;
    border-radius: 0;
    margin: 40px 0 40px;
}

.header-image {
	margin-bottom: 60px;
}
.image-float-left {
	float: left;
	padding: 14px 20px 20px 0;
	max-width: 300px;
}

.redesign-nav ul.navbar-nav > li > a:hover {
	background-color: white !important;
	color: #007dc3 !important;
}

.redesign-nav .navbar-nav {
	width: 100%;
    text-align: center;
}

/* ------------------------------------------------------------ *\
	bxslider overrides
\* ------------------------------------------------------------ */
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0px !important;
    left: 0px !important;
    background: #fff !important;
}
.bx-wrapper {
	margin: 0 !important;
}
#bx-pager {
	text-align: center;
}
#bx-pager img {
	width: 58px;	
	height: 52px;
	margin: 0 -2px;
}

  /* Tablet Landscape */
  
  @media (max-width: 1279px) {
  }
  
  /* Mobile */
  @media (max-width: 767px) {
  #bx-pager img {
	  width: 36px;
	  height: 34px;
  }
  }
  
/* ------------------------------------------------------------ *\
	Typography
\* ------------------------------------------------------------ */
.main-container {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 29px;
}
p span {
	color: #007dc2;
}
h2.mors-title {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;
	font-size: 32px;	
	color: #0075c9;
	text-align: center;
	margin-top: 0;
	letter-spacing: 1px;
}
.program-header hr, .contact-info-address-header hr {
	background: #8dc63f;
	height: 5px;
	border: none;
	position: relative;
	max-width: 750px;
	margin: 0px auto;
	padding: 0;
	top: 45px;
}
.contact-info-address-header hr {
	top: 29px;
}
.program-header.program-header--home hr {
	top: 60px;
}
h1, h1.mors-header {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;
	font-weight: 900;		
	color: #0075c9;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 15px;
}
h3.mors-header {
	font-size: 35px;
	padding: 30px 0 30px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
h3.mors-header span {
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}
h3.mors-header--hr:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #66afe0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 8;
}
h3.mors-header.section-header {
	text-transform: none;
	letter-spacing: .1em;
	font-weight: normal;
}
h1.mors-header span {
	text-transform: lowercase;
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 100;
  color: #8ac535;
  font-style: italic;
}
.program-header {
	padding: 60px 0;
	text-align: center;
}
.program-header-squares {
	margin-bottom: 60px;
}
/* Mobile */
@media (min-width: 320px) {
	h1, h1.mors-header {
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	h1, h1.mors-header {
		font-size: 40px;
	}
	.main-container--home h1.mors-header {
		font-size: 60px;
	}
}
@media (min-width: 992px) {
	h1.mors-title {
		font-size: 24px;
	}
}
@media (min-width: 1279px) {
  h2.mors-title {
		font-size: 28px;
	}

}

h3.intern-title {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 28px;
	color: #007dc2;
	text-transform: uppercase;
	text-align: right;
	margin-right: 16px;
	font-weight: 400;
}

  /* Mobile */
  @media (max-width: 767px) {
  h3.intern-title {
	font-size: 14px;
	text-align: center;
  }
  }

h4 {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 28px;	
}

h3.welcome-header {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 0.73);
	font-weight: normal;
    color: white;
    line-height: 1.1;
}
h3.welcome-header span {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 24px;
	display: block;
	
}

.unique-row a img, .four-buttons a img { transition: all .2s ease-in-out; }
.unique-row a img:hover, four-buttons a img:hover { transform: scale(1.1); }


	
/* ------------------------------------------------------------ *\
	Team Approach
\* ------------------------------------------------------------ */
.row-team-approach {
	margin-bottom: 40px;
}

h3.mors-team-approach {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075c9+0,19c6f4+50,207cca+100,0075c9+100 */
	background: #0075c9; /* Old browsers */
	color: white;
	font-weight: normal;
	font-size: 30px;
	padding: 20px 0 20px;
  text-align: center;
  margin-top: 60px;
}
h3.mors-team-approach.mors-team-approach--fellowship {
	margin: 60px 2% 0 2%;
}
h3.mors-team-alumni {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90cc3a+0,c1e253+50,90cc3a+100 */
	background: #90cc3a; /* Old browsers */
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	padding: 20px 0 20px;
	text-align: center;
	margin-top: 60px;
}
h3.mors-team-alumni.mors-team-alumni--fellowship {
	margin: 60px 2% 0 2%;
}

h3.mors-team-approach span {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
    top: 5px;
    letter-spacing: .2em;
    padding-left: 14px;
    padding-right: 0px;
}
.square-graphic {
	position: relative;
	text-align: center;
	height: 140px;
}
.row--square-buttons {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
}
.square-buttons {
	margin-top: 20px;
}
@media (min-width: 320px) {
	.square-graphic {
		top: -100px;
	}
	.square-graphic img, .square-buttons {
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.square-graphic {
		top: -190px;
	}
	.square-graphic img, .square-buttons {
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Meet The Team
\* ------------------------------------------------------------ */
.row-meet-team, .row-section-row, .row-map-row {
	margin-top: 40px;
}
.row-map-row {
	margin-bottom: -40px;
}
.no-gutter {
	padding: 0;
}
.row-team-grid {
	margin-top: 40px;
}
.team-member {
	width: 46%;
  float: left;
  margin: 2%;
  overflow: hidden;
  position: relative;
}
.team-member--first-row {
	margin-top: 0;
}

.team-title {
	display: none;
	position: absolute;
    top: 0;
    width: 100%;
    color: white;
    background-color: rgba(0, 117, 201, 0.8);
    height: 100%;
    vertical-align: middle;
    padding-top: 15%;
    padding-left: 18px;
    padding-right: 18px;
}
.team-title--long {
	padding-top: 10px;
}
.team-member:hover .team-title {
	display: block;
}
.team-title h4 {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.team-title h5 {
	padding-top: 20px;
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;	
	font-size: 18px;
  line-height: 24px;
}
.team-title h5 span {
	font-size: 80%;
}
.team-title--long h5 {
	padding-top: 0;
	line-height: 22px;
}
  @media (max-width: 767px) {
	.team-member {
		width:100%;
  	}
  	.team-title {
  		width:100%;
  	}
  }
#links {
	margin-top: 60px;
	margin-bottom: 60px;
}
.team-grid-first, .team-grid-second  {
	margin-bottom: 140px;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.row-testimonial {
	margin-top: 60px;
	margin-bottom: 80px;
}


/* ------------------------------------------------------------ *\
	JPS Background Image
\* ------------------------------------------------------------ */
.jps-bg {
	background: url(../images/Background-JPSBuilding-v2.jpg) no-repeat center center;
    background-size: cover;
	padding-bottom: 200px;
}


/* ------------------------------------------------------------ *\
	Video Modal
\* ------------------------------------------------------------ */

#videoModal {
	/*width: 853px;*/
}
/* ------------------------------------------------------------ *\
	Faculty Info
\* ------------------------------------------------------------ */
.cv-row {
	padding-bottom: 40px;	
}
.faculty-row {
	padding: 30px 0;
}
.faculty-row:first-child {
	padding-top: 0;
}
.faculty-info span {
	font-size: 17px;
	line-height: 29px;
	font-weight: 900;
	color: #007ec3;
	margin-top: 0;	
}
.panel-group .panel {
	border-radius: 0;	
}
.panel-title {
	color: #007ec3;
	font-weight: 700;
    font-size: 17px;
}
.cv-header {
    font-size: 46px;
    font-weight: 400;
    padding: 60px 20px 34px;
}
.panel-body h4 {
	text-transform: uppercase !important;
	color: #007ec3;
	font-weight: 600;
	padding-top: 30px;
}
.panel-group {
	padding-bottom: 40px;
}
/* ------------------------------------------------------------ *\
	Publications
\* ------------------------------------------------------------ */


.publications-row + [data-readmore-toggle] a {padding-bottom: 30px; font-weight: bold; }


/* ------------------------------------------------------------ *\
	Navbar
\* ------------------------------------------------------------ */

.row-navbar-mors {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075c9+0,19c6f4+50,207cca+100,0075c9+100 */
	background: #0075c9; /* Old browsers */
	background: -moz-linear-gradient(left, #0075c9 0%, #19c6f4 50%, #207cca 100%, #0075c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0075c9 0%,#19c6f4 50%,#207cca 100%,#0075c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0075c9 0%,#19c6f4 50%,#207cca 100%,#0075c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075c9', endColorstr='#0075c9',GradientType=1 ); /* IE6-9 */
}
.navbar.navbar-mors { margin-bottom: 0px; }
.navbar-mors ul.navbar-nav > li > a { color: #fff; text-transform: uppercase;}
.navbar-mors ul.navbar-nav > li > a:hover, .navbar-mors ul.navbar-nav > li > a:focus {
    text-decoration: none;
    background: rgba(0, 191, 243);
}
.navbar-mors .navbar-nav {
	width: 100%;
    text-align: center;
}
.navbar-mors ul.navbar-nav > li {
      float: none;
      display: inline-block;
}
.navbar-mors .navbar-nav > li > ul.dropdown-menu {
	background: rgba(0, 191, 243);
	border: none;
}
.navbar-mors .navbar-nav > li > ul.dropdown-menu li {
	text-transform: uppercase;

}
.navbar-mors .navbar-nav > li > ul.dropdown-menu > li > a {
	color: #fff;
	padding: 10px 20px;
}
.navbar-mors .navbar-nav > li > ul.dropdown-menu > li > a:hover, .navbar-mors .navbar-nav > li > ul.dropdown-menu > li > a:focus {
	background: #0075c9;
	color: #fff ;
} 
#nav-list {
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.7rem;
	padding-left: 2rem;
	padding-right: 4rem;
}
#nav-dropdown {
	padding: 0.25rem 1.5rem;
	font-size: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
	.row-navbar-mors {
		background: #0075c9;
	}
	.navbar-mors .navbar-nav {
		text-align: left;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-mors ul.navbar-nav > li {
		display: block;		
	}
	.navbar-mors .navbar-nav > li > ul.dropdown-menu {
		/*position: static;
		display: block;
		float: none;
		background: transparent;
		box-shadow: none;
		font-size: 80%;
		margin: 0;
		padding: 0;*/
		display: none;
	}
	.navbar-mors .navbar-nav > li > ul.dropdown-menu br {
		display: none;
	}
	.navbar-mors .navbar-nav > li > ul.dropdown-menu > li > a {
		padding: 5px 20px;
	}
	.navbar-mors .navbar-nav > li > ul.dropdown-menu li {
		text-transform: capitalize;
	}
	.navbar-mors .navbar-nav > li.expanded.dropdown:hover > ul {
		display: none;
	}
}


/* ------------------------------------------------------------ *\
	Patient Information
\* ------------------------------------------------------------ */
#microvascular-surgery {
	margin-bottom: 60px;
}
/* ------------------------------------------------------------ *\
	Referrals
\* ------------------------------------------------------------ */
.btn--referral-form {
	text-transform: uppercase;
	background: #2290c0;
	color: #fff;
	font-size: 18px;
	margin: 0 auto 60px;
	max-width: 450px;
	padding: 15px 0;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
@media (min-width: 320px) {
	.btn--referral-form {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.btn--referral-form {
		font-size: 18px;
	}
}
.btn--referral-form:hover {
	color: #fff;
	text-decoration: none;
}
.thumb--referral-form {
	box-shadow: 0 0 40px rgba(0,0,0, 0.1);
	margin-bottom: 60px;
}

/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.map-header {
	background: #0075c9;
	text-align: center;
}
.map-header p {
	color: #fff;
	font-size: 16px;
	font-family: 'ff-tisa-sans-web-pro',  "tisa_sans_otmedium", "tisa_sans_otbold", 'Roboto', sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px
}
.map-header p span {
	padding: 0 10px;
	color: #fff;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
footer.footer {
	position: relative;
}
.footer-contact-us {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -52px;
}
.btn-contact-us {
	background: #19c5f4;
	color: #fff;
	padding: 15px 35px;
	font-size: 28px;
}
.btn-contact-us:hover {
	color: #fff;
	text-decoration: none;
}