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

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

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

.os {
  font-family: "open sans", sans-serif;
}

.rob {
  font-family: "roboto", sans-serif;
}

.ter {
  font-family: "termina", sans-serif;
}

.sec-h {
  color: #122a4e;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
}
.sec-h.g33 {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .sec-h {
    font-size: 28px;
    line-height: 38px;
  }
}

.btn {
  color: #fff;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: #48a3d5;
}
.btn.b20 {
  background-color: #202f7a;
}
.btn:hover {
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 20px;
    line-height: 27px;
    padding: 14px 30px;
    width: auto;
    min-width: 210px;
    vertical-align: top;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 15px;
  }
}

sup {
  font-size: 0.6em;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

hr {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
hr.fw {
  margin: 0 -999px;
  padding: 0 999px;
}

@media screen and (min-width: 768px) {
  section.hero {
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  section.hero .redef .img, section.hero .redef .txt {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
  }
  section.hero .redef .img {
    width: 385px;
  }
  section.hero .redef .txt {
    width: calc(100% - 388px);
    padding: 10px 40px;
  }
}
@media screen and (min-width: 992px) {
  section.hero .redef .img {
    width: 445px;
  }
  section.hero .redef .txt {
    width: calc(100% - 448px);
  }
}
@media screen and (max-width: 767px) {
  section.hero .redef {
    padding: 30px 15px;
  }
  section.hero .redef .img {
    display: none;
  }
}
section.hero .redef .img {
  font-size: 0;
}
section.hero .redef .img img {
  max-width: 100%;
  height: auto;
}
section.hero .redef .txt .inner {
  width: 100%;
}
section.hero .redef .txt .inner h2 {
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #202f7a;
}
@media screen and (min-width: 992px) {
  section.hero .redef .txt .inner h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
section.hero .redef .txt .inner h3 {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  color: #767676;
}
@media screen and (min-width: 992px) {
  section.hero .redef .txt .inner h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
section.hero .bbar {
  text-align: center;
  background-color: #57c3e2;
  padding: 10px 0;
}
@media screen and (min-width: 370px) {
  section.hero .bbar .bbi {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
  }
}
@media screen and (max-width: 479px) and (min-width: 370px) {
  section.hero .bbar .bbi.b1 {
    max-width: 175px;
  }
  section.hero .bbar .bbi.b1 h4 {
    max-width: calc(100% - 48px);
  }
}
section.hero .bbar .bbi.b2 {
  padding-left: 25px;
}
@media screen and (max-width: 479px) {
  section.hero .bbar .bbi.b2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 369px) {
  section.hero .bbar .bbi.b2 {
    padding-left: 0;
    padding-top: 15px;
  }
}
section.hero .bbar .bbi img, section.hero .bbar .bbi h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
}
section.hero .bbar .bbi img {
  width: 55px;
  height: auto;
}
section.hero .bbar .bbi h4 {
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #202f7a;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  section.hero .bbar .bbi img {
    width: 45px;
    height: auto;
  }
  section.hero .bbar .bbi h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
section.videos {
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  section.videos {
    padding: 30px 0 47px;
  }
}
section.videos .groupname {
  color: #48a3d5;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  section.videos .groupname {
    font-size: 20px;
    line-height: 27px;
  }
}
section.videos .part-single {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
  margin-bottom: 30px;
}
section.videos .part-single a {
  text-decoration: none;
}
section.videos .part-single a:hover {
  text-decoration: none;
}
section.videos .part-single a:hover .title {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  section.videos .part-single .image,
section.videos .part-single .vidinfo {
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
  }
}
section.videos .part-single .image {
  width: 173px;
}
@media screen and (min-width: 992px) {
  section.videos .part-single .vidinfo {
    width: calc(100% - 176px);
    padding-left: 20px;
  }
}
section.videos .part-single .vidinfo .title {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
section.videos .part-single .vidinfo p {
  color: #555555;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
section.videos .part-single .img-frame {
  position: relative;
  border: 1px solid #d4d4d4;
}
section.videos .part-single .img-frame img.thumb {
  max-width: 100%;
  height: auto;
  font-size: 0;
  display: block;
}
section.videos .part-single .img-frame img.play {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  z-index: 999;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
}
section.resources {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.resources {
    padding: 40px 0 50px;
  }
}
section.resources .res-single {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
  margin-bottom: 30px;
}
section.resources .res-single a {
  text-decoration: none;
}
section.resources .res-single a:hover {
  text-decoration: none;
}
section.resources .res-single a:hover .title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  section.resources .res-single .image,
section.resources .res-single .resinfo {
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
  }
}
section.resources .res-single .image {
  width: 173px;
}
@media screen and (min-width: 768px) {
  section.resources .res-single .resinfo {
    width: calc(100% - 176px);
    padding-left: 20px;
  }
}
section.resources .res-single .resinfo .title {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
section.resources .res-single .resinfo p {
  color: #555555;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-decoration: underline;
}
section.resources .res-single .img-frame img.thumb {
  max-width: 100%;
  height: auto;
  font-size: 0;
}
section.learning {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.learning {
    padding: 40px 0 50px;
  }
}
section.edu {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.edu {
    padding: 40px 0 50px;
  }
}
section.video-player .part-single .title {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  section.video-player .part-single .title {
    font-size: 31px;
    line-height: 37px;
  }
}
section.video-player .part-single .descrip {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
section.video-player .part-single .part {
  color: #767676;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
section.video-player .part-single .partlink {
  color: #202f7a;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  section.video-player .part-single .vidcontain {
    padding-right: 30px;
    max-width: calc(100% - 385px);
  }
  section.video-player .part-single .vidsidebar {
    min-width: 380px;
  }
}
section.video-player .part-single .video-list {
  margin-top: 20px;
}
section.video-player .part-single .video-list .video-unit a, section.video-player .part-single .video-list .video-unit a:hover, section.video-player .part-single .video-list .video-unit a:focus, section.video-player .part-single .video-list .video-unit a:active, section.video-player .part-single .video-list .video-unit a:visited {
  text-decoration: none;
}
section.video-player .part-single .video-list .video-unit a:hover h1 {
  text-decoration: underline;
}
section.video-player .part-single .video-list .video-unit .play-btn,
section.video-player .part-single .video-list .video-unit .video-unit-text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
section.video-player .part-single .video-list .video-unit .play-btn {
  width: 39px;
  padding-right: 12px;
}
section.video-player .part-single .video-list .video-unit .video-unit-text {
  width: calc(100% - 44px);
}
section.video-player .part-single .video-list .video-unit .video-unit-text .vidtitle {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
section.video-player .part-single .video-list .video-unit .video-unit-text .length {
  color: #555555;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
section.video-player .part-single .video-list .video-unit#current-vid .play-btn svg g {
  fill: #2e9bce;
}
section.footer {
  padding: 40px 0 45px;
}
@media screen and (max-width: 767px) {
  section.footer {
    text-align: center;
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  section.footer .legal {
    text-align: right;
  }
}
section.footer .legal h4 {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #434343;
}
section.footer .isi {
  text-align: left;
}
section.footer .isi p.body-sm {
  color: #555;
  font-family: roboto, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
section.footer .isi p.body-sm strong {
  font-weight: 700;
}
section.footer .isi p.body-sm:not(:last-child) {
  margin-bottom: 15px;
}
