@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|Indie+Flower);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}
 .btn.trial {
      width: 100%;
      text-align: center;
  }
.pdf-container {
  display: none; /* Initially hidden */
  width: 100%;
  height: 600px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background-color: white;
  overflow: hidden;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: white;
  background-color: rgb(49, 54, 57);
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}


/*.pdf-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.pdf-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.close-btn {
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: white;
  background-color: rgb(49, 54, 57);
  cursor: pointer;
}*/

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}

.wddcode {
  font-family: 'Source Sans Pro';
  line-height: 50px;
}

.wddcode ddw {
  color: #444444;
}

.wddcode ddv ruby {
  color: #FA10FA;
}

.wddcode ddv rt {
  color: #444444;
}

.wddcode ddss {
  color: #2AA9E0;
}

.wddcode dds {
  color: #FFCB05;
}

.wddcode ddw {
  white-space: nowrap;
}

.wddcode ddw rt {
  font-size: 11px;
  line-height: 0px;
  letter-spacing: -1px;
  font-weight: normal;
  text-shadow: none;
}

p.wddcode {
  margin-top: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.0em;
  color: #222222;
  background: white url(images/linedpaper.png);
}

html {
  /* Force scroll bar */
  overflow-y: scroll;
}

.ddv {
  color: #FA10FA;
}

.ddss {
  color: #2AA9E0;
}

.dds {
  color: #FFCB05;
}

header {
  width: 960px;
  margin: 8px auto;
  padding: 16px;
  background: #F8F8F8 url(images/midhat.png) 8px 6px no-repeat;
  border: 1px solid #444444;
  border-radius: 9px;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.08);
}

header h1 {
  color: #222244;
  line-height: 48px;
  font-size: 48px;
  padding-left: 8px;
  margin: 0;
}

header h1 a {
  text-decoration: inherit;
  color: inherit;
}

header h2 {
  width: 528px;
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

header h3 {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  padding-left: 84px;
  background: transparent url(images/flagstrip.png) left center no-repeat;
}

header .scr {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}

header h1, header h2, header h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

/*header .rabeck {
  width: 120px;
  height: 80px;
  float: right;
  background: url(images/rabeck.png) center no-repeat;
}*/
header .rabeck {
  width: 110px;
  height: 110px;
  float: right;
  background: url(images/ddcode.png) center no-repeat;
}

header .mediabutton {
  margin: 10px;
  margin-top: 60px;
  width: 237px;
  height: 79px;
  float: right;
  background: url(images/button.png) center no-repeat;
  border: none;
}

header .hello {
  width: 120px;
  height: 40px;
  float: right;
  background: url(images/hello.png) left center no-repeat;
}

header {
  position: relative;
}

header .undercons {
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 64px;
  right: 404px;
  font-size: 16px;
  color: #006400;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

header .login {
  float: right;
  font-size: 12px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  height: 48px;
  margin-right: 18px;
  clear: both;
}

header .searchbtn {
  float: right;
  line-height: 24px;
  height: 24px;
  margin-top: 24px;
  margin-right: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

header .searchbtn a {
  color: #222244;
  text-decoration: none;
}

header .searchbtn a:hover {
  color: #222266;
  text-decoration: underline;
}

section, footer {
  width: 960px;
  margin: 8px auto;
  padding: 0;
}

section, footer, .outer-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

section::after, footer::after, .outer-container::after {
  clear: both;
  content: "";
  display: table;
}

.videolist::after {
  clear: both;
  content: "";
  display: table;
}

main {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  margin-bottom: 25px;
}

main:last-child {
  margin-right: 0;
}

main a.link {
  border: 1px solid #F8F8F8;
  border-radius: 9px;
  padding: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.08);
  background-color: #00B0F0;
  display: block;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
  color: #F8F8F8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-height: 78px;
}

main a.link::after {
  clear: both;
  content: "";
  display: table;
}

main a.link.huge {
  height: 336px;
  max-height: 336px;
}

main a.link img {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  margin: 0 8px 0 0;
  vertical-align: text-top;
  float: left;
  box-shadow: 1px 1px 2px 1px rgba(255, 255, 255, 0.3);
}

main a.link img.hdrimg {
  width: 80px;
  height: auto;
  float: none;
  display: block;
  box-shadow: none;
  margin: 8px auto;
}

main a.link.hl {
  background-color: #CC9900;
}

main a.link .small {
  line-height: 12px;
  font-size: 12px;
}

main a.link .big {
  line-height: 24px;
  font-size: 20px;
}

main a.link .huge {
  font-size: 25px;
  line-height: 25px;
}

.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.row .col-1 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 8.2947238322%;
}

.row .col-1:last-child {
  margin-right: 0;
}

.row .col-2 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 19.7578833532%;
}

.row .col-2:last-child {
  margin-right: 0;
}

.row .col-3 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 31.2210428741%;
}

.row .col-3:last-child {
  margin-right: 0;
}

.row .col-4 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 42.6842023951%;
}

.row .col-4:last-child {
  margin-right: 0;
}

.row .col-5 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 54.1473619161%;
}

.row .col-5:last-child {
  margin-right: 0;
}

.row .col-6 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 65.6105214371%;
}

.row .col-6:last-child {
  margin-right: 0;
}

.row .col-7 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 77.073680958%;
}

.row .col-7:last-child {
  margin-right: 0;
}

.row .col-8 {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 88.536840479%;
}

.row .col-8:last-child {
  margin-right: 0;
}

.row .col-h {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 48.4157821556%;
}

.row .col-h:last-child {
  margin-right: 0;
}

.row .col-q {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 22.6236732334%;
}

.row .col-q:last-child {
  margin-right: 0;
}

.row .off-1 {
  margin-left: 11.463159521%;
}

.row .off-2 {
  margin-left: 22.926319042%;
}

.row .off-3 {
  margin-left: 34.3894785629%;
}

.row .off-4 {
  margin-left: 45.8526380839%;
}

.row .off-5 {
  margin-left: 57.3157976049%;
}

.row .off-6 {
  margin-left: 68.7789571259%;
}

.row .off-7 {
  margin-left: 80.2421166468%;
}

.row .off-8 {
  margin-left: 91.7052761678%;
}

.row12 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.row12::after {
  clear: both;
  content: "";
  display: table;
}

.row12 .col-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}

.row12 .col-1:last-child {
  margin-right: 0;
}

.row12 .col-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}

.row12 .col-2:last-child {
  margin-right: 0;
}

.row12 .col-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.row12 .col-3:last-child {
  margin-right: 0;
}

.row12 .col-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

.row12 .col-4:last-child {
  margin-right: 0;
}

.row12 .col-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}

.row12 .col-5:last-child {
  margin-right: 0;
}

.row12 .col-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.row12 .col-6:last-child {
  margin-right: 0;
}

.row12 .col-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}

.row12 .col-7:last-child {
  margin-right: 0;
}

.row12 .col-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.row12 .col-8:last-child {
  margin-right: 0;
}

.row12 .col-h {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.row12 .col-h:last-child {
  margin-right: 0;
}

.row12 .col-q {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.row12 .col-q:last-child {
  margin-right: 0;
}

.row12 .off-1 {
  margin-left: 8.5298042998%;
}

.row12 .off-2 {
  margin-left: 17.0596085997%;
}

.row12 .off-3 {
  margin-left: 25.5894128995%;
}

.row12 .off-4 {
  margin-left: 34.1192171993%;
}

.row12 .off-5 {
  margin-left: 42.6490214991%;
}

.row12 .off-6 {
  margin-left: 51.178825799%;
}

.row12 .off-7 {
  margin-left: 59.7086300988%;
}

.row12 .off-8 {
  margin-left: 68.2384343986%;
}

article {
  padding-top: 6px;
}

article h1:first-child, article h2:first-child, article p:first-child {
  margin-top: 0;
}

article h1, article h2 {
  margin: 25px 0 0 0;
}

article h1 {
  font-size: 36px;
  line-height: 50px;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.4);
  color: #222266;
  padding-top: 25px;
  padding-left: 25px;
  background: transparent url(images/bighat.png) 0px 10px no-repeat;
}

article h2 {
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #222244;
}

article ul, article ol {
  margin: 25px 0 0 0;
}

article li {
  font-size: 16px;
  line-height: 25px;
}

article p {
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0 0 0;
}

article aside.r {
  width: 300px;
  float: right;
}

article aside.c {
  width: 100%;
}

article aside.c img, article aside.c iframe {
  margin: 0 auto;
}

article aside {
  margin: 25px 0 0 0;
  line-height: 25px;
}

article aside img {
  margin: 0;
  padding: 0;
  display: block;
}

article aside figure {
  margin: 0;
}

article aside figure + figure {
  margin: 25px 0 0 0;
}

article aside figure figcaption {
  line-height: 25px;
  font-size: 10px;
  display: block;
}

article .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #BBB;
}

nav {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

nav:last-child {
  margin-right: 0;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 0 0;
  padding-left: 60px;
  background: url(images/navpeople.png) 0px 120px no-repeat;
}

nav li {
  border: 1px solid #F8F8F8;
  border-radius: 9px;
  padding: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 4px 8px;
  margin: 4px 0;
  background-color: #996633;
}

nav li a {
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: #F8F8F8;
}

nav li.hl {
  background-color: #E46C0A;
}

nav li.hdr {
  padding: 16px 0px;
  background-color: #00B0F0;
  border-color: #F8F8F8;
  color: #F8F8F8;
}

nav li.hdr a {
  color: #F8F8F8;
}

nav .scr {
  font-family: "Source Sans Pro", sans-serif;
}

nav .hat {
  background: url(images/hat.png) 0 0 no-repeat;
  padding: 4px 10px 0 10px;
}

body.page-index nav li.hdr {
  background-color: #F8F8F8;
  border-color: #444444;
  color: #222222;
}

body.page-index nav li.hdr a {
  color: #222222;
}

footer .left {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  background: url(images/footerflags.png) center center no-repeat;
}

footer .left:last-child {
  margin-right: 0;
}

footer .right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  padding-left: 60px;
  font-size: 10px;
  line-height: 10px;
}

footer .right:last-child {
  margin-right: 0;
}

div.c {
  text-align: center;
}

button.ddcodebutton {
  font-size: 16px;
  line-height: 16px;
  height: 25px;
  margin: 0 0;
  padding: 0 12.5px;
}

.padtrial {
  margin-top: 10px;
}

.btn {
  border: solid #7b8287 1px;
  color: #444;
  text-decoration: none;
  background: #f2f7fa -webkit-linear-gradient(top, #f2f7fa, #dddfe0);
  background: #f2f7fa linear-gradient(to bottom, #f2f7fa, #dddfe0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.active {
  color: #fefefe;
  background: #3cb0fd -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background: #3cb0fd linear-gradient(to bottom, #3cb0fd, #3498db);
}

.btn.kk {
  display: inline-block;
  height: 38px;
  line-height: 25px;
  padding: 0 18px;
  margin: 6px 0;
}

.btn.lblk {
  height: 38px;
  line-height: 25px;
  padding: 0 18px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn.trial {
  display: inline-block;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 24px;
  text-shadow: 1px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  border: none;
}

.btn.trial:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn.ghost {
  display: inline-block;
  background: transparent;
  border-radius: 6px;
  color: #F8F8F8;
  font-size: 16px;
  padding: 5px 20px;
  margin: 10px 0;
  text-decoration: none;
  border: 1px solid #F8F8F8;
}

.form input {
  height: 30px;
  width: 100%;
}

.form .btn {
  padding: 5px 0;
  text-align: center;
}

.form .for {
  margin: 10px 0px;
}

.form h3 {
  text-align: center;
}

.lvidbox {
  width: 200px;
  height: 150px;
  /*background: white url(images/rabeck.png) no-repeat center center;*/
  background: white url(images/ddcode.png) no-repeat center center;
  border: 1px solid #222222;
  border-radius: 4px;
  margin: auto;
}

.facegrid {
  width: 710px;
  height: 325px;
  margin: 25px auto 0 auto;
  background: transparent url("/images/esl/grids.png");
  cursor: pointer;
}

.facegrid.au {
  background-position: 0px -371px;
}

.preskip {
  margin-top: 25px;
}

.autosize {
  width: 100%;
  height: auto;
}

.flagbox {
  padding-left: 3px;
  margin: 12px 0;
}

.flagbox::after {
  clear: both;
  content: "";
  display: table;
}

.flagbox img {
  cursor: pointer;
  float: left;
  margin: 0px 3px;
  border: 1px solid transparent;
  width: 48px;
  height: 34px;
}

.flagbox img.active {
  border-color: #5FC6EF;
  box-shadow: 0 0 2px 1px #0085BD;
}

.flagbox img.disabled {
  -webkit-filter: grayscale(75%) opacity(50%);
  filter: grayscale(75%) opacity(50%);
}

.flagbox.small {
  padding-right: 24px;
  margin: 17px 0 16px 0;
}

.flagbox.small img {
  float: right;
  width: 24px;
  height: 17px;
}

.flagbox.da {
  padding-right: 16px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.fill-x {
  width: 100%;
  height: auto;
}

.nh {
  line-height: 25px;
}

/*
 * Kydz Korner
 */
#kk-container {
  position: relative;
  width: 700px;
  height: 440px;
}

#kk-video {
  width: 700px;
  height: 440px;
}

#kk-container .vi {
  position: absolute;
  width: 58px;
  height: 48px;
  cursor: pointer;
}

#kk-container .vo {
  position: absolute;
  width: 92px;
  height: 78px;
  cursor: pointer;
}

#kk-vpanel {
  position: absolute;
  width: 58px;
  height: 48px;
}

.hatshift {
  background-position: 195px 10px;
  padding-left: 0;
}

.sm {
  line-height: 25px;
  font-size: 12px;
}

.page-header {
  padding: 8px 0 9px 0;
  position: relative;
  width: 714px;
  height: 150px;
}

.page-header img {
  width: 714px;
  height: 133px;
}

.page-header video {
  position: absolute;
  top: 9px;
  left: 1px;
  width: 170px;
  height: 131px;
}

.clickable {
  cursor: pointer;
}

.scrollpanel {
  overflow-x: scroll;
  overflow-y: hidden;
}

.scrollpanel img {
  float: left;
}

.syl-description {
  line-height: 25px;
  height: 50px;
}

.syl-buttonbar {
  margin-bottom: 50px;
}

ul.wspaced li + li {
  margin-top: 25px;
}

/*# sourceMappingURL=main.css.map */
