body {
	margin: 0;
	overflow-x: hidden;
}

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;
}
h2.heading.center {
	text-align: center;
}

.container.fullwidth {
	width: 100%;
}
.container.fullwidth.pr {
	padding-right: 30px;
}

header.header {
	background-color: #292929;
	padding-top: 20px;
	padding-bottom: 20px;
}
header.header img {
	display: inline-block;
	vertical-align: middle;
	max-width: 184px;
}

.hero-bar {
	width: 100%;
	height: 15px;
	background-image: linear-gradient(90deg, #272161, #1e7cee);
}
.hero-bar-video {
	background-image: linear-gradient(90deg, #272161, #1e7cee);
	padding: 20px 0;
}
.hero-bar-video .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-bar-video .container:before,
.hero-bar-video .container:after {
	display: none;
}
.hero-bar-video .container * {
	flex: none;
}
.hero-bar-video .container a,
.hero-bar-video .container a:hover,
.hero-bar-video .container a:focus,
.hero-bar-video .container a:active,
.hero-bar-video .container a:visited {
	font-weight: 700;
	color: #fff;
}

.hero a,
.hero a:hover {
	text-decoration: none !important;
}

.hero {
	margin: auto;
	display: block;
	width: 100%;
	background-color: #f0f2f9;
	position: relative;
	overflow: hidden;
}

.hero img {
	width: 100%;
}
.hero .dt-hero-img,
.hero .ghost-hero-img {
	display: none;
}

.banner {
	background-color: #f7f7f7;
	padding: 35px 0;
	overflow: hidden;
}
.banner .text {
	display: block;
	vertical-align: middle;
	max-width: 810px;
	margin: 0 auto;
	text-align: center;
}
.banner .text p {
	color: #272161;
	font-family: open-sans, sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	margin: 0;
}
.banner .text p.mt12 {
	margin-top: 12px;
}

.main {
	padding-top: 40px;
}
.main.videopg {
	padding-top: 0;
}

.main .player {
	max-width: 727px;
	margin: 20px auto;
	margin-top: 40px;
	position: relative;
}
.main.videopg .player .video-player-container {
	min-height: 0px !important;
}
.main a.back {
	display: block;
	margin: 0px;
	margin-bottom: 20px;
	color: #272161;
	font-family: open-sans, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	left: 50px;
	position: absolute;
}
.main .player p.vidtitle {
	color: #272161;
	font-family: open-sans, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	margin: 15px 0 10px;
	
}
.main .player p.viddesc {
	 color: #3A3A3A;
	font-family: open-sans, sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 15px;
}

.main .row.videos {
	margin-left: -5px;
	margin-right: -5px;
}
.main.videopg .row.videos {
	text-align: center;
}
.main .row.videos .video {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 25px;
}
.main.videopg .row.videos .video {
	float: none;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
}
.main .video .thumb {
	position: relative;
	width: 100%;
	max-height: 150px;
	overflow: hidden;
	transition: all 0.25s;
}

.main .video .thumb:hover {
	/*opacity: 0.85;*/
}
.main .video .thumb .overlay {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	transition: 0.25s;
}

.video a:hover p {
	text-decoration: underline;
	color: #272161;
}

.main .video .thumb .overlay:hover {
	opacity: 0.85;
}
.main .video .thumb img {
	width: 100%;
}
.thumb .icon {
	width: 45px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.main .video .vidinfo {
	position: absolute;
	width: 100%;
	left: 0; right: 0;
	bottom: 0;
	padding: 8px 15px;
}
.main .video .vidinfo p {
	margin: 0;
	color: #fff;
}
.main .video .vidinfo p.title {
	/*font-family: 'ff-tisa-sans-web-pro', sans-serif;*/
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}
.main .video .vidinfo p.author {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.footer {
	background-color: #fff;
	padding: 40px 0;
}
.footer .icon {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.footer .icon img{
	width: 130px;
}
.footer p {
	font-family: open-sans, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 20px;
	color: #303030;
}
.footer p:last-child {
	margin: 20px 0 0;
}
.footer .footer-bottom-row {
	margin-top: 0;
}
.footer .footer-bottom-row .left {
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% - 154px);
}
.footer .footer-bottom-row .right {
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
	text-align: right;
	margin-top: 15px;
}

.videos.row .video {
	float: left;
	width: calc(33% - 15px);
	margin-right: 25px;
}

.videos.row .video:nth-child(3n) {
	margin-right: 0px;
}

.videos.row .video .thumb {
	max-height: 100%;
	position: relative;
	margin-bottom: 10px;
}

.videos.row .video p {
  color: #272161;
  font-family: open-sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;

}

.videos.row .video p:hover {
	text-decoration: underline;
	color: #272161;
}

.thumb .play-btn {
	position: absolute;
	top:20px;
	left: 20px;
	width: 45px;
}

.videos-section {
	padding-bottom: 25px;
	/*border-bottom: 1px solid #e1e1e1;*/
}
.container.video-hr {
}
.container.video-hr hr {
	border-color: #e1e1e1;
	margin: 0;
}

.vids-blurb h3 {
  color: #272161;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  margin: 0px;
  margin-bottom: 10px;
}

.vids-blurb p {
  margin: 0px;
  opacity: 0.7;
  color: #303030;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 43px;
}

.vids-blurb p span {
	font-weight: 700;
}

.acrysof-logo {
	margin-top: 23px;
}

.footer-bottom-row {
	margin-top: 50px;
}

.vid-hero {
	background-color: #61AFBB;
	height: 80px;
	width: 100%;
	display: block;
	position: relative;
}

.vid-hero h3 {
  color: #FFFFFF;
  font-family: open-sans-condensed, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  margin: 0px;
}

.vid-hero .white-logo {
	position: absolute;
	right: 50px;
	top: 50%;
  	transform: translateY(-50%);
}

.vid-hero .white-logo img {
	width: 100%;
}

.main .row.videos.video-page .video {
	width: auto;
}

.main .row.videos.video-page .video .vidinfo p {
	color: #fff;
}

.mob-acrysof-logo {
	display: none;
	max-width: 215px;
	margin: auto;
}

.mob-acrysof-logo img {
	width: 100%;
}

.acrysof-logo img {
	width: 100%;
}

@media (max-width: 1199px) {
	.main .video .thumb {
		position: relative;
		width: 100%;
		max-height: 124px;
		overflow: hidden;
	}
}

@media all and (max-width: 991px){
	.banner .text {
		display: block;
		width: 100%;
		border-right: none;
	}
	.banner .text p {
		margin: 0 0 10px;
	}

	.main a.back {
		position: relative;
		left: 0;
	}
	.main .player {
		margin-top: 0;
	}
	.main .player p.viddesc {
		margin: 0 0 15px;
	}
}

@media all and (max-width: 767px){
	.hero-bar {
		height: 6px;
	}

	hr {
		margin: 20px -15px;
	}
	header.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.header img {
		max-width: 110px;
	}
	header.header img.arrow {
		max-width: 7px;
		margin-right: 5px;
	}

	.main {
	}
	.main .player {
		max-width: 727px;
		margin: 20px auto 15px;
	}
	.main .player a.back {
		margin-bottom: 15px;
	}
	.main .player p.viddesc {
		margin: 0 0 25px;
	}
	.main .row.videos {
		margin-top: 0px;
	}
	.vids-container {
		margin-top: 0px;
	}
	.main .row.videos .video:last-child {
		margin-bottom: 0;
	}
	.main .video .thumb {
		width: 100%;
		max-height: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.videos.row .video {
		width: 100%;
		margin: auto;
		margin-bottom: 15px;
	}
	.vids-blurb p {
	  font-size: 14px;
	}
	.vids-blurb h3 {
	  font-size: 24px;
	  line-height: 26px;
	}
	.vids-container {
		margin-top: 0px;
	}

	.footer {
		padding: 30px 0;
	}
	.footer .footer-bottom-row .left,
	.footer .footer-bottom-row .right {
		display: block;
		width: 100%;
		text-align: left;
	}
}
@media all and (max-width: 399px) {
	.hero .container .text,
	.hero.videopg .container .text {
		max-width: none;
		padding-left: 88px;
	}
}

@media all and (min-width: 768px) {
	.hero .ghost-hero-img {
		display: block;
		opacity: 0;
		width: calc(100% + 200px);
		max-width: 1400px;
	}
	.hero .dt-hero-img {
		display: block;
		position: absolute;
		top: 0;
	  left: 50%;
	  transform: translateX(-50%);
		width: calc(100% + 200px);
		max-width: 1400px;
	}
	.hero .mob-hero-img {
		display: none;
	}
}
@media all and (min-width: 1200px) {
	.container {
	    width: 1110px;
	}
}