/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
Contents customized for TTW by John Millnik
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Arial;
  color: #222;
  font-weight: 300;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: gray;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #3e5d7a;
  text-decoration: none;
}
a:focus,
input:focus,
.menubutton:focus {
  outline: 3px solid #0066FF !important;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h
a:hover, a:active { outline: 0; }*/
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   ========================================================================== */
body {
  font-size: 1em;
  color: #2F2F2D;
  background: #ffffff url('../images/bg_hills.png') no-repeat center bottom fixed;
}
ul {
  list-style-position: outside;
}
ul ul {
  margin: 0;
}
ul li {
  margin-bottom: 8px;
}
header a,
header a:visited,
header a:hover {
  color: white;
}
a,
a:visited {
  color: #000;
}
a:hover {
  color: #302F2D;
}
u {
  text-decoration: none;
  font-weight: bold;
}
h1,
h2,
h3,
p,
h5,
p,
div {
  color: #242321;
}
.quote {
  font-style: italic;
}
#stepper a,
#stepper a:visited {
  color: #fff;
}
#container {
  max-width: 960px;
  margin: 0 auto;
}
.container {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 16px;
}
.container.fullwidth {
  max-width: 980px;
  padding: 0;
}
#logobar {
  height: 99px;
  padding: 0;
}
/* #logobar h2 {
  margin: 0;
  color: white;
  display: block;
  background: url('../images/logo_tickettowork_small.png') no-repeat;
  text-indent: -9999px;
  width: 205px;
  height: 79px;
  position: absolute;
  top: 8px;
  display: inline-block;
} */
#logobar .logo {
  margin: 0;
  color: white;
  display: block;
  background: url('../images/logo_tickettowork_small.png') no-repeat;
  text-indent: -9999px;
  width: 205px;
  height: 79px;
  position: absolute;
  top: 8px;
  display: inline-block;
}
#logobar h1 {
  display: inline-block;
  width: 340px;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  font-style: italic;
  margin: 22px 0 0 240px;
}
header {
  background-color: #3e5d7a;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9997;
}
/*.olderios header{position:relative;left: auto;top: auto; display: block;}
.olderios #stepper{position:relative;left: auto;top: auto; display: block;height:66px;}
.olderios #content{margin-top:24px;}*/
.olderios #stepper {
  position: static;
  left: auto;
  top: auto;
  display: block;
  height: 66px;
}
#titlebar {
  height: 39px;
}
#titlebar h2,
#titlebar h3 {
  margin: 0;
  color: #968E8B;
}
#titlebar h1 {
  color: #948F8B;
  margin: 0;
  font-size: .9em;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
}
#screenbar {
  height: 32px;
  background: #f1f1f1;
  text-align: right;
}
#screenbar h2,
#screenbar h3 {
  margin: 0;
  display: inline;
  color: #000;
  font-size: 1em;
  line-height: 32px;
  font-family: 'Open Sans', Arial;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}
#header-buttons {
  float: right;
}
.headerbutton {
  display: block;
  color: #e4e5e6;
  text-decoration: none;
  height: 59px;
  font-family: 'Open Sans', Arial;
  font-weight: 300;
  border-left: 1px solid #324a62;
  padding: 40px 24px 0 48px;
}
.helplink {
  background: url('../images/helpicon.png') no-repeat 14px center;
  float: left;
}
.helplink-alone {
  border-right: 1px solid #324a62;
}
.menulink {
  background: url('../images/menuicon.png') no-repeat 14px center;
  float: left;
  border-right: 1px solid #324a62;
}
#content {
  margin: 176px 0 100px 0;
  position: relative;
}
.textarea {
  float: left;
}
.textarea {
  width: 100%;
  padding-bottom: 80px;
}
.twoCol .textarea {
  width: 55%;
  margin: 0 20px 5% 0;
}
.textarea-nopadding {
  padding-bottom: 0;
}
.twoCol .imgContent {
  width: 40%;
}
.twoCol .imgContent.bottomAlign {
  margin-top: 35%;
}
.twoCol .imgContentGrid {
  width: 42%;
  float: right;
}
.twoCol .imgTile {
max-width: 49%;
}
.twoCol .imgFocusGrid .imgTile {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}
.twoCol .imgFocusGrid .imgTile.Active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.twoCol .imgContentHome {
  width: 55%;
  float: left;
}
.landingPage .textarea {
  float: right;
  text-align: left;
  width: 40%;
  padding-bottom: 0;
}
.landingPage .textarea p {
  color: #fff;
}
#twoColSpecial1 {
  width: 40%;
}
#twoColSpecial2 {
  width: 57%;
  margin: 0px;
}
.imgBottom {
  float: right;
  max-width: 80%;
}
.imgVideo {
  max-width: 80%;
  margin: 0 10%;
  display: inline-block;
}
.imgLeft {
  float: left;
  height: 180px;
  margin: 4px 20px 0 0;
  clear: both;
}
.imgFull {
  width: 100%;
}
.menuarea a {
  width: 30%;
  display: inline-block;
}
.menuarea img {
  width: 100%;
}

.menuarea:hover	img, .menuarea.focus-accessible img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.menuarea:hover img:hover, .menuarea.focus-accessible a:focus img { 
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.textarea ul.moreMenu {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.textarea .moreMenu li {
  list-style: none;
  margin: 0;
}
.textarea .moreMenu.bulletedMenu li {
  list-style: circle;
  margin-bottom: 6px;
}
.textarea .moreMenu li a {
  border: 1px solid #CECAC1;
  padding: 14px 16px 14px 26px;
  margin-bottom: 8px;
  background-color: #f8f8f8;
  text-decoration: none;
  display: block;
}
.moreMenu li img {
  margin-right: 12px;
  max-height: 48px;
}
.moreMenu li strong {
  display: inline-block;
}
.textarea h3 img {
  height: 52px;
}
nav#stepper {
  background: #3e5d7a;
  border-top: 1px solid #C3BFB4;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}
nav#stepper #pagerwrap {
  float: right;
  padding: 0;
}
nav#stepper #audiowrap {
  float: left;
  padding: 0;
}
nav#stepper span {
  font-size: .9em;
  font-family: 'Open Sans', Arial;
  font-weight: 300;
}
.footerbutton {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  height: 50px;
  padding: 10px 16px;
  line-height: 50px;
  font-size: 1em;
}
.beginbutton {
  margin-left: 16px;
  background: url('../images/icon_arrow_next.png') no-repeat right center;
  width: 101px;
  border-left: 1px solid #324a62;
  border-right: 1px solid #324a62;
  padding-right: 48px;
}
.prevbutton {
  background: url('../images/icon_arrow_prev.png') no-repeat left center;
  width: 50px;
  text-align: right;
  border-left: 1px solid #324a62;
  border-right: 1px solid #324a62;
  padding-left: 40px;
}
.nextbutton {
  background: url('../images/icon_arrow_next.png') no-repeat right center;
  width: 50px;
  border-right: 1px solid #324a62;
  padding-right: 40px;
}
.audiobutton {
  background: url('../images/icon_audio.png') no-repeat 12px center;
  text-align: right;
  border-left: 1px solid #324a62;
  padding-left: 60px;
}
.restartbutton {
  background: url('../images/icon_restart.png') no-repeat 12px center;
  text-align: right;
  border-left: 1px solid #324a62;
  padding-left: 60px;
}
.audiobutton.playing {
  background-image: url('../images/icon_paused.png') !important;
}
.audiobutton.loading {
  background-image: url('../images/loading.gif');
}
.ccbutton {
  background: url('../images/icon_cc.png') no-repeat 10px center;
  text-align: right;
  border-left: 1px solid #324a62;
  border-right: 1px solid #324a62;
  padding-left: 70px;
}
.footerbutton:hover {
  opacity: .8;
}
.headerbutton:hover {
  opacity: .7;
}
.pagecounter {
  color: #fff;
  margin-right: 24px;
}
/* SIMPLE */
.textarea h3,
.menuarea h3 {
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  font-size: 1.8em;
  margin: 0;
  line-height: 1.2em;
  color: #990000;
  padding-bottom: 8px;
}
.menuarea h3 {
  border: none;
  padding-bottom: 18px;
}
.textarea h4,
.textarea h5 {
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0;
  margin-top: 30px;
}
.textarea p,
li {
  font-size: 1.2em;
  font-weight: 300;
}
.textarea p {
  margin: .9em 0;
}
.textarea ul li {
  list-style: circle;
  padding-left: 3px;
}
.textarea li li {
  font-size: 100%;
}
/* KNOWLEDGE CHECKS and scenarios */
fieldset {
  border: 1px solid #CECAC1;
}
.knowledgecheck label,
.scenariocheck label {
  display: block;
  padding: 14px 16px 14px 26px;
  background: #E9E5E2;
  border-top: 1px solid #DFDCD7;
  border-bottom: 1px solid #CECAC1;
}
.knowledgecheck label:last-child,
.scenariocheck label:last-child {
  border-bottom: none;
}
.knowledgecheck input,
.scenariocheck input {
  margin-right: 8px;
}
.knowledgecheck img {
  max-height: 60px;
}
.submitbutton {
  display: block;
  color: #32312C;
  text-decoration: none;
  padding: 12px 16px;
  margin-right: 16px;
  float: left;
  background-color: #DFDCD7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #c7c3ba), color-stop(1, #b9b5ac));
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  border: 1px solid #C5C2BD;
}
.submitbutton:hover {
  color: #fff;
  background-color: #3e5d7a;
}
.submitbutton {
  margin-top: 16px;
}
/* ==|== modal section ======================================================
   Enormous mess, ripped from style.css by SJKL and heavily cleaned up
   ========================================================================== */
/* HELP Pop-Up */
div#help-popup.modal, div#menu-popup.modal {
  visibility: visible;
  width: 90%;
  padding: 20px;
}
.helplist {
  position: relative;
  list-style: none;
  /* overflow: hidden; */
  width: 90%;
  height: auto;
  padding: 0;
  margin: 0 5%;
}
.helplist li:first-child {
  position: relative;
  display: block;
  float: left;
}
/* All Pop-Ups */
.modal {
  display: none;
  width: 60%;
  max-width: 720px;
  height: auto;
  border: 1px solid #adadad;
  background-color: #f8f8f8;
  /* Close button! */
}
.modal h3 {
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  font-size: 1.2em;
  margin: 0;
  line-height: 1em;
  color: #3e5d7a;
  border-bottom: 1px solid #adadad;
  padding: 7px 0;
}
.modal p {
  font-size: 1em;
}
.modal .b-close {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 6px;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
}
.modal .b-close img {
  height: 32px;
  width: 32px;
}
.modal .b-close a {
  display: block;
}
.modal .b-close:hover {
  color: #3e5d7a;
  cursor: pointer;
}
.modal-content {
  padding: 30px 40px;
}
.textarea form h4 {
  margin: 0;
  padding: 14px 16px;
  background: #3e5d7a;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
}
form label:nth-child(2n) {
  background: #F8F8F8;
}
form input[type=checkbox],
form input[type=radio] {
  background-size: 24px !important;
}
/* INTERACTIVE IMAGES */
.interactive img {
  width: 48%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.interactive a.last img {
  margin-right: 0;
}
/* BRANDING */
#screenbar {
  color: white;
}
#screenbar h2 {
  padding-left: 28px;
  background-position: left center;
}
/* splash */
body.splash {
  background: #3e5d7a url('../images/bg_hills_trees_blue.png') no-repeat center bottom;
  background-attachment: fixed;
}
#splashwrapper {
  text-align: center;
  margin-top: 0px;
  padding: 200px;
}
#splashwrapper h1 {
  color: #fff;
  font-family: 'Open Sans', Arial;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 300;
}
#splashwrapper h3 {
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 32px;
}
.splashbutton {
  padding: 12px 36px;
  text-transform: uppercase;
  color: #3e5d7a !important;
  font-family: 'Open Sans', Arial;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 400;
  background-color: #fff;
  /* border: 1px solid #fff; */
}
a.splashbutton:hover {
  background-color: #f1f1f1;
  color: #3e5d7a !important;
}
#splashfooter {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
#splashwrapper .splash-blocks {
  display: block;
  margin-bottom: 18px;
}
#splashwrapper .splash-blocks img {
  max-width: 100%;
}
#splashwrapper img.logo {
  margin-top: 60px;
}
/* responsive slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 80%;
  height: 400px;
  padding: 0;
  margin: 0 10%;
}
.rslides p {
  padding: 0 10px;
  font-size: 1em;
}
.rslides img {
  max-width: 380px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  text-align: center;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides_nav {
  height: 80px;
  left: 0;
  opacity: 0.7;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 48px;
  z-index: 3;
  top: 200px;
}
.rslides_nav:active {
  opacity: 1;
}
.rslides_nav.prev {
  background: url(../images/icon_help_prev.png) no-repeat 0 0;
  background-size: 50%;
  left: 16px;
}
.rslides_nav.next {
  background-position: right top;
  left: auto;
  right: 0;
  background: url(../images/icon_help_next.png) no-repeat 0 0;
  background-size: 50%;
}
/* service provider */
.service-provider {
  width: 15%;
  margin: 2%;
  display: inline-block;
  float: left;
  text-align: center;
}
.service-provider h4 {
  font-size: 1.1em;
  margin: 12px 0;
  padding: 0;
  line-height: 1.2em;
}
.service-provider li {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2em;
}
.service-provider img {
  width: 70%;
}
.menubutton {
  display: inline-block;
}
.service-provider-icon {
  float: right;
}
.service-provider-nav {
  width: 12%;
  margin: 18px;
}
.service-provider-nav img {
  width: 100%;
}
/* captions */
.caption {
  position: fixed;
  display: none;
  padding-top: 16px;
  padding-bottom: 86px;
  background: url('../images/75black.png');
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  min-height: 70px;
  z-index: 99999;
}
.caption div {
  color: white;
  font-size: 1.1em;
}
.caption p {
  display: none;
  color: white;
}
.caption .captionlist.captionlist-kc {
  display: none;
}
.caption.kc-correct .captionlist.captionlist-kc {
  display: block;
}
.caption.kc-correct .captionlist.captionlist-default {
  display: none;
}
.caption .captionlist-default {
  display: block;
}
.caption .captionlist.captionlist-multi,
.caption .captionlist.captionlist-incorrect {
  display: none;
}
.mejs-container {
  display: none;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== media queries ======================================================
   ========================================================================== */
/* tablet */
@media only screen and (max-width: 1023px) {
  #content {
    padding: 0 32px;
  }
  .contact {
    width: 30%;
    margin-top: 8px;
    margin-right: 3%;
    background-size: 100% auto;
  }
  #logobar h1 {
    width: 240px;
    font-size: 18px;
    padding-top: 4px;
  }
  .modal {
    width: 80%;
  }
  #splashwrapper {
    padding: 120px 80px;
  }
  .twoCol .imgContentHome {
  width: 95%;
  }
  .landingPage .textarea {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
  }
}
@media only screen and (orientation: landscape) {
  #splashwrapper {
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: .85em;
    background-image: none;
  }
  #splashwrapper h1 {
    font-size: 2em;
  }
  .contact {
    max-width: 200px;
    width: auto;
    display: block;
    float: none;
    margin: 0 auto;
    background-size: 100% auto;
  }
  .buttonhelp p {
    width: 70%;
  }
  .submitbutton {
    float: none;
    display: block;
    width: 100%;
  }
  .twoCol .textarea {
    width: 100%;
  }
  .twoCol .imgContentGrid{
    width: 100%;
  }
  .twoCol .imgContent {
    width: 90%;
    max-width: 420px;
    margin: 0 5%;
  }
  .twoCol .imgContent.bottomAlign {
    margin: 0 5%;
  }
  #twoColSpecial1 {
    width: 100%;
  }
  #twoColSpecial2 {
    width: 100%;
  }
  .menuarea a {
    width: 50%;
    float: left;
  }
  .menuarea img {
    max-width: 420px;
  }
  #content {
    padding: 0;
    margin-top: 68px;
    margin-bottom: 50px;
  }
  #logobar {
    padding: 0;
    height: 40px;
  }
  #logobar h1 {
    display: none;
  }
  #logobar h2 {
    background: url(../images/logo_tickettowork_mobile.png) no-repeat 0 0;
  }
  #logobar .logo {
    background-size: 35%;
    top: 1px;
  }
  #screenbar {
    height: 10px;
    padding: 0;
  }
  #screenbar h3 {
    display: none;
  }
  .headerbutton {
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center center;
    border: none;
  }
  .footerbutton {
    padding: 0;
    margin: 0;
    height: 40px;
    width: 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
  }
  .prevbutton {
    background: url('../images/icon_arrow_prev.png') no-repeat 50% 50%;
    background-size: 40%;
  }
  .nextbutton {
    background: url('../images/icon_arrow_next.png') no-repeat 100% 50%;
    background-size: 40%;
  }
  .audiobutton {
    background: url('../images/icon_audio.png') no-repeat middle center;
  }
  .ccbutton {
    background: url('../images/icon_cc.png') no-repeat middle center;
  }
  .ccbutton.open {
    background-color: #213444;
  }
  .pagecounter {
    display: none;
  }
  .service-provider {
    width: 45%;
    margin: 2%;
  }
  .service-provider-nav {
    float: left;
    width: 25%;
    margin: 10px;
  }
    
  .service-provider-icon {
    width: 50%;    
    margin-left: 25%;
    margin-top: 2%;
    float: none;
    }
    
  /* INTERACTIVE */
  .interactive img {
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
  }
  /* splash */
  #splashwrapper {
    padding: 30px 16px;
  }
}
/* unused */
/* large screens */
/* larger screens */
/* retina backgrounds */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .headerbutton {
    background-size: 20px auto;
  }
  .menulink {
    background-image: url('../images/menuicon2x.png');
  }
  .helplink {
    background-image: url('../images/helpicon2x.png');
  }
}
/* Mobile */
@media only screen and (max-width: 479px) {
  .menuarea a {
    width: 90%;
    max-width: 420px;
    margin: 0 5%;
  }
  #splashwrapper .splash-blocks {
    display: none;
  }
  .landingPage img {
    display: none;
  }
  .modal {
    position: fixed;
    width: 95%;
    max-height: 90%;
    top: 0;
    left: 0;
    margin: 0;
    overflow-y: scroll;
  }
  .rslides {
    position: static;
    list-style: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
  .rslides li {
    -webkit-backface-visibility: visible;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: none;
  }
  .rslides p {
    padding: 0;
  }
  .rslides_tabs {
    text-align: center;
  }
  .rslides_tabs li {
    display: inline;
    list-style: none;
  }
  .rslides_nav {
    display: none;
  }
  .service-provider {
    width: 80%;
    margin: 8%;
  }
  .moreMenu li {
    text-align: center;
  }
  .moreMenu li strong {
    display: block;
  }
  .knowledgecheck img {
    display: none;
  }
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    color: red;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #stepper {
    display: none;
  }
}
