/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.0.1
* Docs at http://davidtheclark.github.io/scut
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

/*
Global
================================================================== */
body {
  font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #555;
  background: #f2f5f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2.125em;
  line-height: 1.4117647059em;
  margin-bottom: 0.7058823529em;
  font-weight: 600;
}

h2 {
  font-size: 1.625em;
  line-height: 1.3846153846em;
  margin-bottom: 0.9230769231em;
  font-weight: 600;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

h4 {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin-bottom: 1.3333333333em;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #068edf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b {
  font-weight: 600;
}

.intro {
  font-size: 1.25em;
  line-height: 1.44em;
  font-weight: 300;
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #777;
}

/*
Header
================================================================== */
.sr-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.main-header {
  padding: 10px 0;
  background: #FFF;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.logo-container {
  float: left;
}

.main-logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/logo.png?1416130181');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 199px;
  height: 61px;
  background-size: 100% 37px;
  width: 122px;
  height: 37px;
}

.main__nav li a {
  color: #222;
  text-decoration: none;
  font-weight: 400;
}
.main__nav li a:hover {
  color: #777;
}

/*
Content
================================================================== */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1em;
}

.content-group {
  margin: 2em 0 4em;
}

@media (min-width: 769px) {
  .main-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 1px solid #CCC;
    -webkit-column-rule: 1px solid #CCC;
    column-rule: 1px solid #CCC;
  }
  .main-content h2 {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all;
  }
}

.header-hero {
  padding: 4em 0 2em;
}
.header-hero h2 {
  color: #a0a0a0;
}

.main ul, .main ol {
  margin: 0 0 1.5em;
}

/*
Pricing
================================================================== */
.pricing-plan-options,
.pricing-plan--worldwide {
  display: table;
  table-layout: fixed;
  border-spacing: 10px 0;
  border-collapse: separate;
  width: 100%;
  margin: 0 0 1.8em;
}

.pricing-plan {
  position: relative;
  display: table-cell;
  width: 25%;
  border: solid #CCC;
  border-width: 1px;
  text-align: center;
  border-radius: 3px;
  border-width: 1px;
}

.pricing-plan__heading {
  padding: 1em 0;
  background: #f9fafa;
  border: solid #CCC;
  border-width: 0 0 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-plan__heading > span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  text-transform: none;
  color: #F9A006;
}

.pricing-plan__price {
  padding: 0.2em 0.4em 0.25em;
  line-height: 1.2;
  font-size: 50px;
  font-size: 3.125rem;
  background: #FFF;
}

.pricing-plan__price > abbr {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6em;
  vertical-align: top;
}

.pricing-plan__price > span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}

.pricing-plan--recommended {
  border-color: #F9A006;
}

.pricing-plan__label {
  width: 100%;
  height: 30px;
  top: -30px;
  line-height: 30px;
  left: -1px;
  color: #FFF;
  position: absolute;
  background: #F9A006;
  border: solid #F9A006;
  border-width: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.pricing-plan--worldwide {
  width: 100%;
  border-spacing: 0;
}
.pricing-plan--worldwide .pricing-plan__label {
  background: #e5e5e5;
  border: solid #e5e5e5;
  border-width: 1px;
  color: #555;
}
.pricing-plan--worldwide .pricing-plan__heading > span {
  color: #555;
}

.pricing-faq {
  margin: 2em 0;
}
.pricing-faq .pricing-faq--block {
  margin: 0 0 2.5em;
}
.pricing-faq h4 {
  padding: 0 0 .5em;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.1em;
}

/*
Footer
================================================================== */
.main-footer {
  background: #fafafa;
  text-align: center;
  padding-bottom: 3em;
}

.footer__nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.footer__nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}

.footer__nav a {
  color: #222;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #777;
}
.footer__nav a:hover, .footer__nav a:focus {
  text-decoration: underline;
}

.site-info {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777;
}

.logo__brand li {
  width: 50%;
  float: left;
}

.logo__social {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 1em 0 2em;
  overflow: visible;
}
.logo__social li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}
.logo__social a {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e5e5e5;
  padding: 0;
  background-size: 30px auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.logo__social a.logo__social--facebook {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTIwIDEyMCI+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTY3LjQ4NSAxMjBoLTIyLjQ4NXYtNjBoLTE1di0yMC42NzhsMTUtMC4wMDctMC4wMjQtMTIuMTgyYzAtMTYuODY5IDQuNTc0LTI3LjEzNCAyNC40NDUtMjcuMTM0aDE2LjU0NHYyMC42ODJoLTEwLjMzOWMtNy43MzggMC04LjExIDIuODg5LTguMTEgOC4yODNsLTAuMDMxIDEwLjM1aDE4LjU5NmwtMi4xOTIgMjAuNjc4LTE2LjM4OSAwLjAwNy0wLjAxNSA2MHoiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.logo__social a.logo__social--twitter {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMjAgMTIwIj4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNMTIwIDIyLjc4M2MtNC40MTUgMS45NTgtOS4xNiAzLjI4MS0xNC4xNCAzLjg3NyA1LjA4My0zLjA0NyA4Ljk4Ny03Ljg3MSAxMC44MjUtMTMuNjIxLTQuNzU3IDIuODIyLTEwLjAyNiA0Ljg3LTE1LjYzNCA1Ljk3NC00LjQ5MS00Ljc4NS0xMC44ODktNy43NzQtMTcuOTctNy43NzQtMTMuNTk2IDAtMjQuNjIgMTEuMDIyLTI0LjYyIDI0LjYxOSAwIDEuOTMgMC4yMTggMy44MDkgMC42MzggNS42MTEtMjAuNDYxLTEuMDI3LTM4LjYwMi0xMC44MjgtNTAuNzQ0LTI1LjcyMy0yLjExOSAzLjYzNi0zLjMzNCA3Ljg2NS0zLjMzNCAxMi4zNzcgMCA4LjU0MiA0LjM0NiAxNi4wNzcgMTAuOTUyIDIwLjQ5Mi00LjAzNi0wLjEyOC03LjgzMi0xLjIzNS0xMS4xNTEtMy4wNzktMC4wMDIgMC4xMDMtMC4wMDIgMC4yMDYtMC4wMDIgMC4zMSAwIDExLjkyOCA4LjQ4NiAyMS44NzggMTkuNzQ5IDI0LjE0MS0yLjA2NiAwLjU2My00LjI0MSAwLjg2NC02LjQ4NiAwLjg2NC0xLjU4NiAwLTMuMTI5LTAuMTU1LTQuNjMyLTAuNDQyIDMuMTMzIDkuNzggMTIuMjI1IDE2Ljg5OSAyMi45OTggMTcuMDk3LTguNDI2IDYuNjA0LTE5LjA0MSAxMC41MzktMzAuNTc2IDEwLjUzOS0xLjk4NyAwLTMuOTQ3LTAuMTE2LTUuODczLTAuMzQ1IDEwLjg5NSA2Ljk4NiAyMy44MzYgMTEuMDYyIDM3LjczOSAxMS4wNjIgNDUuMjg0IDAgNzAuMDQ3LTM3LjUxNSA3MC4wNDctNzAuMDQ4IDAtMS4wNjctMC4wMjQtMi4xMjktMC4wNzEtMy4xODUgNC44MTEtMy40NzEgOC45ODUtNy44MDcgMTIuMjg1LTEyLjc0NHoiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.logo__social a.logo__social--linkedin {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.logo__social a:hover {
  background-color: #d8d8d8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*
UI
================================================================== */
.spacer--dot {
  padding: 0 0.3em;
  font-weight: 600;
}

.center {
  text-align: center;
}

/*
Forms
================================================================== */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

form .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.4;
}

input[type="radio"], input[type="checkbox"] {
  margin: 6px 0 0;
}

.form__message.form__message--error {
  color: #cc0000;
}

/*Be sure to enable debug mode for your grid visualization so show up:
@include sgs-change('debug', true);

.container {
  @include background-grid($color: blue);
}*/
.form-subscription h3 {
  color: #F9A006;
  padding: 1.4em 0 0;
  margin: 1.6em 0 1.2em;
  border-top: 1px solid #DDD;
}
.form-subscription .form-group {
  margin-bottom: 20px;
}
.form-subscription .input-auto {
  width: auto;
  display: inline-block;
}
.form-subscription .plan-selection {
  font-size: 18px;
  font-size: 1.125rem;
}
.form-subscription .plan-selection b {
  font-weight: 700;
}
.form-subscription .radio, .form-subscription .checkbox {
  margin: 1.8em 0;
}
.form-subscription .form-button-footer {
  margin: 3em 0 0;
}
.form-subscription .form-button-footer p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0 0;
}

@media (min-width: 768px) {
  .form-subscription {
    width: 49.1525423729%;
    float: left;
    margin-right: -100%;
    margin-left: 25.4237288136%;
    clear: none;
  }

  .form-col-left {
    width: 49.1525423729%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .form-col-right {
    width: 49.1525423729%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .form-col-left {
    width: 32.2033898305%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .form-col-right {
    width: 66.1016949153%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.label {
  font-size: 18px;
  font-size: 1.125rem;
}
.label .help {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

/*
Outlets
================================================================== */
.filter-table {
  padding: 0 0 1.2em;
  margin: 0;
  text-align: center;
}
.filter-table input {
  border: 1px solid #DDD;
  padding: 0.3em 1em;
  border-radius: 5px;
  width: 100%;
}

.outlets-table th {
  font-weight: 600;
  background: #e5e5e5;
}

/*
Helpers
================================================================== */
.svg-logo {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.container:after, .main-footer:after, .row:after, .news__feed .news-footer:after, .testimonial:after {
  content: "";
  display: table;
  clear: both;
}

.align-right {
  text-align: right;
}

align-left {
  text-align: left;
}

.visibility-small {
  display: block !important;
}

.visibility-medium {
  display: none !important;
}

.banner-home, .subscription-features {
  position: relative;
  display: inline-block;
  width: 100%;
}
.banner-home:before, .subscription-features:before, .banner-home:after, .subscription-features:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 999px;
}
.banner-home:after, .subscription-features:after {
  right: 100%;
}
.banner-home:before, .subscription-features:before {
  left: 100%;
}

.title {
  display: table;
  width: 100%;
}

.col-title {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0 0 .2em;
}

/* Section - Home Intro */
.banner-home {
  background: url("../img/home-banner-top.jpg") no-repeat 50% 30%;
  background-size: cover;
  color: #FFF;
}
.banner-home:after {
  background: inherit;
}
.banner-home:before {
  background: inherit;
}
.banner-home .title {
  padding: 3em 0;
  text-align: center;
}
.banner-home h2 {
  font-size: 1.875em;
  line-height: 1.28em;
  margin-bottom: 0.2em;
}
.banner-home h2 span {
  color: #F9A006;
  display: block;
}
.banner-home p {
  font-size: 1.125em;
  line-height: 1.3333333333em;
}
.banner-home .view-prices {
  display: block;
  padding: 6px 0 0;
  color: #66BBE7;
}

/* Section - Latest Issue */
.latest-issue {
  padding: 2.4em 0 0;
}
.latest-issue h2 {
  font-weight: 400;
}
.latest-issue h3 {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  text-transform: uppercase;
  font-weight: 600;
  color: #F9A006;
  margin: 0;
}
.latest-issue p {
  margin-bottom: 20px;
}
.latest-issue .issue-highlights li {
  padding-left: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
  background: url("../img/icon-bullet.gif") no-repeat 0 8px;
}
.latest-issue .issue-preview {
  padding-bottom: 1.8em;
}
.latest-issue .issue-preview img {
  max-width: 75%;
  height: auto;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/* Section - Home Features */
.subscription-features {
  text-align: center;
  padding: 2em 0 0.5em;
  color: #FFF;
  background: url("../img/section-bg-features.jpg") no-repeat 50% 30%;
  background-size: cover;
}
.subscription-features:after {
  background: inherit;
}
.subscription-features:before {
  background: inherit;
}
.subscription-features h2 {
  font-weight: 400;
}
.subscription-features h3 {
  color: #F9A006;
  padding-top: 0.4em;
  margin: 0 0 0.2em;
}
.subscription-features h4 {
  font-weight: 300;
}

/* Section - Home Story */
.subscription-story {
  padding: 2em 0;
  background: #FFF;
}
.subscription-story h2 {
  font-weight: 400;
}
.subscription-story h3 {
  margin: 0 0 .2em;
  line-height: 1.1;
}
.subscription-story .media-image {
  text-align: center;
  padding: 1.5em 0 0;
}
.subscription-story .media-image img {
  width: 100%;
  height: auto;
}

/* Section - News */
.latest-news {
  background: #e5e5e5;
}

.news__feed {
  padding: 0 0 1.8em;
}
.news__feed .news-header {
  padding: 2em 0 1em;
}
.news__feed .news-header h3 {
  background-image: url('../img/logo-landlords-nz.gif?1417684808');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 90px 0 0;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.news__feed .news-header h3 span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 300;
}
.news__feed .news__feed--link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 3px;
  background: #FFF;
  border: 1px solid #DDD;
  width: 100%;
  padding: 1em 3em 1em 1em;
  margin-bottom: 10px;
  position: relative;
  color: #222;
  text-decoration: none;
}
.news__feed .news__feed--link h3, .news__feed .news__feed--link span {
  font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.news__feed .news__feed--link h3 {
  margin: 0;
}
.news__feed .news__feed--link span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
}
.news__feed .news__feed--link:hover {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-transition: all 400ms 0;
  -o-transition: all 400ms 0;
  -webkit-transition: all 400ms 0;
  transition: all 400ms 0;
}
.news__feed .news__feed--link:before {
  position: absolute;
  right: 1.2em;
  color: #CCC;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.news__feed .news-footer a {
  float: right;
  color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.news__feed .news-footer a:hover {
  color: #777;
}

/* Section - Feature */
.section--feature {
  border-bottom: 2px solid #e5e5e5;
  padding: 2.4em 0;
  margin: 1.5em 0 2.4em;
  font-size: 80%;
}
.section--feature h2 {
  font-weight: 400;
}

.issue-sample {
  padding-bottom: 1.8em;
}
.issue-sample img {
  max-width: 280px;
  height: auto;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/* Section Call Out */
.call-out {
  padding: 1.5em 0;
  text-align: center;
}
.call-out h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  padding-bottom: 0.1em;
  margin: 0;
  font-weight: 400;
  color: #222;
}
.call-out span {
  font-weight: 300;
}
.call-out.call-out-footer {
  border: solid #DDD;
  border-width: 1px 0;
  margin: 0 0 1.5em;
  background: #313e44;
  color: #FFF;
}
.call-out.call-out-footer h2 {
  color: #FFF;
  font-weight: 400;
}
.call-out .join-feature {
  padding: 1em 0;
}

/* Section - Page Header */
.hero-into {
  background-color: #F9A006;
  color: #FFF;
  text-align: center;
  font-size: 90%;
}
.hero-into .title {
  padding: 3em 0 1em;
}
.hero-into h2 {
  font-size: 1.875em;
  line-height: 1.28em;
}
.hero-into img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.sub-intro {
  width: 83.0508474576%;
  float: left;
  margin-right: -100%;
  margin-left: 8.4745762712%;
  clear: none;
  padding: 2em 0 4em;
  font-size: 80%;
}
.sub-intro h2 {
  font-size: 1.5625em;
  line-height: 1.536em;
  font-weight: 300;
}

.block-header {
  padding: 0 0 1.8em;
}

.feature-item {
  padding: 0 0 1.4em 0;
  position: relative;
}
.feature-item h4 {
  font-size: 1em;
  line-height: 1.5em;
  padding-left: 50px;
}
.feature-item .icon-promo {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 2.25em;
  line-height: 1.3333333333em;
}

.testimonial {
  text-align: center;
  padding: 1em 0 2.2em;
}
.testimonial p {
  font-size: 1.375em;
  line-height: 1.4181818182em;
}
.testimonial span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}

/*
Helpers
================================================================== */
.container:after, .main-footer:after, .row:after, .news__feed .news-footer:after, .testimonial:after {
  content: "";
  display: table;
  clear: both;
}

.btn, .main-btn, .cta-btn, .info-btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0.4em 1.2em;
  color: #FFF !important;
  font-weight: 400;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -moz-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
}

.btn-large {
  padding: 0.5em 2em;
}

.btn {
  line-height: 1.2;
  background-color: #2EA5E2;
}
.btn:hover {
  background-color: #1e99d8;
  text-decoration: none !important;
  color: #FFF;
}

.main-btn {
  background-color: #5ca941;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.main-btn:hover {
  background-color: #52973a;
  text-decoration: none !important;
  color: #FFF;
}

.cta-btn {
  background-color: #2EA5E2;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cta-btn:hover {
  background-color: #1e99d8;
  text-decoration: none !important;
  color: #FFF;
}

.info-btn {
  background-color: #f9a006;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.info-btn:hover {
  background-color: #e09005;
  text-decoration: none !important;
  color: #FFF;
}

.btn-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.icon-promo {
  font-size: 120px;
  font-size: 7.5rem;
  color: #F9A006;
}

.icons-sprite, .icons-logo-1, .icons-logo-2, .icons-logo-3, .icons-logo-4, .icons-logo-5 {
  background-image: url('../img/icons-s2d60bc30dd.png');
  background-repeat: no-repeat;
}

.icons-logo-1 {
  background-position: 0 0;
}

.icons-logo-2 {
  background-position: 0 -64px;
}

.icons-logo-3 {
  background-position: 0 -128px;
}

.icons-logo-4 {
  background-position: 0 -192px;
}

.icons-logo-5 {
  background-position: 0 -256px;
}

.logo__brand a {
  display: block;
  width: 64px;
  height: 64px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

.nav-main--on {
  overflow: hidden;
  position: fixed;
}

.nav-main--on .main-header {
  position: fixed;
  background-color: #FFF;
  z-index: 5000;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 480px) {
  .latest-issue .issue-preview img {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .small-nopadding {
    padding: 0;
  }

  .logo-container {
    float: left;
    width: 100%;
    padding: 0 1em;
  }

  .top-nav {
    float: left;
    width: 100%;
  }

  .main__nav {
    display: block;
    z-index: 5000;
    border-top: 1px solid #e6e6e6;
  }

  .main__nav li {
    display: block;
    text-align: center;
    vertical-align: middle;
    background: #f9fafa;
  }

  .main__nav .main__nav--item a {
    padding: 25px 0;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #e6e6e6;
    font-size: 24px;
    font-size: 1.5rem;
    color: #068edf;
    font-weight: 400;
  }

  .main__nav li.main__nav--button {
    padding: 1em;
    background: #FFF;
  }

  .main__nav li.visibility-small {
    background: transparent;
  }

  .main__nav li ul li {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
  }

  ul.simple-toggle {
    display: none;
    opacity: 0;
    transform: translateY(0);
    transition: 150ms;
  }

  .anchor-link, #mobile-nav {
    display: block;
  }

  .anchor-link {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: transparent;
    color: #068edf !important;
    padding: 0.4em 1em;
  }
  .anchor-link:hover {
    background-color: transparent;
    color: #068edf !important;
    text-decoration: none !important;
  }
  .anchor-link:active {
    text-decoration: none !important;
  }
  .anchor-link .icon-menu {
    top: 1px;
    position: relative;
    color: #777;
  }

  ul.open {
    display: block;
    width: 100%;
    z-index: 500;
    position: relative;
    opacity: 1;
    transform: translateY(10px);
  }

  .section--content {
    padding-top: 55px;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  /* Homepage */
  .news__feed .news-header h3 {
    background-position: left top;
    padding: 0.5em 0 1em 100px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* Header */
  .main-header {
    padding: 20px 0;
  }

  .top-nav {
    width: 83.0508474576%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .logo-container {
    width: 15.2542372881%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .main__nav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    float: right;
    display: block;
    overflow: visible;
  }
  .main__nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .anchor-link {
    display: none;
    text-align: right;
    padding: 0 1em 0;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background-color: #0084B4;
    text-decoration: none;
    margin: 3px;
    float: right;
  }

  #mobile-nav {
    display: none;
  }

  /* Feature intro wrap */
  .section--content {
    padding-top: 75px;
  }

  /* Default content grid */
  .main {
    width: 74.5762711864%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .side {
    width: 23.7288135593%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .content {
    width: 66.1016949153%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .sidebar {
    width: 32.2033898305%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  /* Homepage */
  .banner-home h2 {
    font-size: 2.375em;
    line-height: 1.2631578947em;
  }
  .banner-home h2 span {
    display: inline;
  }

  .latest-issue .issue-preview img {
    max-width: 100%;
  }

  .promo__item {
    padding: 0 0 0.4em;
  }

  .issue-preview {
    width: 23.7288135593%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .issue-overview {
    width: 66.1016949153%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .subscription-story .media-image {
    padding: 0;
  }

  /* Page - Features */
  .hero-into h2 {
    font-size: 2.25em;
    line-height: 1.3333333333em;
    margin-bottom: 0.2em;
  }
  .hero-into p {
    font-size: 1.25em;
    line-height: 1.2em;
  }

  /* Page - Outlets */
  .filter-table {
    text-align: left;
  }
  .filter-table input {
    width: 250px;
    margin-left: 1em;
  }

  .outlets {
    margin: 0 0 1.2em;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }

  /* Signup promo */
  .call-out .col-1-4 {
    text-align: left;
    width: 57.6271186441%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .call-out .col-5-12 {
    text-align: right;
    width: 40.6779661017%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .call-out .join-feature {
    padding: 0.5em 0 0;
  }

  /* Footer */
  .footer__nav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  .footer__nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo__brand {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    width: auto;
    float: none;
  }
  .logo__brand li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo__brand li {
    float: none;
    width: auto;
  }

  /* Helpers */
  .visibility-small {
    display: none !important;
  }

  .visibility-medium {
    display: inline-block !important;
  }

  /* Grids */
  .col-1-4 {
    width: 32.2033898305%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .col-1-5 {
    width: 40.6779661017%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .col-5-8 {
    width: 32.2033898305%;
    float: left;
    margin-right: -100%;
    margin-left: 33.8983050847%;
    clear: none;
  }

  .col-5-12 {
    width: 66.1016949153%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .col-7-12 {
    width: 49.1525423729%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .col-9-12 {
    width: 32.2033898305%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .col-6-12 {
    width: 49.1525423729%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .col-5 {
    width: 40.6779661017%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .col-6 {
    width: 49.1525423729%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .col-8 {
    width: 66.1016949153%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .col-9 {
    width: 74.5762711864%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  /* Center column */
  .col-centered {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  /* Header */
  .main-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo.png?1416130181');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 199px;
    height: 61px;
    background-size: 100% auto;
    width: 199px;
    height: 61px;
  }

  .top-nav {
    margin-top: 0.5em;
  }

  .logo-container {
    width: 23.7288135593%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .top-nav {
    width: 74.5762711864%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  /* Feature intro wrap */
  .section--content {
    padding-top: 100px;
  }

  /* Homepage */
  .banner-home h2 {
    font-size: 2.875em;
    line-height: 1.5652173913em;
  }

  .latest-issue .issue-preview {
    width: 32.2033898305%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .latest-issue .issue-preview img {
    max-width: 80%;
  }

  .issue-overview {
    width: 66.1016949153%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .issue-overview h2 {
    font-size: 2.375em;
    line-height: 1.2631578947em;
    margin-bottom: 0.4em;
  }

  /* Page - Features */
  .hero-into h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
  }
  .hero-into p {
    font-size: 1.375em;
    line-height: 2.1818181818em;
  }

  /* Page - Outlets */
  .outlets {
    margin: 0 0 1.5em;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }

  /* Settings */
  p, ul, ol, dl {
    font-size: 1.125em;
    line-height: 1.8666666667em;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  /* Header */
  .logo-container {
    width: 23.7288135593%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .top-nav {
    width: 74.5762711864%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .main__nav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    overflow: visible;
  }
  .main__nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Page - Features */
  .feature-item {
    padding-left: 80px;
  }
  .feature-item h4 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 0.3em;
  }
  .feature-item .icon-promo {
    font-size: 3.125em;
    line-height: 1.44em;
  }
}
.alert, .success, .error, .warning {
  padding: 15px;
  margin-bottom: 20px;
  color: #555;
  border: 2px solid #EEE;
}
.alert p, .success p, .error p, .warning p {
  margin: 0;
}

.success {
  background: green;
}

.error {
  background: red;
}

.warning {
  background: orange;
}

@font-face {
  font-family: 'icomoon';
  src: url("(../fonts/icomoon.eot?xrv4xw)");
  src: url("../fonts/icomoon.eot?#iefixxrv4xw") format("embedded-opentype"), url("../fonts/icomoon.woff?xrv4xw") format("woff"), url("../fonts/icomoon.ttf?xrv4xw") format("truetype"), url("../fonts/icomoon.svg?xrv4xw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cloud:before {
  content: "\e9c2";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-facebook:before {
  content: "\ea8c";
}

.icon-map:before {
  content: "\e94b";
}

.icon-email:before {
  content: "\ea86";
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .form-group-sm .form-control {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn, .form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #cc0000;
}
.has-error .form-control {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #cc0000;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.filter-table .quick {
  margin-left: 0.5em;
  font-size: 0.8em;
  text-decoration: none;
}

.fitler-table .quick:hover {
  text-decoration: underline;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 45px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
}

.chosen-container-single .chosen-default {
  color: #444;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

#app-promo {
  background-color: #f2f5f9;
  text-align: center;
  margin: 5px 0;
  font-weight: bold;
}
#app-promo-dismiss {
  font-weight: normal;
  margin-left: 2%;
}