.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.row {
  display: block;
  width: 970px;
  margin: 0 -5px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.dynamic-row {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.dynamic-row:before,
.dynamic-row:after {
  content: "";
  display: table;
}
.dynamic-row:after {
  clear: both;
}
.dynamic-row > [class*="column"]:first-child {
  margin-left: 0;
}
@charset "UTF-8";
/*! normalize.css 2012-03-09T19:40 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   Thumbtack additions
   ========================================================================== */
html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  *zoom: 1;
  font-size: 14px;
  min-height: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  outline: none;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * THUMBATCK : simple reset
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/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. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves 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 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Addresses placeholder color unset in Firefox
 */
:-moz-placeholder {
  color: #a9a9a9;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}
.column-1 {
  display: inline;
  float: left;
  width: 30px;
  margin: 0 5px;
  min-height: 1px;
}
.column-2 {
  display: inline;
  float: left;
  width: 70px;
  margin: 0 5px;
  min-height: 1px;
}
.column-3 {
  display: inline;
  float: left;
  width: 110px;
  margin: 0 5px;
  min-height: 1px;
}
.column-4 {
  display: inline;
  float: left;
  width: 150px;
  margin: 0 5px;
  min-height: 1px;
}
.column-5 {
  display: inline;
  float: left;
  width: 190px;
  margin: 0 5px;
  min-height: 1px;
}
.column-6 {
  display: inline;
  float: left;
  width: 230px;
  margin: 0 5px;
  min-height: 1px;
}
.column-7 {
  display: inline;
  float: left;
  width: 270px;
  margin: 0 5px;
  min-height: 1px;
}
.column-8 {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 5px;
  min-height: 1px;
}
.column-9 {
  display: inline;
  float: left;
  width: 350px;
  margin: 0 5px;
  min-height: 1px;
}
.column-10 {
  display: inline;
  float: left;
  width: 390px;
  margin: 0 5px;
  min-height: 1px;
}
.column-11 {
  display: inline;
  float: left;
  width: 430px;
  margin: 0 5px;
  min-height: 1px;
}
.column-12 {
  display: inline;
  float: left;
  width: 470px;
  margin: 0 5px;
  min-height: 1px;
}
.column-13 {
  display: inline;
  float: left;
  width: 510px;
  margin: 0 5px;
  min-height: 1px;
}
.column-14 {
  display: inline;
  float: left;
  width: 550px;
  margin: 0 5px;
  min-height: 1px;
}
.column-15 {
  display: inline;
  float: left;
  width: 590px;
  margin: 0 5px;
  min-height: 1px;
}
.column-16 {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 5px;
  min-height: 1px;
}
.column-17 {
  display: inline;
  float: left;
  width: 670px;
  margin: 0 5px;
  min-height: 1px;
}
.column-18 {
  display: inline;
  float: left;
  width: 710px;
  margin: 0 5px;
  min-height: 1px;
}
.column-19 {
  display: inline;
  float: left;
  width: 750px;
  margin: 0 5px;
  min-height: 1px;
}
.column-20 {
  display: inline;
  float: left;
  width: 790px;
  margin: 0 5px;
  min-height: 1px;
}
.column-21 {
  display: inline;
  float: left;
  width: 830px;
  margin: 0 5px;
  min-height: 1px;
}
.column-22 {
  display: inline;
  float: left;
  width: 870px;
  margin: 0 5px;
  min-height: 1px;
}
.column-23 {
  display: inline;
  float: left;
  width: 910px;
  margin: 0 5px;
  min-height: 1px;
}
.column-24 {
  display: inline;
  float: left;
  width: 950px;
  margin: 0 5px;
  min-height: 1px;
}
.push-1 {
  margin-left: 45px;
}
.push-2 {
  margin-left: 85px;
}
.push-3 {
  margin-left: 125px;
}
.push-4 {
  margin-left: 165px;
}
.push-5 {
  margin-left: 205px;
}
.push-6 {
  margin-left: 245px;
}
.push-7 {
  margin-left: 285px;
}
.push-8 {
  margin-left: 325px;
}
.push-9 {
  margin-left: 365px;
}
.push-10 {
  margin-left: 405px;
}
.push-11 {
  margin-left: 445px;
}
.push-12 {
  margin-left: 485px;
}
.push-13 {
  margin-left: 525px;
}
.push-14 {
  margin-left: 565px;
}
.push-15 {
  margin-left: 605px;
}
.push-16 {
  margin-left: 645px;
}
.push-17 {
  margin-left: 685px;
}
.push-18 {
  margin-left: 725px;
}
.push-19 {
  margin-left: 765px;
}
.push-20 {
  margin-left: 805px;
}
.push-21 {
  margin-left: 845px;
}
.push-22 {
  margin-left: 885px;
}
.push-23 {
  margin-left: 925px;
}
.dynamic-row .column-1,
.dynamic-column-1 {
  display: inline;
  float: left;
  width: 5.80110497%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-1,
.ie7 .dynamic-column-1 {
  width: 5.70110497%;
}
.dynamic-row .column-2,
.dynamic-column-2 {
  display: inline;
  float: left;
  width: 14.36464088%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-2,
.ie7 .dynamic-column-2 {
  width: 14.26464088%;
}
.dynamic-row .column-3,
.dynamic-column-3 {
  display: inline;
  float: left;
  width: 22.92817679%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-3,
.ie7 .dynamic-column-3 {
  width: 22.82817679%;
}
.dynamic-row .column-4,
.dynamic-column-4 {
  display: inline;
  float: left;
  width: 31.49171271%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-4,
.ie7 .dynamic-column-4 {
  width: 31.39171271%;
}
.dynamic-row .column-5,
.dynamic-column-5 {
  display: inline;
  float: left;
  width: 40.05524862%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-5,
.ie7 .dynamic-column-5 {
  width: 39.95524862%;
}
.dynamic-row .column-6,
.dynamic-column-6 {
  display: inline;
  float: left;
  width: 48.61878453%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-6,
.ie7 .dynamic-column-6 {
  width: 48.51878453%;
}
.dynamic-row .column-7,
.dynamic-column-7 {
  display: inline;
  float: left;
  width: 57.18232044%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-7,
.ie7 .dynamic-column-7 {
  width: 57.08232044%;
}
.dynamic-row .column-8,
.dynamic-column-8 {
  display: inline;
  float: left;
  width: 65.74585635%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-8,
.ie7 .dynamic-column-8 {
  width: 65.64585635%;
}
.dynamic-row .column-9,
.dynamic-column-9 {
  display: inline;
  float: left;
  width: 74.30939226%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-9,
.ie7 .dynamic-column-9 {
  width: 74.20939226%;
}
.dynamic-row .column-10,
.dynamic-column-10 {
  display: inline;
  float: left;
  width: 82.87292817%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-10,
.ie7 .dynamic-column-10 {
  width: 82.77292817%;
}
.dynamic-row .column-11,
.dynamic-column-11 {
  display: inline;
  float: left;
  width: 91.43646408%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-11,
.ie7 .dynamic-column-11 {
  width: 91.33646408%;
}
.dynamic-row .column-12,
.dynamic-column-12 {
  display: inline;
  float: left;
  width: 99.99999999%;
  margin: 0 0 0 2.76243094%;
  min-height: 1px;
}
.ie7 .dynamic-row .column-12,
.ie7 .dynamic-column-12 {
  width: 99.89999999%;
}
.dynamic-row .push-1,
.dynamic-push-1 {
  margin-left: 11.32596685%;
}
.dynamic-row .push-2,
.dynamic-push-2 {
  margin-left: 19.88950276%;
}
.dynamic-row .push-3,
.dynamic-push-3 {
  margin-left: 28.45303867%;
}
.dynamic-row .push-4,
.dynamic-push-4 {
  margin-left: 37.01657458%;
}
.dynamic-row .push-5,
.dynamic-push-5 {
  margin-left: 45.58011049%;
}
.dynamic-row .push-6,
.dynamic-push-6 {
  margin-left: 54.14364641%;
}
.dynamic-row .push-7,
.dynamic-push-7 {
  margin-left: 62.70718232%;
}
.dynamic-row .push-8,
.dynamic-push-8 {
  margin-left: 71.27071823%;
}
.dynamic-row .push-9,
.dynamic-push-9 {
  margin-left: 79.83425414%;
}
.dynamic-row .push-10,
.dynamic-push-10 {
  margin-left: 88.39779005%;
}
.dynamic-row .push-11,
.dynamic-push-11 {
  margin-left: 96.96132596%;
}
.dynamic-row .push-12,
.dynamic-push-12 {
  margin-left: 105.52486187%;
}
.wrapper {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.wrapper.content {
  margin: 20px auto;
  min-height: 420px;
}
@media only screen and (max-width: 34.28571429em), only handheld and (max-device-width: 34.28571429em) {
  .wrapper.content {
    min-height: 0;
  }
}
@media only screen and (max-width: 960px) {
  .primo-fluid .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 950px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .primo-fluid .wrapper .row {
    width: auto;
    max-width: 950px;
  }
}
.content-wide,
.content-narrow,
.content-full {
  padding-bottom: 40px;
}
.content-wide {
  display: inline;
  float: left;
  width: 590px;
  margin: 0 5px;
  min-height: 1px;
}
.content-narrow {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 5px;
  min-height: 1px;
}
.content-wide + .content-narrow,
.content-narrow + .content-wide {
  margin-left: 45px;
}
@media only screen and (max-width: 34.28571429em), only handheld and (max-device-width: 34.28571429em) {
  .content-wide + .content-narrow,
  .content-narrow + .content-wide {
    margin-left: 0;
  }
}
.content-full {
  display: block;
  width: 970px;
  margin: 0 -5px;
  *zoom: 1;
}
.content-full:before,
.content-full:after {
  content: "";
  display: table;
}
.content-full:after {
  clear: both;
}
body {
  min-width: 980px;
}
@media only screen and (max-width: 960px) {
  .primo-fluid {
    min-width: 300px;
  }
}
@media only screen and (max-width: 34.28571429em), only handheld and (max-device-width: 34.28571429em) {
  .primo-responsive {
    min-width: 300px;
  }
  .primo-responsive .wrapper,
  .primo-responsive .row {
    width: auto;
    margin-left: 0;
  }
  .primo-responsive .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .primo-responsive .column-1,
  .primo-responsive .column-2,
  .primo-responsive .column-3,
  .primo-responsive .column-4,
  .primo-responsive .column-5,
  .primo-responsive .column-6,
  .primo-responsive .column-7,
  .primo-responsive .column-8,
  .primo-responsive .column-9,
  .primo-responsive .column-10,
  .primo-responsive .column-11,
  .primo-responsive .column-12,
  .primo-responsive .column-13,
  .primo-responsive .column-14,
  .primo-responsive .column-15,
  .primo-responsive .column-16,
  .primo-responsive .column-17,
  .primo-responsive .column-18,
  .primo-responsive .column-19,
  .primo-responsive .column-20,
  .primo-responsive .column-21,
  .primo-responsive .column-22,
  .primo-responsive .column-23,
  .primo-responsive .column-24 {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }
  .primo-responsive .push-1,
  .primo-responsive .push-2,
  .primo-responsive .push-3,
  .primo-responsive .push-4,
  .primo-responsive .push-5,
  .primo-responsive .push-6,
  .primo-responsive .push-7,
  .primo-responsive .push-8,
  .primo-responsive .push-9,
  .primo-responsive .push-10,
  .primo-responsive .push-11,
  .primo-responsive .push-12,
  .primo-responsive .push-13,
  .primo-responsive .push-14,
  .primo-responsive .push-15,
  .primo-responsive .push-16,
  .primo-responsive .push-17,
  .primo-responsive .push-18,
  .primo-responsive .push-19,
  .primo-responsive .push-20,
  .primo-responsive .push-21,
  .primo-responsive .push-22,
  .primo-responsive .push-23 {
    margin-left: 0;
  }
  .primo-responsive .dynamic-row .column-1,
  .primo-responsive .dynamic-column-1,
  .primo-responsive .dynamic-row .column-2,
  .primo-responsive .dynamic-column-2,
  .primo-responsive .dynamic-row .column-3,
  .primo-responsive .dynamic-column-3,
  .primo-responsive .dynamic-row .column-4,
  .primo-responsive .dynamic-column-4,
  .primo-responsive .dynamic-row .column-5,
  .primo-responsive .dynamic-column-5,
  .primo-responsive .dynamic-row .column-6,
  .primo-responsive .dynamic-column-6,
  .primo-responsive .dynamic-row .column-7,
  .primo-responsive .dynamic-column-7,
  .primo-responsive .dynamic-row .column-8,
  .primo-responsive .dynamic-column-8,
  .primo-responsive .dynamic-row .column-9,
  .primo-responsive .dynamic-column-9,
  .primo-responsive .dynamic-row .column-10,
  .primo-responsive .dynamic-column-10,
  .primo-responsive .dynamic-row .column-11,
  .primo-responsive .dynamic-column-11,
  .primo-responsive .dynamic-row .column-12,
  .primo-responsive .dynamic-column-12 {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }
  .primo-responsive .dynamic-row .push-1,
  .primo-responsive .dynamic-push-1,
  .primo-responsive .dynamic-row .push-2,
  .primo-responsive .dynamic-push-2,
  .primo-responsive .dynamic-row .push-3,
  .primo-responsive .dynamic-push-3,
  .primo-responsive .dynamic-row .push-4,
  .primo-responsive .dynamic-push-4,
  .primo-responsive .dynamic-row .push-5,
  .primo-responsive .dynamic-push-5,
  .primo-responsive .dynamic-row .push-6,
  .primo-responsive .dynamic-push-6,
  .primo-responsive .dynamic-row .push-7,
  .primo-responsive .dynamic-push-7,
  .primo-responsive .dynamic-row .push-8,
  .primo-responsive .dynamic-push-8,
  .primo-responsive .dynamic-row .push-9,
  .primo-responsive .dynamic-push-9,
  .primo-responsive .dynamic-row .push-10,
  .primo-responsive .dynamic-push-10,
  .primo-responsive .dynamic-row .push-11,
  .primo-responsive .dynamic-push-11,
  .primo-responsive .dynamic-row .push-12,
  .primo-responsive .dynamic-push-12 {
    margin-left: 0;
  }
}
body {
  font-family: Arial, Verdana, sans-serif;
  color: #575757;
}
a,
.pseudo-link {
  text-decoration: none;
  color: #4092f1;
}
a:link,
.pseudo-link:link,
.stealth-link:link {
  text-decoration: none;
  color: #4092f1;
}
a:visited,
.pseudo-link:visited,
.stealth-link:visited {
  text-decoration: none;
  color: #4092f1;
}
a:visited.never-visited,
.pseudo-link:visited.never-visited,
.stealth-link:visited.never-visited {
  color: #4092f1;
}
a:active,
.pseudo-link:active,
.stealth-link:active {
  color: #4092f1;
}
a:hover,
.pseudo-link:hover,
.stealth-link:hover {
  text-decoration: none;
  color: #70adf4;
}
.pseudo-link,
.stealth-link {
  cursor: pointer;
}
textarea,
input {
  font-family: Arial, Verdana, sans-serif;
}
h1,
h2,
h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}
h1 {
  font-size: 28px;
  color: #434343;
  font-weight: 400;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.body-text h1,
h1.body-text {
  line-height: 28px;
  margin: 0 0 14px;
}
.body-title h1,
h1.body-title {
  line-height: 28px;
  margin: 0 0 14px;
}
h2 {
  font-size: 21.994px;
  color: #434343;
  font-weight: 400;
}
.body-text h2,
h2.body-text {
  line-height: 21px;
  margin: 0 0 14px;
}
h3 {
  font-size: 18.004px;
  color: #434343;
  font-weight: 400;
}
.body-text h3,
h3.body-text {
  line-height: 17.5px;
  margin: 0 0 14px;
}
h4,
h5 {
  font-size: 14px;
  color: #434343;
  font-weight: 700;
}
.body-text h4,
h4.body-text {
  line-height: 14px;
  margin: 0 0 14px;
}
.body-text h5,
h5.body-text {
  line-height: 14px;
  margin: 0 0 14px;
}
p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.body-text p,
p.body-text {
  line-height: 21px;
  margin: 0 0 14px;
}
.lead {
  font-size: 1.4em;
  line-height: 21px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.body-text ul,
ul.body-text {
  list-style-type: disc;
  padding-left: .4em;
  margin: 0 0 14px;
}
.body-text ul li,
ul.body-text li {
  line-height: 21px;
  margin-left: 20px;
}
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.body-text ol,
ol.body-text {
  list-style-type: decimal;
  padding-left: .8em;
  margin: 0 0 14px;
}
.body-text ol li,
ol.body-text li {
  line-height: 21px;
  margin-left: 20px;
}
table {
  margin: 0;
}
table td,
table th {
  vertical-align: top;
  text-align: left;
}
.body-text table,
table.body-text {
  margin: 0 0 14px;
}
.body-text table td,
table.body-text td,
.body-text table th,
table.body-text th {
  padding: 0 20px 5px 0;
}
table.data-table {
  margin: 0 0 14px;
}
table.data-table td,
table.data-table th {
  padding: 0 20px 5px 0;
}
table.data-table tbody tr > * {
  padding-top: 5px;
  border-top: 1px dotted #d2d2d2;
}
hr {
  height: 1px;
  border: 0;
  color: #ffffff;
  background-color: #ffffff;
  border-top: 1px solid #666666;
  margin-bottom: 1em;
  margin-top: 1em;
}
pre {
  margin: 0;
}
.body-text pre,
pre.body-text {
  margin: 0 0 14px;
}
.box {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  margin: 0 0 30px;
  clear: both;
}
.box .box .box {
  margin-top: 1em;
  margin: 0 0 14px;
}
.box .box-header {
  margin: 0 0 20px;
  position: relative;
}
.box .box-header h1,
.box .box-header h2 {
  font-size: 21.994px;
  letter-spacing: 0.04em;
  margin: 0;
}
.box .box-header h3,
.box .box-header h4 {
  font-size: 18.004px;
  margin: 0;
}
.box .box-header .section-desc {
  margin: 0;
}
.box .box-content > *:last-child {
  margin-bottom: 0;
}
.box .box-header + .box-content {
  padding-top: 0;
}
.box .box-footer {
  padding: 20px 0 10px;
  overflow: hidden;
}
.box .box-footer p {
  margin: 0;
}
.box .box-footer .bttn {
  float: left;
  width: auto;
  margin: -3px 10px -3px 0;
  font-size: 11.9px;
  line-height: 14px;
  padding: 4px 8px;
  font-weight: normal;
}
.ie7 .box .box-footer .bttn {
  padding: 2px 8px;
}
.box.box-primary {
  padding-top: 4px;
}
.box.box-primary:before {
  content: "";
  background-color: #f47503;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.box.box-primary.box-modal:before {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box.box-primary .box-header {
  padding: 15px 0 0;
}
.box.box-modal {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.33), 0px 0px 30px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box.box-modal .box-header {
  padding: 20px 0 0 20px;
}
.box.box-modal .box-header .modal-close {
  width: 23px;
  height: 23px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #434343;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  box-shadow: 0px 1px 2px #aeaeae, 0 0 0 3px #ffffff, 0 1px 2px 3px #aeaeae;
  top: -7px;
  right: -7px;
  text-align: center;
  font: bold 20px/24px monospace;
}
.box.box-modal .box-header .modal-close :hover {
  background: #5d5d5d;
}
.box.box-modal .box-content {
  padding: 20px;
}
.box.box-frame {
  padding: 10px;
  width: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.box.box-frame:after {
  content: '';
  box-shadow: inset 0px 1px 3px #aeaeae;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.box .box-image-primary img {
  display: block;
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.box .box-image-primary + .box-content {
  margin-top: 20px;
}
.box.box-segmented > .box-header {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.box.box-segmented > .box-content {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: inherit;
}
.box.box-segmented > .box-content > li,
.box.box-segmented > .box-content > .box-segment {
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #d2d2d2;
}
.box.box-segmented.box-primary > .box-header {
  padding-bottom: 15px;
}
.ie7 .box-modal .box-header,
.ie8 .box-modal .box-header {
  padding-right: 35px;
}
.ie7 .box-modal .box-header .modal-close,
.ie8 .box-modal .box-header .modal-close {
  background: none;
  color: #000000;
  top: 10px;
  right: 10px;
  font: bold 30px/30px monospace;
}
.ie7 .box-frame,
.ie8 .box-frame {
  float: left;
}
.status {
  border: 1px solid #4092f1;
  background-color: #4092f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#87bbf6), to(#4092f1));
  background: -webkit-linear-gradient(top, #87bbf6, #4092f1);
  background: -moz-linear-gradient(top, #87bbf6, #4092f1);
  background: -ms-linear-gradient(top, #87bbf6, #4092f1);
  background: -o-linear-gradient(top, #87bbf6, #4092f1);
  background: linear-gradient(left, #87bbf6, #4092f1);
  background-color: #64a6f4;
  margin: 0 0 14px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  color: #ffffff;
  padding: 12px 40px 7px 56px;
}
.status h3,
.status p {
  color: #ffffff;
  margin: 0 0 5px;
}
.status h3 {
  top: -2px;
  position: relative;
}
.status p {
  font-size: 15px;
}
.status h3 ~ p {
  font-size: inherit;
}
.status a {
  color: #ffffff;
  text-decoration: underline;
}
.status small {
  font-size: 13px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
.status .icon {
  background-image: url(/media/primo/icons/stock/white.png);
  position: absolute;
  left: 9px;
  top: 6px;
}
.status .icon-font {
  position: absolute;
  left: 9px;
  top: 6px;
  font-size: 30px;
}
.status.status-error,
.status.status-warning {
  border-color: #ff4949;
  background-color: #ff4949;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8686), to(#ff4949));
  background: -webkit-linear-gradient(top, #ff8686, #ff4949);
  background: -moz-linear-gradient(top, #ff8686, #ff4949);
  background: -ms-linear-gradient(top, #ff8686, #ff4949);
  background: -o-linear-gradient(top, #ff8686, #ff4949);
  background: linear-gradient(left, #ff8686, #ff4949);
  background-color: #ff6868;
}
.status.status-error .icon,
.status.status-warning .icon {
  background-position: -224px -196px;
}
.status.status-success {
  border-color: #11b30b;
  background-color: #11b30b;
  background: -webkit-gradient(linear, left top, left bottom, from(#15d90d), to(#11b30b));
  background: -webkit-linear-gradient(top, #15d90d, #11b30b);
  background: -moz-linear-gradient(top, #15d90d, #11b30b);
  background: -ms-linear-gradient(top, #15d90d, #11b30b);
  background: -o-linear-gradient(top, #15d90d, #11b30b);
  background: linear-gradient(left, #15d90d, #11b30b);
  background-color: #13c60c;
}
.status.status-success .icon {
  background-position: -84px -196px;
}
.status.status-note {
  background: #ffffff;
  color: #666666;
  text-shadow: none;
  border: none;
  box-shadow: none;
}
.status.status-note h3,
.status.status-note p {
  color: #666666;
}
.status.status-note a {
  color: #4092f1;
}
.status.status-note a:hover {
  color: #70adf4;
}
.status.status-note .icon {
  background-image: url(/media/primo/icons/stock/black.png);
  left: 0;
}
.status-accordion {
  margin: 0 0 14px;
}
.status-accordion > .status {
  margin-bottom: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.status-accordion > .status:first-child {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.status-accordion > .status:last-child {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.status-dropdown {
  position: relative;
  cursor: pointer;
}
.status-dropdown:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  content: '';
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: -28px -280px;
  background-image: url(/media/primo/icons/stock/black.png);
  top: 8px;
}
.status-closable {
  position: relative;
}
.status-closable > .status:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  content: "\d7";
  font: bold 20px/20px a;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 1;
}
.status-closable .status-close {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.ie7 .status-closable .status-close,
.ie8 .status-closable .status-close {
  display: none;
}
.status-closable .status-close:checked,
.status-closable .status-close:checked + .status {
  display: none;
}
.status {
  -webkit-box-shadow: 0px 1px 2px rgba(142, 142, 142, 0.68);
  -moz-box-shadow: 0px 1px 2px rgba(142, 142, 142, 0.68);
  box-shadow: 0px 1px 2px rgba(142, 142, 142, 0.68);
}
.pod .status {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ie7 .status-container .status-close,
.ie8 .status-container .status-close,
.ie8 .status-container > :before,
.ie9 .status-container .status-close {
  display: none !important;
  color: green;
}
.alert-info {
  margin: 0 0 14px;
  background: #d8e9fc;
  color: #0b4c97;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px 16.66666667px 16px 50px;
}
.ie7 .alert-info {
  padding-left: 20px;
}
.alert-info:before {
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e012';
  position: absolute;
  left: 16.66666667px;
  top: 16px;
  line-height: 22.4px;
  font-size: 18.2px;
  color: inherit;
}
.ie7 .alert-info:before {
  display: none;
}
.ie7 .alert-info:before {
  display: none;
}
.alert-info:before:before {
  content: '\e012';
  display: inline-block;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info p,
.alert-info span {
  color: inherit;
  text-align: left;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info p,
.alert-info span,
.body-text .alert-info h1,
.body-text .alert-info h2,
.body-text .alert-info h3,
.body-text .alert-info h4,
.body-text .alert-info p,
.body-text .alert-info span {
  line-height: 22.4px;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4 {
  margin: 0 0 7px;
  font-weight: 500;
}
.alert-info p {
  margin: 0 0 14px;
}
.alert-info small {
  font-size: 12.6px;
}
.alert-info :last-child {
  margin-bottom: 0;
}
.alert-error {
  margin: 0 0 14px;
  background: #ffc8c8;
  color: #950000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px 16.66666667px 16px 50px;
}
.ie7 .alert-error {
  padding-left: 20px;
}
.alert-error:before {
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e000';
  position: absolute;
  left: 16.66666667px;
  top: 16px;
  line-height: 22.4px;
  font-size: 18.2px;
  color: inherit;
}
.ie7 .alert-error:before {
  display: none;
}
.ie7 .alert-error:before {
  display: none;
}
.alert-error:before:before {
  content: '\e000';
  display: inline-block;
}
.alert-error h1,
.alert-error h2,
.alert-error h3,
.alert-error h4,
.alert-error p,
.alert-error span {
  color: inherit;
  text-align: left;
}
.alert-error h1,
.alert-error h2,
.alert-error h3,
.alert-error h4,
.alert-error p,
.alert-error span,
.body-text .alert-error h1,
.body-text .alert-error h2,
.body-text .alert-error h3,
.body-text .alert-error h4,
.body-text .alert-error p,
.body-text .alert-error span {
  line-height: 22.4px;
}
.alert-error h1,
.alert-error h2,
.alert-error h3,
.alert-error h4 {
  margin: 0 0 7px;
  font-weight: 500;
}
.alert-error p {
  margin: 0 0 14px;
}
.alert-error small {
  font-size: 12.6px;
}
.alert-error :last-child {
  margin-bottom: 0;
}
.alert-warning {
  margin: 0 0 14px;
  background: #f8f7cf;
  color: #827f13;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px 16.66666667px 16px 50px;
}
.ie7 .alert-warning {
  padding-left: 20px;
}
.alert-warning:before {
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e000';
  position: absolute;
  left: 16.66666667px;
  top: 16px;
  line-height: 22.4px;
  font-size: 18.2px;
  color: inherit;
}
.ie7 .alert-warning:before {
  display: none;
}
.ie7 .alert-warning:before {
  display: none;
}
.alert-warning:before:before {
  content: '\e000';
  display: inline-block;
}
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning p,
.alert-warning span {
  color: inherit;
  text-align: left;
}
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning p,
.alert-warning span,
.body-text .alert-warning h1,
.body-text .alert-warning h2,
.body-text .alert-warning h3,
.body-text .alert-warning h4,
.body-text .alert-warning p,
.body-text .alert-warning span {
  line-height: 22.4px;
}
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4 {
  margin: 0 0 7px;
  font-weight: 500;
}
.alert-warning p {
  margin: 0 0 14px;
}
.alert-warning small {
  font-size: 12.6px;
}
.alert-warning :last-child {
  margin-bottom: 0;
}
.alert-success {
  margin: 0 0 14px;
  background: #d2fcd0;
  color: #0e9109;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px 16.66666667px 16px 50px;
}
.ie7 .alert-success {
  padding-left: 20px;
}
.alert-success:before {
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e055';
  position: absolute;
  left: 16.66666667px;
  top: 16px;
  line-height: 22.4px;
  font-size: 18.2px;
  color: inherit;
}
.ie7 .alert-success:before {
  display: none;
}
.ie7 .alert-success:before {
  display: none;
}
.alert-success:before:before {
  content: '\e055';
  display: inline-block;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success p,
.alert-success span {
  color: inherit;
  text-align: left;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success p,
.alert-success span,
.body-text .alert-success h1,
.body-text .alert-success h2,
.body-text .alert-success h3,
.body-text .alert-success h4,
.body-text .alert-success p,
.body-text .alert-success span {
  line-height: 22.4px;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4 {
  margin: 0 0 7px;
  font-weight: 500;
}
.alert-success p {
  margin: 0 0 14px;
}
.alert-success small {
  font-size: 12.6px;
}
.alert-success :last-child {
  margin-bottom: 0;
}
.alert-note {
  margin: 0 0 14px;
  position: relative;
  padding: 10px 10px 10px 30px;
  background: #ffffff;
  color: #666666;
}
.ie7 .alert-note {
  padding-left: 0;
}
.alert-note a {
  color: #4092f1;
}
.alert-note a:hover {
  color: #70adf4;
}
.alert-note:before {
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e012';
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 21px;
  color: #666666;
}
.ie7 .alert-note:before {
  display: none;
}
.ie7 .alert-note:before {
  display: none;
}
.alert-note:before:before {
  content: '\e012';
  display: inline-block;
}
.alert-accordion {
  margin: 0 0 14px;
}
.alert-accordion > .alert-info,
.alert-accordion > .alert-error,
.alert-accordion > .alert-success {
  margin-bottom: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert-accordion > .alert-info:first-child,
.alert-accordion > .alert-error:first-child,
.alert-accordion > .alert-success:first-child {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert-accordion > .alert-info:last-child,
.alert-accordion > .alert-error:last-child,
.alert-accordion > .alert-success:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert-dropdown {
  position: relative;
  cursor: pointer;
  line-height: 21px;
}
.alert-dropdown p + div {
  padding: 5px 10px 5px 0;
  color: #aeaeae;
}
.alert-dropdown:after {
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-family: 'Primo Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  min-width: 1em;
  content: '\e032';
  font-size: 19.6px;
  top: 8px;
  color: #666666;
}
.ie7 .alert-dropdown:after {
  display: none;
}
.ie7 .alert-dropdown:after {
  display: none;
}
.alert-dropdown:after:before {
  content: '\e032';
  display: inline-block;
}
.alert-closable {
  position: relative;
}
.alert-closable p {
  padding-right: 40px;
}
.alert-closable > .alert-info:after,
.alert-closable > .alert-error:after,
.alert-closable > .alert-warning:after,
.alert-closable > .alert-success:after {
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  content: "\d7";
  font: bold 20px/20px a;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
}
.alert-closable .alert-close {
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.ie7 .alert-closable .alert-close,
.ie8 .alert-closable .alert-close {
  display: none;
}
.alert-closable .alert-close:checked,
.alert-closable .alert-close:checked + .alert-info,
.alert-closable .alert-close:checked + .alert-error,
.alert-closable .alert-close:checked + .alert-warning,
.alert-closable .alert-close:checked + .alert-success {
  display: none;
}
.ie7 .alert-container .alert-close,
.ie8 .alert-container .alert-close,
.ie9 .alert-container .alert-close {
  display: none !important;
  color: green;
}
.ie8 .alert-container > :before {
  display: none !important;
  color: green;
}
@media only screen and (max-width: 34.28571429em), only handheld and (max-device-width: 34.28571429em) {
  .primo-responsive .alert-info,
  .primo-responsive .alert-success,
  .primo-responsive .alert-warning,
  .primo-responsive .alert-error {
    margin: 20px 0;
  }
}
body {
  min-width: 0;
  width: auto;
  background: #ffffff;
}
.wrapper {
  width: 100%;
  max-width: 45em;
  padding-left: 2em;
  padding-right: 2em;
  box-sizing: border-box;
}
.header {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.header h1 {
  font-size: 1.5em;
  color: #666666;
}
.header h1 img {
  margin-bottom: -3px;
}
.meta-sep {
  padding: 0 .25em;
}
.hentry {
  margin-bottom: 3em;
}
.hentry h1.entry-title {
  padding-bottom: 0;
}
.hentry h2 {
  padding-top: 1em;
  line-height: 1.3em;
}
.hentry .right {
  float: right;
  margin: 0 0 1em 1em;
}
.hentry .left{
  float: left;
  margin: 0 2em 1em 1em;
}
.hentry .entry-meta {
  text-transform: uppercase;
  margin-bottom: 1.5em;
  color: #8e8e8e;
}
.hentry .entry-meta address {
  font-style: italic;
  text-transform: none;
  display: inline;
}
.hentry .entry-meta address .author-by {
  font-size: .75em;
  text-transform: uppercase;
  font-style: normal;
}
.hentry .entry-meta .published {
  font-size: .75em;
  text-transform: uppercase;
  font-style: normal;
}
.hentry .explore {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 1em;
  background: #f8f8f8;
}
.hentry .explore > h4 {
  padding: 0;
}
.hentry div.codehilite {
  padding-bottom: 1em;
  font-size: .9em;
}
.hentry div.codehilite > pre {
  padding: 1em;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}
.hentry code {
  font-size: .9em;
  padding: .1em .3em;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
}
.hentry img,
.hentry iframe {
  padding-bottom: 1em;
}
.hentry img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.hentry iframe {
  max-width: 100% !important;
  /* @media screen and (max-width: 640px) */
  /* @media screen and (max-width: 400px) */
}
@media screen and (max-width: 60em) {
  .hentry iframe {
    max-height: 30em !important;
  }
}
@media screen and (max-width: 40em) {
  .hentry iframe {
    max-height: 20em !important;
  }
}
@media screen and (max-width: 25em) {
  .hentry iframe {
    max-height: 15em !important;
  }
}
.paginator {
  padding: 1em;
  background: #cfe3fb;
  text-align: center;
  font-weight: bold;
}
.paginator > a:first-child {
  padding: 0 .25em 0 1em;
}
.paginator > a:last-child {
  padding: 0 1em 0 .25em;
}
.footer {
  padding-top: 2.5em;
  text-align: center;
}
/**
 * Pygments
 */
.hll {
  background-color: #eeeeee;
}
.c {
  color: #408090;
  font-style: italic;
}
.err {
  border: 1px solid #ff0000;
}
.k {
  color: #007020;
  font-weight: bold;
}
.o {
  color: #666666;
}
.cm {
  color: #408090;
  font-style: italic;
}
.cp {
  color: #007020;
}
.c1 {
  color: #408090;
  font-style: italic;
}
.cs {
  background-color: #FFF0F0;
  color: #408090;
}
.gd {
  color: #a00000;
}
.ge {
  font-style: italic;
}
.gr {
  color: #ff0000;
}
.gh {
  color: #000080;
  font-weight: bold;
}
.gi {
  color: #00a000;
}
.go {
  color: #303030;
}
.gp {
  color: #C65D09;
  font-weight: bold;
}
.gs {
  font-weight: bold;
}
.gu {
  color: #800080;
  font-weight: bold;
}
.gt {
  color: #0040d0;
}
.kc {
  color: #007020;
  font-weight: bold;
}
.kd {
  color: #007020;
  font-weight: bold;
}
.kn {
  color: #007020;
  font-weight: bold;
}
.kp {
  color: #007020;
}
.kr {
  color: #007020;
  font-weight: bold;
}
.kt {
  color: #902000;
}
.m {
  color: #208050;
}
.s {
  color: #4070a0;
}
.na {
  color: #4070a0;
}
.nb {
  color: #007020;
}
.nc {
  color: #0E84B5;
  font-weight: bold;
}
.no {
  color: #60add5;
}
.nd {
  color: #555555;
  font-weight: bold;
}
.ni {
  color: #D55537;
  font-weight: bold;
}
.ne {
  color: #007020;
}
.nf {
  color: #06287e;
}
.nl {
  color: #002070;
  font-weight: bold;
}
.nn {
  color: #0E84B5;
  font-weight: bold;
}
.nt {
  color: #062873;
  font-weight: bold;
}
.nv {
  color: #bb60d5;
}
.ow {
  color: #007020;
  font-weight: bold;
}
.w {
  color: #bbbbbb;
}
.mf {
  color: #208050;
}
.mh {
  color: #208050;
}
.mi {
  color: #208050;
}
.mo {
  color: #208050;
}
.sb {
  color: #4070a0;
}
.sc {
  color: #4070a0;
}
.sd {
  color: #4070A0;
  font-style: italic;
}
.s2 {
  color: #4070a0;
}
.se {
  color: #4070A0;
  font-weight: bold;
}
.sh {
  color: #4070a0;
}
.si {
  color: #70A0D0;
  font-style: italic;
}
.sx {
  color: #c65d09;
}
.sr {
  color: #235388;
}
.s1 {
  color: #4070a0;
}
.ss {
  color: #517918;
}
.bp {
  color: #007020;
}
.vc {
  color: #bb60d5;
}
.vg {
  color: #bb60d5;
}
.vi {
  color: #bb60d5;
}
.il {
  color: #208050;
}
