/**
  * @file
  * Views Styling
*/
/*$h1-font-size: 2    * $base-font-size;
/*$h2-font-size: 1.5  * $base-font-size;
/*$h3-font-size: 1.17 * $base-font-size;
$h4-font-size: 1    * $base-font-size;
$h5-font-size: 0.83 * $base-font-size;
$h6-font-size: 0.75 * $base-font-size; */
/* line 129, ../sass/base.scss */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

ul {
  list-style-type: none;
  color: #484848;
}

.footerLeft {
  width: 79%;
  display: inline-block;
  float: left;

}

.footerRight {
  width: 18%;
  display: inline-block;
  float: right;
}

/* line 189, ../sass/base.scss */
.pie-element {
  behavior: url("/js/PIE/PIE.htc");
  position: relative;
}

/* line 194, ../sass/base.scss */
.pie-container {
  z-index: 0;
  position: relative;
}

/* line 200, ../sass/base.scss */
html,
body,
div,
section,
article,
aside,
header,
hgroup,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
figure,
canvas,
video,
th,
td,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 232, ../sass/base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 242, ../sass/base.scss */
audio,
canvas,
video {
  display: inline-block;


}



/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 313, ../sass/base.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 322, ../sass/base.scss */
a:active,
a:hover {
  outline: 0;
}


h1 {
  font-size: 2em;
}

/* line 341, ../sass/base.scss */
h2 {
  font-size: 1.5em;
}

/* line 346, ../sass/base.scss */
h3 {
  font-size: 1.17em;

}

/* line 356, ../sass/base.scss */
h5 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 16px;
  font-weight: bolder;
}

h6 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 370, ../sass/base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 379, ../sass/base.scss */
b,
strong {
  font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 391, ../sass/base.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 400, ../sass/base.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 410, ../sass/base.scss */
mark {
  background: #ff0;
  color: #000;
}


/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 431, ../sass/base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}



/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 574, ../sass/base.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 582, ../sass/base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 594, ../sass/base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;

}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 611, ../sass/base.scss */
button,
input,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 624, ../sass/base.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 636, ../sass/base.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 653, ../sass/base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 664, ../sass/base.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 676, ../sass/base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 689, ../sass/base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 734, ../sass/base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, ../sass/styles.scss */
h2 {
  margin-top: 60px;
  float: right;
}

/* line 13, ../sass/styles.scss */
body {
  font-family: 'Arimo', Arial, Helvetica, "Nimbus Sans L", sans-serif;
  background: white;

}


a:hover {
  color: #2981B3;
}

/* line 33, ../sass/styles.scss */
img {
  border: 1px none;
}

/* line 38, ../sass/styles.scss */
header {
  display: inline-block;
  height: 100px;
}

/* line 42, ../sass/styles.scss */
header .logo {
  float: left;
}

/* line 49, ../sass/styles.scss */
.top-banner {
  width: 100%;
  height: 32px;
  background-color: #143F59;
  background: #143F59;
  position: relative;
  top: 0;
  z-index: 5;
}

/* line 57, ../sass/styles.scss */
.top-banner a {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}



/* line 123, ../sass/styles.scss */
select {

  outline: 0px;
  background: transparent;
  /*	left:16px;*/
  border: 0;
  border-radius: 0;
  /*height: 34px;*/
  -webkit-appearance: none;
  width: 464px;
  position: absolute;
  color: #5e5e5e;
  text-align: left;
  padding: 8px 0;
  font-weight: 200;
}

/* line 144, ../sass/styles.scss */
h1 {
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 2%;
  padding-bottom: 2%;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}

/* line 152, ../sass/styles.scss */
h1 title-info {
  font-weight: bold;
}



/* line 159, ../sass/styles.scss */
.language-list {
  margin: 2% 2%;
}

/* line 161, ../sass/styles.scss */
.language-list li {
  padding-left: 3%;
  padding-bottom: 20px;
  margin-top: 3px;
  border-bottom: dashed 1px #000;
}

/* line 165, ../sass/styles.scss */
.language-list a {
  text-decoration: underline;
  /* color: #5e5e5e; */
}

/* line 168, ../sass/styles.scss */
.language-list a:hover {
  /* color: #4d917b; */
}

.language-list .content-list li {
  border-bottom: dotted 1px #000;
}

/* line 175, ../sass/styles.scss */
.circles {
  /* background-image: url("../images/circles.png"); */
  /* background-repeat: no-repeat;
  background-position: right center; */
  width: 271px;
  height: 90px;
  margin-left: 70%;
}

/* line 185, ../sass/styles.scss */
footer {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 191, ../sass/styles.scss */
footer .footer-wrapper {
  margin: 10px;
}

/* line 196, ../sass/styles.scss */
footer .janssen {
  display: inline;
  float: right;
  max-width: 175px;
  height: 61px;
}


/* line 214, ../sass/styles.scss */
footer .footer-links-list {
  display: inline;
  list-style: none;
  text-decoration: none;
  text-align: left;
  /* float: right; */
}

/* line 220, ../sass/styles.scss */
footer .footer-links-list li:after {
  content: "|";
}

footer .footer-links-list li:last-child:after {
  content: "";
}

footer .footer-links-list li,
footer .footer-links-list li a {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 229, ../sass/styles.scss */
footer .copyright {

  color: #5e5e5e;
  line-height: 16px;
  clear: both;
  max-width: 537px;
  margin-bottom: 14px;
}

/* line 242, ../sass/styles.scss */
.hide {
  display: none;
}

/* line 246, ../sass/styles.scss */
.prompt-one {
  text-align: center;
}

/* line 250, ../sass/styles.scss */
.accept,
.reject {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #666 -1px 1px 3px;
  -moz-box-shadow: #666 -1px 1px 3px;
  box-shadow: #666 -1px 1px 3px;
  background: #F8F8F9;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f9), to(#cccccc));
  background: -webkit-linear-gradient(#f8f8f9, #cccccc);
  background: -moz-linear-gradient(#f8f8f9, #cccccc);
  background: -ms-linear-gradient(#f8f8f9, #cccccc);
  background: -o-linear-gradient(#f8f8f9, #cccccc);
  background: linear-gradient(#f8f8f9, #cccccc);
  -pie-background: linear-gradient(#f8f8f9, #cccccc);
  behavior: url(/js/pie/PIE.htc);
  border: none;
  padding: 5px 20px;
  margin: 0 20px;
  color: #5e5e5e;
}

/* line 270, ../sass/styles.scss */
.accept:hover,
.reject:hover {
  color: #4d917b;
}

.select_arrow {
  left: 90%
}


.footerRight a {
  display: block;
}

.bar {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {

  nav.language {
    margin-bottom: 30px;
  }

  #ot-sdk-btn {
    position: relative;
    left: 0 !important;
  }


  .bar {
    margin-left: 20px;
    width: 90%;
  }

  .hide-on-desktop {
    display: inline-block;
  }


  .select_arrow {
    left: 80%
  }

  .hide-on-mobile {
    display: none !important;
  }

  #txtInstruction {
    font-size: 35px;
  }

  h1 {
    font-size: 22px;
    line-height: 27px;
  }

  div.adobe {
    font-size: 20px;
  }

  .circles {
    height: 30px;
  }

  footer {
    padding-top: 0px;
  }

  footer .janssen {
    float: left;
    margin-left: 0;
    width: 220px;
  }



  #imgBanner {
    position: relative;
    top: 30px;
  }

  .footerRight,
  .footerLeft {
    text-align: left;
    vertical-align: top;
  }

  /* line 361, ../sass/styles.scss */
  footer {
    font-size: 10px;
    display: inline-block;
    /* border-top: 2px dotted #fdb813; */
    margin: 0px;
    margin-bottom: 100px;
  }

  /* line 368, ../sass/styles.scss */
  .footer-links-list {
    margin-bottom: 40px;
  }

  footer .footer-links-list li,
  footer .footer-links-list li a {
    font-size: 15px;
    /* display: block; */
    /* margin: 0 0 5px 0; */
    margin-right: 7px;
  }

  /* line 378, ../sass/styles.scss */
  footer .copyright {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    margin: 40px 40px 20px 20px;
  }

  /* line 383, ../sass/styles.scss */
  h2 {
    margin-top: 20px;
  }

}

/* line 392, ../sass/styles.scss */
.adobe {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 20px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {


  /* line 410, ../sass/styles.scss */
  header h1 {
    color: #5e5e5e;
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    text-shadow: .5px .5px 0 white;
    font-size: 2em;
    margin: 20px 0 0 300px;
    position: absolute;
    z-index: 8;
  }

  /* line 427, ../sass/styles.scss */
  .language {
    height: 100px;
    display: block;
    top: 240px;
    margin-left: 0;
  }

  /* line 433, ../sass/styles.scss */
  .language p {
    margin-left: 10px;
  }


  /* line 446, ../sass/styles.scss */
  .circles {
    margin-left: 60%;
  }

  /* line 450, ../sass/styles.scss */
  header .top-training-portal {
    margin-left: 220px;
  }

  /* line 454, ../sass/styles.scss */
  footer .footer-links-list li,
  footer .footer-links-list li a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.content-wrapper {
  width: 100vw;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  /*desktop */
  /* line 465, ../sass/styles.scss */

  #txtInstruction {
    font-size: 55px;
  }

  .hide-on-desktop {
    display: none;
  }

  .node__content {
    padding-left: 30px;
    position: relative;
    padding-top: 16px;
  }

  /* line 471, ../sass/styles.scss */
  .nav-wrapper {
    min-height: 100px;
  }

  select {
    width: 420px;
    z-index: 300;
  }
}

.legacy_spacer1 {
  margin-bottom: 20px;

}


#th-blue td {
  padding: 5px 30px;
}

#th-blue th {
  border: 0;
  text-transform: uppercase;
  font: 100 18px / 20px "Oswald", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  background-color: #AFD0DD;
  font-weight: 400;
  padding: 2px !important;

}

sup {
  top: -0.5em;
  font-size: 60%;
}


@media only screen and (min-width: 1024px) {

  .content-wrapper {
    width: 970px;
    margin: 0 auto;
  }
  
  .doc-left .all{
    max-width:448px;  
  }


  #main-all-lang,
  #front {
    width: 100%;
    position: relative;
    /* top: -200px; */
  }

  #th-blue th {
    padding: 15px 30px !important;
  }

  #main {
    position: relative;
    width: 970px;
    /* top: -200px; */
    margin-bottom: -160px;
  }

  .doc-right {
    position: relative;
    top: -5px;
    display: inline-block;

  }

  #user-form .title-user,
  #user-form h4,
  #user-form #edit-pass,
  #user-form #edit-submit,
  #user-pass .user-forgot-paragraph,
  #user-pass #edit-actions,
  #user-pass .form-item,
  #user-pass .title-user,
  #user-pass span {
    margin-left: 30px !important;
  }

}

@media only screen and (max-width: 1023px) {

  body,
  .content-wrapper {
    width: 100vw;
    position: relative;
    left: 0;
  }
  
  #mobile_content_scroll{
  
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100%;
    overflow-x: hidden;
  
  }
  
  .doc-left .all a,    
  .mobile_block{
    display:block!important;
    width:100%!important;
  }

  #main .row,
  #main {
    left: -10px;
  }

  #th-blue th {
    text-align: center;

  }

  #user-form {
    position: relative;
    padding-left: 0;
    width: 100vw;
  }

  #user-pass {
    position: relative;
    left: 5px;
  }

  .user-forgot-paragraph {

    width: 88%;
  }

  #user-form input[type=text],
  #user-form input[type=password],
  #user-pass input[type=text],
  #user-pass input[type=text],
  #user-login-form input[type=password],
  #user-login-form input[type=text] {
    width: 90% !important;
    max-width: 90vw !important
  }

  #main_container_content {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    left: 0;
  }



  h1 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    position: relative;
    line-height: 28px !important;
  }


  .home-banner h1 {
    font-size: 40px !important;
    margin-top: 4px;
    margin-left: 0 !important;
  }

  #main h1 {

    position: relative;

  }

  h2,
  h3,
  h4 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-top: 30px;
  }

  #onetrust-banner-sdk.otFlat {
    width: 100%;
    position: fixed;
    left:0px;
    display: inline-block;
    bottom: 0!important;
  }

  .footerRight,
  .footerLeft {
    float: none;
    display: block;
    width: 100vw;
    margin-bottom: 32px;
  }

  .legacy_spacer1 {
    margin-bottom: 0;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-toggle {
    position: absolute;
    top: 54px;
    right: 20px;
  }

  .navbar-toggle .sr-only {
    display: none;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

  .dropdown-menu {
    text-align: center;
    border: none;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 23px;
    height: 7px;
    border-radius: 0px;
    border-bottom: 3px solid #474541;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    width: 200px;
    height: 87px;
  }

  .mainright,
  .mainleft {
    width: 93vw;
    padding: 0;
    margin: 0;
  }

  .mainright {
    margin-top: 16px;
  }

  .mainleft {
    padding-right: 38px !important;
  }


  .bar {
    margin-left: 0;
    width: 90vw !important;
    left: 5vw !important;
    position: relative;
  }


  footer {
    position: absolute;
    left: 0;

  }

  footer a,
  .footer-links-wrapper,
  footer .copyright {

    font-size: 12px !important;
  }

  .footer-links-wrapper {
    margin-left: 20px;
  }

  .content-wrapper {
    width: 100vw;
    margin: 0;
  }

  .dropdown-toggle::after,
  .caret {

    display: none !important;
  }

  #main_container_content {

    padding-left: 16px;
    padding-right: 16px;
    margin-top: 15px;
  }

  .row {
    position: relative;
    margin-left: 0;
    padding: 0;

  }

  .doc-right,
  .doc-left {
    width: 100vw;
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .select-wrap {
    max-width: 83vw !important;
  }

  .disc-image img {
    max-width: 75vw;

  }

  #user-form .home-banner,
  #user-pass .home-banner,
  #user-login-form .home-banner {
    width: 100vw !important;
    position: relative;
    height: 150px !important;

  }


  #user-form .title-user,
  #user-form #edit-actions,
  #user-form input[type=submit],
  #user-form h4 {
    margin-left: 30px !important;
  }



  #user-pass .home-banner {
    margin-left: -21px;
  }

  #user-pass .home-banner h1 {
    left: -10px;
  }



  #edit-account {
    padding-left: 18px;
  }

  .full-mobile-width {
    width: 100vw;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 28px;

  }

  #ot-sdk-btn {
    display: block !important;

  }

  form {
    width: 100vw !important;
    position: relative;
    left: -17px;
  }

  #edit-pass {
    padding-left: 10px;
  }

  #system_msg {
    margin-left: 24px;

  }


  #onetrust-pc-sdk #ot-pc-content,
  #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    width: 95vw !important;

  }

}