/* Sections */
/*********************
MEDIA QUERIES
*********************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/* colors */
.blue {
  color: #1b77c2; }

.yellow {
  color: #e8a900; }

.green {
  color: #2dc676; }

.black {
  color: #000; }

.g38 {
  color: #383838; }

.g5b {
  color: #5b5b5b; }

.g84 {
  color: #848484; }

.gc3 {
  color: #c3c3c3; }

.gd6 {
  color: #d6d6d6; }

.ge6 {
  color: #e6e6e6; }

.gf7 {
  color: #f7f7f7; }

.white {
  color: #fff; }

.bg-blue {
  background-color: #1b77c2; }

.bg-yellow {
  background-color: #e8a900; }

.bg-green {
  background-color: #2dc676; }

.bg-g38 {
  background-color: #383838; }

.bg-g84 {
  background-color: #848484; }

.bg-gc3 {
  background-color: #c3c3c3; }

.bg-gd6 {
  background-color: #d6d6d6; }

.bg-ge6 {
  background-color: #e6e6e6; }

.bg-gf7 {
  background-color: #f7f7f7; }

/* sg - fonts */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1em; }

a:focus, a:active,
button:focus,
button:active {
  outline: none; }

.inline {
  display: inline; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

hr {
  border-color: #e4e4e4; }

/* headings */
.head-a {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  line-height: 1.25em;
  font-size: 36px;
  color: #1b77c2; }

.head-b {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #383838; }

.head-c {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #383838;
  line-height: 22px; }
  .head-c.f15 {
    line-height: 16px; }

/* paragraphs */
.para-a {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #383838;
  line-height: 21px; }

.para-b {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 22px; }

.para-c {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #383838;
  line-height: 20px; }

.para-d {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #383838;
  line-height: 18px; }

.para-e-reg {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #383838;
  line-height: 24px; }

.para-e {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  color: #383838;
  line-height: 24px; }
  .para-e.f15 {
    line-height: 16px; }
  .para-e.g84 {
    color: #848484; }

.para-f {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase; }
  .para-f.green {
    color: #2dc676; }

.para-g {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #848484;
  line-height: 17px; }

.para-h {
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #00314e;
  line-height: 20px;
  margin-bottom: 1em; }
  .para-h span.med {
    font-family: "HelveticaNeueLTStd-MdCn", sans-serif;
    font-weight: 600; }
  .para-h span.blue {
    color: #1b77c2;
    text-transform: uppercase; }
  .para-h a {
    color: inherit;
    text-decoration: none; }
    .para-h a:hover {
      color: inherit;
      text-decoration: none; }
  .para-h sup {
    line-height: 0;
    font-size: .575em; }
  .para-h.no-m {
    margin-bottom: 0; }
  .para-h.mb-2 {
    margin-bottom: 2px; }
  @media (max-width: 767px) {
    .para-h {
      font-size: 15px;
      line-height: 16px; } }
.para-i {
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 14px; }

.para-j {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center; }

.para-k {
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #00314e;
  line-height: 19px;
  margin-bottom: 0.8em; }
  .para-k span.med {
    font-family: "HelveticaNeueLTStd-MdCn", sans-serif;
    font-weight: 500; }
  .para-k span.blue {
    color: #1b77c2;
    text-transform: uppercase; }
  .para-k a {
    color: inherit;
    text-decoration: none; }
    .para-k a:hover {
      color: inherit;
      text-decoration: none; }
  .para-k sup {
    line-height: 0;
    font-size: .575em; }
  .para-k.no-m {
    margin-bottom: 0; }
  .para-k.mb-2 {
    margin-bottom: 2px; }
  @media (max-width: 767px) {
    .para-k {
      font-size: 15px;
      line-height: 16px; } }
.para-l {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #383838;
  line-height: 18px;
  margin-bottom: 0.8em; }
  .para-l sup {
    line-height: 0;
    font-size: .575em; }
  .para-l.no-m {
    margin-bottom: 0; }
  .para-l.mb-2 {
    margin-bottom: 2px; }
  @media (max-width: 767px) {
    .para-l {
      font-size: 15px;
      line-height: 16px; } }
/* links */
.link-a {
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1b77c2;
  text-transform: uppercase;
  border-bottom: 2px solid #fff; }
  .link-a:hover {
    text-decoration: none;
    border-bottom: 2px solid #1b77c2;
    color: #1b77c2; }
  .link-a:focus {
    text-decoration: none;
    color: #1b77c2; }

.link-b {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1b77c2;
  text-decoration: underline; }
  .link-b:hover {
    color: #0360ac; }
  .link-b:focus {
    color: #1b77c2; }

*[class^="para"] .link-b {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.link-c {
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 1em;
  color: #1b77c2;
  text-transform: uppercase;
  border-bottom: 2px solid #fff; }
  .link-c:hover {
    text-decoration: none;
    border-bottom: 2px solid #1b77c2;
    color: #1b77c2; }
  .link-c:focus {
    text-decoration: none;
    color: #1b77c2; }
  @media (max-width: 359px) {
    .link-c {
      font-size: 13.33px;
      line-height: 13.33px; } }
.link-d {
  font-family: "HelveticaNeueLTStd-MdCn", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline !important;
  color: #1b77c2 !important;
  border-bottom: 2px solid #fff; }

.link-e {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline !important;
  color: #1b77c2 !important;
  border-bottom: 2px solid #fff; }

.link-f {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 1em;
  color: #383838;
  text-transform: uppercase;
  border-bottom: 2px solid #fff; }

.link-g {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  color: #1b77c2 !important; }
  .link-g.no-u {
    text-decoration: none; }
    .link-g.no-u:hover {
      text-decoration: underline; }

/* buttons */
*[class^="btn"] {
  font-family: roboto, sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  border: 1px solid #1b77c2;
  border-radius: 50px;
  text-transform: uppercase; }
  *[class^="btn"]:hover, *[class^="btn"]:focus {
    text-decoration: none; }

.btn-a {
  font-size: 15px;
  letter-spacing: 0.71px;
  width: 290px;
  max-width: 100%;
  height: 50px;
  line-height: 46px;
  color: #fff;
  background-color: #1b77c2; }
  .btn-a:hover {
    color: #fff;
    border-color: #0360ac;
    background-color: #0360ac; }
  .btn-a:focus {
    color: #fff; }

.btn-b {
  font-size: 13px;
  letter-spacing: 0.54px;
  width: 240px;
  max-width: 100%;
  height: 40px;
  line-height: 37px;
  color: #1b77c2;
  background-color: transparent; }
  .btn-b:hover {
    color: #1b77c2;
    background-color: rgba(27, 119, 194, 0.15); }
  .btn-b:focus {
    color: #1b77c2; }

.btn-c {
  font-size: 11px;
  letter-spacing: 0.3px;
  width: 140px;
  max-width: 100%;
  height: 27px;
  line-height: 24px;
  color: #1b77c2; }
  .btn-c:hover {
    color: #1b77c2;
    background-color: rgba(27, 119, 194, 0.15); }
  .btn-c:focus {
    color: #1b77c2; }

/* rules */
hr.rule {
  border-color: #d6d6d6;
  width: 100%;
  margin: 0; }
  hr.rule.full {
    margin-left: -999px;
    margin-right: -999px;
    padding: 0 999px; }

/* extra utilities */
.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.reg {
  font-weight: 400; }

.med {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f25 {
  font-size: 25px; }

.f30 {
  font-size: 30px; }

.pad30 {
  padding: 30px !important; }

.nomargin {
  margin: 0 0 0 0 !important; }

.nomargintop {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.lh1 {
  line-height: 1em; }

.white {
  color: #fff; }

body {
  display: block; }

html, body {
  overflow-x: hidden; }

* {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.fancybox-overlay,
.fancybox-wrap,
.fancybox-skin {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.fb-close {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 5px;
  width: auto;
  height: auto;
  background-image: none; }
  .fb-close > div {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease; }
  .fb-close:hover > div {
    transform: rotate(180deg); }

/* container widths */
.container {
  margin: 50px auto;
  width: 100%;
  max-width: 1030px; }
  @media (max-width: 767px) {
    .container {
      margin: 30px auto; } }
  .container.c-header {
    height: 68px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 999; }
    @media (max-width: 767px) {
      .container.c-header {
        height: auto;
        padding: 15px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24); } }
  @media (max-width: 1199px) {
    .container {
      max-width: 990px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 765px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 100%; } }
.header .container {
  max-width: 1330px; }
  @media (max-width: 1349px) {
    .header .container {
      max-width: 1195px; } }
  @media (max-width: 1199px) {
    .header .container {
      max-width: 990px; } }
  @media (max-width: 991px) {
    .header .container {
      max-width: 765px; } }
  @media (max-width: 767px) {
    .header .container {
      max-width: 100%; } }
/* home */
.home .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home .container {
      margin-bottom: 20px; } }
.home .intro-box {
  text-align: center;
  background: #1b77c2;
  margin: 0 auto 36px;
  padding: 36px 50px; }
  @media (max-width: 767px) {
    .home .intro-box {
      margin: 0 auto 24px;
      padding: 25px; } }
  .home .intro-box .intro-inner {
    margin: 0 auto 5px; }
    .home .intro-box .intro-inner .head-b {
      margin-bottom: 1em; }
  @media (max-width: 767px) {
    .home .intro-box .para-b {
      font-size: 15px;
      line-height: 20px; } }
.home hr.rule {
  margin: 10px 0 40px; }
  @media (max-width: 767px) {
    .home hr.rule {
      margin: 15px 0 25px; } }
.home .training .intro-main {
  margin-bottom: 28px; }
  @media (max-width: 767px) {
    .home .training .intro-main {
      margin-bottom: 18px; }
      .home .training .intro-main h1, .home .training .intro-main p {
        margin-bottom: 5px; } }
  .home .training .intro-main h1, .home .training .intro-main p {
    margin-bottom: 12px; }

@media (max-width: 767px) {
  .home .training .modules > div[class^="col-"] {
    width: 50%; } }

@media (max-width: 599px) {
  .home .training .modules > div[class^="col-"] {
    width: 100%; } }

.home .training .modules > div[class^="col-"]:first-child .single.next .info:before {
  content: "START HERE"; }

.home .training .modules .single {
  display: block;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home .training .modules .single {
      margin-bottom: 20px; } }
  .home .training .modules .single.ending {
    height: auto;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    position: relative; }
    .home .training .modules .single.ending svg {
      position: absolute;
      left: 0;
      top: 36px; }
    .home .training .modules .single.ending .info {
      background-color: transparent;
      padding: 30px 40px;
      border: none;
      height: auto; }
      .home .training .modules .single.ending .info .para-e {
        color: #848484; }
    @media (min-width: 768px) {
      .home .training .modules .single.ending {
        height: 302px; } }
    @media (min-width: 992px) {
      .home .training .modules .single.ending {
        height: 344px; } }
    @media (min-width: 1200px) {
      .home .training .modules .single.ending {
        height: 351px; } }
  .home .training .modules .single.watched .info .para-d.pre {
    display: none; }
  .home .training .modules .single.watched .info .para-d.post {
    display: inline-block; }
  .home .training .modules .single.watched .info .watched-badge {
    display: inline-block; }
  .home .training .modules .single.next .info {
    border-color: #e8a900;
    background-color: rgba(232, 169, 0, 0.1);
    padding: 30px 20px 15px;
    position: relative; }
    .home .training .modules .single.next .info:before {
      content: "NEXT VIDEO";
      font-family: roboto, sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 17px;
      text-align: center;
      background-color: #e8a900;
      border-radius: 3px;
      color: #fff;
      padding: 5px 14px;
      height: 27px;
      position: absolute;
      left: 20px;
      top: -13px; }
  .home .training .modules .single:hover .info .head-c {
    text-decoration: underline; }
  .home .training .modules .single .thumb {
    height: 0;
    padding-top: 56%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .home .training .modules .single .thumb:before {
      content: "";
      position: absolute;
      background: url("/img/play.png") no-repeat;
      background-size: contain;
      width: 50px;
      height: 50px;
      top: calc(50% - 25px);
      left: calc(50% - 25px); }
  .home .training .modules .single .info {
    background-color: #fff;
    padding: 16px 20px 15px;
    height: 195px;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px; }
    @media (max-width: 767px) {
      .home .training .modules .single .info {
        height: 180px; } }
    .home .training .modules .single .info .head-c {
      margin-bottom: 10px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .home .training .modules .single .info .head-c {
          font-size: 15px;
          line-height: 18px; } }
    .home .training .modules .single .info p.description {
      margin-bottom: 10px;
      max-height: 54px;
      overflow: hidden; }
    .home .training .modules .single .info .watched-badge {
      margin-top: 5px;
      display: none; }
      .home .training .modules .single .info .watched-badge svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .home .training .modules .single .info .watched-badge .para-f {
        display: inline-block;
        vertical-align: middle; }

.home .training .level-nav {
  margin-bottom: 30px; }
  .home .training .level-nav .rule.mt25 {
    margin-top: 25px; }
  .home .training .level-nav .btn-b {
    line-height: 38px;
    width: 100%; }
    @media (min-width: 768px) {
      .home .training .level-nav .btn-b {
        max-width: 350px; } }
    @media (max-width: 359px) {
      .home .training .level-nav .btn-b {
        font-size: 11.5px; } }
    .home .training .level-nav .btn-b:last-child {
      margin-bottom: 0; }

.home .more-info {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .home .more-info {
      margin-bottom: 15px; } }
  .home .more-info .head-b {
    margin-bottom: 15px; }
  .home .more-info .para-a {
    margin-bottom: 25px; }

/* video */
.videos .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .videos .container {
      margin-bottom: 20px; } }
.videos .video-main {
  max-width: 800px;
  margin: 0 auto;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .videos .video-main .video-outer,
  .videos .video-main .flowplayer,
  .videos .video-main .fp-ratio,
  .videos .video-main .fp-player {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none; }
  .videos .video-main .player {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .videos .video-main .player {
        margin-bottom: 15px; } }
  .videos .video-main .head-b,
  .videos .video-main .para-c {
    margin-bottom: 12px; }
  .videos .video-main .congrats {
    background-color: #f7f7f7;
    border-radius: 11px;
    padding: 45px 80px 50px;
    margin-bottom: 20px; }
    .videos .video-main .congrats .head-a {
      margin-bottom: 20px; }
    .videos .video-main .congrats .head-c,
    .videos .video-main .congrats .para-c {
      margin-bottom: 25px; }
    @media (max-width: 767px) {
      .videos .video-main .congrats {
        margin-bottom: 10px; } }
    @media (max-width: 599px) {
      .videos .video-main .congrats {
        padding: 20px 20px 25px; }
        .videos .video-main .congrats .head-a {
          font-size: 24px;
          margin-bottom: 15px; }
        .videos .video-main .congrats .head-c,
        .videos .video-main .congrats .para-c {
          margin-bottom: 20px; } }
.videos hr.rule {
  margin: 40px 0; }
  @media (max-width: 767px) {
    .videos hr.rule {
      margin: 30px 0; } }
.videos .training .intro-main {
  margin-bottom: 28px; }
  .videos .training .intro-main h1, .videos .training .intro-main p {
    margin-bottom: 12px; }

.videos .training .modules {
  margin-left: -10px;
  margin-right: -10px; }
  .videos .training .modules > div[class^="col-"] {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .videos .training .modules > div[class^="col-"] {
        width: 50%; } }
    @media (max-width: 599px) {
      .videos .training .modules > div[class^="col-"] {
        width: 100%; } }
  .videos .training .modules .single {
    display: block;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    margin-bottom: 20px; }
    .videos .training .modules .single.ending {
      height: auto;
      background-color: #f7f7f7;
      border: none;
      box-shadow: none;
      position: relative; }
      .videos .training .modules .single.ending svg {
        position: absolute;
        left: 0;
        top: 36px; }
      .videos .training .modules .single.ending .info {
        background-color: transparent;
        padding: 30px 40px;
        border: none;
        height: auto; }
        .videos .training .modules .single.ending .info .para-e {
          color: #848484; }
      @media (min-width: 768px) {
        .videos .training .modules .single.ending {
          height: 302px; } }
      @media (min-width: 992px) {
        .videos .training .modules .single.ending {
          height: 344px; } }
      @media (min-width: 1200px) {
        .videos .training .modules .single.ending {
          height: 351px; } }
    .videos .training .modules .single.watched .info .para-d {
      display: none; }
    .videos .training .modules .single.watched .info .watched-badge {
      display: inline-block; }
    .videos .training .modules .single.next .thumb {
      padding-top: calc(56% - 27px); }
    .videos .training .modules .single.next .info {
      height: 167px;
      border-color: #e8a900;
      background-color: rgba(232, 169, 0, 0.1);
      padding: 43px 20px 15px;
      position: relative; }
      @media (max-width: 767px) {
        .videos .training .modules .single.next .info {
          height: 137px; } }
      .videos .training .modules .single.next .info:before {
        content: "NEXT VIDEO";
        font-family: roboto, sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
        background-color: #e8a900;
        border-radius: 0;
        color: #fff;
        padding: 5px 14px;
        display: block;
        width: 100%;
        height: 27px;
        position: absolute;
        left: 0;
        top: 0; }
    .videos .training .modules .single:hover .info .head-c {
      text-decoration: underline; }
    .videos .training .modules .single .thumb {
      height: 0;
      padding-top: 56%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .videos .training .modules .single .thumb:before {
        content: "";
        position: absolute;
        background: url("/img/play.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px); }
        .videos .training .modules .single .thumb:before * {
          width: 100%; }
    .videos .training .modules .single .info {
      background-color: #fff;
      padding: 16px 20px 15px;
      height: 140px;
      border: 1px solid #e6e6e6;
      border-top: none;
      border-bottom-left-radius: 11px;
      border-bottom-right-radius: 11px; }
      @media (max-width: 767px) {
        .videos .training .modules .single .info {
          height: 110px; } }
      .videos .training .modules .single .info .head-c {
        margin-bottom: 10px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .videos .training .modules .single .info .head-c {
            font-size: 15px;
            line-height: 18px; } }
      .videos .training .modules .single .info p.description {
        margin-bottom: 10px;
        max-height: 54px;
        overflow: hidden; }
      .videos .training .modules .single .info .watched-badge {
        margin-top: 5px;
        display: none; }
        .videos .training .modules .single .info .watched-badge svg {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
        .videos .training .modules .single .info .watched-badge .para-f {
          display: inline-block;
          vertical-align: middle; }

.videos .training .level-nav {
  margin-bottom: 30px; }
  .videos .training .level-nav .rule.mt25 {
    margin-top: 25px; }
  .videos .training .level-nav .btn-b {
    line-height: 38px;
    width: 100%; }
    @media (min-width: 768px) {
      .videos .training .level-nav .btn-b {
        max-width: 350px; } }
    @media (max-width: 359px) {
      .videos .training .level-nav .btn-b {
        font-size: 11.5px; } }
    .videos .training .level-nav .btn-b:last-child {
      margin-bottom: 0; }

/* resources */
.resources .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .resources .container {
      margin-bottom: 20px; } }
.resources .resources-main {
  max-width: 800px;
  margin: 0 auto;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .resources .resources-main .construction {
    background-color: #f7f7f7;
    border-radius: 11px;
    padding: 45px 80px 50px;
    margin-bottom: 20px; }
    .resources .resources-main .construction .head-a {
      margin-bottom: 20px; }
    .resources .resources-main .construction .head-c,
    .resources .resources-main .construction .para-c {
      margin-bottom: 25px; }
    @media (max-width: 767px) {
      .resources .resources-main .construction {
        margin-bottom: 10px; } }
    @media (max-width: 599px) {
      .resources .resources-main .construction {
        padding: 20px 20px 25px; }
        .resources .resources-main .construction .head-a {
          font-size: 24px;
          margin-bottom: 15px; }
        .resources .resources-main .construction .head-c,
        .resources .resources-main .construction .para-c {
          margin-bottom: 20px; } }
/* support */
.support .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .support .container {
      margin-bottom: 20px; } }
.support .support-main .head-a {
  line-height: 1em;
  margin-bottom: 28px; }

.support .support-main .para-a {
  margin-bottom: 18px; }

.support .support-main .btn-b {
  margin-bottom: 35px;
  max-width: 140px; }

.support .support-main .unsub-note {
  text-align: center;
  margin: 40px 0 20px; }

@media (max-width: 767px) {
  .support .support-main .head-a {
    font-size: 30px;
    margin-bottom: 20px; }
  .support .support-main .para-a {
    margin-bottom: 15px; }
  .support .support-main .btn-b {
    margin-bottom: 20px; }
  .support .support-main .unsub-note {
    margin: 20px 0 10px; } }

/* login */
.login .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .login .container {
      margin-bottom: 20px; } }
.login .login-main {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .login .login-main .head-a {
    line-height: 1em;
    margin-bottom: 28px; }
  .login .login-main .para-e {
    margin-bottom: 15px; }
  .login .login-main .link-b {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px auto 0; }
    .login .login-main .link-b.forgot {
      margin: 10px auto 18px; }
  .login .login-main form {
    text-align: center; }
    .login .login-main form .btn-a {
      margin: 0 auto;
      margin-top: 38px;
      width: 100%;
      max-width: 100%; }
      .login .login-main form .btn-a.reset {
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .login .login-main .head-a {
      font-size: 30px;
      margin-bottom: 20px; }
    .login .login-main .para-e {
      margin-bottom: 15px; } }
.login form .field {
  max-width: 350px;
  float: none;
  margin: 25px auto 0; }

.login.reset p.conf {
  margin: 0 0 15px; }

.login.reset p.not-found {
  border: 1px solid #ce4747;
  color: #ce4747;
  padding: 15px 50px;
  max-width: 400px;
  margin: 35px auto 12px; }

/* register */
.register .container {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .register .container {
      margin-bottom: 20px; } }
.register .register-main {
  margin: 0 auto; }
  .register .register-main .intro {
    margin-bottom: 45px; }
  .register .register-main .allfields {
    margin: 35px 0 0;
    /*mb 30 if login ingo line is re-added */ }
  .register .register-main .head-a {
    line-height: 1em;
    margin-bottom: 20px; }
  .register .register-main .para-e-reg {
    margin-bottom: 15px; }
  .register .register-main .link-b {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px auto; }
  .register .register-main strong .link-b {
    display: inline-block;
    font-weight: bold;
    margin: 0; }
  .register .register-main form hr {
    margin: 40px 0 35px; }
    @media (max-width: 767px) {
      .register .register-main form hr {
        margin: 30px 0 25px; } }
  .register .register-main form .btn-a {
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 300px; }
  .register .register-main form label.proc {
    margin-top: 35px; }
  .register .register-main form .tall-list .ta-outer {
    margin: 10px 30px 0 20px; }
    .register .register-main form .tall-list .ta-outer textarea {
      height: 150px; }
      @media (max-width: 767px) {
        .register .register-main form .tall-list .ta-outer textarea {
          height: 90px; } }
  @media (max-width: 767px) {
    .register .register-main .intro {
      margin-bottom: 25px; }
    .register .register-main .allfields {
      margin: 25px 0 20px; }
    .register .register-main .head-a {
      font-size: 30px;
      margin-bottom: 15px; }
    .register .register-main .para-e-reg {
      margin-bottom: 15px; }
    .register .register-main form .btn-a {
      margin-bottom: 20px; }
    .register .register-main form label.proc {
      margin-top: 25px; } }
/* profile */
.profile .container {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .profile .container {
      margin-bottom: 0; } }
.profile .profile-main {
  margin: 0 auto; }
  .profile .profile-main .intro {
    margin-bottom: 45px; }
  .profile .profile-main hr.top-rule {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .profile .profile-main hr.top-rule {
        margin-bottom: 25px; } }
  .profile .profile-main .allfields {
    margin: 35px 0 30px; }
  .profile .profile-main .head-a {
    line-height: 1em;
    margin-bottom: 20px; }
  .profile .profile-main .para-e-reg {
    margin-bottom: 15px; }
  .profile .profile-main .link-b {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 11px auto; }
    .profile .profile-main .link-b:active, .profile .profile-main .link-b:focus {
      color: #1b77c2; }
    @media (max-width: 767px) {
      .profile .profile-main .link-b:not(.irr) {
        float: right;
        font-size: 13px;
        margin: 0 auto; } }
  .profile .profile-main form hr {
    margin: 40px 0 35px; }
    @media (max-width: 767px) {
      .profile .profile-main form hr {
        margin: 30px 0 25px; } }
  .profile .profile-main form .btn-a {
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 300px;
    width: 100%; }
  .profile .profile-main form label.proc {
    margin-top: 35px; }
  .profile .profile-main form .tall-list .ta-outer {
    margin: 10px 30px 0 20px; }
    .profile .profile-main form .tall-list .ta-outer textarea {
      height: 150px; }
      @media (max-width: 767px) {
        .profile .profile-main form .tall-list .ta-outer textarea {
          height: 90px; } }
  .profile .profile-main form a.irr {
    margin: 32px 0 45px; }
    @media (max-width: 767px) {
      .profile .profile-main form a.irr {
        margin: 24px 0 30px; } }
  .profile .profile-main form .submit-container-right {
    float: right;
    width: 300px; }
    .profile .profile-main form .submit-container-right .btn-a {
      margin-top: 5px; }
    @media (max-width: 991px) {
      .profile .profile-main form .submit-container-right {
        width: 180px; } }
    @media (max-width: 767px) {
      .profile .profile-main form .submit-container-right {
        float: none;
        width: 100%; }
        .profile .profile-main form .submit-container-right .btn-a {
          margin: 30px auto 0; } }
  .profile .profile-main form .p-sub-bar {
    padding: 40px 15px 20px;
    margin-left: -900px;
    margin-right: -900px;
    padding-left: 900px;
    padding-right: 900px; }
    .profile .profile-main form .p-sub-bar .submit-container {
      text-align: center; }
      .profile .profile-main form .p-sub-bar .submit-container .btn-a {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto; }
    @media (max-width: 767px) {
      .profile .profile-main form .p-sub-bar {
        padding: 30px 30px 10px;
        margin-left: -30px;
        margin-right: -30px; } }
  @media (max-width: 767px) {
    .profile .profile-main .intro {
      margin-bottom: 25px; }
    .profile .profile-main .allfields {
      margin: 25px 0 20px; }
    .profile .profile-main .head-a {
      font-size: 30px;
      margin-bottom: 15px; }
    .profile .profile-main .para-e-reg {
      margin-bottom: 15px; }
    .profile .profile-main form .btn-a {
      margin-bottom: 20px; }
    .profile .profile-main form label.proc {
      margin-top: 25px; } }
.fancybox-skin .form-modal {
  width: 350px;
  max-width: 100%; }
  .fancybox-skin .form-modal input {
    width: 100%; }
  .fancybox-skin .form-modal .btn-b {
    width: 100%;
    max-width: none;
    margin-top: 15px; }

/* all forms */
form hr {
  margin: 30px 0; }

form .fieldset {
  max-width: 540px; }
  @media (max-width: 767px) {
    form .fieldset {
      max-width: none; } }
form .field {
  margin-top: 25px; }

form .rc {
  margin-top: 10px; }
  form .rc.tall-list {
    margin-top: 0; }
    form .rc.tall-list label {
      margin-top: 20px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        form .rc.tall-list label {
          margin-top: 12px; } }
  form .rc.tall-list-bottom {
    margin-top: 0; }
    form .rc.tall-list-bottom label {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        form .rc.tall-list-bottom label {
          margin-bottom: 12px; } }
form label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #383838;
  line-height: 20px; }
  form label p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px); }

form input:not([type="checkbox"]):not([type="radio"]),
form select,
form textarea {
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  background-color: transparent;
  padding: 0 15px 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 19px; }
  form input:not([type="checkbox"]):not([type="radio"]):disabled,
  form select:disabled,
  form textarea:disabled {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
    color: #848484;
    opacity: 1;
    -webkit-opacity: 1;
    -webkit-text-fill-color: #848484; }

form input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: -1px; }

form input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
  margin-right: 5px;
  position: relative;
  top: -1px; }

form select {
  font-weight: 400;
  font-style: italic;
  color: #848484; }
  form select.touched {
    font-weight: 500;
    font-style: normal;
    color: #5b5b5b; }

form input[type='number'] {
  -moz-appearance: textfield; }

form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

form textarea {
  border-radius: 5px;
  padding: 10px 15px; }

form .sel-frame {
  position: relative; }

form .sel-frame:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #5b5b5b; }

form .submit-container.disabled {
  cursor: not-allowed; }

form .submit.disabled,
form .submit:disabled {
  opacity: 0.5;
  pointer-events: none; }

form .err-msg {
  margin-top: 3px;
  font-size: 12px; }

form .errored:not(.rc) {
  color: #d30b0b; }
  form .errored:not(.rc) label {
    color: #d30b0b; }
  form .errored:not(.rc) input:not([type="checkbox"]):not([type="radio"]),
  form .errored:not(.rc) select,
  form .errored:not(.rc) textarea {
    border-color: #d30b0b; }

form .errored.rc .errored,
form .errored.rc .errored p {
  color: #d30b0b; }

/* header */
header.header {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 767px) {
    header.header {
      padding: 0; } }
  header.header .row-eq-height {
    display: flex;
    align-items: center; }
  header.header .left img {
    width: 100%;
    max-width: 380px; }
    @media (max-width: 991px) {
      header.header .left img {
        max-width: 288px; } }
    @media (max-width: 767px) {
      header.header .left img {
        max-width: 192px; } }
  header.header .right {
    height: 68px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 767px) {
      header.header .right {
        height: 40px; } }
    header.header .right .menu a.link-a {
      margin-left: 25px; }
      header.header .right .menu a.link-a:first-child {
        margin-left: 0; }
      @media (max-width: 991px) {
        header.header .right .menu a.link-a {
          margin-left: 18px;
          font-size: 15px; } }
    header.header .right .menu a.btn-b {
      cursor: pointer;
      font-family: roboto-condensed, sans-serif;
      font-size: 17px;
      border-radius: 0;
      padding-left: 0.5px;
      width: 77px; }
  header.header .mob-menu-drop {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #1b77c2;
    text-align: center; }
    header.header .mob-menu-drop .container {
      margin: 0;
      padding: 15px;
      list-style: none; }
      header.header .mob-menu-drop .container li {
        display: block; }
        header.header .mob-menu-drop .container li a.link-a {
          color: #fff;
          line-height: 24px;
          margin: 8px auto;
          display: inline-block;
          border-bottom: 2px solid #1b77c2; }
          header.header .mob-menu-drop .container li a.link-a:hover {
            border-bottom: 2px solid #fff; }

/* footer */
footer.footer {
  position: relative;
  padding: 5px 0 50px;
  width: 100%;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    footer.footer {
      padding: 25px 0 30px; } }
  footer.footer span.hide-xs {
    display: inline-block; }
    @media (max-width: 767px) {
      footer.footer span.hide-xs {
        display: none; } }
  footer.footer span.show-xs {
    display: none; }
    @media (max-width: 767px) {
      footer.footer span.show-xs {
        display: inline-block; } }
  footer.footer .container {
    margin: 0 auto; }
  footer.footer .footer-top {
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      footer.footer .footer-top {
        margin-top: 30px; } }
    footer.footer .footer-top .links {
      margin-bottom: 22px; }
      footer.footer .footer-top .links a {
        text-transform: uppercase;
        text-decoration: none; }
      footer.footer .footer-top .links .blue {
        position: relative;
        top: 2px;
        font-size: 20px;
        line-height: 15px; }
    footer.footer .footer-top .para-g {
      max-width: 675px;
      display: block;
      margin: 0 auto; }
      footer.footer .footer-top .para-g a {
        color: #848484; }
    footer.footer .footer-top svg {
      display: block;
      margin: 28px auto 32px;
      width: 144px; }
  footer.footer .logos {
    margin: 28px 0 15px; }
    footer.footer .logos img {
      display: inline-block;
      vertical-align: top;
      height: 37px;
      width: auto;
      margin-left: 25px;
      margin-bottom: 20px; }
  footer.footer .isi-expander {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    right: 0;
    left: 0; }
    footer.footer .isi-expander.open .isi-tab span.tri {
      transform: rotate(180deg); }
    footer.footer .isi-expander .isi-tab {
      width: 100%;
      padding: 6px 7px 5px 15px;
      background-color: #1b77c2;
      z-index: 999;
      opacity: 1;
      cursor: pointer;
      position: relative;
      top: 0; }
      footer.footer .isi-expander .isi-tab.loaded {
        opacity: 1; }
      footer.footer .isi-expander .isi-tab.init-load span.tri {
        transform: rotate(180deg); }
      footer.footer .isi-expander .isi-tab p {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        color: #fff; }
        @media (max-width: 379px) {
          footer.footer .isi-expander .isi-tab p {
            font-size: 13px;
            letter-spacing: -.015em; } }
        footer.footer .isi-expander .isi-tab p sup {
          line-height: 0;
          font-size: .6em; }
      footer.footer .isi-expander .isi-tab span.tri {
        display: inline-block;
        position: relative; }
        footer.footer .isi-expander .isi-tab span.tri p {
          font-size: 13px;
          line-height: 13px; }
    footer.footer .isi-expander .container-outer {
      height: 0;
      width: 100%;
      background: #fff;
      overflow: scroll;
      margin: 0; }
      footer.footer .isi-expander .container-outer.init-load {
        height: 150px; }
      footer.footer .isi-expander .container-outer .isi {
        margin: 15px 0; }

/* sg */
h1.sg-section {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000; }

div.sg-set {
  margin: 20px auto;
  padding-left: 20px; }
  div.sg-set > * {
    margin: 10px 0; }

.pushdown-outer {
  z-index: 99999999;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .pushdown-outer .pushdown {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px 40px 15px 30px;
    position: relative; }
    @media (max-width: 767px) {
      .pushdown-outer .pushdown {
        padding: 15px 35px 15px 15px;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; } }
    .pushdown-outer .pushdown .pushdown-inner {
      width: 1050px;
      max-width: 100%; }
      @media (max-width: 479px) {
        .pushdown-outer .pushdown .pushdown-inner p.para-d.f15 {
          font-size: 13px; } }
    .pushdown-outer .pushdown .pushdown-close {
      cursor: pointer;
      position: absolute;
      padding: 8px 12px;
      top: 0;
      right: 0;
      color: #e9000c;
      font-family: roboto, sans-serif;
      font-size: 20px;
      line-height: 20px;
      font-weight: 700; }
