/* Minification failed. Returning unminified contents.
(4071,28): run-time error CSS1031: Expected selector, found '?'
(4071,28): run-time error CSS1025: Expected comma or open brace, found '?'
(5517,39): run-time error CSS1046: Expect comma, found '0'
(5517,43): run-time error CSS1046: Expect comma, found '/'
(5528,39): run-time error CSS1046: Expect comma, found '0'
(5528,43): run-time error CSS1046: Expect comma, found '/'
 */
/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/*body { font:13px/1.231 sans-serif; *font-size:small; }*/ 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #333; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; /*color: #444 !important;*/ text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }*/
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/*! 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.
 */

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.
 */

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.
 */

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.
 */

[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.
 */

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.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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.
 */

h1 {
    font-size: 18px;
    margin: 14px 0 18px;
    font-weight:600;
}

h2 {
    font-size: 18px;
    margin: 14px 0 20px;
    font-weight:800;
}

.ie h2, .gecko h2 {
    font-weight: 600;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 15px;
margin: 6px 0;
text-align: left;
color: #666;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

#divLoginForm table {
    background: #f1f1f1;
    border: none;
    border-radius: 4px;
    color: #333;
    text-align: left;
    font-size: 16px;
    width: 280px !important;
    overflow: hidden;
    table-layout: fixed;
}

    #divLoginForm table.loginDetails tr:first-child td {
        background: #f1f1f1;
        border: none;
        text-align: left;
        color: #444;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 8px 18px;
    }

.loginDetails tr td:nth-child(2) {
    font-size: 16px;
}

.loginDetails tr:nth-child(2) td:first-child,
.loginDetails tr:nth-child(3) td:first-child,
.loginDetails tr:nth-child(4) td:first-child {
    border-left: 2px #dedede solid;
}

.loginDetails tr:nth-child(2) td:last-child,
.loginDetails tr:nth-child(3) td:last-child,
.loginDetails tr:nth-child(4) td:last-child {
    border-right: 2px #dedede solid;
}

.loginDetails tr:nth-child(4) {
    border-bottom: 1px #dedede solid !important;
}

.loginDetails tr:nth-child(2) {
    border-top: 1px #dedede solid !important;
}

.loginDetails tr:nth-child(5) td {
    text-align: center;
    background: #f1f1f1;
    padding: 5px 0 !important;
}

    .loginDetails tr:nth-child(5) td input[type="submit"] {
        width: 100%;
    }

.loginDetails tbody {
    display: inline-block;
    background:#fff;
}

#fivLoginForm form {
    height: 20px;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

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.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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.
 */

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.
 */

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.
 */

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.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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.
 */

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).
 */

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.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/





/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.onepcssgrid-1200 {
	max-width: 1220px;
}

.onepcssgrid-1000 {
	max-width: 1020px;
}

.onerow {
	clear: both;
	padding: 0 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    overflow: auto;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #f47c20;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
  
orange #f47c20
dark orange #cb4c1e
blue #2a9be3
grey #555555
========================================================================== */
body {
    background: #fff;
    /*font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;
margin-bottom: 55px;*/
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 0 0 0px;
}

.orange {
    color: #f47c20;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('LigatureSymbols-2.11.eot');
    src: url('LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('LigatureSymbols-2.11.woff') format('woff'), url('LigatureSymbols-2.11.ttf') format('truetype'), url('LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Helvetica Neue Lt;
    src: url(/Content/font/HelveticaHelveticaNeueLTStdLt.woff);
    src: url(/Content/font/Helvetica/HelveticaNeue-UltraLight.eot);
    src: url(/Content/font/Helvetica/HelveticaNeue-Light.eot);
    src: url(/Content/font/helvetica-neue-ultra-light.ttf);
    /*src: local("Helvetica Neue Light"), local("HelveticaNeue-Light");*/
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 800 !important;
}

@font-face {
    font-family: Helvetica;
    src: local("Helvetica"), local("Helvetica");
    src: url(/Content/font/HelveticaNeueCyr-Roman.woff);
}

@font-face {
    font-family: Helvetica Neue Bold;
    src: local("Helvetica Neue"), local("HelveticaNeue");
    src: url(/Content/font/helveticaneue_bld-webfont.eot);
    src: url(/Content/font/helveticaneue_bld-webfont.svg);
    src: url(/Content/font/helveticaneue_bld-webfont.ttf);
    src: url(/Content/font/helveticaneue_bld-webfont.woff);
}

@font-face {
    font-family: 'Comic Neue';
    src: local("Comic Neue"), local("ComicNeue");
    src: url(/Content/font/ComicNeue-Regular.eot);
    src: url(/Content/font/ComicNeue-Regular.otf) format('opentype');
    src: url(/Content/font/ComicNeue-Regular.ttf) format('truetype');
    src: url(/Content/font/ComicNeue-Regular.woff) format('woff');
    src: url(/Content/font/comicneue-regular.svg#comic_neueregular) format('svg');
    font-weight: bold !important;
}

.lsf {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
    /*************************************REMOVE FONT SIZE***********************************/
}

.lsfIcon {
    font-size: 22px;
    color: #333;
    padding: 0 5px 0 0;
    cursor: pointer;
}

.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}


a.lsf {
    color: #999;
    text-decoration: none;
    font-size: 24px;
    float: right;
    width: 30px;
}

input {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
}

#btnEditWord {
    font-family: 'LigatureSymbols';
    background: Transparent;
    color: #999 !important;
    text-decoration: none;
    font-size: 24px;
    float: right;
    width: 30px;
    margin: 0;
    padding: 0;
}

    #btnEditWord:active {
        background: Transparent !important;
        color: #000 !important;
    }

#GridQuestions a.lsf {
    width: 35px;
}

.safari #GridQuestions a.lsf {
    text-indent: 0px;
}

.greyIcon {
    color: #999;
    text-decoration: none;
    font-size: 24px;
}

    a.lsf:hover, .greyIcon:hover {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

.icoFile:before {
    content: 'file';
}

.icoPlus:before {
    content: 'plus';
}

/*.touch .icoFile:before {
    content: ' ';
}*/

#GridChildren td span {
    overflow: hidden;
    white-space: nowrap;
}

/*.safari .lsf,*/ .ie6 .lsf, .ie7 .lsf, .ie8 .lsf, .ie9 .lsf, .ie .lsf {
    text-indent: -999px;
    overflow: hidden;
}

/*.safari .icoFile:before,*/ .ie6 .icoFile:before, .ie7 .icoFile:before, .ie8 .icoFile:before, .ie9 .icoFile:before /*, .touch .icoFile:before*/ {
    content: none;
}

/*.touch .icoFile {display:none;}*/

/*.safari .icoFile,*/ .ie6 .icoFile, .ie7 .icoFile, .ie8 .icoFile, .ie9 .icoFile, .ie .icoFile /*, .touch .icoFile*/ {
    padding: 0 14px;
    height: 19px;
    display: inline;
    background: url('/Content/images/icoFile.png') no-repeat;
    background-position: 6px 2px;
}

/*.safari .icoDel,*/ .ie6 .icoDel, .ie7 .icoDel, .ie8 .icoDel, .ie9 .icoDel, .ie .icoDel /*, .touch .icoDel*/ {
    background: url('/Content/images/icoDel.png') no-repeat;
}

/*.safari .icoEdit,*/ .ie6 .icoEdit, .ie7 .icoEdit, .ie8 .icoEdit, .ie9 .icoEdit, .ie .icoEdit /*, .touch .icoEdit*/ {
    background: url('/Content/images/icoEdit.png') no-repeat;
}

/*.safari .icoUp,*/ .ie6 .icoUp, .ie7 .icoUp, .ie8 .icoUp, .ie9 .icoUp, .ie .icoUp /*, .touch .icoUp*/ {
    background: url('/Content/images/icoUp.png') no-repeat;
}

/*.safari .icoDown,*/ .ie6 .icoDown, .ie7 .icoDown, .ie8 .icoDown, .ie9 .icoDown, .ie .icoDown /*, .touch .icoDown*/ {
    background: url('/Content/images/icoDown.png') no-repeat;
}

/*.safari .icoPrint,*/ .ie6 .icoPrint, .ie7 .icoPrint, .ie8 .icoPrint, .ie9 .icoPrint, .ie .icoPrint /*, .touch .icoPrint*/ {
    background: url('/Content/images/print.jpg') no-repeat;
    background-position: -5px 0px;
}

/*.safari .icoUsers,*/ .ie6 .icoUsers, .ie7 .icoUsers, .ie8 .icoUsers, .ie9 .icoUsers, .ie .icoUsers /*, .touch .icoUsers*/ {
    background: url('/Content/images/users.jpg') no-repeat;
    background-position: -5px 1px;
}

/*.safari .icoCheckbox,*/ .ie6 .icoCheckbox, .ie7 .icoCheckbox, .ie8 .icoCheckbox, .ie9 .icoCheckbox, .ie .icoCheckbox /*, .touch .icoCheckbox*/ {
    background: url('/Content/images/icoTick.png') no-repeat;
    background-position: -5px 8px;
}

/*.safari .icoBook,*/ .ie6 .icoBook, .ie7 .icoBook, .ie8 .icoBook, .ie9 .icoBook, .ie .icoBook /*, .touch .icoBook*/ {
    background: url('/Content/images/icoOpenBook.png') no-repeat;
    background-position: -5px 8px;
}

#GridChildren th .k-icon, #GridFilterableByClass2 th .k-icon {
    display: none;
}

div.k-window {
    transform: scale(1) !important;
    opacity: 1;
    z-index: 19999;
    background: #fff;
}

.overview div.k-window {
    min-width: 590px;
    left: 27% !important;
}

.k-widget.k-window.signup-detail {
    width: 590px !important;
    left: 25% !important;
}

.overview .k-window-titlebar h2 {
    padding-left: 40px;
    font-size: 20px;
    padding-top: 2px;
}

.overview .edit-form td {
    padding: 8px 7px;
}

    .overview .edit-form td.second-cell {
        width: 260px;
        padding-left: 5px;
        padding: 8px 0 0 5px;
    }

.overview .k-window td.second-cell .k-textbox {
    padding: 0px 7px;
    height: 45px;
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
}

.overview .modaltext3 {
    margin: 5px 0;
}

.overview #yourOrderDetails .editor-field div.check-box {
    border: 2px solid #d1d0d0;
    margin: -6px 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

    .overview #yourOrderDetails .editor-field div.check-box i {
        font-size: 14px;
        bottom: -1px;
        left: 0px;
        background: #fff;
    }

.ie .overview #yourOrderDetails .editor-field div.check-box i {
    font-size: 10px;
}

.overview .k-window td.second-cell .orderDetail-field {
    margin: 2px 0 0;
}

.overview #yourOrderDetails .package .editor-field:last-of-type {
    margin-top: 5px;
    padding: 13px 10px;
    border-top: 1px #ccc solid;
    border-radius: 4px;
    margin-bottom: 2px;
}

.overview #yourOrderDetails .editor-field:first-of-type {
    margin-top: 5px;
}

.overview #yourOrderDetails tr:hover {
    background: none;
}

.overview #divRenewAccountForm .action {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

.safari .overview .check-box i, .ie .overview .check-box i {
    left: 0 !important;
}


a {
    color: #2a9be3;
}


    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

p {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #444444;
    margin: 10px 0;
}

/*strong {
    font-weight: 600;
}*/

header {
    /*width: 100%;*/
    background: url('/Content/Images/bg3.jpg');
    border-bottom: 2px #f47c20 solid;
    height: 100px;
    min-width: 1000px;
}

.homepage header {
    border-bottom: none;
}

.container {
    width: 960px;
    padding: 16px;
    margin: auto;
}

.menu {
    position: relative;
    right: 0px;
    text-align: right;
    margin-top: -8px;
    height: 49px;
    overflow: hidden;
}

.mac.gecko .menu {
    margin-top: -9px;
}

header ul {
    list-style-type: none;
}

    header ul li {
        display: inline-block;
        color: #fff;
        background: #555555;
        border-radius: 4px 4px 0 0;
        padding: 10px 25px;
        line-height: 1em;
        /*font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;*/
        font-weight: 800;
        font-size: 0.85em;
        margin-left: 6px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

.ie header ul li, .gecko header ul li {
    font-weight: 600;
}

header a {
    color: #fff;
    text-decoration: none;
}

.modalInner {
    width: 320px;
    margin: auto;
}

h5 {
    margin: 0 0 14px;
}

#divLoginForm p {
    margin: 10px 0 2px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

#divLoginForm td {
    padding: 5px 8px 1px;
}

#divLoginForm .loginDetails td {
    font-size: 12px;
}

#divLoginForm .loginDetails tr {
    border: none;
}

#divLoginForm {
    padding: 10px 30px 5px;
}

    #divLoginForm select {
        padding: 5px;
        margin-right: 5px;
        margin: 5px 5px 5px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #2e2e2e;
    }

#divContactUsForm select {
    padding: 5px;
    margin-right: 5px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.floatRight {
    float: right;
}

/*#divLoginForm form {
    text-align: right;
}*/

/*#divLoginForm form img, #divLoginForm form input {
        width: 100px;
    }

         */

#divTesPreviewForm {
    background: #fff;
}

#divLoginForm tr:hover h4 {
    color: #000;
}

.selectPay tr {
    border: 1px solid #DEDEDE;
}

#divLoginForm td.buyNow {
    padding: 5px 4px 1px 4px;
}


#divLoginForm tr td:nth-child(2) {
    width: 40px;
    color: #fff;
    font-size: 10px;
}

#divLoginForm .loginDetails tr td:nth-child(2) {
    width: auto !important;
}

#divLoginForm tr td:nth-child(3) {
    width: 76px;
}

#divLoginForm .buyNow form {
    height: 20px;
}

.cost {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 3px;
    padding-top: 9px;
}

.payThanks {
    font-size: 12px;
}

    .payThanks tr:hover {
        background: #fff;
    }

#divLoginForm tr:hover td:nth-child(2) {
    color: #d94006;
}

#divLoginForm tr td:nth-child(3) input, #divLoginForm tr td:nth-child(3) img {
    width: 79px;
}

.login-form input {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 3px;
    height: 45px;
    width: 100%;
}

#divLoginForm .loginDetails tr td:nth-child(2) {
    color: #000;
    font-size: 12px;
    text-align: left;
}

.selectPay tr td:first-child {
    width: 90px;
}


.selectPay tbody {
    background: #fff;
}


#divLoginForm .loginDetails tr:hover td:nth-child(2) {
    color: #000;
}


#divLoginForm p.text14 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

#divLoginForm p.text12 {
    font-size: 12px;
    line-height: 16px;
}

    #divLoginForm p.text12.orText {
        font-size: 19px;
        text-align: center;
        padding-bottom: 5px;
    }

#divPopUp {
    padding: 10px 30px 10px;
}

    #divPopUp p {
        font-size: 12px;
        line-height: 16px;
    }

        #divPopUp p.modaltext3 {
            text-align: center;
        }

    #divPopUp a {
        text-decoration: none;
        font-size: 14px;
    }

#divLoginForm #step3Intro {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}


#divLoginForm .editor-field label {
    display: none;
}

.ie8 #divLoginForm .editor-field label, .ie9 #divLoginForm .editor-field label {
    display: block;
    margin: 15px 0 5px 0;
}

.w10 {
    width: 10px;
}

#divLoginForm .loginDetails tr:hover {
    background: #fff;
}

#divInnerLoginForm {
    text-align: center;
}

.forgotPassLink {
    margin-top: 7px;
    display: block;
}

.action {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 13px !important;
    margin-bottom: 10px;
    /*height:40px !important;*/
    width: 282px;
    background: #2a9be3;
    padding: 10px 15px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

    .action:disabled {
        background: #CCCCCC;
    }

#divSetupTestFourOfFourForm .action {
    width: 100%;
}

#divLoginForm button.action.payBtn {
    height: 35px !important;
    margin-top: 0px !important;
    margin-bottom: 3px;
    padding: 8px;
    width: 90px;
}

.ie .action, .gecko .action {
    font-weight: 600;
}

.highlighted, header ul li:hover {
    background: #f47c20;
    text-shadow: 3px 1px 4px #cb4c1e;
}

.logo {
    padding: 0;
    height: 27px;
    display: inline-block;
    width: 180px;
    padding-top: 8px;
    /*background-image: url('/Content/Images/logo.png');
background-image: url('/Content/Images/logo.svg');*/
    background-size: 100% 100%;
    margin: 4px 0;
}


.logoPop {
    padding: 0;
    height: 45px;
    display: block;
    width: 140px;
    padding-top: 0px;
    background: url('/Content/Images/loginlogo.png') no-repeat;
    margin: auto;
}


.topMenuRow {
    display: inline-block;
    float: right;
}


.field-validation-valid {
    color: red;
}

.selectWidth {
    width: 88%;
}


.global {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
}


    .global a:hover {
        text-decoration: underline;
    }

/*.global a,*/ .globalbutton {
    background: #2a9be3;
    padding: 7px 10px;
    border-radius: 4px;
    /*font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;*/
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    margin-right: 1px;
    -webkit-font-smoothing: antialiased;
}

input.globalbutton {
    margin-right: 1px;
}

    input.globalbutton:disabled {
        background: #CCCCCC;
    }

button.globalbutton:disabled {
    background: #CCCCCC;
}

.ie .globalbutton, .gecko .globalbutton {
    font-weight: 600;
}

#modalWindow .globalbutton {
    margin: 0 6px 0 0;
}

.globalbutton {
    float: right;
}

    .globalbutton:hover {
        text-decoration: underline;
        background: #2a9be3;
        color: #fff;
    }

.leftFloat {
    float: left;
}

input.globalbutton {
    border: none;
}

.fullWidth {
    width: 100%;
}

a.fullWidth {
    width: 90%;
    display: block;
    text-align: center;
}

.bottom-row {
    margin: 22px 0;
    height: 28px;
}


#divAddChildrenForm .bottom-row {
    margin: 0 0 22px;
}


#divAddChildrenForm .action {
    margin-top: 11px !important;
}

h1, .title {
    font-weight: 600;
    font-size: 1.2em;
    color: #343434;
}


.ie h1, .gecko h1 {
    font-weight: 600;
}

.questionNo {
    width: 52px;
    background: #000;
    float: left;
    display: inline-block;
    margin-right: 22px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    height: 27px;
    padding: 3px 0;
}

.mac.gecko .questionNo {
    height: 21px;
    padding: 6px 0;
}

#divTestReviewForm .questionNo {
    height: 23px;
    padding: 5px 0;
}

.gecko #divTestReviewForm .questionNo {
    height: 27px;
    padding: 3px 0;
}

.mac.gecko #divTestReviewForm .questionNo {
    height: 21px;
    padding: 6px 0;
}

.show-answer-on, .show-answer-off {
    margin: 11px 0 0;
    border-radius: 4px;
    text-align: center;
    padding: 3px 0 1px;
}

.show-answer-on {
    background-color: #999;
}

.show-answer-off {
    background-color: #bbbbbb;
}

.qNumBoxCont .show-answer-on,
.qNumBoxCont .show-answer-off {
    margin: 38px 0 0;
}

.show-answer-on a,
.show-answer-off a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
}

.questionHolder {
    width: 610px;
    display: inline-block;
    float: left;
    margin-right: 28px;
    margin-bottom: 0px;
}

.rowfloatLw79.questionHolder {
    margin: 0;
}

.theMarks {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 34px;
}

.questionNavMenu {
    width: 133px;
    display: inline-block;
    border-radius: 4px;
    padding: 10px;
    border: 1px #999 solid;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    margin-top: 8px;
}

.qButton {
    text-decoration: none;
    background: #d2d2d2;
    color: #fff;
    width: 24px;
    display: inline-block;
    height: 24px;
    text-align: center;
    border-radius: 2px;
    padding: 1px 4px;
    margin: 2px -1px 1px 0;
    font-weight: bold;
    font-size: .9em;
    -webkit-transition: all .5s;
    border: none;
}

.seenButton {
    background: #878787;
}

@media(hover: hover) {
    .selectButton, .qButton:hover {
        background: #f47c20 !important;
        text-decoration: none;
    }
}


    .secondRow, .firstRow {
        display: inline-block;
        float: left;
        clear: both;
        padding: 8px 0 0;
    }

    .secondRow {
        width: 762px;
        text-align: right;
        height: 35px;
        padding: 10px 0 20px;
    }

    .theMarksDiv {
        width: 55px;
        float: right;
        margin-top: -45px;
        border-top: 1px #999 solid;
        padding: 3px 0px 5px 0;
        color: #333;
        font-size: 14px;
        text-align: right;
        margin-right: 2px;
    }

    .menuButtonRow {
        padding-top: 10px;
    }

        .menuButtonRow input.globalbutton {
            width: 63px;
            margin: 0 6px 0 0;
            background: #d2d2d2;
        }

            .menuButtonRow input.globalbutton:hover {
                background: #2a9be3;
            }

            .menuButtonRow input.globalbutton:first-child {
                margin: 0;
            }

    .testScore {
        font-weight: bold;
        font-size: 48px;
        clear: both;
        display: block;
        color: #f47c20;
    }

    .ie .testScore, .gecko .testScore {
        font-weight: 600;
    }

    .helpText {
        display: block;
        width: 688px;
        background: #75b5dd;
        color: #fff;
        padding: 4px 10px;
        font-size: 12px;
        margin: 4px 0;
        border-radius: 4px;
        text-align: left;
    }


    #divStudents textarea {
        padding: 10px;
        color: #999;
        border: 1px #ccc solid;
        border-radius: 4px;
        width: 90%;
    }

    .child-overview #GridFilterableByClass2 tr td:last-of-type a.lsf {
        float: left;
    }

    .wrongAnswerClr {
        background: #eb6323;
    }

    .correctAnswerClr {
        background: #7bbe31;
    }

    .w800 {
        width: 800px;
    }

    .qNumBoxCont {
        width: 52px;
        display: inline-block;
        float: left;
        margin-right: 22px;
    }

    .correctBox {
        display: inline-block;
        color: #fff;
        font-size: 11px;
        width: 100%;
        text-align: center;
        border-radius: 4px;
        padding: 3px 0;
        margin-top: 5px;
    }

    .glossaryBtn {
        display: inline-block;
        color: #fff;
        font-size: 11px;
        width: 100%;
        text-align: center;
        border-radius: 4px;
        padding: 3px 0;
        margin-top: 5px;
        background-color: #2a9be3;
        text-decoration: none;
    }

    .ovGrids {
        width: 695px;
        margin-right: 47px;
    }

        .ovGrids .toolbar .k-widget.k-dropdown .k-dropdown-wrap .k-input {
            padding: 1px 0;
        }

    #GridChildren tr td:nth-child(4) {
        /*text-align: center;*/
    }


    #divGlossary {
        height: 300px;
        max-height: 300px;
        overflow-y: scroll;
        display: inline-block;
        width: calc(100% - 75px);
        color: #666;
        margin-top: 20px;
    }

    #glosssaryNav {
        margin-top: 10px;
    }

    #divGlossary #glosssaryNav {
        padding: 20px 20px 0;
    }

    #divGlossaryPopupStd div[id^="divGlossaryWord"] {
        margin-left: -20px;
    }

    #glosssaryNav * {
        font-size: 18px;
        line-height: 21px;
        color: #333;
    }

    #divGlossaryPopupStd #glosssaryNav * {
        font-size: 16px;
        line-height: 19px;
    }

    #glosssaryNav ul {
        padding-left: 20px;
    }

    #divGlossaryPopup {
        max-height: 450px;
        padding: 10px 50px 30px;
    }

        #divGlossaryPopup div[id^="divGlossaryWord"] {
            margin-left: -20px;
            margin-bottom: -7px;
        }

        #divGlossaryPopup #divGlossary div[id^="divGlossaryWord"] {
            margin-left: 0px;
            margin-bottom: -7px;
        }

    #divGlossaryPopupStd {
        padding: 10px 0px;
    }

    #glosssaryNav .topNav {
        background-color: #fff;
        padding: 13px 30px;
        margin: -20px 0px;
        border-bottom: 1px #ccc solid;
        color: #999;
    }

        #glosssaryNav .topNav a {
            text-transform: uppercase;
            font-size: 14px;
            border-right: 1px #ccc solid;
            padding: 0 4.5px 0 0;
            color: #2a9be3;
            width: 10px;
            display: inline-block;
        }

            #glosssaryNav .topNav a.hasNoGlossary {
                color: #999;
                text-decoration: none;
            }

    #letterHeading {
        display: inline-block;
        width: 40px;
        font-size: 30px;
        vertical-align: top;
        color: #666;
        padding-left: 30px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .testLinks {
        width: 215px;
    }

        .testLinks div {
            margin: 8px 0;
            display: block;
            height: 38px;
        }

        .testLinks h2 {
            font-size: 15px;
            margin: 21px 0 18px;
        }

        .testLinks div .lsf {
            width: 35px;
            display: inline-block;
            float: left;
            font-size: 28px;
            color: #999;
            margin: 3px 0 0;
        }


    .rightColHeading {
        display: inline-block;
        float: left;
        width: 180px;
        font-size: 13px;
        color: #999;
    }

        .rightColHeading a {
            font-weight: bold;
        }

    .twoCol {
        display: inline-block;
        float: left;
    }

        .twoCol a.action {
            width: 184px;
            display: block;
            height: initial !important;
            text-align: center;
            text-decoration: none;
        }

    .gecko .twoCol a.action .lsf, .ie .twoCol a.action .lsf, .touch .twoCol a.action .lsf {
        text-indent: -999999px;
        display: inline-block;
        width: 14px;
        background: url('images/rightArrow.png') no-repeat 0px 2px;
        height: 16px;
        position: relative;
        top: 2px;
    }

    .gecko .twoCol a.action .lsf {
        top: 0px;
    }

    .twoCol a.action:hover {
        text-decoration: underline;
    }

    .brTag {
        display: block;
        height: auto;
        background: none;
        border: none;
    }

    p.instruction .brTag, p.introduction .brTag, .tick-box .brTag, .text-box .brTag, .multiple-options .brTag, .select-clauses .brTag, .brTag {
        display: block;
        clear: both;
        margin: 16px 0 0;
        height: 0px;
    }

    .testBoxType .brTag, .select-letters .brTag, .select-words .brTag {
        margin: 12px 0 0;
    }

    .gecko .testBoxType .brTag, .gecko .select-letters .brTag, .gecko .select-words .brTag {
        margin: 16px 0 0;
        height: 0px;
    }

    /*.select-words .brTag {
    display: block;
    clear: both;
    margin-top: 26px;
    height: 25px;
}*/

    .ie .brTag {
        height: 0px;
    }

    .ie p.instruction .brTag, .ie p.introduction .brTag, .ie .tick-box .brTag, .ie .text-box .brTag, .ie .multiple-options .brTag {
        margin: 16px 0 0;
    }

    .ie .select-clauses .brTag {
        margin: 13px 0 0;
    }

    .gecko p.instruction .brTag, .gecko p.introduction .brTag, .gecko .tick-box .brTag, .gecko .text-box .brTag, .gecko .multiple-options .brTag {
        margin-top: 15px;
        height: 0px;
    }

    .multiple-options .brTag, .gecko .multiple-options .brTag {
        height: auto;
    }

    .ie .multiple-options .brTag {
        height: 0px;
    }

    #divLoginForm .k-widget .k-dropdown-wrap {
        background: #fff;
        padding: 7px 3px;
    }

    #divLoginForm .k-dropdown-wrap .k-input {
        box-shadow: none;
    }

    #divLoginForm .k-combobox {
        width: auto;
    }

    #divLoginForm .k-dropdown-wrap .k-select {
        padding: 9px 0px 9px 3px;
    }

    #divLoginForm .k-dropdown-wrap .k-input {
        width: 79px !important;
    }

    /*.ie #divLoginForm .k-dropdown-wrap .k-input, .mac.gecko #divLoginForm .k-dropdown-wrap .k-input {
    width: 79px !important;
}*/

    .inFormLabel {
        display: inline-block;
        width: 100px;
    }

    .ie8 .inFormLabel {
        display: none;
    }

    #CardCode {
        width: 178px;
        padding: 6px 70px 6px 12px;
        background: url('/Content/images/ccard.jpg') no-repeat #fff;
        background-position: 113px 5px;
    }

    .lockIcon {
        float: left;
        margin: 0 8px 0 27px;
    }
    /**************************************************   Home Page   **********************************************************************/

    h1.homeTitle {
        color: #fff;
        font-size: 48px;
        margin-bottom: 0.3em;
    }

    p.homeP {
        color: #fff;
    }

    .trialBtn {
        background: #f47c20;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 20px 60px;
        border-radius: 4px;
        font-weight: 500;
        border: 1px rgba(255, 255, 255, 0.4) solid;
        border-width: 1px 1px 0 0;
    }

    #secondOverlay {
        z-index: 19999 !important;
    }


    .sectionBanner {
        background: url('/Content/Images/bg3.jpg') 0 -10px;
        height: 509px;
        /*position: absolute;*/
        top: 91px;
        /*width: 100%;*/
        min-width: 1000px;
    }

    .sectionTitle .heading {
        padding: 11px 52px 20px;
        width: 1000px;
        display: inline-block;
    }

        .sectionTitle .heading h1, .sectionTitle .heading p {
            color: #fff;
        }

    .signUpBox {
        display: inline-block;
        margin: 13px 0 20px;
        text-align: left;
        width: 350px;
    }

    .mathsCallOut {
        margin-top: -150px;
        display: inline-block;
        float: right;
        text-align: left;
        width: 430px;
    }

        .mathsCallOut a {
            outline: 0;
        }

.loginBoxHomePage {
    display: inline-block;
    float: right;
    text-align: left;
    width: 410px;
    top: -90px;
    position: relative;
}
    .signUpBox a, .signUpLink {
        color: #fff;
        font-size: 20px;
        background: #f47c20;
        padding: 17px 25px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        border: 1px rgba(255,255,255,.4) solid;
        border-width: 1px 1px 0 0;
        display: inline-block;
        width: 220px;
        text-align: center;
    }

    .ie .signUpBox a, .ie .signUpLink, .gecko .signUpBox a, .gecko .signUpLink {
        font-weight: 600;
    }

    .new-box {
        font-family: 'Cabin Sketch', cursive;
        display: inline-block;
        margin: 0 0 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        background: url('/content/images/newandupdated.png') no-repeat -1px 2px;
        text-indent: -100%;
        overflow: hidden;
        width: 272px;
    }

    .signUpLink {
        padding: 20px 55px;
    }


    .ShowMe {
        width: 140px;
        height: 37px;
        background: url('/Content/images/homeScreenBtn.png');
        display: inline-block;
        position: relative;
        top: 153px;
        left: 410px;
        margin-bottom: -37px;
        background-position: 0px 0px;
    }

        .ShowMe:hover {
            background-position: 0px 37px;
        }


    .signUpBox a:hover, .signUpLink:hover {
        text-decoration: underline;
    }


    .sectionTitle .heading p, .sectionTitle .heading p a {
        font-size: 15px;
        line-height: 20px;
        color: #c3c2c2;
    }

    .sectionTitle .heading h1 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 20px;
    }

    .heading p {
        margin: -5px 0 10px;
    }

.splashImgTop {
    margin-top: 1px;
    top: -50px;
    position: relative;
}


.homeSteps {
    padding: 48px 0px;
    margin: 0 36px;
    font-size: 24px;
    color: #333;
}

        .homeSteps p span.arrow {
            text-align: center;
            display: block;
        }

    span.arrow a {
        opacity: 0.8;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

        span.arrow a:hover {
            opacity: 1;
        }


    .step1, .step2, .step3, .step4 {
        border-bottom: 1px #ccc solid;
    }

    .stepHeading h3, .homeCosts h3 {
        font-weight: bold;
        color: #444;
        margin: 0;
        font-size: 24px;
        display: inline-block;
    }

    .ie .stepHeading h3, .ie .homeCosts h3, .gecko .stepHeading h3, .gecko .homeCosts h3 {
        font-weight: 600;
    }

    .homeSteps p {
        font-size: 15px;
        line-height: 20px;
        color: #999;
        margin-bottom: 0;
    }

    .stepHeading ul.testWizard {
        margin: 4px 0px 0 0;
        width: 135px;
    }

    .step1 h2 {
        font-size: 36px;
        color: #f47c20;
        margin: 0 0 40px;
    }


    .absBlack {
        position: absolute;
        width: 100%;
        background: #000;
        height: 100px;
        min-width: 1000px;
    }

    .signUpStrip {
        text-align: center;
        padding: 18px 0 0px !important;
        height: 75px;
        font-family: 'Helvetica Neue Lt', Helvetica, Arial, sans-serif;
    }

        .signUpStrip p {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            letter-spacing: 1.0px;
        }

    .ie .signUpStrip p {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 34px;
    }

    .gecko .signUpStrip p {
        font-size: 34px;
    }

    .signUpStrip p span {
        padding-left: 10px;
    }


    #price-block {
        text-align: center;
        margin-top: -200px;
        min-height: 580px;
    }

        #price-block > div,
        #price-block > div:hover,
        #price-block > div:focus {
            width: 165px;
            padding: 14px 14px 20px;
            background: #fff !important;
            display: inline-block;
            margin-right: -7px;
            /*font-family: 'Helvetica', Helvetica, Arial, sans-serif;*/
            min-height: 310px;
            margin-top: 53px;
            z-index: 9999999999999;
            opacity: 1;
        }

    .safari #price-block > div,
    .safari #price-block > div:hover,
    .safari #price-block > div:focus {
        margin-top: 93px;
    }

    #price-block div:nth-child(1), #price-block div:nth-child(4) {
        border: none;
    }

    #price-block > div:nth-child(1):after {
        content: " ";
        border: 1px #fff solid;
        position: relative;
        height: 342px;
        top: -276px;
        display: inline-block;
        float: right;
        margin: 0 0 -310px;
        box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.2);
        left: 5px;
        width: 2px;
        left: 15px;
        box-shadow: -3px 0 5px -1px rgba(0, 0, 0, 0.15);
        border-left: 1px rgba(0, 0, 0, 0.15) solid;
    }

    .safari #price-block > div:nth-child(1):after {
        top: -309px;
        margin: 0 0 -400px;
    }

    .gecko #price-block > div:nth-child(1):after {
        box-shadow: -3px 0 5px 0px rgba(0, 0, 0, 0.15);
    }

    #price-block div:nth-child(1) {
        border-radius: 10px 0 0 10px;
    }

    #price-block div:nth-child(4) {
        border-radius: 0 10px 10px 0;
    }

    /*.gecko #price-block > div:nth-child(2) {
        top: 33px;
        position: relative;
    }*/

    #price-block > div:nth-child(3) {
        width: 233px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        z-index: 9;
        position: relative;
        top: 69px;
        overflow: hidden;
    }

    .safari #price-block > div:nth-child(3) {
        top: 30px;
    }

    #price-block > div:nth-child(3):before {
        content: "";
        border-left: 100px #F47C20 solid;
        border-top: 100px Transparent solid;
        border-bottom: 100px Transparent solid;
        position: absolute;
        top: -110px;
        left: -15px;
        border-radius: 10px;
        width: 0px;
        height: 0px;
    }

    #price-block div:nth-child(3) .pricing {
        font-size: 84px;
        position: relative;
        top: -1px;
    }

    /*#divUpgradeAccountForm #price-block div:nth-child(3) .pricing {
    top: 0px;
}*/

    .gecko.mac #divUpgradeAccountForm #price-block div:nth-child(3) .pricing {
        top: 3px;
    }

    .gecko.mac #divUpgradeAccountForm #divUpgradeAccountForm #price-block > div:nth-child(3) {
        top: 71px;
    }

    .gecko.mac #divUpgradeAccountForm #price-block div .pricing {
        margin: 7px 0;
    }

    .gecko.mac #divUpgradeAccountForm #price-block div .size13 {
        margin: 18px 0 5px;
    }

    #divUpgradeAccountForm #price-block div .size13 {
        margin: 18px 0 5px;
    }

    /*.gecko.mac #divUpgradeAccountForm #price-block div .size16 {
    margin: 16px 0 9px;
}*/

    .gecko.mac #divUpgradeAccountForm #divUpgradeAccountForm #price-block > div {
        margin-top: 57px;
    }

    .gecko.mac #divUpgradeAccountForm #price-block > div:nth-child(1):after {
        top: -268px;
        height: 326px;
    }

    #price-block div:nth-child(3) .pricing span.pound {
        top: -35px;
    }

    .gecko.mac #divUpgradeAccountForm #price-block > div:nth-child(3) .pricing span {
        margin: 0px 0 10px;
    }


    #price-block span.divider {
        display: inline-block;
        width: 1px;
        /*border-left: 1px #cecece solid;*/
        height: 345px;
        float: left;
        position: relative;
        left: -15px;
        top: -14px;
        margin-bottom: -40px;
        box-shadow: -2px 0px 7px rgba(0, 0, 0, 0.5);
        background-color: #ccc;
    }

    #price-block div a {
        background: #2a9be3;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 9px 40px;
        border-radius: 4px;
        box-shadow: inset -2px -2px 3px rgba(30, 110, 177, 0.5);
        text-decoration: none;
    }

    .ie #price-block div a {
        background: #2a9be3 url('/Content/images/rightArrow.png') no-repeat 73px;
    }

    .ie #price-block div:nth-child(3) a {
        background: #F47C20 url('/Content/images/rightArrow.png') no-repeat 116px;
    }

        .ie #price-block div a:after, .ie #price-block div:nth-child(3) a:after {
            content: "";
        }

    #price-block div:nth-child(3) ul li {
        font-size: 13px;
        line-height: 18px;
    }

    #price-block div a:after {
        font-family: 'LigatureSymbols';
        content: "right";
        margin-left: 5px;
    }

    .gecko #price-block div a:after {
        text-indent: -999999px;
        display: inline-block;
        width: 14px;
        background: url('images/rightArrow.png') no-repeat 0px 2px;
    }

    #price-block div:nth-child(3) a {
        background: #F47C20;
        box-shadow: inset -2px -2px 3px rgba(195, 67, 26, 0.3);
        padding: 9px 80px;
        margin: 2px 0 0px;
        display: inline-block;
    }

    #price-block div ul {
        margin: 3px 0 0;
        min-height: 110px;
        text-align: left;
    }

    #price-block div:nth-child(3) ul {
        min-height: 141px;
        max-width: 190px;
        margin: auto;
    }

    #price-block div ul li {
        font-size: 12px;
    }

    .ie #price-block div ul li:before {
        content: "";
    }

    .ie #price-block div ul li {
        background: url('/Content/images/icoCheck.png') no-repeat 1px;
        padding-left: 10px;
        line-height: 1.2;
    }

    /*.ie #price-block div:nth-child(3) ul li {
    background: url('/Content/images/icoCheck.png') no-repeat 32px;
}*/

    #price-block div .size19 {
        font-size: 19px;
    }

    #price-block div .size22 {
        font-size: 22px;
    }

    #price-block div .size13 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        /*font-family:'Helvetica Neue Bold';*/
        margin: 20px 0 5px;
        display: block;
    }

    #price-block div .size16 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        /*font-family:'Helvetica Neue Bold';*/
        margin: 12px 0 6px;
        display: block;
    }

    /*#divUpgradeAccountForm #price-block div .size16 {
    margin: 14px 0 9px;
}*/

    #price-block div .pricing {
        font-size: 58px;
        font-weight: bold;
        margin: -7px 0;
    }

    #divUpgradeAccountForm #price-block div .pricing {
        margin: -2px 0;
    }

    #price-block div .pricing span.pound {
        content: "\128";
        font-weight: normal;
        font-size: 32px;
        position: relative;
        top: -18px;
        display: inline-block;
        color: #444;
    }

    #price-block div .pricing span {
        font-size: 13px;
        color: #969696;
        display: block;
        margin: -10px 0 10px;
    }

    #divUpgradeAccountForm #price-block div .pricing span {
        margin: -3px 0 10px;
    }

    #price-block > div:nth-child(3) .pricing span {
        margin: -19px 0 10px;
        font-size: 14px;
    }

    #divUpgradeAccountForm #price-block > div:nth-child(3) .pricing span {
        margin: -2px 0 10px;
    }

    #price-block > div:nth-child(3) .pricing span.pound {
        font-size: 32px;
    }

    .homeSteps.homeCosts h3 {
        font-family: 'Helvetica Neue Lt', Helvetica, Arial, sans-serif;
        font-size: 30px;
        display: block;
        letter-spacing: 1.2px;
    }

    .homeSteps.homeCosts .slider {
        text-align: center;
    }

    .output {
        display: none;
    }

    .slider > .dragger {
        background: #8DCA09;
        background: -webkit-linear-gradient(top, #8DCA09, #72A307);
        background: -moz-linear-gradient(top, #8DCA09, #72A307);
        background: linear-gradient(top, #8DCA09, #72A307);
        -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
        box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #496805;
        width: 16px;
        height: 16px;
    }

        .slider > .dragger:hover {
            background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
        }


    .slider > .track, .slider > .highlight-track {
        background: #ccc;
        background: -webkit-linear-gradient(top, #bbb, #ddd);
        background: -moz-linear-gradient(top, #bbb, #ddd);
        background: linear-gradient(top, #bbb, #ddd);
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid #aaa;
        height: 4px;
    }

    .slider > .highlight-track {
        background-color: #8DCA09;
        background: -webkit-linear-gradient(top, #8DCA09, #72A307);
        background: -moz-linear-gradient(top, #8DCA09, #72A307);
        background: linear-gradient(top, #8DCA09, #72A307);
        border-color: #496805;
    }

    .slider-volume {
        width: 400px;
        margin: 8px auto 113px !important;
    }

        .slider-volume > .dragger {
            width: 60px;
            height: 18px;
            margin: 0px auto;
            border: 1px #b4b4b4 solid;
            border-radius: 20px;
            background: #2587da;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            padding: 5px;
            margin-top: -15px !important;
            line-height: 1em;
            background: #2587da url('/Content/images/slider.jpg') no-repeat 6px;
        }

    .ie .slider-volume > .dragger {
        background: #2587da url('/Content/images/slider.jpg') no-repeat 6px;
    }

        .ie .slider-volume > .dragger:before, .ie .slider-volume > .dragger:after {
            content: "";
        }

    .slider-volume > .dragger:before, .slider-volume > .dragger:after {
        font-family: 'LigatureSymbols';
        color: #81bcee;
        position: relative;
        top: -3px;
        font-size: 12px;
    }

    /*.slider-volume > .dragger:before {
    content: "left";
    left: -10px;
}

.slider-volume > .dragger:after {
    content: "right";
    left: 10px;
}*/

    .slider-volume > .track, .slider-volume > .highlight-track {
        height: 11px;
        background: #d1d1d1;
        border: 1px #b4b4b4 solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .slider-volume > .highlight-track {
        background-color: #1e6eb1;
    }


    .homeCosts .signUpStrip {
        padding: 13px 0 10px;
    }

    .homeCosts {
        margin-top: 110px;
        padding: 3px 0 0;
    }

        .homeCosts p, .homeCosts ul li {
            font-size: 18px;
            line-height: 18px;
            color: #969696;
        }

            .homeCosts p, .homeCosts ul li:before {
                content: "check";
                font-family: 'LigatureSymbols';
                color: #6c9e17;
                font-size: 17px;
                margin: 0 7px 0 0;
            }

    .gecko .homeCosts ul li:before {
        background: url('images/icoCheck.png') no-repeat;
        text-indent: -10999px;
        display: inline-block;
        width: 14px;
    }

    .homeCosts ul li span {
        display: inline-block;
        width: 130px;
    }

    .homeCosts ul {
        padding: 0;
        list-style-type: none;
    }

    .homeFooter {
        height: 60px;
        background: #000;
        padding: 20px 0;
        text-align: center;
        /*border-top: 1px #bbbbbb solid;*/
    }

        .homeFooter a {
            color: #666;
            text-decoration: none;
            margin: 0 10px;
            font-size: 14px;
        }

            .homeFooter a:hover {
                text-decoration: underline;
            }


    .contactLabel1 {
        width: 260px;
        display: inline-block;
    }

    .mRight5 {
        margin-right: 5px;
    }

    #divContactUsForm .k-textbox {
        padding: 7px 13px;
    }

    #divContactUsForm select {
        margin: 0px 0 5px;
    }

    #divContactUsForm.login-form input[type="submit"].rightArrow {
        width: auto;
        float: right;
        margin-top: 7px !important;
        margin-bottom: -4px;
        padding-right: 30px;
    }


    /*divUpgradeAccountForm*/

    #divUpgradeAccountForm {
        margin: -68px 0;
        padding: 0;
        overflow: hidden;
        /*min-height: 570px !important;*/
    }

        #divUpgradeAccountForm .homeSteps.homeCosts {
            margin: -14px 0 0px;
            padding: 0;
        }

        #divUpgradeAccountForm #price-block {
            min-height: inherit;
            width: 840px;
        }

        #divUpgradeAccountForm .container {
            width: auto;
            min-height: 465px;
        }

        #divUpgradeAccountForm .header-promo {
            width: 100%;
            display: block;
        }

            #divUpgradeAccountForm .header-promo h2 {
                margin: 0px 0 16px;
                font-weight: normal;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 24px;
                display: block;
                letter-spacing: 0.5px;
                color: #000;
                background-color: #fff;
                padding: 13px 25px;
                box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
                width: calc(100% - 50px);
                white-space: nowrap;
            }

                #divUpgradeAccountForm .header-promo h2 span {
                    color: #F47C20;
                    font-weight: bold;
                    font-family: Helvetica, sans-serif;
                }

                    #divUpgradeAccountForm .header-promo h2 span.not-bold {
                        font-weight: normal;
                    }

                    #divUpgradeAccountForm .header-promo h2 span.regular {
                        font-weight: 800;
                        font-family: Helvetica, Arial, sans-serif;
                    }

                #divUpgradeAccountForm .header-promo h2 strong {
                    font-family: Helvetica, sans-serif;
                }

            #divUpgradeAccountForm .header-promo .k-link {
                position: absolute;
                top: 2px;
                right: 3px;
            }

                #divUpgradeAccountForm .header-promo .k-link .k-icon.k-i-close {
                    background-image: url('/Content/Kendo/web/Default/sprite.png');
                }

        #divUpgradeAccountForm #price-block > div {
            width: 167px;
            min-height: 290px;
        }

            #divUpgradeAccountForm #price-block > div:nth-child(3) {
                width: 233px;
            }

        #divUpgradeAccountForm .slider-volume {
            margin: 8px auto 88px !important;
        }

    .back-button {
        display: inline-block;
        float: left;
        font-size: 14px;
        margin: 23px 0 23px;
        padding-left: 0px;
    }

    .questionHolder p.example-answer-note {
        color: #999;
        font-size: 11px !important;
        padding: 7px 0 0;
        margin: 0 0 -21px;
    }

    .questionHolder .questionBox.testBoxType p.example-answer-note {
        margin: 0 0 -30px;
    }

    #divUpgradeAccountForm .homeSteps.homeCosts h3 {
        font-size: 25px;
        font-weight: 800;
    }

    .ie #divUpgradeAccountForm .homeSteps.homeCosts h3 {
        font-weight: 200;
    }

    #divUpgradeAccountForm #price-block > div:nth-child(1):after {
        top: -266px;
        height: 319px;
    }

    #divUpgradeAccountForm .package-note {
        margin: 90px 30px 0;
    }

    .signup-detail #divUpgradeAccountForm .package-note {
        margin: 88px 14px 0;
        padding: 13px 10px;
        height: 17px;
        font-size: 14px;
    }

    #divUpgradeAccountForm .inline-signup {
        margin: 0 10px 0 30px;
    }

    .signup-detail #divUpgradeAccountForm .inline-signup {
        margin: 0 10px 0 14px;
    }

    #divUpgradeAccountForm #price-block > div:nth-child(3) {
        top: 68px;
        padding: 13px 14px 20px;
    }

    .gecko.mac #divUpgradeAccountForm #price-block > div:nth-child(3) {
        top: 71px;
        padding: 16px 14px 20px;
    }

    #divUpgradeAccountForm #price-block > div {
        margin-top: 27px;
        padding: 10px 14px 20px;
    }

    .gecko #divUpgradeAccountForm #price-block > div {
        margin-top: 25px;
    }

    .gecko.mac #divUpgradeAccountForm #price-block > div {
        margin-top: 31px;
        padding: 14px 14px 20px;
    }

    .ie #divUpgradeAccountForm #price-block > div {
        margin-top: 31px !important;
    }

    #account-wrapper {
        width: 530px;
        margin: auto;
    }

    #account-wrapper, .k-window #account-wrapper .k-textbox {
        font-size: 14px;
    }

    #divUpgradeAccountForm #account-wrapper {
        width: 560px;
    }

    #account-wrapper .text12.pTop10 {
        margin: 10px 0px 0px !important;
    }

    .signup-detail #account-wrapper .text12.pTop10 {
        margin: 10px 0px 0px 2px !important;
    }

    #btnSubmit {
        width: 370px; /* Increased from 350px to make room for new Renew/Upgrade button text */
        text-align: left;
        float: right;
        margin-bottom: 25px;
    }

    .signup-detail #btnSubmit, #divUpgradeDetailsForm #btnSubmit {
        margin-bottom: 0px;
    }

    .current-plan {
        float: left;
        position: absolute;
        top: 477px;
        z-index: 999;
    }

        .current-plan.packks1 {
            left: 40px;
            top: 487px;
        }

        .current-plan.packks2 {
            left: 200px;
            top: 487px;
        }

        .current-plan.packks12 {
            left: 185px;
            top: 497px;
        }

        .current-plan.pack6 {
            right: 25px;
        }


    .termsDiv h1 {
        font-size: 36px;
        color: #666;
        font-weight: 600;
        margin: 20px 0 40px;
    }

    .termsDiv p, .termsDiv li {
        color: #999;
        font-size: 15px;
    }

    .termsDiv h2 {
        color: #333;
        font-size: 18px;
        margin: 45px 0 20px;
    }

    .mBottom55 {
        margin-bottom: -55px;
    }

    .splashCont {
        padding: 77px 16px 0;
    }

    h2.splashHeading {
        font-size: 24px;
        margin: 14px 0 16px;
    }

    p.splashText {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 33px;
    }

    .splashText {
        display: inline-block;
        width: 300px;
        margin-right: 50px;
    }

    .splashImg, .splashImg2 {
        display: inline-block;
        float: right;
        margin-top: 20px;
        margin-right: 60px;
    }

    .splashImg2 {
        margin-right: 30px;
    }

    .globalbutton.rightArrow.leftFloat {
        margin-left: 0;
        font-size: 16px;
    }


    .thanksMsg {
        font-size: 12px;
        line-height: 18px;
    }

    /****************************************************  Add queston text   ******************************************************/

    #GridChildren td:first-child a {
        color: #2a9be3;
        text-decoration: underline;
    }

        #GridChildren td:first-child a:hover {
            color: #2a9be3;
        }

    .k-window .k-dropdown.k-header, .k-window .k-textbox {
        font-size: 16px;
        margin: 5px 0;
        width: 100%;
    }

    .admin .container {
        padding-bottom: 0px;
    }

    .admin div.k-window {
        top: 2% !important;
    }


    #tabEditAccount {
        background: #f1f1f1;
    }

        #tabEditAccount .k-tabstrip-items a {
            color: #2e2e2e;
        }

        #tabEditAccount .k-state-active {
            background-color: #f1f1f1;
        }

        #tabEditAccount .k-widget .k-header .k-tabstrip {
            background-color: #f1f1f1;
        }

        #tabEditAccount .k-tabstrip-items {
            background-color: #f1f1f1;
        }

    .formRowHalf.k-window.k-dropdown.k-header {
        font-size: 16px;
        margin: 0px 0;
        width: 100%;
    }

    .formRowHalf.k-window.k-textbox {
        font-size: 16px;
        margin: 0px 0;
        width: 100%;
    }

    .admin #AdminAccounts td tr td {
        border: none;
    }

    #divLoginForm .k-textbox, .signup-detail #divUpgradeAccountForm .k-textbox {
        font-size: 14px;
    }

    #divLoginForm input[name='UserName'] {
        display: block;
    }

    .chartFilters .k-dropdown.k-header {
        width: 150px;
        font-size: 12px;
    }


    .chartFilters .k-dropdown-wrap .k-input, #setChildren .k-dropdown-wrap .k-input {
        padding: .5px 0;
    }

    .chartFilters label {
        font-size: 12px;
    }

    .questionType {
        padding: 5px 0 15px;
        border-bottom: 1px #ccc solid;
        margin-bottom: 10px;
        width: 98%;
    }

    .validation-summary-errors ul {
        padding: 0 0 0 18px;
    }

    #divAddQuestionForm h3 {
        margin: 0 0 5px;
    }

    .validation-summary-valid {
        display: none;
    }

    .validation-summary-errors ul li {
        color: red;
    }

    .rowfloatLw100 {
        width: 100%;
        float: left;
    }

    .rowfloatLw50 {
        width: 50%;
        float: left;
    }

    .rowfloatLw45bw {
        width: 45%;
        float: left;
        word-break: break-all;
    }

    .rowfloatLw50Lh2 {
        width: 50%;
        float: left;
        line-height: 2;
    }

    .rowfloatLw40 {
        width: 40%;
        float: left;
    }

    .rowfloatLw60 {
        width: 60%;
        float: left;
    }

    .rowfloatR {
        float: right;
    }

    .rowfloatL {
        float: left;
        margin-left: 5px;
    }

    .rowfloatRW100P10 {
        float: right;
        width: 100%;
        padding: 10px;
    }

    .rowfloatLw50TAL {
        width: 50%;
        float: left;
        text-align: left;
    }

    .rowfloatLw47TAR {
        float: right;
        text-align: right;
        width: 40%;
        padding-right: 3%;
    }

    .rowfloatLw100TAR {
        width: 100%;
        float: left;
        text-align: right;
    }

    .rowfloatLw79 {
        width: 79%;
        float: left;
    }

        .rowfloatLw79 .k-widget.k-upload {
            top: -6px;
        }

    .rowfloatLw97TAR {
        width: 97%;
        float: left;
        text-align: right;
    }

    .rowfloatLw97TAL {
        width: 97%;
        float: left;
        text-align: left;
    }

    .rowfloatLw20 {
        width: 20%;
        float: left;
    }

    .rowfloatRw20 {
        width: 20%;
        float: right;
    }

    .rowfloatLw80DN {
        width: 80%;
        float: left;
        display: none;
    }

    .selectWidth {
        width: 88%;
    }


    .textWidth {
        width: 96%;
        min-height: 75px;
    }

    .rowfloatLw100PT20 {
        float: left;
        width: 100%;
        padding-top: 20px;
    }

    .question-xml {
        float: left;
        width: 93%;
        color: #2a9be3;
        text-align: left;
        display: none;
        padding: 2%;
        margin: 10px 0 0;
        background: #dfdfdf;
        font-size: 0.8em;
        line-height: 1.4em;
    }

    #divMarkingRules label span input {
        float: none;
    }

    #divMarkingRules label span:nth-last-child(1) {
        float: right;
    }

    #divMarkingRules .rules-right label {
        width: calc(100% + 6px);
    }

    /*#divPreview ul
{
      border: 1px solid black;
    background-color: #fff;
}*/


    .btn {
        width: auto !important;
        height: auto !important;
    }

    .rowfloatRPT15 {
        float: right;
        padding-top: 20px;
    }

    .Questionlbl {
        float: right;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .k-window-titlebar {
        /*height: auto;*/
        padding: 30px 0 22px;
    }

    .k-block > .k-header, .k-window-titlebar {
        position: relative;
    }

    .ie .k-header.k-window-titlebar {
        background: none !important;
        filter: none;
    }

    .alink, .alink-slide {
        color: #2A9BE3;
        cursor: pointer;
        text-decoration: underline;
        font-size: 0.8em;
    }

    .q-builder-help {
        display: block;
        clear: both;
        margin: 20px 20px 0 0;
        position: relative;
        top: 10px;
        font-size: 1.2em;
    }

    .k-widget k-window {
        transform: none;
    }

    .k-window-content .k-content {
        transform: none;
    }

    .rowPT1 {
        padding-top: 1px;
    }

    .formRow {
        padding: 5px 0 10px;
    }

    .formRowHalf {
        padding: 5px 0 10px;
        width: 49%;
        display: inline-block;
    }

    .modalLinks {
        font-size: 14px;
        height: 30px;
        display: block;
    }


    .mTop5 {
        margin-top: 5px;
    }

    .mTop10 {
        margin-top: 10px;
    }

    .pTop10 {
        padding-top: 10px;
    }

    .mTop15 {
        margin-top: 15px;
    }

    .mTop20 {
        margin-top: 20px;
    }


    li.masked {
        opacity: 0.7;
    }

        li.masked:hover {
            background: #555;
            text-shadow: none;
        }


    #divAddQuestionForm .k-widget .k-dropdown-wrap {
        background: #fff;
        background-image: none;
        top: -2px;
        width: 300px;
    }

    #divAddQuestionForm .k-dropdown-wrap .k-input {
        box-shadow: none;
    }

    #SelectTestDropDown-list {
        width: 300px !important;
    }

        #SelectTestDropDown-list ul li.k-item:nth-last-of-type(1) {
            background: #999;
            border-radius: 3px;
            color: #fff;
        }

    .container.adminQuestions .k-widget.k-dropdown.k-header {
        width: 306px;
    }

    .container.adminQuestions #AdminTests .k-widget.k-dropdown.k-header {
        width: initial;
    }

    .container.adminQuestions #AdminTests .k-pager-sizes {
        padding: 0 5px;
    }

    /*********************************************************   //   ******************************************************************/





    table {
        width: 100%;
        font-size: 0.8em;
        /*border-bottom:5px #dedede solid;*/
        color: #999;
    }

    th, .k-header, .k-pager-wrap {
        text-align: left;
        text-transform: uppercase;
        color: #656565;
        font-size: 12px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }


        .k-pager-wrap a.k-state-disabled {
            background: #2a9be3;
        }


    tr {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

        tr:hover {
            background: #eaeaea;
        }


    #Questions tbody td:nth-child(3) {
        color: #2a9be3;
    }

    .grid-wrapper {
        clear: both;
    }

    .k-grid-header .k-header .k-link {
        font-family: Arial, sans-serif;
        font-weight: 600;
        color: #666;
        font-size: 12px;
    }

    .ie .k-grid-header .k-header .k-link, .gecko .k-grid-header .k-header .k-link {
        font-weight: 600;
    }

    .headingRowDiv {
        border-top: 1px #ccc solid;
        padding: 8px 0;
    }

    .right {
        border-radius: 0 6px 0 0;
        border-right: 1px #ccc solid;
    }

    .left {
        border-radius: 6px 0 0 0;
        padding-left: 5px;
        border-left: 1px #ccc solid;
    }

    tr {
        border-bottom: 1px #dedede solid;
    }

    td {
        padding: 8px 15px;
    }


        td a.k-button, .smallGlobal {
            background: #2a9be3;
            padding: 2px 6px 3px;
            border-radius: 4px;
            /*font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;*/
            font-weight: bold;
            font-size: 0.9em;
            color: #fff !important;
            text-decoration: none;
            margin-left: 6px;
            border-width: 0;
            font-size: 12px;
            float: right;
        }

    .smallGlobal {
        background: #555555;
    }

    .expiry-alert {
        color: red;
        padding: 2px 6px;
    }

        .expiry-alert .smallGlobal {
            float: none;
            background: #2a9be3;
            padding: 5px;
        }

    .accountTitle {
        background: none;
        font-weight: normal;
    }

        .accountTitle a {
            color: #2a9be3;
        }

        .accountTitle:hover {
            text-decoration: none !important;
            background: none !important;
        }

        .accountTitle strong {
            color: #2a9be3;
        }

    .ie td a.k-button, .ie .smallGlobal, .gecko td a.k-button, .gecko .smallGlobal {
        font-weight: 600;
    }

    td a.k-button:hover, .smallGlobal:hover, .smallGlobal.upgrade {
        background: #2a9be3;
        color: #fff;
        text-decoration: underline;
        border-color: #c5c5c5;
    }


    td a.k-toggle, td a.k-toggle-selected, td a.k-toggle-disabled, td a.k-toggle:hover, td a.k-toggle-selected:hover, td a.k-toggle-disabled:hover {
        background: #2a9be3;
        color: #fff;
        text-decoration: underline;
        border-color: #c5c5c5;
        width: 100px;
    }

        td a.k-toggle, td a.k-toggle:hover {
            background: #2a9be3;
        }

        td a.k-toggle-selected, td a.k-toggle-selected:hover {
            background: #f47c20;
        }

        td a.k-toggle-disabled, td a.k-toggle-disabled:hover {
            background: #CCCCCC;
        }

    td input[type="checkbox"] {
        position: relative;
        top: -3px;
    }

    .gecko #childrenIds {
        right: 10px;
    }

    /* Dropdown for account */
    #menu {
        display: none;
        margin: 0;
        position: absolute;
        z-index: 9;
        float: right;
        padding: 0 0 0 80px;
        padding: 0 0 0 70px;
        margin: 3px 0 0;
    }

    .accountTitle:hover #menu {
        display: block;
    }

    .accountTitle #menu li {
        display: block;
        background-color: #e9e9e9;
        padding: 5px;
        text-align: center;
        border-radius: 0px;
        margin: 0;
        padding: 8px 22px;
        border-bottom: 1px #ccc solid;
        font-family: Helvetica, sans-serif;
        width: 65px;
    }

        .accountTitle #menu li:nth-of-type(1) {
            border-radius: 2px 2px 0 0;
        }

        .accountTitle #menu li:nth-of-type(2) {
            border-radius: 0 0 2px 2px;
        }

        .accountTitle #menu li:hover {
            text-shadow: none;
            background: #D9D9D9;
        }

    .k-pager-wrap {
        margin-bottom: 24px;
    }


    #Questions table tr:first-child td:first-child a {
        color: #fff;
        opacity: 0;
    }


    .headingRow {
        border-bottom: 1px #c6c6c6 solid;
    }

    .highlightblue {
        color: #2a9be3;
        font-weight: 800;
    }

    footer {
        width: 100%;
        background: url('/Content/Images/bg3.jpg');
        height: 20px;
        position: fixed;
        bottom: 0px;
    }

    .k-window footer {
        width: initial;
        background: none;
        height: auto;
        position: relative;
        bottom: 0px;
    }


    footer div {
        padding: 5px 5px;
        color: #fff;
        font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;
        font-weight: 400;
        font-size: 0.6em;
        text-align: right;
    }


    #divLoginForm a {
        color: #000;
        text-decoration: none;
    }

        #divLoginForm a:hover {
            text-decoration: underline;
        }

    #divLoginForm {
        /*text-align: center;*/
        font-size: 0.90em;
        line-height: 1.8em;
        color: #444;
    }

        #divLoginForm p.forgotPass {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 12px;
        }

        #divLoginForm p.loginDetailsModal {
            font-size: 12px;
            font-weight: 16px;
        }

    .qSection {
        clear: both;
        display: block;
    }


    .k-window-titlebar h2 {
        text-transform: none;
        padding: 0 30px;
        color: #343434;
        font-weight: normal;
    }

    .newSignupHeading {
        height: 15px;
        padding: 14px 0 35px;
    }

    #divLoginForm p.modaltext {
        text-align: left;
        line-height: 16px;
        font-size: 12px;
        margin: 20px 0 18px;
    }

    #divLoginForm p.modaltext2 {
        text-align: left;
        line-height: 16px;
        font-size: 12px;
        margin: 8px 0 18px;
    }

    #divLoginForm p.modaltext3 {
        padding: 0px;
    }

    #form0 {
        padding-bottom: 20px;
    }

    #divLoginForm p.modaltext.noMargin {
        margin: 0px 0 18px;
    }

    .k-content h3 {
        font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;
        font-weight: 500;
        font-size: 1.1em;
    }

    Already have an account? Log in .questionType {
        display: inline-block;
        /*float: right;*/
        /*padding: 10px 0;*/
    }

    .questionDesc {
        display: inline-block;
        width: 47%;
        float: left;
        padding-right: 1%;
    }

    .qCategory {
        background: #dddddd;
        padding: 2%;
        border-radius: 4px;
    }

        .qCategory label {
            padding: 0px 0 4px;
            display: inline-block;
        }

        .qCategory select {
            width: 100%;
            margin-bottom: 6px;
        }

    .textSection {
        padding: 10px 0;
        display: block;
        clear: both;
    }

        .textSection h3 {
            width: 20%;
            display: inline-block;
            margin: 0;
        }

        .textSection textarea {
            width: 78%;
            display: inline-block;
        }

    .qSection hr {
        margin: 0.2em 0;
    }

    #divAddQuestionForm {
        max-height: 600px;
    }

    #btnReset {
        margin-right: -2%;
    }

    .alignRight {
        text-align: right;
    }


    .qSection .action {
        margin-top: 5px;
        margin-bottom: 5px;
        height: 36px;
        width: auto;
        padding: 5px 15px;
        float: right;
        margin-right: 5px;
    }

    /*#GridFilterableByClass2 {
    margin:-2px 0 0;
}*/


    #GridChildren td a {
        text-decoration: none;
        color: #999;
    }

        #GridChildren td a:hover {
            color: #000;
        }

    .liveTests {
        margin: 16px 0 20px 0;
    }

    .recent-filter {
        display: block;
    }

    .ovGrids.overview .recent-filter .k-widget.k-dropdown.k-header {
        top: 19px;
    }

    #GridChildren td:last-child {
        text-align: right;
    }

    #GridChildren .k-grid-header th:last-child {
        text-align: right;
    }

        #GridChildren .k-grid-header th:last-child input {
            right: 2px;
            position: relative;
        }

    .gecko #GridChildren .k-grid-header th:last-child input {
        right: 12px;
    }

    .gecko #GridChildren td:last-child {
        padding: 5px 12px 4px 4px;
    }

    ul.testWizard li.unSelect {
        background: #dbdbdb;
    }

    #ActiveTests td span:nth-child(2) {
        height: 18px;
        display: inline-block;
        overflow: hidden;
        width: 70%;
    }

    #ActiveTests td span:nth-child(1) {
        display: inline-block;
    }


    .myTestChildren h2 {
        display: inline-block;
    }

    .myTestChildren .globalbutton {
        margin-top: 8px;
    }

    .upgrade-row * {
        color: #C4C4C4;
    }

    #YearGroupFilterGrid .k-grid-content {
        color: #888;
    }


    #YearGroupFilterGrid tbody .k-button {
        border-radius: 3px;
        padding: 0px 4px;
        min-width: 54px;
        height: 17px;
        font-size: 11px;
        background: #bbbbbb;
    }

    #YearGroupFilterGrid tbody input[type="radio"] {
        display: none;
    }

        #YearGroupFilterGrid tbody input[type="radio"] + label {
            background: #2a9be3;
            font-weight: bold;
            color: #fff !important;
            text-decoration: none;
            float: right;
            border-radius: 3px;
            line-height: 1.6;
            min-width: 54px;
            height: 17px;
            font-size: 11px;
            text-align: center;
        }

            #YearGroupFilterGrid tbody input[type="radio"] + label:before {
                content: "Select";
            }

        #YearGroupFilterGrid tbody input[type="radio"]:checked + label {
            background: #f47c20;
        }

            #YearGroupFilterGrid tbody input[type="radio"]:checked + label:before {
                content: "Selected";
            }

    .sprite {
        background: url('/Content/Images/sprite.png');
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-bottom: -1px;
    }

    .prevImg {
        background-position: -14px 0px;
    }

    .nextImg {
        background-position: 2px 0px;
    }

    #validationSummary {
        color: red;
    }




    #divMarkingRules textarea {
        width: 100%;
        border: 1px #ccc solid;
    }

    #divMarkingRules input[type="checkbox"] {
        margin: 2px 4px;
    }


    li input {
        margin-bottom: 6px;
    }

    .chartFilters {
        display: inline-block;
        float: right;
        margin-top: 0px;
    }

        .chartFilters .k-dropdown:last-child {
            width: 200px;
        }

        .chartFilters .k-state-border-down .k-state-hover {
            padding: 1px 22px 2px 2px;
        }



    /***********************************************   Ambience Notification   ***************************************************/


    #ambiance-notification {
        display: block;
        position: fixed;
        top: 5px;
        left: 5px;
        z-index: 9999;
        border-radius: 2px;
        height: 50px;
        color: #f47c20;
        /*width: 100%;*/
        text-align: center;
    }

    /* Built in custom styling for the notifications. */
    .ambiance-title {
        font-weight: bold;
    }

    .ambiance {
        /*float: right;*/
        clear: both;
        border: 3px solid transparent;
        padding: 10px 0 10px 10px;
        /*opacity:0.8;*/
        background: #ebebeb;
        border-radius: 2px;
        margin: auto;
    }

        .ambiance:hover {
            /*border: 3px solid #DDDDDD;*/
            opacity: 0.8;
        }

    .ambiance-default, .ambiance-success, .ambiance-error {
        border-radius: 5px;
        -moz-border-radius: 5px; /* Firefox 3.6 and earlier. */
        padding: 10px;
        margin: 10px;
    }

    .ambiance-default {
        background: #000000;
        color: #DDDDDD;
    }

    .ambiance-success {
        background: #468847;
        color: #DFF0D8;
    }

    .ambiance-error {
        background: #B94A48;
        color: #F2DEDE;
    }

    /* Close button attributes -- based off Twitter Bootstrap alert close item. */
    .ambiance-close {
        display: block;
        position: relative;
        top: -10px;
        right: 0px;
        width: 18px !important;
        color: #FFFFFF;
        float: right;
        font-size: 18px;
        font-weight: bold;
        filter: alpha(opacity=20);
        text-decoration: none;
        position: relative;
        line-height: 14px;
        margin-left: 5px;
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    }

        .ambiance-close:hover {
            color: #BBBBBB;
            cursor: pointer;
        }



    .col5 .k-widget.k-dropdown.k-header {
        float: right;
        top: 14px;
        margin-right: 10px;
    }

    .ovGrids h2, .reports h2 {
        display: inline-block;
    }

    .ovGrids.overview .k-widget.k-dropdown.k-header, .reports .k-widget.k-dropdown.k-header {
        float: right;
        top: 17px;
    }

    .admin-section .ovGrids .k-widget.k-dropdown.k-header {
        float: right;
        width: 250px;
    }

    .ovGrids .k-widget.k-dropdown.k-header:nth-last-child(1) {
        float: right;
    }

    .ovGrids .k-pager-wrap .k-widget.k-dropdown.k-header:nth-last-child(1) {
        float: initial;
    }

    /******************************************   Test Wizard  **********************************/


    ul.testWizard {
        padding: 0;
        margin: 15px -9px 0 0;
        list-style-type: none;
        text-align: right;
        width: 108px;
        float: right;
    }


        ul.testWizard li {
            display: inline-block;
            background: #888;
            color: #fff;
            padding: 4px 6px;
            border-radius: 4px;
            margin-left: 3px;
            float: left;
            width: 12px;
            height: 16px;
            font-size: 13px;
            text-align: center;
        }



            ul.testWizard li.highlighted {
                background: #f47c20;
                text-shadow: 3px 1px 4px #cb4c1e;
            }


    .selectAll {
        margin: 0 -3px;
    }


    .rightArrow, .rightArrow:hover {
        background: #2a9be3 url('/Content/images/rightArrow.png' ) no-repeat;
        background-size: 20px;
        background-position: right;
        padding-right: 30px;
    }

    .leftArrow, .leftArrow:hover {
        background: #2a9be3 url('/Content/images/leftArrow.png' ) no-repeat;
        background-size: 20px;
        background-position: left;
        padding-left: 25px;
    }

    .edit-form .rightArrow, .edit-form .rightArrow:hover {
        padding-right: 0px;
    }


    .step4Test {
        background: #e1e1e1 url('/Content/images/step4.png') no-repeat right !important;
    }

    .myTestChildren .k-widget.k-dropdown.k-header {
        float: right;
        top: 10px;
        margin-right: 5px;
    }

    .k-popup .k-item, .k-input {
        text-transform: none;
    }


    .touch .clickbutton, .no-touch .touchbutton {
        /*display: none;*/
    }

    /******************************     Reports page     **************************************/

    #divTesPreviewForm {
        padding: 10px 30px 10px;
    }

        #divTesPreviewForm .container {
            width: auto;
        }

    #reportsGrid td {
        height: 24px;
        overflow: hidden;
        word-break: initial;
        /*display: inline-block;*/
        padding: 0px 0 0 13px;
    }

    .gecko #reportsGrid td, .ie #reportsGrid td {
        height: 26px;
    }


    #reportsGrid a {
        text-decoration: none;
        color: #666;
    }

    #reportsGrid .lsf {
        font-size: 17px;
    }


    .icoClose {
        /*width: 20px;
overflow: hidden;
height: 20px;
display: inline-block;
text-indent:0px !important;*/
        display: inline-block;
        /*font-weight: 600;*/
        color: #eb6323;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-family: 'Slackey', cursive;
        font-size: 16px;
    }

    /*.safari .icoClose, .ie6 .icoClose, .ie7 .icoClose, .ie8 .icoClose, .ie9 .icoClose {
    background: url('/Content/images/icoCross.jpg') no-repeat;
}*/

    /*.ie .icoClose {
    height: 18px;


    .icoClose span {
margin-left: -4px;
margin-top: 0px;
display: block;
color: #fff;
font-size: 40px;
background: #ec4f1c;
    }

.safari .icoClose span, .ie6 .icoClose span, .ie7 .icoClose span, .ie8 .icoClose span, .ie9 .icoClose span {
    background: none;
}}*/

    .icoCheck {
        color: #7bbe31;
    }

    /*.safari .icoCheck, .ie6 .icoCheck, .ie7 .icoCheck, .ie8 .icoCheck, .ie9 .icoCheck*/

    .safari .icoCheck {
        background: url('/Content/images/icoCheck.png') no-repeat;
        text-indent: -999px;
        background-position: -3px 0px;
        color: white;
        width: 17px;
        display: inline-block;
    }

    /*.safari .icoPrint {
    background: url('/Content/images/print.jpg');
}

.safari .icoUsers {
    background: url('/Content/images/users.jpg');
}

.safari .icoUser {
    background: url('/Content/images/user.jpg');
}*/

    .lt-ie9 .icoView, .ie9 .icoView, .ie1 .icoView {
        background: url('/Content/images/icoView.jpg');
    }

    .ieView, .ie td:nth-last-child(1) .reviewtest, .ie .ieHide {
        display: none !important;
    }

    .ie .ieView {
        display: block !important;
        float: none;
    }

    .k-pager-wrap .k-link {
        background-color: #2a9be3;
    }

    .k-pager-wrap li a.k-link {
        background: #fff;
        color: #2a9be3 !important;
    }

    #divAddQuestionForm .validationSummary {
        padding: 5px 0 10px;
    }

    .k-content {
        -webkit-transform: scale(1) !important;
    }


    .k-grid-header-wrap .k-icon, .k-menu-vertical .k-sprite, .k-menu-vertical .k-icon {
        background-image: url('/Content/Kendo/Web/Default/sprite.png');
    }

    .k-menu-vertical li input {
        margin: 0;
    }

    .k-grid-header .k-header .k-icon {
        position: relative;
    }

    #message div {
        background-color: #C0C578;
        margin: -15px 0 10px;
        padding: 3px 8px;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    .mBottom5 {
        margin: 0 0 5px;
    }

    .mBottom15 {
        margin: 0 0 15px;
    }

    .globalbutton.inline-button {
        height: 26px;
        margin-right: 1px;
        padding: 4px 10px;
        margin: 0px 0px;
        font-size: 13px;
        top: 1px;
        position: relative;
        float: none;
    }

    .adminQuestions .k-input {
        line-height: 1.4;
    }

    .admin-section .testLinks div .lsf {
        font-size: inherit;
        width: 15px;
        margin: 0;
    }

    .admin-section .testLinks div {
        height: auto;
    }

    .admin-section label {
        position: relative;
        top: 2px;
    }

    /* ==========================================================================
   Helper classes
   ========================================================================== */

    /*
 * Image replacement
 */

    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        /* IE 6/7 fallback */
        *text-indent: -9999px;
    }

        .ir:before {
            content: "";
            display: block;
            width: 0;
            height: 150%;
        }

    /*
 * 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;
    }

    /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

    .clearfix:before,
    .clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

    /*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

    .clearfix {
        *zoom: 1;
    }

    /* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
    /*@media only screen and (max-width: 780px) {
    .container {
        width: calc(100% - 32px);
        padding: 16px;
        margin: auto;
    }

    .shrinkResponsive {
        max-width: 98%;
    }

    .signUpBox {
        width: initial;
    }

    .sectionBanner {
        height: 430px;
    }

    .splashImgTop.shrinkResponsive {
        width: 63%;
    }

    .ShowMe {
        display: none;
    }


    .questionNo {
        width: 32px;
        margin-right: 10px;
        font-size: 12px;
        height: 16px;
    }

    .secondRow {
        width: calc(100% - 180px);
        margin-right: 20px;
    }

    .theMarks {
        display: none;
    }

    .questionHolder, .options {
        width: calc(100% - 70px) !important
    }

    .firstRow {
        width: calc(100% - 160px);
    }
}*/

    /*
@media only screen and (max-width: 750px) {

    .splashImgTop.shrinkResponsive {
        display: none;
    }

    .signUpBox {
        width: initial;
        margin: 10px 50px;
        float: none;
    }
}*/

    .k-tool-icon.k-createLink,
    .k-tool-icon.k-unlink,
    .k-tool-icon.k-insertImage,
    .k-widget.k-colorpicker,
    .k-tool-icon.k-justifyLeft,
    .k-tool-icon.k-justifyCenter,
    .k-tool-icon.k-justifyRight,
    .k-tool-icon.k-justifyFull,
    .k-widget.k-combobox.k-header {
        display: none;
    }

    .questionType .k-widget.k-combobox.k-header {
        display: inline-block;
    }

    .k-editor-selectbox .k-dropdown-wrap.k-state-default {
        margin: 0 5px;
    }



    @viewport {
        zoom: 1.0;
        width: extend-to-zoom;
    }


    @media only screen and (max-width: 600px) {
        /* Style adjustments for viewports that meet the condition */
        .container {
            width: auto;
            padding: 16px 16px 40px;
        }

        header {
            height: auto;
        }

        .global {
            display: block;
            width: 100%;
            float: none;
            text-align: center;
            margin: 50px 0 20px;
        }

        .smallGlobal {
            float: none;
            font-size: 24px;
            display: block;
            margin: 0;
            height: auto;
            padding: 5px 0;
            margin: 15px 0;
            text-align: center;
        }

        .logo {
            display: block;
            margin: 4px auto;
            width: 133px;
        }

        .ShowMe {
            display: none;
        }

        .homeSteps img {
            display: block;
            float: none;
            margin: 20px auto;
            max-width: 100%;
        }

        .sectionBanner {
            top: auto;
        }

        .shrinkResponsive {
            width: 98%;
        }

        .sectionTitle .heading {
            padding: 0px 5px;
            width: 100%;
        }

            .sectionTitle .heading h1 {
                font-size: 38px;
                line-height: 38px;
            }



        .ovGrids {
            width: auto;
        }

        .topMenuRow {
            display: block;
            float: none;
            margin: 50px 0 20px;
        }

        header ul {
            margin: 0;
            padding: 0;
        }

            header ul li {
                display: block;
                font-size: 20px;
                margin: 5px 0;
                text-align: center;
            }

        .menu {
            height: auto;
        }

        .secondRow {
            display: block;
            float: none;
            width: auto;
        }

        .signUpBox a, .signUpLink {
            font-size: 15px;
            padding: 10px 15px;
        }
    }

    @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    }

    /* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

    @media print {
        * {
            background: transparent !important;
            /* color: #000 !important;  Black prints faster: h5bp.com/s */
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/


        .container {
            width: auto;
            padding: 0;
        }

        h2.charts2, h2.charts {
            page-break-before: always;
        }

        #frozen-left, #frozen-right {
            display: inline-block !important;
            margin-top: 1px;
        }

        #frozen-left {
            width: 50px !important;
            float: left !important;
            overflow-x: hidden !important;
            overflow-y: hidden !important;
        }

            #frozen-left .k-grid-header-wrap {
                border-radius: 0px;
                height: 21px;
            }

        .gecko #frozen-left .k-grid-header-wrap {
            height: 20px;
        }

        #grid {
            overflow-x: hidden !important;
            width: calc(100% - 50px);
        }

        .k-grid table {
            /*overflow-x: hidden !important;
        width: 100%;*/
        }

        #frozen-left td {
            font-size: 10px;
            height: 24px;
            display: block;
            overflow-y: hidden !important;
            overflow: hidden !important;
        }


        #frozen-left th {
            font-size: 10px;
            padding: 0 0 2px;
            height: 18px;
            display: inline-block;
        }


        .gecko #frozen-left th {
            height: 15px;
        }

        .ie .gecko #frozen-left th {
            padding: 0 0 8px;
        }


        #reportsGrid td {
            padding: 0 2px 0 1px;
            border-width: 1px;
        }

        .k-grid-header table, .k-grid-content table, .k-grid-footer table {
            table-layout: auto;
        }

        #grid th {
            padding: 0px;
            font-size: 8px;
            border-width: 1px;
            width: 17.3px;
            /*display: inline-block;*/
            text-align: center;
            overflow: hidden;
        }


            #grid th:nth-child(n+10) {
                width: 17px;
            }


            #grid th:nth-child(-n+9) {
                width: 8px;
                padding: 0 2px;
                background: #ccc !important;
            }



        #reportsGrid .lsf {
            font-size: 12px;
        }

        .icoClose {
            font-size: 12px;
        }

        #pager2, #GridQuestions a.lsf:after {
            display: none !important;
        }

        #GridQuestions td {
            padding: 2px;
        }



        /*
     * Don't show links for images, or javascript/internal links
     */

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

        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;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    /*Multiple Options*/
    .tiles {
        display: block;
        float: left;
        width: 100%;
    }

    .tile {
        display: block;
        border: 1px black double;
        float: left;
        margin: 5px;
    }
    /*Placeholder styling*/
    .placeholder {
        position: relative;
        display: inline-block;
    }

        .placeholder .placeholderLabel {
            position: absolute;
            padding: 0;
            margin: 0;
            cursor: text;
            font-size: 14px;
            pointer-events: none;
            display: inline;
            color: #999;
            top: 5px !important;
            left: 5px !important;
            white-space: nowrap;
            overflow: hidden;
            -moz-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .placeholder input:focus + .placeholderLabel, .placeholder textarea:focus + .placeholderLabel {
            color: #aaa;
        }

    .disableAnswers {
        position: absolute;
        z-index: 999;
        width: 700px;
        height: 90%;
    }

    .ie .disableAnswers {
        background: rgba(234,234,234,0.1);
    }

    .button-row {
        text-align: left !important;
    }

        .button-row input {
            float: none !important;
            margin: 10px 0 0;
            width: 90px;
        }

    .read-form {
        margin-bottom: 30px;
    }


    .ovGrids .formRow {
        display: block;
        padding: 0px !important;
        font-size: 14px;
        line-height: 22px;
    }

    .read-form .formRow .caption {
        width: 150px;
        display: inline-block;
    }

    .password-change-outer {
        clear: both;
        display: block;
        padding: 20px 0;
    }

        .password-change-outer .field-validation-error {
            padding-top: 9px !important;
            font-size: 14px;
        }

    #divChangePassword .formRow {
        padding: 3px 0;
    }

        #divChangePassword .formRow input {
            padding: 5px;
            height: 42px;
            width: 280px;
        }

    #divChangePassword label {
        display: none;
    }

    .ie8 #divChangePassword label, .ie9 #divChangePassword label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .teacherAcc .formRow {
        padding: 0;
        height: 37px;
    }

    .g-recaptcha {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #divEditAccountForm .formRow input, #divEditAccountForm .formRowHalf input {
        font-size: 14px;
        margin: 5px 0;
    }

    #divEditAccountForm .resend-email {
        text-transform: initial;
        display: inline-block;
        font-size: 12px;
    }

    #divEditAccountForm input.grey-out {
        background: #EEEEEE;
    }

    #divEditAccountForm .formRow input {
        width: 200px;
    }

    #divEditAccountForm hr {
        margin: 6px 0 3px;
    }

    #divEditAccountForm .adminAccounts .formRow input {
        width: 100%;
    }

    #divEditAccountForm .adminAccounts .formRow .k-picker-wrap input {
        margin: 0;
    }

    #divEditAccountForm .formRow label, #divEditAccountForm .formRowHalf label {
        cursor: pointer;
        /*width: 100px;*/
        text-transform: initial;
        display: inline-block;
        font-size: 14px;
    }

    #divEditSchoolForm .formRow label {
        width: 170px;
        display: inline-block;
    }

    #divEditSchoolForm .formRow input {
        width: 200px;
        display: inline-block;
    }

    #divEditSchoolForm .formLeft,
    #divEditSchoolForm .formRight {
        vertical-align: top;
    }

    .editAccButtons {
        margin: 10px 5px 0;
        height: 34px;
    }

    #divInnerEditAccountForm #form0, #divInnerAddChildrenForm #form0 {
        padding: 0;
    }

    .toolbar {
        margin: 0 0 10px;
    }

        .toolbar div {
            display: inline-block;
            font-size: 14px;
            float: right;
        }

        .toolbar label {
            float: left;
            margin: 4px 4px 0;
            font-size: 12px;
        }

    .deleteBtn {
        font-size: 12px;
        height: 24px;
        padding: 1px 7px 3px;
    }

    ul.k-list.k-reset hr {
        margin: 4px 0;
    }

    ul.k-list.k-reset li:first-child {
        background: none !important;
        color: #000;
        border: none;
        padding: 1px 4px;
    }

        ul.k-list.k-reset li:first-child:hover {
            background: #2a9be3 !important;
            color: #fff;
        }

    #drpAssignClass-list ul.k-list.k-reset li:first-child {
        display: none !important;
    }

    #divInnerCreateClassForm .bottom-row {
        margin: 0;
    }

    #divInnerCreateClassForm .modalInnerScroll p {
        margin: 10px 0 0;
    }

    .noMargin {
        margin: 0;
    }

    #divAddChildrenForm h3 {
        font-size: 18px;
        margin: 0px 0 5px;
    }

    #divAddChildrenForm .modalInnerScroll p {
        margin: 5px 0;
        font-size: 14px;
    }

    #divAddChildrenForm .k-dropdown-wrap {
        font-size: 12px;
        padding: 1px 22px 1px 2px;
    }

    #divAddChildrenForm .modalInnerScroll {
        margin-top: 10px;
    }

    #divAddChildrenForm .k-window .k-textbox {
        margin: 9px 0 5px;
    }

    .mTop4 {
        margin-top: 4px;
    }

    #ClassId-list ul.k-list li {
        font-size: 12px;
    }

    .ie8 .ieHide, .ie9 .ieHide {
        display: none !important;
    }


    .gecko #ClassGrid .k-grid-header .k-header {
        height: auto;
    }

    ul.k-list li.globalButton, #drpAssignClass-list ul.k-list.k-reset li:last-child, #ClassId-list ul.k-list.k-reset li:last-child {
        background: #999;
        color: #fff;
        border-radius: 4px;
        margin: 4px 0 0;
        cursor: pointer;
    }

    #ClassId-list ul.k-list.k-reset li:last-child {
        margin: 5px;
        display: inline-block;
    }

        ul.k-list li.globalButton:hover, #drpAssignClass-list ul.k-list.k-reset li:last-child:hover, #ClassId-list ul.k-list.k-reset li:last-child:hover {
            background: #2a9be3;
        }

    .mTop43 {
        margin-top: 43px;
    }

    #divEditClassForm {
        padding: 10px 30px;
    }

        #divEditClassForm #form0 {
            padding: 0;
        }

        #divEditClassForm .bottom-row {
            margin: 14px 0 22px;
        }

    /*#setChildren .k-dropdown {
    margin: 15px 0px 0 120px;
}*/

    #FilterByClass-list .applyFiltersBox {
        width: 248px;
    }

    .applyFiltersBox, .applyFiltersBox2 {
        border: 1px solid #c5c5c5;
        background: #e9e9e9;
        margin: 0px 0 0 -3px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
        width: 147px;
        border-width: 0 1px 1px;
        padding: 6px 0 3px;
    }

    .applyFiltersBox3 {
        border: 1px solid #c5c5c5;
        background: #e9e9e9;
        margin: 0px 0 -3px -3px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
        width: 147px;
        border-width: 0 1px 1px;
        padding: 6px 0 4px;
    }


    #FilterBy-list > ul {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden !important;
    }

    #FilterBy2-list > ul {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden !important;
    }

    .applyFiltersBox input.smallGlobal, .applyFiltersBox2 input.smallGlobal, .applyFiltersBox3 input.smallGlobal, #setChildren input.smallGlobal {
        height: 20px;
        background: #aaa;
    }

        .applyFiltersBox input.smallGlobal:hover, .applyFiltersBox2 input.smallGlobal:hover, .applyFiltersBox3 input.smallGlobal:hover, #setChildren input.smallGlobal:hover {
            background: #2a9be3;
        }

    .applyFiltersBox a.smallGlobal, .applyFiltersBox2 a.smallGlobal, .applyFiltersBox3 a.smallGlobal, #setChildren a.smallGlobal {
        background: none;
        color: #2a9be3 !important;
        margin-left: 0;
        font-weight: normal;
        text-decoration: underline;
    }

    .accountsToggle {
        font-size: 12px;
        margin: -10px 0 12px;
    }

        .accountsToggle span {
            margin-right: 15px;
            display: inline-block;
            top: 1px;
            position: relative;
        }

    .noRightMargins span {
        margin-right: 2px;
    }

    textarea.multi-line {
        width: 100%;
        clear: left;
        display: block;
        height: 250px;
    }

    .edit-info-page .helpText {
        width: auto;
        display: inline-block;
    }

    .glossary-no-link {
        font-weight: bold;
    }

    .confirm-sept label {
        font-size: 12px;
    }

    .confirm-sept .k-textbox {
        margin-top: 2px;
    }

    .confirm-sept #form0 {
        padding-bottom: 0px;
    }

    .confirm-sept .formRow {
        padding-bottom: 0px;
    }

    #divConfirmSeptember.k-window-content {
        padding-bottom: 0px;
    }

    /** Styles for user reviews page */

    .user-reviews {
        width: 600px;
    }

        .user-reviews h1 {
            margin: 20px 0 58px 0;
            font-size: 24px;
        }

        .user-reviews h2 {
            margin: 0 0 16px 0;
            font-family: Helvetica;
            font-weight: bold;
            font-size: 20px;
            color: black;
        }

        .user-reviews p.comment {
            margin: 0 0 20px 0;
            font-family: Helvetica;
            font-weight: normal;
            font-size: 18px;
            color: #666666;
            line-height: 24px;
        }

        .user-reviews p.byline {
            margin: 0 0 66px 0;
            font-family: Helvetica;
            font-weight: normal;
            font-size: 14px;
            color: #666666;
        }

    /** End styles for user reviews page */

    .tracking-pdf input[type='submit'] {
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 0px;
        margin-bottom: 3px;
        height: 45px;
        width: 100%;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }


/************************************* General Question Display ****************************************/

.divPreviewQuestion {
    width: 96%;
    width: 610px;
    min-height: 400px;
    float: left;
}

#divPreview {
    background: white;
    border: 1px #999 solid;
    clear: both;
    padding: 5px;
    overflow: auto;
}

    #divPreview:after {
        content: "Preview";
        color: #fff;
    }

.questionText, .example, .questionHolder .example {
    font-family: "Comic Sans MS", /* MS WebFont */ /* Fallback options */ arial, /* Windows, MacOS */ helvetica, /* Unix+X, MacOS */ sans-serif;
    padding: 0px;
    color: #343434;
    font-size: 18px;
    line-height: 23px;
}
/*.touch .questionText, .touch .example, .questionHolder .example {
    font-family: 'Comic Neue' !important;
}*/

/* Experiment removing BR height setting
.introduction br, .text-box br, .instruction br, .tick-box br {
   line-height: 40px;
}

.ie .introduction br, .ie .text-box br, .ie .instruction br, .gecko .introduction br, .gecko .text-box br, .gecko .instruction br {
   line-height: 0;
   display: block;
   margin: 4px 0;


.gecko .tick-box br, .ie .tick-box br {
       line-height: 1;
   display: block;
   margin: 8px 0;
}
}*/
.questionBox p, .text-box, .introduction {
    font-size: 18px;
    margin: 0;
    padding-top: 3px;
    line-height: 24px;
    clear: both;
}

    .tick-box .introduction, .text-box .introduction {
        padding-top: 0px;
    }

        .tick-box .introduction .box-style-yellow, .text-box .introduction .box-style-yellow {
            margin: -3px 0 0 !important;
        }

.gecko .questionBox p, .gecko .text-box, .gecko .introduction {
    line-height: 25px;
    /*margin-top: -4px;*/
}

.gecko .KS1 .questionBox p {
    line-height:23px;
}

span.box-style-big-text {
    font-size: 26px !important;
    line-height: 30px !important;
}

/*.ie .questionBox p, .ie .text-box {
   line-height: 40px;
   padding-top: 0px;
   margin-top: 4px;
}

.ie .questionBox p.introduction {
    line-height: 25px;
    margin-top:4px;
}*/

.ie .questionBox p.questionText {
    line-height: 24px;
}

.ie .KS1 .questionBox p.questionText {
    line-height:28px;
}

.questionBox p strong {
    font-weight: bold;
}

.questionBox h1 {
    margin: 0 0 2em 0;
}

/*.introduction .box-style-yellow,
.example .box-style-yellow {
   display: block;
   margin: 10px 0 10px 0;
   background-color: yellow;
   padding: 4px;
}*/



.box-style-speech {
    display: block !important;
    margin: 10px 0 10px 0;
    background-color: white;
    padding: 4px;
    border: 3px solid black;
    border-style: dashed;
    text-align: left;
    clear: both;
}

.box-style-small-speech {
    display: inline-block;
    margin: 10px 0px 10px 0;
    width: calc(50% - 37px);
    min-height: 30px;
    float: left;
}

    .box-style-small-speech.angle-left {
        margin: 10px 20px 10px 0 !important;
    }

p.questionText .box-style-speech span.box, p.questionText.box-style-small-speech span.box {
    padding: 0px;
    margin: 0px;
}

.box-style-speech.left-text, .box-style-small-speech.left-text {
    text-align: left !important;
}

.introduction .box-style-boxes,
.example .box-style-boxes {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

.introduction .box-style-narrow-box, .introduction .box-style-medium-box, .introduction .box-style-wide-box, .example .box-style-narrow-box, .example .box-style-medium-box, .example .box-style-wide-box {
    background-color: white;
    padding: 4px;
    border: 1px solid black;
    text-align: center;
    margin: 10px;
    color: #000;
}

.introduction .box-style-narrow-box,
.example .box-style-narrow-box {
    display: inline-block;
    width: 140px;
}

.introduction .box-style-medium-box,
.example .box-style-medium-box {
    display: inline-block;
    width: 190px;
}

.introduction .box-style-wide-box,
.example .box-style-wide-box {
    display: inline-block;
    width: 290px;
}

.questionBox input[type=text].light,
.example input[type=text].light {
    border-bottom: 2px #999 solid;
    border-width: 0 0 2px;
    background: #fff5c7;
    height: 28px;
    margin: 5px -5px 0 0;
}

.question-pic {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
}

/*.question-pic img {
        width:100%;
    }*/

/** frazer edits **/

.introduction .box-style-yellow {
    display: block;
    margin: -3px 0 0;
    background-color: #fff5c7;
    padding: 5px 10px;
    border-radius: 10px;
    /*color: #000;
    font-size: 20px;*/
    line-height: 26px;
}

.tick-box .introduction .box-style-yellow, .connect-boxes .introduction .box-style-yellow, .text-box .introduction .box-style-yellow {
    margin: -6px 0 0;
}

.introduction .box-style-yellow .brTag, .tickVertText .brTag {
    margin: 0px;
    margin-top: 0px !important;
}

.box-style-speech, .box-style-small-speech {
    display: block;
    /*margin: 10px 0 10px 0;*/
    position: relative;
    padding: 8px 11px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 22px;
    border: 2px #000 solid;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    /*font-family: "Comic Sans MS",arial, helvetica,sans-serif;*/
}

.box-style-small-speech {
    padding: 8px 11px 12px;
}

p.questionText .box-style-small-speech span.box {
    padding: 0;
}

.box-style-speech:before, .box-style-small-speech:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -30px;
    right: 10%;
    height: 0px;
    /* background: #fff; */
    width: 0px;
    /* border-radius: 0 0 60px 0; */
    border-top: 30px #000 solid;
    border-right: 28px Transparent solid;
    border-left: 0px Transparent solid;
    /* transform: rotate(-45deg); */
}

.box-style-speech:after, .box-style-small-speech:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -25px;
    right: 31px;
    width: 0px;
    height: 0px;
    background: Transparent;
    /* border: 2px #000 solid; */
    /* border-width: 5px 5px 5px 0; */
    /* border-radius: 0px 70px 70px 0; */
    /* transform: translate(-30px, -2px); */
    /* transform: rotate(-16deg); */
    border-top: 25px rgba(255,255,255,1) solid;
    border-right: 24px Transparent solid;
}

.box-style-speech:before {
    right: 5%;
}

.box-style-speech:after {
    right: 32px;
}

.box-style-speech.angle-left:before, .box-style-small-speech.angle-left:before {
    border-left: 28px Transparent solid;
    border-right: 0px Transparent solid;
    left: 32px;
}

.box-style-speech.angle-left:after, .box-style-small-speech.angle-left:after {
    border-left: 24px Transparent solid;
    border-right: 0px Transparent solid;
    left: 34px;
}

/********************************** Rectangle boxes *****************************************/

.box-style-center-box {
    text-align: center;
    display: block !important;
    padding: 8px 0 6px;
    margin-bottom: -19px;
}

/*.box-style-center-box > span[class^='box-style-size'] {
    min-width:110px;
}*/

/*.introduction .box-style-size-1,*/
span[class^='box-style-size'], span[class*=' box-style-size'] {
    background-color: white;
    padding: 7px 5px;
    height: 25px;
    border: 1px solid #000;
    text-align: center;
    font-family: "Comic Sans MS", /* MS WebFont */ /* Fallback options */ arial, /* Windows, MacOS */ helvetica, /* Unix+X, MacOS */ sans-serif;
    color: #000;
    margin: 4px 10px;
    display: inline-block;
    /*min-width: 118px;*/
    font-size:18px;
}

/*.touch span[class^='box-style-size'], .touch span[class*=' box-style-size'] {
    font-family: 'Comic Neue' !important;
}*/

.box-style-size-0 {
    width: 88px !important;
    min-width: initial !important;
}

.ie .box-style-size-0 {
    min-width:88px !important;
}

.box-style-size-2 {
    width: calc(33% - 34px);
}

.box-style-size-3 {
    width: calc(50% - 38px);
}

/************************************* Tick Vertical ****************************************/


/* Tick X box - remove after new implementation */
.example span:first-child {
    font-size: 18px;
    margin: 5px 0;
    font-family: Arial, sans-serif;
}

.questionBox ul {
    margin: 17px 0 0;
}

.vertical-boxes {
    /*margin-bottom: -14px;*/
    margin-bottom: 3px;
}

.gecko .vertical-boxes, .ie .vertical-boxes {
    margin-bottom: 3px;
}

.vertical-boxes .example {
    padding-top: 48px;
}

    /*.ie .vertical-boxes .example {
   padding-top: 68px;
}*/

    .vertical-boxes .example span:first-child.tickTotal {
        display: inline;
        margin: 0;
        left: 0;
        font-weight: bold;
        min-width: initial;
        text-transform: lowercase;
    }


    .vertical-boxes .example span:first-child {
        margin: 10px 0 20px;
        display: inline-block;
        position: relative;
        left: 0px;
        /*text-transform:lowercase;*/
        font-weight: normal;
        min-width: 120px;
    }

    .vertical-boxes .example table td span:first-child {
        margin: 9px 0 8px;
    }

    .vertical-boxes .example span:nth-child(2) {
        display: inline-block;
        margin-left: 20px;
    }

.options {
    width: 600px;
    padding: 0px;
    font-family: Arial, sans-serif;
}

.questionBox ul {
    list-style-type: none;
    padding: 0;
    /*width:190px;*/
}

    .questionBox ul li span {
        /*display: inline-block;*/
        min-width: 40px;
        font-size: 18px;
        /*float: right;*/
        margin: 4px 0 0 0 !important;
    }

    .questionBox ul li {
        padding: 5px 0;
        padding: 5px 15px 5px 0; /*Temp fix*/
        height: 15px;
    }

.vertical-boxes p.tickVertText {
    padding: 0;
    margin-top: -10px;
    margin-bottom: 47px;
    line-height: 24px;
}

.vertical-boxes table p.tickVertText {
    display: inline-block;
    margin-right: 15px;
    min-width: 90px;
}


.vertical-boxes table td {
    border: none;
    padding: 7px 8px;
    color: #343434;
    font-size: 18px;
    font-family: Arial,sans-serif;
    line-height: 24px;
}

.vertical-boxes table tr {
    border: none;
}

.vertical-boxes table {
    width: auto;
    margin: -19px 0 0 24px;
}

    /*.ie .vertical-boxes table {
    margin: -38px 0 0 24px;
}*/

    .vertical-boxes table tr:nth-child(2) td {
        padding: 0 8px 7px;
        height: 20px;
    }

    .vertical-boxes table td div {
        height: 30px;
    }

    .vertical-boxes table tr:nth-child(1) td {
        padding: 0 8px;
    }

    .vertical-boxes table tr td:nth-child(2) {
        width: 100px;
        text-align: center;
        font-weight: 600;
    }

    .vertical-boxes table .check-box {
        background: #fff;
        border-radius: 0px;
        border: 2px solid #d1d0d0;
        margin: 0;
    }

        .vertical-boxes table .check-box i {
            background: #fff;
        }


        .vertical-boxes table .check-box i {
            left: 0px;
        }

/************************************* Standard checkbox ****************************************/

.radio-btn input[type="radio"], .check-box input[type="checkbox"], .dummyCheck input[type="checkbox"] {
    visibility: hidden;
}

.check-box, .dummyCheck {
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: #fff;
    border: 2px solid #d1d0d0;
    /*top: -8px;*/
    font-size: 22px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    /*float: right;*/
}

    .check-box i, .dummyCheck i {
        background: #fff;
        position: absolute;
        left: 3px;
        bottom: 10px;
        width: 16px;
        height: 16px;
        opacity: 1;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        width: 24px;
        color: #fff;
    }

.safari .check-box i, .safari .dummyCheck i, .ie .check-box i, .ie .dummyCheck i {
    left: 4px !important;
    bottom: 5px;
    height: 20px;
}

.safari .text-box .check-box i, .safari .text-box .dummyCheck i, .ie .text-box .check-box i, .ie .text-box .dummyCheck i {
    background: url('/Content/images/icoTickWhite.png') no-repeat;
    text-indent: -999px;
}

.safari .checkedBox i, .ie .checkedBox i, .safari .disTrue i, .ie .disTrue i {
    background: url('/Content/images/icoTick.jpg') no-repeat !important;
    text-indent: -999px;
}

.safari .check-box i, .ie .check-box i, .safari .disFalse i, .ie .disFalse i {
    background: url('/Content/images/icoTickWhite.png') no-repeat;
    text-indent: -999px;
}

.checkedBox i {
    color: #f47c20;
}

#divPreview ul input, .questionHolder ul input {
    margin-right: 6px;
    vertical-align: middle;
}




/************************************* Horizontal tickbox ****************************************/

.horizontal-boxes {
    padding: 0 0 67px;
}

    .horizontal-boxes .introduction {
        padding-bottom: 9px;
    }

    .horizontal-boxes .example p {
        display: inline-block;
    }

    .horizontal-boxes .example {
        margin-left: 10px;
        /*margin-top:8px;*/
    }

.example span.arrowPick:first-child {
    margin: 0 -30px 0 0;
}

span.arrowPick {
    display: inline-block;
    width: 30px;
    height: 25px;
    position: relative;
    top: 55px;
    margin-right: -30px;
    left: -15px;
    background: url('/content/images/arrow2.png') no-repeat;
    padding-top: 16px;
    text-align: center;
    background-position: 11px 0;
}

.arrowPick .check-box i {
    left: 0px;
}

.safari .arrowPick .check-box i {
    left: 4px;
}


/************************************* Text Grid ****************************************/

.text-box {
    padding: 3px 0 23px;
}

    /*.ie .text-box, .gecko .text-box {
    margin-top: -8px;
}*/

    .text-box table {
        margin: 30px 0 0;
        width: 610px;
    }

.ie .text-box table {
    margin: 34px 0 0;
}

.questionBox th, .questionBox td, .text-box th, .text-box td {
    background: #fff;
    border: 2px #d1d0d0 solid;
    padding: 6px 12px;
    font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;
    font-size: 18px;
    color: #424242;
    height: 42px;
    line-height: 21px;
    vertical-align: middle;
}

#divTestReviewForm .questionBox td, #divTestReviewForm .text-box td {
    background: #f2f2f2;
}


.text-box th, .tick-box th {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    background: #fff5c7;
}


/*******************************************  Tick Grid   **********************************************/


.tick-box {
    padding: 3px 0 15px;
    font-size: 18px;
    line-height: 25px;
    /* margin-top:-7px;*/
}

.ie .tick-box {
    /* padding-top: 4px;
   line-height:40px;
   margin-top:-11px;*/
}

.tick-box table {
    margin: 28px 0 0;
    width: 610px;
}

.ie .tick-box table {
    margin: 27px 0 0;
}

.questionBox th, .questionBox td, .tick-box th, .tick-box td {
    background: #fff;
    border: 2px #d1d0d0 solid;
    padding: 6px 12px;
    font-family: 'Helvetica Neue LT Std', Helvetica, sans-serif;
    font-size: 18px;
    color: #424242;
    height: 42px;
    line-height: 21px;
    vertical-align: middle;
}

    .tick-box th:nth-child(2), .tick-box th:nth-child(3), .tick-box td:nth-child(2), .tick-box td:nth-child(3), .tick-box th:nth-child(2), .tick-box th:nth-child(3), .tick-box td:nth-child(2), .tick-box td:nth-child(3),
    .tick-box th:nth-child(4), .tick-box th:nth-child(5), .tick-box td:nth-child(4), .tick-box td:nth-child(5), .tick-box th:nth-child(4), .tick-box th:nth-child(5), .tick-box td:nth-child(4), .tick-box td:nth-child(5) {
        text-align: center;
    }

.tick-box th {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    background: #fff5c7;
}

/********************************************* general tables  *****************************************/

.questionBox th {
    font-weight: 600;
    text-transform: initial;
    background: #fff5c7;
}

table .disTrue, .disTrue i {
    color: #f47c20 !important;
    background: #fff !important;
}

table .check-box, table .dummyCheck {
    border: none;
    margin: 5px 0 0;
}

    table .check-box i, table .dummyCheck i {
        bottom: 9px;
        left: 1px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        background: #dbdbdb;
        color: #fff;
    }

table .check-box, table .dummyCheck {
    background: #dbdbdb;
    height: 28px;
    border-radius: 5px;
}

table .checkedBox i, table .checkedBox {
    color: #f47c20;
    background: #fff;
}

.block {
    opacity: 0.5;
}

/************************************* Text Grid ****************************************/

.questionBox table textarea, .text-box input {
    overflow: auto;
    color: #f47c20;
    width: 100%;
    border: 1px #d1d0d0 solid;
    font-size: 18px;
    padding: 0 4px;
    width: 97%;
}

.ie .questionBox table textarea, .ie .text-box input, .gecko .questionBox table textarea, .gecko .text-box input {
    padding: 8px 4px;
}

/************************************* Text box ****************************************/

.testBoxType {
    margin-bottom: 4px;
}

/*.ie .testBoxType {
   margin-top: -3px;
}*/

/*.gecko .testBoxType .instruction {
   line-height: 28px;
}*/

/*.ie .testBoxType .instruction {
   line-height: 20px;
}*/

/*.gecko .testBoxType {
    margin-top: -8px;
}*/

.questionBox .introduction {
    padding-bottom: 19px;
}

.questionBox.vertical-boxes .introduction {
    padding-bottom: 0px;
}

.questionBox textarea, .questionBox input[type=text], .select-letters textarea, .select-letters input[type=text], .select-words textarea, .select-words input[type=text] {
    overflow: auto;
    color: #f47c20;
    /*width: 100%;*/
    border: 2px #d1d0d0 solid;
    font-size: 16px;
    margin: 2px 0;
    padding: 0 5px;
}

.gecko .select-letters input[type=text], .gecko .select-words input[type=text] {
    height: 35px;
}


.questionBox input[type=text], .ie .select-letters input[type=text], .ie .select-words input[type=text] {
    height: 34px;
}

.questionBox .pickWord input[type=text] {
    height: 28px;
}

.questionBox .questionText, .gecko .questionBox .questionText {
    padding: 39px 0 0px;
    top: -20px;
    position: relative;
}



/*.ie .questionBox .questionText {
    padding: 49px 0 0;
}*/

.questionText span.inlineBox {
    margin-top: -15px;
    display: block;
    font-family: 'Comic Sans MS';
    padding-bottom:12px;
}

/*.touch .questionText span.inlineBox {
    font-family: 'Comic Neue' !important;
}*/

.questionBox.testBoxType .questionText span.inlineBox {
    margin-top: 0px;
}


.ie .questionText span.inlineBox {
    margin-top: -10px;
    /*padding-top:19px;*/
    display: block;
}

.questionBox span.box {
    display: inline-block;
    /*padding-top: 19px;*/
    margin: 0 5px -4px 2px;
}

.ie .questionBox span.box {
    margin: 0 5px -8px 2px;
}

p.questionText span.box {
    padding-top: 9px;
}


/*.testBoxType p.questionText span.box, .select-words span.box {
   padding-top: 28px;
}*/

.testBoxType p.questionText span.box label {
    /*margin-right: 10px;*/
    max-width: 150px;
    display: inline-block;
    float: left;
    padding: 8px 10px 8px 0;
}


/*
.gecko .testBoxType p.questionText span.box {
   padding-top: 6px;
}
.ie .testBoxType p.questionText span.box {
    padding-top: 0;
}*/

.testBoxType p.questionText span.inlineBox span.box {
    padding-top: 8px;
}

.testBoxType p.questionText span.inlineBox .box-style-speech span.box, .ie .testBoxType p.questionText span.inlineBox .box-style-speech span.box,
.testBoxType p.questionText span.inlineBox .box-style-small-speech span.box, .ie .testBoxType p.questionText span.inlineBox .box-style-small-speech span.box {
    padding-top: 0px;
}

.ie .testBoxType p.questionText span.inlineBox span.box {
    padding-top: 4px;
}


/*********************************** Arrows above words **************************************/
p.questionText span.box-arrow-down:nth-of-type(1) {
    padding: 25px 0 0;
}

p.questionText span.box-arrow-down {
    display: inline-block;
    margin: 30px 0 0;
    /*width: 100px;*/
}

    p.questionText span.box-arrow-down label {
        width: calc(100% - 20px);
        display: block;
        text-align: center;
        border: 1px #000 solid;
        top: -24px;
        position: relative;
        padding: 5px 10px;
        margin: 10px 0 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*overflow: hidden;*/
        font-family: Arial, sans-serif;
    }

        p.questionText span.box-arrow-down label:before {
            background: url('/content/images/arrow-black.png') no-repeat;
            content: " ";
            width: 10px;
            height: 20px;
            display: inline-block;
            position: absolute;
            left: calc(50% - 10px);
            top: 34px;
        }

        .KS1 p.questionText span.box-arrow-down label:before {
            top:40px;
        }

    p.questionText span.box-arrow-down input[type='text'] {
        /*width: calc(100% - 4px) !important;*/
        margin: 0 2px;
        border-bottom: 2px #999 solid;
        border-width: 0 0 2px;
        background: #fff5c7;
        padding: 4px 0 0;
        text-indent: 4px;
        color: #f47c20;
    }


/*********************************** box under word **************************************/


p.questionText span.box-under-line {
    display: inline-block;
    margin: 25px 0 30px;
    position: relative;
    font-family: 'Comic Sans MS';
}

/*.touch p.questionText span.box-under-line {
    font-family: 'Comic Neue' !important;
}*/

    p.questionText span.box-under-line label {
        display: block;
        position: relative;
        text-decoration: underline;
    }

        p.questionText span.box-under-line label:after {
            background: url('/content/images/arrow2.png') no-repeat;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            content: " ";
            width: 10px;
            height: 20px;
            display: inline-block;
            position: absolute;
            left: calc(50% - 5px);
            top: 20px;
        }

        .ie p.questionText span.box-under-line label:after {
            top:24px;
        }

        .KS1 p.questionText span.box-under-line label:after {
            top:27px;
        }
        .gecko p.questionText span.box-under-line label:after,
        .mac p.questionText span.box-under-line label:after {
            top:24px;
        }

        .gecko .KS1 p.questionText span.box-under-line label:after {
            top:27px;
        }

        .ie .KS1 p.questionText span.box-under-line label:after {
            top:28px;
        }

        /*.gecko p.questionText span.box-under-line label:after, .ie p.questionText span.box-under-line label:after {
            top:26px;
        }*/

        .mac .KS1 p.questionText span.box-under-line label:after {
            top: 28px;
        }

    p.questionText span.box-under-line input[type='text'] {
        position: absolute;
        border: 2px #d1d0d0 solid;
        margin: 38px 0 0;
        top: 1px;
        padding: 5px;
        display: block;
        width: calc(100% + 20px) !important;
        left: -15px;
        color: #f47c20;
    }

    .KS1 p.questionText span.box-under-line input[type='text'] {
        top:5px;
        margin: 41px 0 0;
    }

    .ie p.questionText span.box-under-line input[type='text'],
    .gecko p.questionText span.box-under-line input[type='text'] {
        margin:41px 0 0;
    }

    .mac .KS1 p.questionText span.box-under-line input[type='text'],
    .mac .gecko p.questionText span.box-under-line input[type='text'] {
        margin:38px 0 0;
    }

    .ie .KS1 p.questionText span.box-under-line input[type='text'] {
        top:9px;
        margin:38px 0 0;
    }

    .mac p.questionText span.box-under-line input[type='text'] {
        top:5px;
        margin:38px 0 0;
    }
    .mac .KS1 p.questionText span.box-under-line input[type='text'] {
        top:9px;
    }

.questionText.underlineBox {
    padding: 39px 0 0px;
    top: -20px;
    position: relative;
}
/************************************ Select Letters / Select Words ****************************************/

.select-letters, .select-words {
    padding: 0 0 20px;
    margin-bottom: -24px;
}

    /*.gecko .select-letters .introduction {
   line-height: 32px;
}

.ie .select-letters .introduction {
   line-height: 40px;
}*/

    /*.gecko .select-letters, .select-words {
    margin-top: -8px;
}*/

    .select-letters .example, .select-words .example {
        padding: 38px 0 20px;
    }

.ie .select-letters .example, .ie .select-words .example {
    padding: 37px 0 20px;
}

.questionText a, .select-letters .example a, .select-words .example a {
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
    display: inline-block;
    padding: 2px 0;
}

.select-letters .example a, .select-words .example a {
    color: #343434;
    text-decoration: none;
}

.picked, .picked:hover {
    padding: 2px 8px !important;
    color: #fff;
    background: #f47c20 !important;
    border-radius: 4px;
}

.questionText a:hover, .picked {
    cursor: pointer;
    background: #dbdbdb;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 12px 8px;
}

.select-letters .example a:hover, .select-words .example a:hover {
    cursor: pointer;
    background: #dbdbdb;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px 2px;
}

.select-letters .example a.selected, .select-words .example a.selected {
    padding: 2px 8px 2px !important;
    color: #fff;
    background: #f47c20 !important;
    border-radius: 4px;
}

.select-letters .box, .select-words .box {
    margin-top: 12px;
    display: block;
}

.gecko .select-letters .box, .gecko .select-words .box {
    margin-top: 34px;
}


/************************************* Multiple Options ****************************************/

.multiple-options {
    margin-bottom: -13px;
}

    /*.ie .multiple-options {
   margin-top: 3px;
}

.gecko .multiple-options {
    margin-top: -8px;
}*/

    .multiple-options .example {
        padding-top: 16px;
    }

.gecko .multiple-options .example {
    padding-top: 11px;
}

.ie .multiple-options .example {
    padding-top: 8px;
}

.none {
    color: #ccc;
}

.questionText select {
    color: #f47c20;
}

.multiple-options .tile {
    display: none;
}

/*.gecko .multiple-options .introduction {
   line-height: 32px;
}

.ie .multiple-options .introduction {
   line-height: 40px;
   margin-top:-10px;
}*/

.statements {
    margin-bottom: -2px;
}


/************************************* Choose Form ****************************************/

.choose-form {
    margin-bottom: -28px;
}

    .choose-form .introduction {
        padding-bottom: 9px;
    }

    .choose-form p.questionText {
        line-height: 18px;
        padding: 38px 0 30px;
    }

        .choose-form p.questionText:first-child {
            padding: 58px 0 30px;
        }

.ie .choose-form p.questionText:first-child {
    padding: 48px 0 30px;
}

.chooseForm {
    padding-bottom: 35px !important;
    position: relative;
    display: inline;
    top: -38px;
    border-bottom: 1px #333 solid;
}

    .chooseForm a:hover {
        cursor: pointer;
        background: #dbdbdb;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 4px;
        padding: 4px 8px;
    }


    .chooseForm a {
        color: #343434;
        text-decoration: none;
        padding: 4px 8px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        margin: 0 2px;
    }

        .chooseForm a.selected {
            background: #f47c20 !important;
            border-radius: 4px;
            color: #fff;
        }

.ie .choose-form .example {
    margin-top: 17px;
}

/************************************* Select Clause ****************************************/

.select-clauses {
    padding: 0 0 14px;
}

    .select-clauses .introduction {
        padding-bottom: 2px;
    }

    .select-clauses a {
        color: #343434;
        text-decoration: none;
        padding: 0px !important;
        border-radius: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        border-bottom: 2px #fff solid;
    }

        .select-clauses a:hover {
            /*background: #fff;*/
            color: #343434;
            border-bottom: 2px #d1d0d0 solid;
            border-radius: 0px;
            padding: 0px !important;
        }

        .select-clauses a.selected {
            border-bottom: 2px #f47c20 solid;
            /*background: #fff !important;*/
            color: #343434;
            font-weight: normal;
            padding: 0px !important;
        }

    .select-clauses .example {
        line-height: 26px !important;
        padding-top: 36px;
    }




/************************************* Horizontal Options ****************************************/

.horizOptions {
    padding: 0 0 40px;
}

span.pickWord {
    text-align: center;
    display: inline-block;
    width: inherit;
    position: relative;
    top: 46px;
    /*  margin:0 4px;
   background: url('/content/images/arrow.png') no-repeat;
background-position: 0px 25px;*/
}

.KS1 span.pickWord {
    top:49px;
}

.gecko .KS1 span.pickWord {
    top:46px;
}

/*.ie span.pickWord {
    top: 51px;
}*/

/*.gecko span.pickWord {
    top: 52px;
}*/

.pickWord img {
    margin: auto;
    display: block;
}

.key {
    padding: 2px 0 0;
}

    .key div {
        display: inline-block;
        width: 75px;
        text-align: center;
        border: 2px solid #d1d0d0;
        padding: 10px 10px 8px;
        height: 50px;
        margin: 0 15px 0 0;
        font-weight: 500;
    }

.horizOptions p.questionText {
    padding: 11px 0 0px;
    top: -20px;
    position: relative;
}

.ie .horizOptions p.questionText {
    padding: 9px 0 0;
}

.gecko .horizOptions p.questionText {
    top: -50px;
}

.pickWord input {
    display: inline-block;
    position: relative;
    top: -2px;
    text-align: center;
    width: 20px;
    height: 28px;
    cursor: pointer;
    /*border-radius: 3px;*/
    background: #fff;
    border: 2px solid #d1d0d0;
    color: #f47c20;
    font-weight: bold;
    text-transform: uppercase;
}

.pickWord input {
    top: -2px;
}

/*.gecko .questionText .pickWord input {
    width: 30px;
}*/


#divTestReviewForm {
    background: #f2f2f2;
}

    #divTestReviewForm .secondRow {
        display: none;
    }

    #divTestReviewForm .select-clauses a {
        border-bottom: 2px #f2f2f2 solid;
    }

        #divTestReviewForm .select-clauses a.selected {
            border-bottom: 2px #f47c20 solid;
        }

        #divTestReviewForm .select-clauses a.selected {
            background: #f2f2f2 !important;
        }

    #divTestReviewForm .questionBox th, #divTestReviewForm .questionBox td, #divTestReviewForm .tick-box td {
        background: #f2f2f2 !important;
    }


/*@media only screen and (max-width: 980px) {

    Question edits
    .questionBox th, .questionBox td, .text-box th, .text-box td, .questionBox th, .questionBox td, .tick-box th, .tick-box td {
        padding: 3px 6px;
        font-size: 1em;
    }

    .text-box table, .tick-box table {
        width: auto;
    }

    .questionText, .example, .questionHolder .example, .questionBox p, .text-box, .introduction, .vertical-boxes table td {
        font-size: 16px;
    }

    .questionBox input[type=text], .ie .select-letters input[type=text], .ie .select-words input[type=text], .questionBox textarea, .questionBox input[type=text], .select-letters textarea, .select-letters input[type=text], .select-words textarea, .select-words input[type=text] {
        max-width: 80% !important;
    }
}*/

/************************************* Connect Boxes ****************************************/

/* CSS based on text-box (text grid) styles but without a visible table */

.connect-boxes {
    padding: 3px 0 15px;
    width: 100%;
    position: relative;
}

    .connect-boxes .header {
        font-weight: bold;
        text-align: center;
    }

    .connect-boxes div.connect-left, .connect-boxes div.connect-right {
        text-align: left;
        border: 1px solid black;
        margin: 0;
        padding: 10px;
        z-index: 10002;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

.ie .connect-boxes div.connect-left {
    -webkit-flex-flow: row;
    -ms-flex-direction: row;
    -ms-flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block !important;
}

.connect-boxes div.anchor-left, .connect-boxes div.anchor-right, .connect-boxes div.anchor-drop {
    width: 18px;
    height: 18px;
    background: url('/Content/images/drag-handle.png');
}

/*.connect-boxes canvas {
        z-index: 10002;
    }*/

.connect-boxes div.anchor-left {
    z-index: 10003;
}

.connect-boxes div.anchor-right {
    z-index: 10005;
    cursor: pointer;
}

.connect-boxes div.anchor-drop {
    z-index: 10004;
}

.connect-drop {
    background: #dbdbdb;
}

.connect-dropped {
    background: orange;
}

.absolute-center {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.connect-boxes #canvasRoot {
    /*position: relative !important;
    top: 0;
    left: 0;
    height: 486px;
    width: 700px;*/
    margin-top: 25px;
    margin-left: -60px;
    /*height:0px !important;
    width:0px !important;*/
}

/*.connect-left.absolute-center,
.connect-right.absolute-center {
    display: inline-block;
}

.gecko .connect-left.absolute-center
, .gecko .connect-right.absolute-center
, .ie .connect-left.absolute-center
, .ie .connect-right.absolute-center {
    padding: 10px 10px 5px;
}

.connect-right.absolute-center {
    line-height: 44px;
    line-height: 27px;
}

.connect-boxes div.connect-left {
    line-height: 21px;
    line-height: 27px;
}*/

.connect-boxes div.connect-left, .connect-boxes div.connect-right {
    line-height: 21px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
}

/*.gecko .connect-boxes div.connect-left, .connect-boxes div.connect-right {
    flex-direction:row-reverse;
    display:inline-block !important;
}*/

/************************************* Drag Tokens ****************************************/

.k-textbox {
    margin: .3em 0 0;
}

.drag-tokens .example .line {
    margin: 0; /*0 0 3px 0;*/
    padding: 0;
    /*height: 48px;*/
    line-height: 51px;
    /*vertical-align: bottom;*/
}

.drag-tokens .tokens {
    text-align: center;
    min-height: 69px;
    width: 100%;
    margin-bottom: 3px;
}

   /*.spot-hover, .drag-tokens .tokens .token, .drag-tokens .tokens .token-dragging {*/
.spot-hover, .drag-tokens .tokens .token, .drag-tokens .tokens .token-dragging, .drag-tokens .tokens .token-dropped {
        margin: 0 3px;
        position: relative;
        display: inline-block;
        padding: 10px;
        min-width: 15px;
        /*min-height: 28px;*/
        font-size: 18px;
        font-weight: bold;
        background: #dbdbdb;
        cursor: pointer;
        border-radius: 4px;
        line-height: normal;
        font-family: Arial, sans-serif;
    }

/*.drag-tokens .tokens .token-dropped {
   margin: 0 !important;
}*/

    .drag-tokens .tokens .token {
        margin: 20px 10px;
        z-index: 19998 !important;
    }

.spot {
    display: inline-block;
    /*min-width: 8px;*/
    /*min-height: 11px;*/
}

.spot-hover {
    background: #EEE;
    color: #EEE;
    min-width: 16px;
}

.token-dragging {
    cursor: move;
    opacity: 0.5;
}

.drag-tokens .tokens .token-dropped {
    background: #f47c20;
    cursor: pointer;
}

/************************************************** KS1 BIG FONT Styling **************************************************/

.KS1 .questionBox p
, .KS1 .text-box
, .KS1 .introduction
, .KS1 .vertical-boxes table td
, .KS1 .example span:first-child
, .KS1 .questionText
, .KS1 .example
, .KS1 .questionHolder .example
, .KS1 .questionBox th
, .KS1 .questionBox td
, .KS1 .tick-box th
, .KS1 .tick-box td
, .KS1 .example span:first-child
, .KS1 .questionBox th
, .KS1 .questionBox td
, .KS1 .text-box th
, .KS1 .text-box td
, .KS1 .questionBox textarea
, .KS1 .questionBox input[type=text]
, .KS1 .select-letters textarea
, .KS1 .select-letters input[type=text]
, .KS1 .select-words textarea
, .KS1 .select-words input[type=text]
, .KS1 .connect-boxes .header

, .KS1 .spot-hover
, .KS1 .drag-tokens .tokens .token
, .KS1 .drag-tokens .tokens .token-dragging
, .KS1 .drag-tokens .tokens .token-dropped {

    font-size: 20px;
}

.KS1 .text-box td, .KS1 .questionBox textarea, .KS1 .select-letters textarea, .KS1 .tick-box td {
   line-height: 24px;
}

.KS1 p.questionText span.box-arrow-down input[type='text'] {
    padding: 6px 0 3px;
}

.KS1 p.questionText span.box-arrow-down label {
    top: -20px;
}

.KS1 .questionText {
    line-height: 30px;
}

.KS1 .select-letters .example a.selected, .KS1 .select-words .example a.selected, .KS1 .select-letters .example a:hover, .KS1 .select-words .example a:hover {
    padding: 2px 8px 2px !important;
    line-height: 23px;
}

/*.KS1 .select-letters .example a:hover {
    padding: 0px 8px 2px !important;
}*/

.KS1 .select-clauses a.selected {
    background: none !important;
}

.KS1 .key div {
    width: calc(25% - 50px);
    font-size: 20px;
    line-height: 26px;
    padding: 7px 10px 10px;
    height:auto;
    float: left;
}

.KS1 .connect-boxes div.connect-left, .KS1 .connect-boxes div.connect-right {
    font-size: 20px;
    line-height: 24px;
}

/*.KS1 .spot-hover {
    margin: 0 6px;
}*/

.caption {
    white-space: nowrap;
    font-weight: bold;
}

.buttons {
    text-align: right;
}

    .buttons * {
        display: inline-block;
    }

.xml {
    color: blue;
}
/*.rules {
    background-color: #c0f0f8;
}*/
.rules-left {
    float: left;
}

.rules-left {
    width: 45%;
}

.rules-right {
    width: 52%;
    display: inline-block;
}

    .rules-left input,
    .rules-right input,
    .rules-left textarea,
    .rules-right textarea {
        float: left;
        clear: left;
    }

    .rules-left label,
    .rules-right label {
        display: block;
        height: 20px;
        padding-top: 2px;
        float: left;
    }

    .rules-left textarea,
    .rules-right textarea {
        margin-left: 4px;
    }

    .rules-left input.exact,
    .rules-right input.exact {
        /*float: right; 
   clear: none;*/
    }

    .rules-right .correct-answer {
        display: block;
        float: left;
        clear: none;
        /*margin-right: 10px;*/
    }

        .rules-right .correct-answer input {
            margin-right: 4px;
            position: relative;
            top: -1px;
            left: 4px;
        }

        #divMarkingRules .rules-right label .correct-answer {
            float:none;
            display:inline-block;
        }

.info-page-h1 {
   text-align: center;
   font-family: Helvetica;
   font-weight: bold;
   font-size: 40px;
   margin: 0 0 30px 0;
   display: block;
}

.info-page-h2 {
   text-align: center;
   font-family: Helvetica;
   font-weight: bold;
   font-size: 36px;
   margin: 0 0 30px 0;
   display: block;
   border: 1px solid black;
   min-height: 66px;
   background: #FFF7D1;
}

.info-page-h3 {
   text-align: center;
   font-family: Helvetica;
   font-weight: bold;
   font-size: 18px;
   margin: 0 0 30px 0;
   padding: 26px;
   display: block;
   border: 1px solid black;
   min-height: 126px;
   background: #FFE492;
}

.info-page-p1 {
   margin: 0 0 30px 0;
   display: block;
   font-family: 'Comic Sans MS';
   font-size: 20px;
}

.info-page-p2 {
   margin: 0 0 30px 0;
   display: block;
   font-family: 'Comic Sans MS';
   font-size: 18px;
}

.edit-form, .detail-form {
    /*background-image: url("textures/highlight.png");*/
    color: #444444;
    border-color: #C5C5C5;
}

    .edit-form ul li .caption, .detail-form ul li .caption {
        width: 150px;
        display: inline-block;
        vertical-align: top;
    }

    .edit-form ul li.edit-row, .detail-form ul li.detail-row {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#divEditTestForm .formRow input[type='checkbox'],
#divEditTestForm .formRow input[type='radio'] {
    position: relative;
    top: -3px;
}

#divEditTestForm h4 {
    font-size: 18px;
    text-align: left;
    color: #333;
    margin: 0 0 10px;
}

.grid-toolbar {
    display: inline-block;
    margin: -5px 0 10px 15px;
    text-align: right;
}

.inline-signup {
    width: 260px;
    padding-top: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .inline-signup:nth-last-child(1) {
        margin-right: 0px;
    }

.package-note {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #fcffcf;
    color: #999;
    margin: 10px 0 0;
    width:510px;
}

#divUpgradeDetailsForm .package-note {
    height: 15px;
    padding: 13px 10px;
}

.k-upload {
    display: inline-block;
}

.field-validation-error {
    /*background-image: url('/Content/images/icon/alert.png');
    background-repeat: no-repeat;
    background-color: #FFF4C9;*/
    color: red;
    padding-left: 5px;
    display: block;
    padding: 5px 0;
    margin: -5px 0 5px;
    line-height: 16px;
}

.editor-field {
    text-align: left;
    line-height: 16px;
}

#yourOrderDetails .editor-field {
    text-align: left;
    line-height: 0.6em;
    background: #fff;
    padding: 9px 10px;
    width: 230px;
    /* border-width: 0 1px 0 1px; */
    border: 1px #ccc solid;
    border-width: 0 1px 0 1px;
    color: #666;
    font-size: 16px;
    height: 9px;
}

    #yourOrderDetails .editor-field:hover {
        color: #000;
    }

    #yourOrderDetails .editor-field:first-of-type {
        border-width: 1px 1px 0;
        border-radius: 4px 4px 0 0;
        margin-top: 17px;
        padding-top: 15px;
    }

.gecko #yourOrderDetails .editor-field:first-of-type {
    margin-top: 16px;
}

#yourOrderDetails .editor-field:last-of-type {
    border-width: 0px 1px 1px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

#yourOrderDetails .editor-field input[type="radio"] {
    float: right;
    margin-top: -2px;
}

.ie #yourOrderDetails .editor-field input[type="radio"], .gecko #yourOrderDetails .editor-field input[type="radio"] {
    margin-top: -3px;
}

#yourOrderDetails .editor-field div {
    display: inline-block;
    float: right;
}

    #yourOrderDetails .editor-field div span {
        margin: 30px;
    }

#yourOrderDetails tr {
    border-bottom: none;
}

#divLoginForm .orderDetail-field .k-textbox {
    padding: 22px 10px;
}

.ie #divLoginForm .orderDetail-field .k-textbox, .gecko #divLoginForm .orderDetail-field .k-textbox {
    padding: 2px 10px;
    height: 45px;
}

#divLoginForm .orderDetail-field {
    min-height: 55px;
}

.pack-name {
    display: inline-block;
    min-width: 150px;
}

.pack-price {
    display: inline-block;
}

.edit-form .formLeft, .edit-form .formRight {
    width: 380px;
    display: inline-block;
   vertical-align: top;
}

.edit-form .formLeft {
    padding-right: 40px;
}

