@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons/genericons-regular-webfont.eot");
  src: url("../fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/genericons/genericons-regular-webfont.woff") format("woff"), url("../fonts/genericons/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0394c4;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: underline; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0.75em;
  text-align: center;
  width: 90%; }

.main-navigation li {
  display: inline-block;
  position: relative;
  height: 45px; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #0e3d77;
  text-decoration: none;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-transform: lowercase;
  padding: 0 0.75em;
  letterspacing: 0.01em; }
  @media screen and (max-width: 989px) {
    .main-navigation a {
      font-size: 17px; } }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation li:hover > a {
  background: #fff; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
  color: #0e3d77;
  text-align: center;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase; }

@media screen and (max-width: 804px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none;
    z-index: 1000;
    width: 100%;
    padding: 0; }

  .main-navigation li {
    float: left;
    position: relative;
    height: 45px;
    width: 50%;
    background-color: #ddd;
    text-align: center; }

  .main-navigation a {
    font-size: 20px; }

  #content {
    clear: both; } }
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.cf:before,
.cf:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.cf:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

html, body {
  background: #000;
  color: #fff; }

#page {
  background: #464c5d;
  color: #fff;
  width: 100%;
  max-width: 990px;
  min-width: 320px;
  position: relative;
  margin: 0 auto; }

#masthead {
  position: relative;
  height: 155px; }

.site-branding {
  position: relative;
  height: 110px;
  background-color: #2c3346;
  background-color: rgba(44, 51, 70, 0.83);
  padding: 26px 35px; }
  .site-branding .site-title {
    background: transparent url("../i/kb_site-title.png") no-repeat center;
    width: 552px;
    height: 58px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 100%;
    background-size: contain; }

#site-navigation {
  min-height: 45px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.81);
  position: relative; }

#colophon {
  font-size: 12px;
  padding: 2em;
  background: #fff;
  color: #000;
  border-top: 5px solid #464c5d;
  position: relative; }
  #colophon a {
    font-weight: bold;
    color: #1c71b2;
    text-decoration: none; }
    #colophon a:hover, #colophon a:focus {
      text-decoration: underline; }
  #colophon .site-copyright {
    float: left; }
  #colophon .menu {
    float: left;
    text-transform: lowercase; }
    #colophon .menu li {
      list-style: none;
      float: left;
      padding: 0 0.75em;
      border-right: 1px solid #1c71b2; }
      #colophon .menu li:last-child {
        border: none; }
  @media screen and (max-width: 800px) {
    #colophon .menu-main-navigation-container {
      display: none; } }
  #colophon #jazzcorner {
    clear: both;
    padding: 3em 0 1em;
    text-align: center;
    height: 15px;
    line-height: 15px; }
    #colophon #jazzcorner iframe {
      display: inline-block;
      width: 145px;
      height: 15px;
      overflow: hidden;
      border: none;
      background: transparent; }

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em; }

#menu-social {
  height: 45px;
  width: 90px;
  position: absolute;
  right: 1em;
  top: 0; }

#menu-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 90px; }

#menu-social ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0; }
  #menu-social ul li a {
    padding: 0; }
    #menu-social ul li a:hover, #menu-social ul li a:focus {
      background: transparent; }

#menu-social li a::before {
  content: '\f408';
  display: inline-block;
  padding: 0 5px;
  font-family: 'Genericons';
  font-size: 2.5em;
  vertical-align: top;
  -webkit-font-smoothing: antialiased; }

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
  content: '\f205';
  color: #21759b; }

#menu-social li a[href*="facebook.com"]::before {
  content: '\f203';
  color: #3b5998; }

#menu-social li a[href*="twitter.com"]::before {
  content: '\f202';
  color: #33ccff; }

#menu-social li a[href*="dribbble.com"]::before {
  content: '\f201';
  color: #ea4c89; }

#menu-social li a[href*="plus.google.com"]::before {
  content: '\f206';
  color: #dd4b39; }

#menu-social li a[href*="pinterest.com"]::before {
  content: '\f210';
  color: #c8232c; }

#menu-social li a[href*="github.com"]::before {
  content: '\f200';
  color: #171515; }

#menu-social li a[href*="tumblr.com"]::before {
  content: '\f214';
  color: #34526f; }

#menu-social li a[href*="youtube.com"]::before {
  content: '\f213';
  color: #c4302b; }

#menu-social li a[href*="flickr.com"]::before {
  content: '\f211';
  color: #ff0084; }

#menu-social li a[href*="vimeo.com"]::before {
  content: '\f212';
  color: #1AB7EA; }

#menu-social li a[href*="instagram.com"]::before {
  content: '\f215';
  color: #3f729b; }

#menu-social li a[href*="codepen.io"]::before {
  content: '\f216';
  color: #000; }

#menu-social li a[href*="linkedin.com"]::before {
  content: '\f208';
  color: #0e76a8; }

.jp-audio {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
  width: 325px;
  height: 67px;
  background: transparent;
  border: 1px solid #fff; }
  .jp-audio a {
    color: #ddf; }
  @media screen and (max-width: 989px) {
    .jp-audio {
      display: none; } }

.jp-playlist {
  float: left;
  width: 220px;
  height: 65px;
  background: transparent url("../i/rb_speaker.png") no-repeat 6px center;
  overflow: hidden;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jp-playlist ol {
  float: left;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.9);
  line-height: 20px;
  height: 65px;
  padding: 13px 0 0;
  margin: 0;
  list-style: none; }

.jp-playlist li {
  display: none;
  padding: 0;
  margin: 0;
  width: 190px;
  overflow: hidden;
  white-space: nowrap; }
  .jp-playlist li.jp-playlist-current {
    display: block !important;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.9); }
    .jp-playlist li.jp-playlist-current a {
      text-decoration: none;
      color: #fff; }
    .jp-playlist li.jp-playlist-current .jp-track {
      font-weight: bold;
      font-size: 13px; }
    .jp-playlist li.jp-playlist-current .jp-album {
      font-style: italic; }

#now_playing {
  position: absolute;
  left: 30px;
  top: 13px;
  width: 190px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  line-height: 20px; }
  #now_playing .jp-track {
    font-weight: bold;
    font-size: 13px; }
  #now_playing .jp-album {
    font-style: italic; }

.jp-controls {
  position: absolute;
  top: 22px;
  right: 10px;
  float: right;
  height: 20px;
  list-style: none;
  width: 80px; }
  .jp-controls li {
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    float: left; }
  .jp-controls a {
    background-image: url("../i/rb_player.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0; }
    .jp-controls a.jp-previous {
      background-position: 0 0;
      left: 0; }
      .jp-controls a.jp-previous:hover, .jp-controls a.jp-previous:focus {
        background-position: 0 -99px; }
    .jp-controls a.jp-play {
      background-position: 0 -20px;
      left: 20px; }
      .jp-controls a.jp-play:hover, .jp-controls a.jp-play:focus {
        background-position: 0 -119px; }
    .jp-controls a.jp-pause {
      background-position: 0 -40px;
      left: 20px; }
      .jp-controls a.jp-pause:hover, .jp-controls a.jp-pause:focus {
        background-position: 0 -139px; }
    .jp-controls a.jp-stop {
      background-position: 0 -60px;
      left: 60px; }
      .jp-controls a.jp-stop:hover, .jp-controls a.jp-stop:focus {
        background-position: 0 -159px; }
    .jp-controls a.jp-next {
      background-position: 0 -80px;
      left: 40px; }
      .jp-controls a.jp-next:hover, .jp-controls a.jp-next:focus {
        background-position: 0 -179px; }

.time {
  display: none;
  float: right;
  line-height: 37px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px; }

/*.jp-current-time {
	display: inline-block;
}
.jp-duration {
	display: inline-block;

	&:before {
	content: "/";
	margin-right: 2px;
	}
}*/
.jp-mute, .jp-unmute, .jp-volume-max {
  width: 22px;
  height: 22px;
  background-image: url("../i/speaker.png");
  background-repeat: none;
  overflow: hidden;
  text-indent: 22px;
  display: inline-block; }

.jp-mute {
  background-position: left bottom; }

.jp-volume-max {
  background-position: 0 0; }

.jp-no-solution {
  font-size: 12px;
  display: none; }

#kb-home #page {
  background: #464c5d url("../i/kb_home-top_2.jpg") no-repeat right top; }
  @media screen and (max-width: 480px) {
    #kb-home #page {
      background-position: 57% top; } }
#kb-home #h-primary, #kb-home #h-secondary, #kb-home #h-tertiary {
  float: left;
  width: 100%; }
#kb-home #h-primary {
  border-bottom: 3px solid #fff;
  height: 505px; }
  #kb-home #h-primary #h-record {
    float: right;
    margin: 50px 35px;
    width: 270px;
    padding: 15px;
    background: #4b5264;
    background-color: rgba(75, 82, 100, 0.92);
    color: #fff;
    text-align: center;
    border-radius: 10px; }
    @media screen and (max-width: 480px) {
      #kb-home #h-primary #h-record {
        margin: 50px auto;
        float: none; } }
    #kb-home #h-primary #h-record h2 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 2.0; }
    #kb-home #h-primary #h-record img {
      width: 240px;
      height: auto;
      -moz-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.75);
      box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.75); }
    #kb-home #h-primary #h-record h3 {
      font: italic bold 13px/1.6 Arial, Helvetica, sans-serif;
      margin: 1em; }
    #kb-home #h-primary #h-record a {
      color: #96d3fb;
      text-decoration: none;
      font-size: 13px; }
      #kb-home #h-primary #h-record a:hover, #kb-home #h-primary #h-record a:focus {
        text-decoration: underline; }
#kb-home #h-secondary {
  margin: 6px 0;
  border-bottom: 3px solid #fff;
  background: url("../i/kb_home-mid-3.jpg") no-repeat right top;
  height: 405px;
  padding: 60px 0 60px 60px;
  font: normal 14px/1.3 Arial, Helvetica, sans-serif;
  position: relative; }
  #kb-home #h-secondary h2 {
    text-transform: uppercase;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    width: 375px;
    height: 64px;
    max-width: 100%;
    background: transparent url("../i/kb_homeevents-title.png") no-repeat left center;
    background-size: contain;
    margin: 0 18% 20px;
    float: right; }
  #kb-home #h-secondary ul {
    list-style: none;
    width: 375px;
    max-width: 100%;
    float: right;
    margin: 0 18% 10px;
    padding: 0;
    float: right; }
  #kb-home #h-secondary li {
    padding-bottom: 1em; }
    #kb-home #h-secondary li .date {
      font-weight: bold; }
  #kb-home #h-secondary a#h-itin-link {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 203px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("../i/kb_homeevents-link.png") no-repeat center; }
    #kb-home #h-secondary a#h-itin-link:hover, #kb-home #h-secondary a#h-itin-link:focus {
      border: 1px solid #96d3fb;
      border-radius: 5px; }
#kb-home #h-tertiary {
  margin: 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: url("../i/kb_home-bottom.jpg") no-repeat right top;
  height: 400px;
  position: relative;
  padding: 25px 35px 0;
  font: normal 12px/1.3 Arial, Helvetica, sans-serif; }
  #kb-home #h-tertiary #hvideobox {
    border: 6px solid #fff;
    border-color: rgba(255, 255, 255, 0.19);
    float: left; }
  #kb-home #h-tertiary #hvideometa {
    width: 420px;
    clear: both;
    color: #0394c4;
    float: left;
    max-width: 100%; }
  #kb-home #h-tertiary h3 {
    font-size: 14px;
    margin: 0.33em 0; }
  #kb-home #h-tertiary h3, #kb-home #h-tertiary .hvideo-desc {
    padding: 0 6px; }
  #kb-home #h-tertiary a#h-vids-link {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 142px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("../i/kb_homevideos-link.png") no-repeat center; }
    #kb-home #h-tertiary a#h-vids-link:hover, #kb-home #h-tertiary a#h-vids-link:focus {
      border: 1px solid #96d3fb;
      border-radius: 5px; }

#kb-biography #page {
  background: #464c5d url("../i/kb_bio-bg.jpg") no-repeat center top; }
  @media screen and (max-width: 720px) {
    #kb-biography #page {
      background-position: left top;
      background-attachment: fixed;
      height: auto; } }
#kb-biography #primary {
  height: 753px;
  padding: 24px 2.626% 25px;
  border-bottom: 3px solid #fff; }
  @media screen and (max-width: 720px) {
    #kb-biography #primary {
      padding: 0;
      height: 704px; } }
#kb-biography #main {
  width: 100%;
  height: 704px;
  max-width: 480px;
  float: left;
  background: #fff;
  background: rgba(255, 255, 255, 0.89);
  color: #000; }
  @media screen and (max-width: 720px) {
    #kb-biography #main {
      max-width: 720px;
      height: 704px;
      float: none; } }
  #kb-biography #main .entry-title {
    background-image: -moz-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -o-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: linear-gradient(to top, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    padding: 0 20px;
    font: normal 28px/2.0 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 480px) {
      #kb-biography #main .entry-title {
        font: normal 23px/2.0 Arial, Helvetica, sans-serif;
        text-align: center; } }
  #kb-biography #main .entry-content {
    margin: 15px 10px 15px 20px;
    height: 620px;
    overflow: auto;
    overflow-x: hidden;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif; }

#kb-itinerary #page {
  background: #464c5d; }
  @media screen and (min-width: 480px) {
    #kb-itinerary #page {
      background: #464c5d url("../i/kb_itinerary-bg.jpg") no-repeat center 110px; } }
#kb-itinerary #primary {
  height: 753px;
  padding: 24px 2.6262% 25px;
  border-bottom: 3px solid #fff; }
  @media screen and (max-width: 480px) {
    #kb-itinerary #primary {
      padding: 0;
      height: auto; } }
#kb-itinerary #main {
  width: 100%;
  max-width: 480px;
  height: 704px;
  float: right;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  border: 1px solid #4b5264;
  border-color: rgba(75, 82, 100, 0.92); }
  @media screen and (max-width: 480px) {
    #kb-itinerary #main {
      height: auto; } }
  #kb-itinerary #main .entry-title {
    background-image: -moz-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -o-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: linear-gradient(to top, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    padding: 0 20px;
    font: normal 28px/2.0 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 480px) {
      #kb-itinerary #main .entry-title {
        font: normal 24px/2.0 Arial, Helvetica, sans-serif; } }
  #kb-itinerary #main .entry-content {
    margin: 12px;
    height: 620px;
    overflow: auto;
    overflow-x: hidden;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif; }

#mevents-calendar th {
  background-color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNTU2NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(100%, #4d5565));
  background-image: -moz-linear-gradient(bottom, #000000 0%, #4d5565 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #4d5565 100%);
  background-image: linear-gradient(to top, #000000 0%, #4d5565 100%);
  font: bold 14px/2.0 Helvetica, Arial, sans-serif;
  height: 28px;
  color: #fff;
  padding: 0 10px; }
#mevents-calendar td {
  background-color: #e7e6e6;
  font: normal 13px/1.4 Helvetica, Arial, sans-serif;
  color: #000;
  padding: 0.5em 10px 1em;
  vertical-align: top;
  border-bottom: 12px solid #000; }
  #mevents-calendar td h4 {
    margin: 0;
    font: bold 1.1em/1.4 Arial, Helvetica, sans-serif; }
  #mevents-calendar td.event {
    width: 61.2%; }
  #mevents-calendar td.venue {
    width: 38.8%; }
#mevents-calendar tr:last-child td {
  border: none; }

/*  -- Discography index -- */
#kb-recordings #page {
  background: #464c5d url("../i/kb_recordings-bg.jpg") no-repeat center 154px; }
#kb-recordings #primary {
  height: 762px;
  overflow: auto;
  padding: 1em; }
#kb-recordings #recordings-header {
  background: #394052;
  color: #fff;
  overflow: hidden;
  margin: 0 0.5em 10px;
  position: relative;
  padding: 1em 0; }
  #kb-recordings #recordings-header h1 {
    display: inline-block;
    width: 356px;
    height: 69px;
    padding: 0;
    background: transparent url("../i/kb_recordings-title2.png") no-repeat center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    max-width: 100%;
    background-size: contain; }
#kb-recordings .recording {
  width: 20%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
  line-height: 0;
  padding: 0.5em; }
  #kb-recordings .recording a, #kb-recordings .recording img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto; }
  @media screen and (max-width: 780px) {
    #kb-recordings .recording {
      width: 25%; } }
  @media screen and (max-width: 580px) {
    #kb-recordings .recording {
      width: 33.333%; } }
  @media screen and (max-width: 480px) {
    #kb-recordings .recording {
      width: 50%; } }

/* -- Single Recording -- */
#kb-recording #page {
  background: #464c5d url("../i/kb_recording-bg.jpg") no-repeat right 3px; }
  @media screen and (max-width: 780px) {
    #kb-recording #page {
      background: #464c5d url("../i/kb_recordings-bg.jpg") no-repeat center 154px; } }
#kb-recording #primary {
  height: 759px;
  padding: 41px 41px 41px 395px;
  position: relative; }
  @media screen and (max-width: 780px) {
    #kb-recording #primary {
      padding: 1em;
      height: auto;
      min-height: 759px; } }
#kb-recording #main {
  position: absolute;
  right: 41px;
  top: 41px;
  width: 554px;
  height: 676px;
  overflow: auto;
  overflow-x: hidden;
  padding: 15px;
  color: #272930;
  text-align: center;
  font-size: 14px; }
  @media screen and (max-width: 580px) {
    #kb-recording #main {
      width: 100%;
      position: relative;
      right: auto;
      top: auto; } }
#kb-recording .left-col {
  width: 250px;
  float: left;
  clear: both;
  text-align: left;
  padding: 0 0 2em; }
  @media screen and (max-width: 780px) {
    #kb-recording .left-col {
      width: 100%;
      padding: 0;
      float: none; } }
#kb-recording .right-col {
  width: 250px;
  float: right;
  clear: right;
  text-align: left;
  padding: 0 0 2em; }
  @media screen and (max-width: 780px) {
    #kb-recording .right-col {
      width: 100%;
      padding: 0;
      float: none; } }
  #kb-recording .right-col blockquote {
    padding: 0;
    margin: 0;
    font-size: 0.95em; }
    #kb-recording .right-col blockquote cite {
      display: block;
      font-style: italic; }
#kb-recording .record-info {
  padding: 2em 0; }
#kb-recording .record-title {
  font: italic bold 20px/1.4 Arial, Helvetica, sans-serif; }
#kb-recording .subtitle {
  display: block;
  font-size: 0.9em; }
#kb-recording .group-name {
  font-weight: bold; }
#kb-recording .record-company {
  font: normal 13px/1.4 Arial, Helvetica, sans-serif; }
#kb-recording ul.purchase-links {
  margin: 0 -15px 0 0;
  float: right;
  width: 170px;
  list-style: none; }
  @media screen and (max-width: 780px) {
    #kb-recording ul.purchase-links {
      width: 100%;
      float: left; } }
  #kb-recording ul.purchase-links li {
    height: 40px;
    width: 170px;
    margin-bottom: 1em; }
    @media screen and (max-width: 780px) {
      #kb-recording ul.purchase-links li {
        width: 50%;
        padding: 0 2%;
        float: left; } }
  #kb-recording ul.purchase-links a {
    background: #4b5264;
    background-color: rgba(75, 82, 100, 0.92);
    color: #fff;
    text-transform: uppercase;
    font: normal 20px/2.0 Arial, Helvetica, sans-serif;
    height: 40px;
    width: 170px;
    display: block;
    padding: 0 20px;
    text-decoration: none; }
    #kb-recording ul.purchase-links a:hover, #kb-recording ul.purchase-links a:focus {
      background-color: #464d5f;
      background-color: #4b5264; }
    @media screen and (max-width: 780px) {
      #kb-recording ul.purchase-links a {
        width: 100%;
        float: left;
        text-align: center; } }
#kb-recording ol.tracklist {
  list-style: decimal inside;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  border-top: 1px solid #bbb;
  border-top-color: rgba(80, 85, 101, 0.26);
  float: left; }
  @media screen and (max-width: 780px) {
    #kb-recording ol.tracklist {
      width: 100%;
      list-style: decimal inside; } }
  #kb-recording ol.tracklist li {
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #bbb;
    border-bottom-color: rgba(80, 85, 101, 0.26);
    line-height: 20px;
    float: left;
    width: 250px;
    position: relative; }
    @media screen and (max-width: 780px) {
      #kb-recording ol.tracklist li {
        width: 100%; } }
    #kb-recording ol.tracklist li span {
      width: 215px;
      line-height: 20px;
      display: inline-block;
      float: right; }
      @media screen and (max-width: 780px) {
        #kb-recording ol.tracklist li span {
          width: auto;
          float: none;
          display: block; } }
#kb-recording h5 {
  font-weight: bold; }
#kb-recording #recordings-index {
  background: #4b5264 url("../i/kb_recs-backarrow.png") no-repeat 20px center;
  background-color: rgba(75, 82, 100, 0.92);
  color: #fff;
  text-transform: uppercase;
  font: normal 20px/2.0 Arial, Helvetica, sans-serif;
  height: 40px;
  padding: 0 20px 0 60px;
  display: inline-block;
  margin: 1em auto;
  position: relative;
  clear: both;
  text-decoration: none; }
  @media screen and (max-width: 480px) {
    #kb-recording #recordings-index {
      font: bold 14px/40px Arial, Helvetica, sans-serif;
      background-position: 8px center;
      padding: 0 10px 0 45px; } }
  #kb-recording #recordings-index:hover, #kb-recording #recordings-index:focus {
    background-color: #4b5264; }

#kb-photos #page {
  background: #464c5d url("../i/kb_photos-bg.jpg") no-repeat center 3px; }
#kb-photos #primary {
  height: 756px;
  padding: 20px 30px 30px 35px;
  overflow: auto; }
#kb-photos .entry-header {
  background: #394052;
  color: #fff;
  overflow: hidden;
  margin: 0 0.5em 10px;
  position: relative;
  padding: 1em 0; }
  #kb-photos .entry-header h1.entry-title {
    display: inline-block;
    width: 250px;
    height: 83px;
    padding: 0;
    background: transparent url("../i/kb_photos-title2.png") no-repeat center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    max-width: 100%;
    background-size: contain; }
    @media screen and (max-width: 580px) {
      #kb-photos .entry-header h1.entry-title {
        width: 100%; } }
#kb-photos .gallery-item {
  width: 16.667%;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  line-height: 0;
  padding: 0.5em; }
  #kb-photos .gallery-item .gallery-icon, #kb-photos .gallery-item .gallery-icon a, #kb-photos .gallery-item .gallery-icon img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto; }
  @media screen and (max-width: 880px) {
    #kb-photos .gallery-item {
      width: 20%; } }
  @media screen and (max-width: 780px) {
    #kb-photos .gallery-item {
      width: 25%; } }
  @media screen and (max-width: 580px) {
    #kb-photos .gallery-item {
      width: 33.333%; } }
  @media screen and (max-width: 480px) {
    #kb-photos .gallery-item {
      width: 50%; } }

#kb-videos #page {
  background: #464c5d url("../i/kb_videos-bg.jpg") no-repeat center 155px; }
  @media screen and (max-width: 800px) {
    #kb-videos #page {
      background-position: right 155px; } }
  @media screen and (max-width: 480px) {
    #kb-videos #page {
      background: #fff; } }
#kb-videos #main {
  width: 100%;
  height: 753px;
  padding: 490px 3% 0 0;
  position: relative; }
  @media screen and (max-width: 480px) {
    #kb-videos #main {
      padding: 490px 0 0; } }
#kb-videos #video_container {
  position: absolute;
  right: 3%;
  top: 30px;
  width: 100%;
  max-width: 580px;
  height: 426px;
  padding: 0;
  background: #4b5264;
  background: rgba(75, 82, 100, 0.92); }
  #kb-videos #video_container iframe#videobox {
    width: 580px;
    height: 326px;
    margin: 0 !important;
    padding: 0;
    border: none;
    overflow: hidden; }
#kb-videos #videonav {
  width: 100%;
  max-width: 580px;
  height: 225px;
  float: right;
  background: #4b5264;
  background: rgba(75, 82, 100, 0.92);
  padding: 6px; }
  #kb-videos #videonav h2 {
    width: 159px;
    height: 17px;
    overflow: hidden;
    font: normal 17px/17px Arial, Helvetica, sans-serif;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("../i/kb_videos-select.png") no-repeat left center;
    margin: 6px 12px 10px; }
  #kb-videos #videonav .scrollpane {
    width: 100%;
    height: 180px;
    overflow: auto;
    overflow-y: hidden;
    float: left;
    background: #bbb;
    background: rgba(218, 224, 235, 0.89); }
  #kb-videos #videonav #videos {
    height: 160px;
    border-spacing: 13px;
    border-collapse: separate;
    margin: 0; }
  #kb-videos #videonav td.video {
    height: 140px !important;
    width: 172px;
    padding: 6px;
    background: #4b5264;
    background: rgba(75, 82, 100, 0.92);
    text-align: center;
    font: normal 12px/1.4 Arial, Helvetica, sans-serif; }
    #kb-videos #videonav td.video a {
      color: #fff;
      text-decoration: none; }
    #kb-videos #videonav td.video img {
      width: 160px !important;
      height: 90px !important;
      margin: 0; }
    #kb-videos #videonav td.video .vtitle {
      display: block;
      vertical-align: top; }
#kb-videos #video_info {
  font: normal 12px/1.4 Arial, Helvetica, sans-serif;
  padding: 0 12px 12px;
  margin: 0 !important;
  height: 100px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }
  #kb-videos #video_info h3.now-playing {
    width: 125px;
    height: 76px;
    float: left;
    overflow: hidden;
    font: normal 20px/76px Arial, Helvetica, sans-serif;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("../i/kb_videos-nowplaying.png") no-repeat left center; }

#kb-contact #page {
  background: #464c5d url("../i/kb_contact-bg.jpg") no-repeat center 155px; }
#kb-contact #primary {
  height: 753px;
  padding: 24px 2.6262% 25px;
  border-bottom: 3px solid #fff; }
  @media screen and (max-width: 720px) {
    #kb-contact #primary {
      padding: 0;
      height: 704px; } }
#kb-contact #main {
  width: 100%;
  max-width: 461px;
  height: 704px;
  float: right;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #000; }
  @media screen and (max-width: 720px) {
    #kb-contact #main {
      max-width: 720px; } }
  #kb-contact #main .entry-title {
    background-image: -moz-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -o-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: linear-gradient(to top, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    padding: 0 20px;
    height: 56px;
    font: normal 28px/2.0 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 480px) {
      #kb-contact #main .entry-title {
        font: normal 24px/2.0 Arial, Helvetica, sans-serif; } }
  #kb-contact #main .entry-content {
    padding: 0 12px;
    height: 620px;
    overflow: auto;
    overflow-x: hidden;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif; }
    #kb-contact #main .entry-content section {
      background: #fff;
      background: rgba(255, 255, 255, 0.89);
      padding: 12px;
      margin: 0 0 12px;
      font: normal 13px/1.4 Arial, Helvetica, sans-serif; }
      #kb-contact #main .entry-content section h3 {
        font: bold 18px/1.0 Arial, Helvetica, sans-serif;
        margin-bottom: 0.75em; }
  #kb-contact #main .gfield_label {
    width: 70px;
    text-align: right;
    line-height: 2.0; }
  #kb-contact #main div.left_label {
    padding-left: 85px;
    padding-top: 0; }
  #kb-contact #main .gform_wrapper .left_label input.large,
  #kb-contact #main .gform_wrapper textarea.textarea {
    width: 75%;
    border-color: #464d5d; }
  #kb-contact #main .gform_button {
    background: #4b5264;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTI2NCIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+PHN0b3Agb2Zmc2V0PSI0Ni41NiUiIHN0b3AtY29sb3I9IiM0YjUyNjQiIHN0b3Atb3BhY2l0eT0iMC45MiIvPjxzdG9wIG9mZnNldD0iOTAuNyUiIHN0b3AtY29sb3I9IiM0YjUyNjQiIHN0b3Atb3BhY2l0eT0iMC45MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwNTY2NyIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(75, 82, 100, 0.92)), color-stop(46.56%, rgba(75, 82, 100, 0.92)), color-stop(90.7%, rgba(75, 82, 100, 0.92)), color-stop(100%, rgba(80, 86, 103, 0.92)));
    background-image: -moz-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: linear-gradient(to top, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    padding: 6px;
    text-transform: uppercase;
    font-weight: normal; }

#kb-press-kit #page {
  background: #464c5d url("../i/kb_presskit-bg.jpg") no-repeat center top; }
#kb-press-kit #primary {
  height: 735px;
  padding: 35px 3.5353535%;
  border-bottom: 3px solid #fff; }
  @media screen and (max-width: 720px) {
    #kb-press-kit #primary {
      padding: 0;
      height: 600px; } }
#kb-press-kit #main {
  width: 100%;
  max-width: 480px;
  height: 600px;
  background: #fff;
  background: rgba(255, 255, 255, 0.89);
  color: #000; }
  @media screen and (max-width: 720px) {
    #kb-press-kit #main {
      max-width: 720px; } }
  #kb-press-kit #main .entry-title {
    background-image: -moz-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -o-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    background-image: linear-gradient(to top, rgba(75, 82, 100, 0.92) 0%, rgba(75, 82, 100, 0.92) 46.56%, rgba(75, 82, 100, 0.92) 90.7%, rgba(80, 86, 103, 0.92) 100%);
    padding: 0 20px;
    font: normal 28px/2.0 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 480px) {
      #kb-press-kit #main .entry-title {
        font: normal 24px/2.0 Arial, Helvetica, sans-serif; } }
  #kb-press-kit #main .entry-content {
    margin: 15px 10px 15px 20px;
    height: 516px;
    overflow: auto;
    overflow-x: hidden;
    font: normal 13px/1.4 Arial, Helvetica, sans-serif; }
    #kb-press-kit #main .entry-content h2 {
      font: bold 16px/2.0 Arial, Helvetica, sans-serif; }
    #kb-press-kit #main .entry-content .gallery {
      list-style: none;
      padding: 0;
      margin: 0; }
    #kb-press-kit #main .entry-content .gallery-icon {
      width: 33.3%;
      text-align: center;
      float: left;
      padding: 0 0 1em; }
      #kb-press-kit #main .entry-content .gallery-icon img {
        border: 1px solid #44495a; }
