.contain {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: auto;
}
.contain.w {
  max-width: 1330px;
}
@media screen and (max-width: 1149px) {
  .contain, .contain.w {
    max-width: 980px;
  }
}
@media screen and (max-width: 991px) {
  .contain, .contain.w {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .contain, .contain.w {
    max-width: 750px;
  }
}

h3.bh {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #0074bc;
  text-decoration: none;
}

sup {
  font-size: 0.6em;
}

.eyetube-back-header {
  background-color: #3e3e3e;
  padding: 24px 0 22px;
  position: relative;
}

.eyetube-back-btn {
  width: 176px;
}

.portal-back {
  background-color: #0074bc;
  padding: 10px 0 11px;
}
.portal-back a, .portal-back a:hover, .portal-back a:focus, .portal-back a:active, .portal-back a:visited {
  text-decoration: none;
}
.portal-back a p {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}
.portal-back a p span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #fff;
}

section.hero {
  background: linear-gradient(90deg, #011D31 0%, #0074BC 100%);
  border-bottom: 8px solid #a0d400;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.hero {
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  section.hero .contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
section.hero h1 {
  font-family: "mulish", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.hero h1 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  section.hero h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.hero img {
    display: block;
    margin: 0 auto 25px;
  }
}
section.explore {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section.explore {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  section.explore .contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  section.explore .xleft {
    padding-right: 60px;
  }
}
section.explore .xleft h2 {
  font-family: "mulish", sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #0074bc;
}
@media screen and (max-width: 991px) {
  section.explore .xleft h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
section.explore .xleft p {
  font-family: "roboto", sans-serif;
  font-size: 19px;
  line-height: 28px;
  color: #212529;
}
section.explore .xleft hr {
  width: 60px;
  border-top: 4px solid #a0d400;
  margin: 30px 0;
}
section.explore .xright {
  width: 381px;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1149px) and (min-width: 992px) {
  section.explore .xright {
    width: 330px;
  }
}
@media screen and (max-width: 991px) {
  section.explore .xright {
    margin: 40px auto 0;
  }
}
section.explore .xright img {
  max-width: 100%;
  height: auto;
}
section.video-grid {
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  section.video-grid {
    padding: 10px 0 50px;
  }
}
section.video-grid .vid-single .thumb {
  position: relative;
  display: inline-block;
}
section.video-grid .vid-single .thumb:before {
  content: "";
  background-image: url("/images/series/allylensar/icons/play-icon@2x.png");
  position: absolute;
}
@media screen and (min-width: 992px) {
  section.video-grid .vid-single .thumb:before {
    background-size: 74px 74px;
    left: calc(50% - 37px);
    top: calc(50% - 37px);
    height: 74px;
    width: 74px;
  }
}
@media screen and (max-width: 991px) {
  section.video-grid .vid-single .thumb:before {
    background-size: 52px 52px;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
    height: 52px;
    width: 52px;
  }
}
section.video-grid .vid-single,
section.video-grid .pdf-single {
  margin-top: 40px;
}
section.video-grid .vid-single:hover, section.video-grid .vid-single:focus, section.video-grid .vid-single:active, section.video-grid .vid-single:visited,
section.video-grid .pdf-single:hover,
section.video-grid .pdf-single:focus,
section.video-grid .pdf-single:active,
section.video-grid .pdf-single:visited {
  text-decoration: none;
}
section.video-grid .vid-single:hover p.title, section.video-grid .vid-single:focus p.title, section.video-grid .vid-single:active p.title, section.video-grid .vid-single:visited p.title,
section.video-grid .pdf-single:hover p.title,
section.video-grid .pdf-single:focus p.title,
section.video-grid .pdf-single:active p.title,
section.video-grid .pdf-single:visited p.title {
  text-decoration: underline;
}
section.video-grid .vid-single img,
section.video-grid .pdf-single img {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 535px;
  height: auto;
}
section.video-grid .vid-single p,
section.video-grid .pdf-single p {
  font-family: "roboto", sans-serif;
  font-size: 19px;
  line-height: 21px;
  color: #000;
}
section.video-grid .vid-single p.title,
section.video-grid .pdf-single p.title {
  font-weight: 700;
  margin-top: 15px;
}
section.video-grid .vid-single p.author,
section.video-grid .pdf-single p.author {
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
section.video-grid .vid-single,
section.video-grid .pdf-single,
section.video-grid .learn-more {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
}
section.video-grid .learn-more {
  margin-top: 40px;
}
section.video-grid .learn-more .lmb {
  background-color: #f7f7f7;
  border-bottom: 8px solid #a0d400;
  max-width: 537px;
}
@media screen and (min-width: 992px) {
  section.video-grid .learn-more .lmb {
    height: 260px;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1150px) {
  section.video-grid .learn-more .lmb {
    height: 302px;
  }
}
@media screen and (max-width: 991px) {
  section.video-grid .learn-more .lmb {
    display: flex;
    align-items: center;
    padding: 40px 30px;
  }
}
section.video-grid .learn-more .lmb p {
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}
section.video-grid .learn-more .lmb a {
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #0074bc;
  padding: 18px 51px 17px;
  margin-top: 15px;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
section.video-grid .learn-more .lmb a:hover, section.video-grid .learn-more .lmb a:focus, section.video-grid .learn-more .lmb a:active, section.video-grid .learn-more .lmb a:visited {
  text-decoration: none;
}
section.video-grid .learn-more .lmb a:hover {
  background-color: #00609c;
}
section.video-player {
  padding: 50px 0;
}
section.video-player .vid-holder {
  display: block;
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
section.video-player .vid-holder .vid-info h1 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 31px;
  line-height: 37px;
  font-weight: 700;
  margin-top: 15px;
}
section.video-player .vid-holder .vid-info h3 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin: 9px 0 0;
}
section.video-player .vid-holder .vid-info p {
  color: #555;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 9px 0 0;
}
section.video-player .vid-holder hr {
  border-color: #ccc;
  margin: 40px 0;
}
section.video-player .vid-holder .lmsection a.bhlm, section.video-player .vid-holder .lmsection a.bhlm *, section.video-player .vid-holder .lmsection a.bhlm:hover, section.video-player .vid-holder .lmsection a.bhlm:hover *, section.video-player .vid-holder .lmsection a.bhlm:focus, section.video-player .vid-holder .lmsection a.bhlm:focus *, section.video-player .vid-holder .lmsection a.bhlm:active, section.video-player .vid-holder .lmsection a.bhlm:active *, section.video-player .vid-holder .lmsection a.bhlm:visited, section.video-player .vid-holder .lmsection a.bhlm:visited * {
  text-decoration: none;
}
section.video-player .vid-holder .lmsection .res {
  margin-top: 15px;
}
@media screen and (min-width: 450px) {
  section.video-player .vid-holder .lmsection .res .thumb,
section.video-player .vid-holder .lmsection .res .info {
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
  }
}
section.video-player .vid-holder .lmsection .res .thumb {
  width: 225px;
  position: relative;
}
section.video-player .vid-holder .lmsection .res .thumb img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
section.video-player .vid-holder .lmsection .res .info {
  width: calc(100% - 230px);
}
@media screen and (min-width: 450px) {
  section.video-player .vid-holder .lmsection .res .info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 449px) {
  section.video-player .vid-holder .lmsection .res .info {
    margin-top: 10px;
    width: 100%;
  }
}
section.video-player .vid-holder .lmsection .res .info h3 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}
section.video-player .vid-holder .lmsection .res .info p {
  color: #555;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
}
section.video-player .vid-holder .lmsection .res .info a, section.video-player .vid-holder .lmsection .res .info a h3, section.video-player .vid-holder .lmsection .res .info a:hover, section.video-player .vid-holder .lmsection .res .info a:hover h3, section.video-player .vid-holder .lmsection .res .info a:focus, section.video-player .vid-holder .lmsection .res .info a:focus h3, section.video-player .vid-holder .lmsection .res .info a:active, section.video-player .vid-holder .lmsection .res .info a:active h3, section.video-player .vid-holder .lmsection .res .info a:visited, section.video-player .vid-holder .lmsection .res .info a:visited h3 {
  text-decoration: none;
}
section.pdf-viewer {
  padding: 30px 0 50px;
}
section.pdf-viewer .pdf-holder {
  display: block;
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
section.pdf-viewer .pdf-holder .pdf-info h1 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 31px;
  line-height: 37px;
  font-weight: 700;
  margin-top: 15px;
}
section.pdf-viewer .pdf-holder .pdf-info h3 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin: 9px 0 0;
}
section.pdf-viewer .pdf-holder .pdf-info p {
  color: #555;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 9px 0 20px;
}
section.pdf-viewer .pdf-holder object.supp-iframe-window {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  max-width: 100%;
}
section.pdf-viewer .pdf-holder .mob-pt {
  width: 100%;
}
section.pdf-viewer .pdf-holder .mob-pt img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
section.pdf-viewer .pdf-holder hr {
  border-color: #ccc;
  margin: 40px 0;
}
section.pdf-viewer .pdf-holder .lmsection a.bhlm, section.pdf-viewer .pdf-holder .lmsection a.bhlm *, section.pdf-viewer .pdf-holder .lmsection a.bhlm:hover, section.pdf-viewer .pdf-holder .lmsection a.bhlm:hover *, section.pdf-viewer .pdf-holder .lmsection a.bhlm:focus, section.pdf-viewer .pdf-holder .lmsection a.bhlm:focus *, section.pdf-viewer .pdf-holder .lmsection a.bhlm:active, section.pdf-viewer .pdf-holder .lmsection a.bhlm:active *, section.pdf-viewer .pdf-holder .lmsection a.bhlm:visited, section.pdf-viewer .pdf-holder .lmsection a.bhlm:visited * {
  text-decoration: none;
}
section.pdf-viewer .pdf-holder .lmsection .res {
  margin-top: 15px;
}
@media screen and (min-width: 450px) {
  section.pdf-viewer .pdf-holder .lmsection .res .thumb,
section.pdf-viewer .pdf-holder .lmsection .res .info {
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
  }
}
section.pdf-viewer .pdf-holder .lmsection .res .thumb {
  width: 225px;
  position: relative;
}
section.pdf-viewer .pdf-holder .lmsection .res .thumb img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
section.pdf-viewer .pdf-holder .lmsection .res .thumb:before {
  content: "";
  background-image: url("/images/series/allylensar/icons/play-icon.png");
  background-size: 40px 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
}
section.pdf-viewer .pdf-holder .lmsection .res .info {
  width: calc(100% - 230px);
}
@media screen and (min-width: 450px) {
  section.pdf-viewer .pdf-holder .lmsection .res .info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 449px) {
  section.pdf-viewer .pdf-holder .lmsection .res .info {
    margin-top: 10px;
    width: 100%;
  }
}
section.pdf-viewer .pdf-holder .lmsection .res .info h3 {
  color: #333;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}
section.pdf-viewer .pdf-holder .lmsection .res .info p {
  color: #555;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
}
section.pdf-viewer .pdf-holder .lmsection .res .info a, section.pdf-viewer .pdf-holder .lmsection .res .info a h3, section.pdf-viewer .pdf-holder .lmsection .res .info a:hover, section.pdf-viewer .pdf-holder .lmsection .res .info a:hover h3, section.pdf-viewer .pdf-holder .lmsection .res .info a:focus, section.pdf-viewer .pdf-holder .lmsection .res .info a:focus h3, section.pdf-viewer .pdf-holder .lmsection .res .info a:active, section.pdf-viewer .pdf-holder .lmsection .res .info a:active h3, section.pdf-viewer .pdf-holder .lmsection .res .info a:visited, section.pdf-viewer .pdf-holder .lmsection .res .info a:visited h3 {
  text-decoration: none;
}
section.footer {
  background-color: #191d1f;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.footer {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  section.footer .contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
section.footer .fleft {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  section.footer .fleft {
    width: 270px;
    border-right: 1px solid #3d4142;
  }
}
section.footer .fleft h3.bh {
  margin-bottom: 8px;
}
section.footer .fleft a.tl {
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 32px;
}
section.footer .fleft .soc a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
section.footer .fleft .soc a img {
  width: 33px;
  height: auto;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
section.footer .fleft .soc a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  section.footer .fright {
    padding-left: 60px;
    border-left: 1px solid #3d4142;
    position: relative;
    left: -1px;
  }
}
@media screen and (max-width: 767px) {
  section.footer .fright {
    margin-top: 32px;
  }
}
section.footer .fright p.sm {
  font-family: "roboto", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  color: #fff;
}
section.footer .fright p.sm strong {
  font-weight: 700;
}
section.footer .fright img {
  margin-top: 20px;
}
