@charset "UTF-8";
/*! normalize.css v1.1.0 | 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

@font-face {
  font-family: 'StreetscriptRedux';
  src: url("../fonts/streetscriptredux-webfont.eot");
  src: url("../fonts/streetscriptredux-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/streetscriptredux-webfont.woff") format("woff"), url("../fonts/streetscriptredux-webfont.ttf") format("truetype"), url("../fonts/streetscriptredux-webfont.svg#streetscript_reduxregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "StreetscriptRedux", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content.jp-content {
  font-size: 0.8em;
}
.content.jp-content h1, .content.jp-content h2, .content.jp-content h3, .content.jp-content h4, .content.jp-content h5, .content.jp-content h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Cabin", sans-serif;
}

h2 {
  font-size: 1.5em;
}

p {
  line-height: 1.5em;
  font-size: 1.05em;
}

a {
  text-decoration: none;
  color: #4a86c3;
}
a:hover {
  color: #205f8a;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
}

.header-wrapper {
  background-color: #4a86c3;
}
.header-wrapper:after {
  display: block;
  margin-top: -1px;
  height: 24px;
  width: 100%;
  content: " ";
  background: white url(../img/tear_bg.png) top center repeat-x;
}
.header-wrapper.sticky {
  position: fixed;
  z-index: 10;
}
.header-wrapper.sticky:after {
  background-color: transparent;
}

.body-wrapper {
  background-color: white;
}

.newsletter-wrapper {
  background: #ff9a00 url("../img/dotted-line.png") repeat-x;
  background-position: 0 3em;
}

.footer-wrapper {
  background-color: #ecf0f1;
}

.constrain {
  width: 90%;
  max-width: 63.75em;
  margin: 0 auto;
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #205f8a;
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0.75em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.btn:hover {
  background-color: #84bade;
  color: white;
}

.no-mobile {
  display: none;
}

.desktop-only {
  display: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flash-alert {
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: #ff9a00;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 2em 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.flash-alert h2 {
  font-size: 1.3em;
}

.call-to-action {
  margin-top: 1em;
}

@media all and (min-width: 45em) {
  p {
    font-size: 1.25em;
  }

  .btn {
    display: inline-block;
    width: auto;
  }

  .newsletter-wrapper {
    background-position: 0 3.5em;
  }
}
@media all and (min-width: 63.75em) {
  .mobile-only {
    display: none !important;
  }

  .no-mobile {
    display: block !important;
  }

  .desktop-only {
    display: block !important;
  }
}
.sm2_button {
  cursor: pointer;
  display: inline-block;
}
.sm2_button:before {
  position: relative;
  top: 6px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background: url("../img/play-song-sprite.png") no-repeat;
}
.sm2_button.sm2_playing:before {
  background-position: -20px 0;
}

/* Firefox specific hack */
@-moz-document url-prefix() {
  header .language-select select {
    padding-top: 8px !important;
  }
}
header .language-select select::-ms-expand {
  display: none;
}

header {
  padding: 2em 0 0.5em 0;
}
header .header-left {
  float: left;
  width: 62%;
}
header .header-right {
  float: right;
  width: 38%;
  text-align: right;
}
header .sub-site-name {
  color: white;
  font-size: 1.1em;
}
header .mobile-btn {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.5em;
  margin-left: 0.5em;
  cursor: pointer;
  border: 1px solid white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header .mobile-btn.active:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #205f8a;
  content: "";
  z-index: 3;
}
header .jpn-site-link {
  border-radius: 3px;
  background-color: #84bade;
  padding: 5px;
  font-size: 0.85em;
  color: white;
}
header .menu {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 16px;
  left: 0px;
}
header .menu.active {
  display: block;
}
header .menu li {
  background-color: #205f8a;
  border-top: 1px solid #4a86c3;
}
header .menu li a {
  color: white;
  display: block;
  padding: 0.75em 1em;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
header .menu li a:hover {
  color: white;
  background-color: #84bade;
}
header .menu.main-menu {
  width: 100%;
  left: 0;
  top: 68px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
header .menu.main-menu li {
  width: 100%;
  display: block;
}
header .menu.main-menu li.mobile-only.taiwan a {
  font-size: 1.2em;
}
header .language-select {
  overflow: hidden;
  position: relative;
}
header .language-select select {
  padding: 0px 45px 0 10px;
  margin: 0;
  background: #87b8d9;
  border-radius: 3px;
  color: #34495e;
  font-size: 0.8em;
  border: 1px solid transparent;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 30px;
}
header .language-select:after {
  content: '';
  border: none;
  background: url("../img/dropdown.png") no-repeat scroll right top;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
}
header .secondary-nav-container {
  float: right;
}
header .secondary-nav {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #205f8a;
  float: right;
  margin-top: 0.8em;
}
header .secondary-nav li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms;
  display: inline-block;
  list-style-type: disc !important;
}
header .secondary-nav li a {
  color: white;
  display: block;
  padding: 0.5em;
}
header .secondary-nav li:hover {
  background-color: #84bade;
}
@media all and (min-width: 63.75em) {
  header .header-left {
    min-height: 32px;
  }
  header .menu {
    display: block;
    position: static;
    float: left;
  }
  header .menu.main-menu {
    width: 59%;
    text-transform: none;
    text-align: left;
  }
  header .menu.main-menu li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: transparent;
    border: 0;
    display: inline-block;
    width: auto;
  }
  header .menu.main-menu li:hover, header .menu.main-menu li.active {
    background-color: #84bade;
  }
  header .menu.main-menu li:hover a, header .menu.main-menu li.active a {
    background-color: transparent;
    color: white;
  }
  header .menu.main-menu li a {
    display: inline-block;
    padding: 0.5em;
  }
}

.newsletter {
  padding: 2em 0;
  text-align: center;
}
.newsletter h2 {
  color: white;
  background-color: #ff9a00;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 2em;
}
@media all and (min-width: 45em) {
  .newsletter h2 {
    padding: 0 1.5em;
    font-size: 2.75em;
  }
}

footer {
  padding: 1.5em 0;
}
footer li {
  background-color: #84bade;
  border-bottom: 1px solid #e2f3ff;
}
footer li a {
  color: white;
  display: block;
  padding: 0.75em 1em;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
footer li a:hover {
  color: white;
  background-color: #4a86c3;
}
footer .copyright {
  margin-top: 0.75em;
  font-size: 0.9em;
}
@media all and (min-width: 45em) {
  footer .footer-links {
    float: left;
    width: 75%;
  }
  footer .footer-links li a {
    padding: 0;
    margin-right: 0.75em;
  }
  footer .social-links {
    float: right;
    text-align: right;
    width: 25%;
  }
  footer .social-links a {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url("../img/social-icons.png") no-repeat;
    height: 32px;
    padding: 0;
    margin: 0 1em;
  }
  footer .social-links a.facebook {
    width: 15px;
  }
  footer .social-links a.youtube {
    width: 32px;
    margin-right: 0;
    background-position: -15px 0;
  }
  footer li {
    background-color: transparent;
    border: none;
    display: inline-block;
  }
  footer li a {
    color: #205f8a;
  }
  footer li a:hover {
    color: #205f8a;
    background-color: transparent;
  }
}

.header-wrapper:after {
  position: absolute;
  z-index: 10;
  background-color: transparent;
}

.header-bg-img {
  display: none;
}

.page-heading-wrapper {
  padding-bottom: 2em;
  position: relative;
}
.page-heading-wrapper .page-heading {
  position: relative;
  padding-top: 28px;
}
.page-heading-wrapper .page-heading .breadcrumbs {
  display: none;
  padding-top: .25em;
}
.page-heading-wrapper .page-heading .breadcrumbs .breadcrumb-divider {
  margin: 0 5px;
  color: #a3b6bb;
}
.page-heading-wrapper .page-heading .breadcrumbs a {
  color: white;
}
.page-heading-wrapper .page-heading .breadcrumbs a:hover {
  color: #ff9a00;
}
.page-heading-wrapper .page-heading h1 {
  color: #ff9a00;
  font-size: 3em;
}

@media all and (min-width: 45em) {
  .header-bg-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 0;
    top: 0;
  }

  .page-heading-wrapper {
    height: 250px;
    padding-top: 1.75em;
  }
  .page-heading-wrapper .page-heading {
    padding-top: 0;
  }
  .page-heading-wrapper .page-heading .breadcrumbs {
    display: block;
  }
}
/* Firefox specific hack */
@-moz-document url-prefix() {
  .sub-nav-mobile select {
    padding-top: 14px !important;
  }
}
.sub-nav-mobile::-ms-expand {
  display: none;
}

.sub-nav-mobile {
  margin-top: 1em;
  overflow: hidden;
  position: relative;
}
.sub-nav-mobile select {
  width: 100%;
  padding: 0 45px 0 10px;
  margin: 0;
  background: #84bade;
  color: white;
  font-size: 1.05em;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 46px;
}
.sub-nav-mobile:after {
  content: '';
  border: none;
  background: #84bade url("../img/dropdown_white.png") 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
}
@media all and (min-width: 45em) {
  .sub-nav-mobile {
    display: none;
  }
}

.sub-nav {
  display: none;
}
@media all and (min-width: 45em) {
  .sub-nav {
    display: block;
    font-size: 1.08em;
  }
  .sub-nav li {
    padding: 0 0 1.20em 1.5em;
    position: relative;
  }
  .sub-nav li.active:before {
    position: absolute;
    left: 0;
    width: 12px;
    height: 16px;
    content: "";
    background: transparent url(../img/subnav_current.png) 0 0.35em no-repeat;
  }
  .sub-nav ul ul {
    margin-left: -15px;
  }
  .sub-nav ul ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sub-nav ul ul li a {
    color: #96b4c9;
  }
}

.jp-content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Cabin", sans-serif;
}

.content {
  padding: 3% 0;
}
.content .main-body ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1.05em;
  overflow: hidden;
}
.content .main-body ul li {
  list-style-type: disc;
}
.content .main-body ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1.05em;
  overflow: hidden;
}
.content .right-col {
  width: 100%;
}
.content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.content .embed-container iframe, .content .embed-container object, .content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 45em) {
  .content .right-col, .content .left-col {
    float: left;
  }
  .content .left-col {
    width: 25%;
    padding-right: 5%;
  }
  .content .right-col {
    width: 75%;
  }
  .content .right-col ul, .content .right-col ol {
    font-size: 1.25em;
  }
  .content .main-body ul, .content .main-body ol {
    font-size: 1.25em;
  }
}

table {
  width: 100%;
  border: 1px solid #4a86c3;
  margin: 1em 0;
  border-collapse: collapse;
  font-size: 1.05em;
}
table a {
  text-decoration: underline;
}
table.td-border tr td {
  border: 1px solid #4a86c3;
}
table.td-border tr td:first-child {
  margin-bottom: 10px;
}

@media all and (max-width: 45em) {
  thead {
    display: none;
  }
}
th {
  font-weight: bold;
  position: relative;
}

tr {
  border: 1px solid #4a86c3;
}
tr.highlighted {
  background-color: #84bade;
  color: white;
}

td {
  display: block;
}

td, th {
  padding: 0.4em;
  padding-right: 0.8em;
}

.tablesorter-header {
  cursor: pointer;
}
.tablesorter-header:after {
  position: absolute;
  top: 0.5em;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7.5px solid white;
}
.tablesorter-header:before {
  position: absolute;
  bottom: 0.5em;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7.5px solid white;
}
.tablesorter-header.sorter-false {
  cursor: default;
}
.tablesorter-header.sorter-false:before {
  display: none;
}
.tablesorter-header.sorter-false:after {
  display: none;
}

.tablesorter-headerAsc:after {
  position: absolute;
  top: 0.5em;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
}
.tablesorter-headerAsc:before {
  display: none;
}

.tablesorter-headerDesc:after {
  position: absolute;
  top: 0.5em;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-top: 15px solid white;
}
.tablesorter-headerDesc:before {
  display: none;
}

@media all and (min-width: 45em) {
  table {
    font-size: 1.2em;
  }

  thead {
    background-color: #4a86c3;
    color: white;
    text-align: left;
  }

  td {
    display: table-cell;
    border: 1px solid #4a86c3;
  }
}
label {
  display: none;
  font-size: 1.2em;
}
label.always-show {
  display: inline;
}

.field-container.multiselect {
  height: 130px;
  margin-bottom: 0.75em;
}

.form_error {
  font-weight: bold;
  color: #ff9a00;
  margin: 5px 0;
}

.required {
  color: #ff9a00;
}

form {
  margin-top: 0.75em;
}
form.boxed {
  background-color: #ecf0f1;
  padding: 1em;
}

input[type="text"], select, textarea, input[type="password"], input[type="phone"], input[type="email"], input[type="tel"] {
  width: 100%;
  border: 1px solid #84bade;
  padding: 0.3em 0.4em;
  margin: 0.75em 0;
  font-size: 1.2em;
  color: #999;
  outline: 0;
}

select[multiple] {
  position: relative;
  top: 70px;
  margin-top: -70px;
  min-width: 175px;
}

input[type="checkbox"] {
  margin-right: 5px;
}

input[type="submit"] {
  outline: 0;
  border: 0;
}

.callout-box {
  background-color: #84bade;
  color: white;
  margin: 1em 0;
  padding: 1em;
}
.callout-box span {
  font-size: 1.2em;
}
.callout-box .select-container {
  margin-top: 1.2em;
  margin-left: 1.2em;
}
.callout-box select {
  width: auto;
}

#recaptcha_table td {
  display: table-cell !important;
}

@media all and (min-width: 45em) {
  label {
    display: inline-block;
    width: 175px;
  }
  label.checkbox-label {
    width: auto;
  }
  label.always-show {
    display: inline-block;
  }

  input[type="text"], input[type="password"], select, input[type="phone"], input[type="email"], input[type="tel"] {
    width: auto;
  }
}
.pagination .left {
  float: left;
}
.pagination .right {
  float: right;
}
.pagination .active {
  font-weight: bold;
}
.pagination .disabled {
  color: #CCC;
}

.testimonial-block {
  margin-top: 1.5em;
}

@media all and (min-width: 45em) {
  .testimonial-block {
    margin-top: 0;
  }
}
.song {
  margin: 1em 0;
  font-size: 1.2em;
}

.licensing .content-main {
  width: 100%;
  padding-right: 0%;
}
