/**
  * @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:70%;display:inline-block;
}
.footerRight {
  width:29%;display:inline-block;
}

/* 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;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 253, ../sass/base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 263, ../sass/base.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 278, ../sass/base.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 293, ../sass/base.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 301, ../sass/base.scss */
body {
  margin: 0;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 336, ../sass/base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* line 351, ../sass/base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 356, ../sass/base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 361, ../sass/base.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * 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;
}

/* line 383, ../sass/base.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * 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;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 420, ../sass/base.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * 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;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 441, ../sass/base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 451, ../sass/base.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 460, ../sass/base.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 469, ../sass/base.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 478, ../sass/base.scss */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 485, ../sass/base.scss */
sup {
  top: -0.5em;
}

/* line 489, ../sass/base.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 504, ../sass/base.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 508, ../sass/base.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 527, ../sass/base.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 541, ../sass/base.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 550, ../sass/base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 562, ../sass/base.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   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;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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,
select,
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 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 702, ../sass/base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 711, ../sass/base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 721, ../sass/base.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


/* ==========================================================================
   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;
  width: 100%;
  float: left;
}

/* line 21, ../sass/styles.scss */
li {
  margin-bottom: 10px;
}

/* line 25, ../sass/styles.scss */
a {
  color: #2981B3;
  text-decoration: none;
}
/* line 28, ../sass/styles.scss */
a:hover {
  color: #2981B3;
}

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

/* line 38, ../sass/styles.scss */
header {
  display: inline-block;
  min-width: 100%;
  height: 100px;
}
/* line 42, ../sass/styles.scss */
header .logo {
  width: 175px;
  height: 79px;
  margin: 0px 20px;
  float: left;
}
/* line 49, ../sass/styles.scss */
header .top-banner {
  width: 100%;
  height: 40px;
  background-color: #143F59;
  background: #143F59;
  position: relative;
  top: 0;
  z-index: 5;
}
/* line 57, ../sass/styles.scss */
header .top-banner a {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
/* line 64, ../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: 50px 0 0 440px;
  position: absolute;
}
/* line 74, ../sass/styles.scss */
header .top-training-portal {
  background-position: right center;
  width: 494px;
  height: 220px;
  margin-left: 340px;
  position: absolute;
  top: 0;
  float: right;
  display:none;
}

header a {
  font-family:"Oswald",Arial, Helvetica, sans-serif;
 
  font-size:14px;
  text-transform:uppercase;
  color:#2981B3;
  padding-right:16px;
}

/* line 89, ../sass/styles.scss */
nav {
  color: #5e5e5e;
  float:left;
  margin-top: 20px;
  /* display: inline-block; */
  overflow: hidden;
  *zoom: 1;
  margin-bottom:40px;
}
/* line 95, ../sass/styles.scss */
nav p {
  margin-left: 20px;
  float: left;
  margin-top: 4px;
  font-family:"Oswald",Arial, Helvetica, sans-serif;
  font-weight:200;
  font-size:25px;
  margin-bottom:15px;
}

/* line 102, ../sass/styles.scss */
.country .select-wrap {
  /* margin-left: 110px; */
}

nav.language,
nav.country {
  width:49%;
}


/* line 106, ../sass/styles.scss */
.language #selectLanguage,
.country #selectCountry {
  font-family: "Oswald",Arial, Helvetica, sans-serif;
  font-weight:200;
  font-size: 20px;
  line-height: 26px;
}

/* line 110, ../sass/styles.scss */
.select-wrap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 95%;
  margin-left:20px;
  height: 64px;
  /* -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); */
  /* margin-right: 835px;
  margin-left: 120px;
  margin-top: 1px; */
  top: 160px;
  overflow: hidden;
  /* position: absolute; */
  z-index: 0;
  z-index: 18;
  /* position: absolute; */
  border:1px solid #484542;
}

/* line 119, ../sass/styles.scss */
.language {
  /* margin-left: 400px; */
}

/* line 123, ../sass/styles.scss */
select {
  border:0px;
   outline:0px;
  background: transparent;
  font-size: 16px;
  /*	left:16px;*/
  border: 0;
  border-radius: 0;
  /*height: 34px;*/
  -webkit-appearance: none;
  width: 464px;
  height: 64px;
  position: absolute;

  /*background: url("../images/dropdown-arrow.png") no-repeat;
  background-size: 20px;
  background-position: top 25px right 60px;  */
  z-index: 18;
  color: #5e5e5e;
  text-align: left;
  padding: 8px 0;
  padding-left: 15px;
  border:0px;
}

/* line 144, ../sass/styles.scss */
h1 {
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  color: #2981B3;
  text-shadow: .5px .5px 0 white;
  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;
  width: 220px;
  height: 61px;    
}
/* line 206, ../sass/styles.scss */
footer .footer-links-wrapper {
  /* margin: 20px 0 0 200px; */
  /* padding-left:20px; */
}
/* 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;
}

/* 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%;
}

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


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

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

  .select_arrow{left:80%}
  .hide-on-mobile{
    display:none;
  }
  #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;
  }

  /*mobile */
  /* line 280, ../sass/styles.scss */
  .content-wrapper {
    margin: 0 auto;        
  }

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

  .footerRight,
  .footerLeft {
    text-align: center;
    width:100%;
  }

  footer .footer-links-list li:after {
    margin-right:5px;
    margin-left:5px;
  }

  /* line 285, ../sass/styles.scss */
  header {
    /* height: 170px; */
  }
  /* line 288, ../sass/styles.scss */
  header .logo {
    /* margin: 20px 0 10px 110px; */
  }
  /* line 291, ../sass/styles.scss */
  header .top-training-portal {
    display: none;
  }
  /* line 295, ../sass/styles.scss */
  header h1 {
    position: absolute;
    left: 8%;
    top: 150px;
    margin: 0;
  }

  nav{
    margin-bottom:5px;    
    margin-top:5px;
  }
  nav.language, nav.country {
    width:100%;
  }

  /* line 307, ../sass/styles.scss */
  nav, .country {
    display: block;
  }
  /* line 312, ../sass/styles.scss */
  nav p, .country p {
 
  }
  /* line 317, ../sass/styles.scss */
  nav .select-wrap, .country .select-wrap {
    /* margin-left: 80px; */
    /* top: 240px; */
    width:90%;
  }

  /* line 324, ../sass/styles.scss */
  .language-list {
    margin-left: 20px;
  }
  /* line 326, ../sass/styles.scss */
  .language-list li {
    padding-left: 0px;
  }

  /* line 333, ../sass/styles.scss */
  .language {

    display: block;

  }
  /* line 341, ../sass/styles.scss */
  .language p {

  }
  /* line 346, ../sass/styles.scss */
  .language .select-wrap {
    /* margin-left: 80px; */
    top: 380px;
  }

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

  /* 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;
  }
  /* 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;
}
#ot-sdk-btn{
  margin-top:20px;
  margin-left:20px;
  font-size:15px !important;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /*tablet */
  /* line 403, ../sass/styles.scss */
  .content-wrapper {
    width: 700px;
    margin: 0 auto;
  }

  /* 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 438, ../sass/styles.scss */
  .language .select-wrap {
    top: 240px;
    margin-left: 109px;
  }

  /* 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;
  }
}
@media only screen and (min-width: 769px) {
  /*desktop */
  /* line 465, ../sass/styles.scss */

  #txtInstruction{
    font-size: 55px;
  }

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

  .content-wrapper {
    width: 907px;
    margin: 0 auto;
    
  }

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

  select{
    background-position: 380px center;
    width: 420px;
    z-index: 300;
  }

}
