html,body {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

hr {
	border-color: #e1e1e1;
	margin: 30px -15px;
}

h1, h2, p, a {
	font-family: open-sans, sans-serif;
}
h2.heading {
	width: 100%;
	color: #828282;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.body-p a {
	font-family: roboto, sans-serif;
}

.container-ama {
	width: 100%;
	max-width: 1130px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.container-ama-md {
	width: 100%;
	max-width: 785px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.container-ama-sm {
	width: 100%;
	max-width: 670px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

.eyetube-back-header {
	background-color: #3e3e3e;
	position: relative;
}

.eyetube-back-btn {
	width: 175px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.hero {
	height: 160px;
	background-color: #004484;
	background-image: url('/images/series/abbvie-medical-affairs/BlueWave.png');
	background-repeat: no-repeat;
	background-position: top right -10px;
	background-size: auto 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hero h2 {
	width: 100%;
	color: #fff;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 43px;
	line-height: 52px;
	font-weight: bold;
	margin: 0 0 10px;
}
.hero-sm {
	background-color: #004484;
	padding: 12px 0;
}
.hero-sm h2 a {
	color: #fff;
}
.hero-sm h2 a:hover,
.hero-sm h2 a:active,
.hero-sm h2 a:visited,
.hero-sm h2 a:focus {
	text-decoration: none;
	color: #fff;
}
.hero-sm h2 {
	width: 100%;
	color: #fff;
	font-family: roboto, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding-left: 15px;
	position: relative;
}
.hero-sm h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 0; 
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

.jwplayer {
	max-width: 100%;
}

.footer-ama {
	padding-bottom: 50px;
}
.footer-ama .mw720 {
	max-width: 720px;
}
.footer-ama .cols-ama {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-ama .cols-ama .logo-ama {
	position: relative;
	left: -3px;
	padding-right: 60px;
}

/* index only */
section {
	border-bottom: 1px solid #e1e1e1;
}
section:last-child {
	border-bottom: none;
}
.main-ama .videos .media-grid .center {
	text-align: center;
}
.main-ama .videos .media-grid .center > *{
	margin-left: auto;
	margin-right: auto;
}
.main-ama .videos .view-more {
	 cursor: pointer;
}
.resources .media-grid {
	 margin-left: -15px;
	 margin-right: -15px;
}
.resources .media-grid .resource-single {
	 display: inline-block;
	 vertical-align: top;
	 width: 49%;
	 margin-bottom: 30px;
	 padding-left: 15px;
	 padding-right: 15px;
}
.resources .media-grid .resource-single .res-side {
	 display: inline-block;
	 vertical-align: top;
	 margin-right: -3px;
}
.resources .media-grid .resource-single .res-side.res-left {
	 width: 172px;
}
.resources .media-grid .resource-single .res-side.res-left .img-inner {
	 width: 100%;
	 height: 104px;
	 border: 1px solid #eee;
	 overflow: hidden;
}
.resources .media-grid .resource-single .res-side.res-left .img-inner img, .resources .media-grid .resource-single .res-side.res-left .img-inner img.main {
	 width: auto;
	 height: 100%;
	 display: block;
	 margin: auto;
}
.resources .media-grid .resource-single .res-side.res-left#pdf .img-inner {
	 position: relative;
	 text-align: center;
	 padding: 7px 0;
}
.resources .media-grid .resource-single .res-side.res-left#pdf .img-inner img.main {
	 position: relative;
	 height: 100%;
	 width: auto;
	 z-index: 9;
	 box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.resources .media-grid .resource-single .res-side.res-left#pdf .img-inner .pdf-bg {
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 opacity: 0.75;
}
.resources .media-grid .resource-single .res-side.res-left#pdf .img-inner .pdf-bg img {
	 width: 100%;
	 height: auto;
	 filter: blur(3px);
}
.resources .media-grid .resource-single .res-side.res-right {
	 width: calc(100% - 176px);
	 padding-left: 16px;
}
.resources .view-more {
	 cursor: pointer;
}
.resources .view-more.hidden {
	 display: none;
}
@media (min-width: 768px) {
	 .resources .media-grid .resource-single.hidden-dt {
		 display: none;
	}
	 .resources .view-more.hidden-dt {
		 display: none;
	}
}
@media (max-width: 767px) {
	 .resources .media-grid .resource-single .res-side.res-left {
		 margin-bottom: 12px;
	}
	 .resources .media-grid .resource-single .res-side.res-right {
		 width: 100%;
	}
	 .resources .media-grid .resource-single .res-side.res-left, .resources .media-grid .resource-single .res-side.res-right {
		 display: block;
		 padding-left: 0;
	}
	 .resources .view-more.hidden-mob {
		 display: none;
	}
	 .resources .media-grid .resource-single {
		 width: 100%;
		 margin-right: 0px;
	}
	 .resources .media-grid .resource-single.hidden-mob {
		 display: none;
	}
}
/* //index only */

/* video only */
.vid-holder {
  display: block;
  max-width: 755px;
  margin: auto;
  width: 100%;
  position: relative;
}
.vid-info h1 {
  color: #333333;
  font-family: roboto, sans-serif;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 9px;
}
.vid-info h3 {
  color: #333333;
  font-family: roboto, sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
}
.vid-info p {
  color: #555555;
  font-family: roboto, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  margin-top: 9px;
}
@media all and (max-width: 767px){
  .vid-info h1 {
    font-size: 17px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .vid-info h3 {
    font-size: 17px;
    line-height: 20px;
  }
}
/* //video only */

@media all and (max-width: 839px){
	.hero {
		height: 120px;
	}
	.hero h2 {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 8px;
	}
	.footer-ama .cols-ama {
		display: block;
	}
	.footer-ama .cols-ama .code-ama {
		display: block;
		margin: 10px 0;
	}
	.footer-ama .fd-ama {
		margin-top: 15px;
	}
}