/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

body {
  background-color: #f8f8f8;
}
h2 {
  color: #605757;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 1.2em;
    line-height: 1.7em;
  }
}
.center {
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.admin-table {
  margin: 0 auto 4rem auto;
  text-align: left;
  width: 80%;
}
.admin-table tr {
  line-height: 1.5;
}
.admin-table tr:nth-child(even) {
  background-color: #fff;
}
.admin-table th {
  padding: 0.5rem 2rem;
}
.admin-table td {
  padding: 0.5rem 2rem;
}
.button,
button.stripe-button-el span {
  background-color: #a22100;
  background-image: none;
  border-radius: 3px;
  border-width: 0;
  box-shadow: 0;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1em 3em;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
}
.button:hover,
button.stripe-button-el span:hover,
.button:focus,
button.stripe-button-el span:focus {
  background-color: #7b1c00;
}
.button:disabled,
button.stripe-button-el span:disabled,
.button.disabled,
button.stripe-button-el span.disabled {
  background-color: #acacac;
}
.button-centered-container {
  margin: 0 auto;
  text-align: center;
}
.ui-widget-header {
  background: #00a9a0 !important;
  border-color: #00a9a0 !important;
}
.ui-state-default {
  color: #1b3478 !important;
}
.group:after {
  content: '';
  display: table;
  clear: both;
}
.content {
  padding: 0 1em 5em 1em;
}
footer {
  background-color: #494949;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.7em;
  padding: 1em;
  position: fixed;
  width: 100%;
}
footer .links {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .links li {
  display: inline;
}
footer .links li a {
  color: inherit;
}
.heading {
  margin: 2em 5em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  h3 {
    font-family: 'WorkSans-semibold';
  }
}
.masthead {
  background: #1c3677 url("/images/mag-glass-bg.svg");
  background-position: 200% center;
  background-repeat: no-repeat;
  background-size: 85%;
  border-top: 25px solid rgba(0,0,0,0.15);
  color: #fff;
  fill: currentColor;
  padding: 10px 0;
}
@media screen and (min-width: 700px) {
  .masthead {
    background-position: 100% center;
    background-size: 65%;
  }
}
@media screen and (min-width: 1300px) {
  .masthead {
    background-position: 80% center;
    background-size: 45%;
  }
}
.masthead h1 {
  color: #fff;
}
.masthead img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
  max-width: 50%;
}
.masthead .accent-line {
  border: none;
  height: 1px;
  color: #00a99f;
  background-color: #00a99f;
}
.masthead.external {
  border-top: 5px solid rgba(0,0,0,0.15);
  padding: 5px 0;
}
.masthead.external h1 {
  margin: 0 auto;
}
.masthead.external img {
  max-height: 50px;
}
.masthead.external .accent-line {
  margin: 0 auto;
}
.masthead.iframe {
  border-top: 5px solid rgba(0,0,0,0.15);
  padding: 5px 0;
}
.masthead.iframe h1 {
  margin: 0 auto;
}
.masthead.iframe img {
  max-height: 100px;
}
.masthead.iframe .accent-line {
  margin: 0 auto;
}
.pagination {
  color: #909598;
  font-style: italic;
  position: relative;
  text-align: center;
}
.pagination a {
  background-color: #909598;
  border-radius: 3px;
  color: #f9f9f9;
  display: inline-block;
  opacity: 0.5;
  padding: 5px;
  text-decoration: none;
}
.pagination a[href] {
  opacity: 1;
}
.pagination a[href]:hover {
  background-color: #64696b;
}
.pagination a.next-page {
  right: 0;
}
.pagination a.previous-page {
  left: 0;
}
.promote-option-list {
  padding: 0;
}
.promote-option-list .promote-link {
  color: #888c92;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0;
  padding: 0.5rem 0;
  text-decoration: none;
}
.promote-option-list .promote-link:hover {
  text-decoration: underline;
}
.promote-option-list .promote-option {
  list-style-type: none;
}
.recent-filing-container {
  margin: 3em auto 0 auto;
  width: 100%;
}
.recent-filing-container > .recent-filing {
  display: block;
  margin-bottom: 3em;
  vertical-align: top;
  width: 100%;
}
.recent-filing-container > .recent-filing > h3 {
  font-weight: normal;
  text-align: center;
}
.recent-filing-container > .recent-filing > h3 > a {
  color: initial;
  cursor: pointer;
  text-decoration: none;
}
.recent-filing-container > .recent-filing > h3 > a:hover {
  text-decoration: underline;
}
.recent-filing-container > .recent-filing > hr {
  border-color: #1b3479;
  width: 90%;
}
.recent-filing-container > .recent-filing > ol {
  padding: 0;
  margin: 0;
  width: 80%;
}
.recent-filing-container > .recent-filing > ol > li a {
  color: #555;
  text-decoration: none;
}
.recent-filing-container > .recent-filing > ol > li a:visited {
  color: #555;
}
.recent-filing-container > .recent-filing > ol > li a:hover {
  text-decoration: underline;
}
.recent-filing-container > .recent-filing .filing-item {
  color: #888c92;
  list-style-position: inside;
  margin-bottom: 1em;
  position: relative;
  text-align: left;
}
.recent-filing-container > .recent-filing .filing-name-container {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 85%;
}
@media screen and (min-width: 1100px) {
  .recent-filing-container > .recent-filing {
    display: inline-block;
    width: 24%;
  }
  .recent-filing-container > .recent-filing > h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: left;
  }
  .recent-filing-container > .recent-filing > hr {
    margin-left: 0;
  }
  .recent-filing-container > .recent-filing > ol {
    width: 100%;
  }
}
.recent-filing-container .widget-button {
  height: 18px;
  display: inline-block;
  position: absolute;
  right: -18px;
  top: 0;
  vertical-align: bottom;
  width: 18px;
}
.recent-filing-container .widget-button iframe,
.recent-filing-container .widget-button img {
  width: 100%;
}
.recent-filing-container .widget-button.promote {
  background: url("/images/promote-round.png") no-repeat;
  background-size: cover;
  right: -40px;
}
.recent-filing-container .widget-button.twitter {
  background: url("/images/twitter-round.png") no-repeat;
  background-size: cover;
}
.recent-filing-container .widget-button * {
  opacity: 0;
}
.search-header {
  background-color: #1c3677;
  border-top: 10px solid rgba(0,0,0,0.15);
  min-height: 149px;
  position: relative;
}
.search-header .container {
  margin: 0 auto;
  max-width: 800px;
}
.search-header .container .search {
  display: block;
  float: none;
  margin: 15px auto 0 auto;
  max-width: 65%;
}
.search-header .container .search .additional-filters {
  max-width: 100%;
}
.search-header .container .search .additional-filters .form-field {
  color: #fff;
}
.search-header .container .search .additional-filters input {
  color: initial;
}
.search-header .container .search .search-options {
  color: #fff;
}
.search-header .logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 25%;
}
.search-header .logo img {
  height: auto;
}
@media screen and (min-width: 600px) {
  .search-header .container .search {
    float: right;
  }
  .search-header .logo {
    display: inline-block;
  }
}
table.results {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  table.results {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  table.results {
    width: 100%;
  }
}
table.results th {
  margin-bottom: 10px;
  text-align: left;
/* Table Header */
}
@media screen and (max-width: 450px) {
  table.results th:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  table.results th span {
    display: none;
  }
}
table.results tr:nth-of-type(1) {
  height: 40px;
  line-height: 40px;
}
table.results tr:nth-of-type(1) th {
  cursor: pointer;
}
table.results tr:nth-of-type(1) th:hover {
  text-decoration: underline;
}
table.results tr:nth-child(4n) {
  background-color: #eaeaea;
}
table.results tr.summary {
  height: 40px;
  line-height: 40px;
  text-align: left;
}
table.results tr.summary td {
  box-sizing: border-box;
  color: #888c92;
  font-size: 1em;
  max-width: 0;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20%;
/* Company Name */
/* Table data */
}
table.results tr.summary td:nth-of-type(1) {
  color: #000;
  font-weight: bold;
  width: 59%;
}
@media screen and (max-width: 600px) {
  table.results tr.summary td {
    font-size: 0.7em;
  }
  table.results tr.summary td:nth-of-type(1) {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 450px) {
  table.results tr.summary td {
    width: 35%;
  }
  table.results tr.summary td:nth-of-type(2) {
    display: none;
  }
  table.results tr.summary td:nth-of-type(1) {
    font-size: 0.9em;
    width: 64%;
  }
}
table.results tr.summary.selected {
  background-color: #00a99f;
  cursor: pointer;
}
table.results tr.summary.selected td {
  color: #fff;
}
table.results tr.summary:hover {
  background-color: #00a99f;
  cursor: pointer;
}
table.results tr.summary:hover td {
  color: #fff;
}
table.results tr.detail {
  box-sizing: border-box;
  padding-bottom: 10px;
  display: none;
}
table.results tr.detail td {
  box-sizing: border-box;
  margin-bottom: 10px;
}
table.results tr.detail td div span {
  box-sizing: border-box;
  color: #888c92;
  display: inline-block;
  font-size: 0.7em;
  padding: 1em 0 0 15px;
  text-align: left;
  text-transform: uppercase;
  width: 39%;
}
table.results tr.detail td div span a {
  color: #00a9a0;
}
table.results tr.detail td div span a:visited {
  color: #00a9a0;
}
@media screen and (max-width: 550px) {
  table.results tr.detail td div span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  table.results tr.detail td div span {
    display: block;
    padding-top: 5px;
    width: 100%;
  }
}
table.results tr.detail td div span:nth-of-type(2) {
  color: #555;
  font-size: 1em;
  text-align: left;
  text-transform: capitalize;
  width: 59%;
}
@media screen and (max-width: 550px) {
  table.results tr.detail td div span:nth-of-type(2) {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  table.results tr.detail td div span:nth-of-type(2) {
    display: block;
    padding-top: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  table.results tr.detail td div {
    padding-top: 20px;
  }
}
.pagination {
  margin: 0 auto;
  max-width: 300px;
}
.no-results {
  text-align: center;
}
.results-container {
  padding: 0 1em 3em 1em;
}
.sec-form-page a {
  color: #888c95;
  margin: 1em 0;
  text-decoration: none;
}
.sec-form-page a:hover {
  text-decoration: underline;
}
.sec-form-page button {
  font-size: 0.9em;
  padding: 1px 5px;
  vertical-align: bottom;
}
.sec-form-page iframe {
  height: 100vh;
  margin-top: 10px;
  overflow: scroll;
  width: 100%;
}
.sec-form-page img {
  height: 16px;
  width: 16px;
}
.sec-form-page .copy-success {
  font-size: 0.8em;
  font-style: italic;
}
.sec-form-page .copy-link {
  background-color: #fff;
  border: 1px solid buttonface;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 10px;
  padding: 3px 5px;
}
.widget-button-container {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .widget-button-container {
    top: 5px;
  }
}
.sub-header {
  background-color: #eaeaea;
  color: #695b5b;
  height: 3em;
  padding-top: 0.3em;
  position: relative;
  width: 100%;
}
.sub-header > p {
  display: block;
  margin: 0;
}
.sub-header .download-results {
  display: block;
}
@media screen and (min-width: 300px) {
  .sub-header > p {
    left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-header .download-results {
    background-color: #909598;
    border-radius: 3px;
    color: #f8f8f8;
    padding: 5px;
    position: absolute;
    right: 1em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-header .download-results:hover {
    text-decoration: underline;
  }
}
.search {
  position: relative;
  width: 100%;
}
.search .search-box-container {
  margin: 0 auto;
  text-align: center;
}
.search .search-box-container input {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  box-sizing: border-box;
  float: left;
  font-size: 0.7em;
  font-style: italic;
  height: 40px;
  padding: 0.7em;
  width: 80%;
}
@media screen and (min-width: 300px) {
  .search .search-box-container input {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1100px) {
  .search .search-box-container input {
    font-size: 1em;
  }
}
.search .search-box-container button {
  background-color: #00a99f;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 40px;
  margin: 0;
  width: 20%;
}
.search .search-options {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  margin: 4px 0 4px -6px;
  padding-top: 15px;
  text-transform: uppercase;
}
.search .search-options span {
  background-color: #00a99f;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  padding: 6px 10px;
}
.search .additional-filters {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 400px;
}
.search .additional-filters input {
  max-width: 10em;
}
.search .additional-filters select {
  max-width: 100%;
}
.search .additional-filters input,
.search .additional-filters select {
  color: #000;
  font-style: italic;
}
.search .additional-filters label {
  display: block;
  font-size: 1em;
}
.search .additional-filters .form-field {
  display: block;
  margin: 0 0 1em 0;
}
.search .additional-filters .range-divide {
  display: block;
}
@media screen and (min-width: 600px) {
  .search .additional-filters .range-divide {
    display: initial;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@font-face {
  font-family: 'WorkSans-semibold';
  src: url("fonts/WorkSans-SemiBold.woff2") format('woff2'), url("fonts/WorkSans-SemiBold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.page-index .search {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.email-form {
  box-sizing: border-box;
  float: right;
  min-width: 300px;
  max-width: 30%;
  padding-right: 15px;
}
.email-form button {
  background-color: #00a99f;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 40px;
  margin: 0.5em 0;
  width: 70%;
}
.email-form h3 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
}
.email-form h3:hover {
  text-decoration: underline;
}
.email-form input,
.email-form textarea {
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  height: 40px;
  margin: 0.5em 0;
  padding: 0 0.7em;
  width: 100%;
}
.email-form textarea {
  resize: none;
  padding-top: 0.7em;
  min-height: 80px;
}
@media screen and (max-width: 700px) {
  .email-form {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .email-form {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
}
.html-embed {
  margin-right: 20px;
  width: 100%;
}
.html-embed > p {
  cursor: pointer;
  text-align: right;
}
.html-embed > p:hover {
  text-decoration: underline;
}
.html-embed > pre {
  border: 1px solid #909598;
  border-radius: 2px;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
.html-embed > pre > code {
  display: inline-block;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.pill-container {
  text-align: center;
}
.promoted-pill {
  background: #747474 url("/images/flag-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 5px 8px 4px 26px;
  text-align: right;
  text-transform: uppercase;
}
.promoted-pill--new-promote {
  background-color: #27b400;
}
.promoted-widget {
  background: #f3f3f3;
  background-position: 110% 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}
.promoted-widget .embed-container {
  display: none;
}
.promoted-widget-container {
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  width: 300px;
}
.promoted-widget-container hr {
  display: none;
}
.promoted-widget-container ol {
  margin: 0 0;
  padding: 0 0;
}
.promoted-widget-container ol li {
  border: 1px solid #808080;
  border-bottom-width: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0.5em;
}
.promoted-widget-container ol li:last-child {
  border-bottom-width: 1px;
}
.promoted-widget-container p {
  font-size: 0.85em;
  margin: 0;
  padding: 0 0;
}
.promoted-widget-container .companyName {
  color: #000;
  display: block;
  font-family: 'WorkSans-semibold', sans-serif;
  font-size: 1.2em;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promoted-widget-container .companyName:hover,
.promoted-widget-container .companyName:focus {
  text-decoration: underline;
}
.promoted-widget-container .details {
  font-size: 0.65em;
}
.promoted-widget-container .description {
  margin: 0;
}
.promoted-widget-container .highlight {
  color: #f00;
  font-weight: bold;
}
.promoted-widget-container .listing-rule {
  background-color: #d1d1d0;
  border: none;
  color: #d1d1d0;
  display: block;
  height: 1px;
  margin: 1.25em auto;
}
.promoted-widget-container .listing-rule:nth-last-child(1) {
  display: none;
}
.promoted-widget-container .platform-link {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
.promoted-widget-container .platform-link:hover,
.promoted-widget-container .platform-link:focus {
  text-decoration: underline;
}
.promoted-widget-footer {
  bottom: 0px;
  position: relative;
  background-color: #808080;
  border-top: 6px solid #a9a9a9;
  height: 50px;
  margin-top: 10px;
}
.promoted-widget-footer img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
}
.promote-pages .amount {
  display: block;
  margin-bottom: 0.5rem;
}
.promote-pages .content {
  margin-top: 25px;
}
.promote-pages .content h1 {
  color: #262626;
  font-family: 'WorkSans-semibold', sans-serif;
  font-size: 1.35em;
  font-weight: normal;
}
.promote-pages .coupon-code-trigger {
  color: #000;
  display: block;
  margin-top: 0.5rem;
}
.promote-pages .coupon-code-trigger:hover {
  cursor: pointer;
  text-decoration: underline;
}
.promote-pages .form-group {
  display: block;
  margin: 0.5em 0;
}
.promote-pages .form-input {
  height: 1.5em;
  margin-right: 1em;
  max-width: 8em;
  padding-left: 0.5em;
  width: 100%;
}
.promote-pages .single-line-input {
  max-width: 18em;
  width: 100%;
}
.promote-pages .error {
  color: #f00;
  list-style-type: none;
}
.promote-pages .error-list {
  padding-left: 0;
}
.promote-pages .masthead {
  background: #a22100 url("/images/flag-bg.svg");
  background-position: 95% 8px;
  background-repeat: no-repeat;
  background-size: 100px;
  border-bottom: 6px solid #7b1c00;
  border-top: 0;
  height: 50px;
}
@media screen and (min-width: 700px) {
  .promote-pages .masthead {
    background-position: 95% 10px;
    background-size: 250px;
  }
}
.promote-pages .masthead img {
  left: 20px;
  max-height: 45px;
  position: absolute;
  top: 15px;
  max-width: 170px;
}
.promote-pages .masthead .from {
  left: auto;
  max-height: 35px;
  position: absolute;
  right: 0px;
  top: 25px;
  max-width: 120px;
}
@media screen and (min-width: 700px) {
  .promote-pages .masthead .from {
    left: 200px;
    right: auto;
  }
}
@media screen and (min-width: 700px) {
  .promote-pages .promote-container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .promote-pages .promote-container {
    max-width: 1000px;
  }
}
.promote-pages .promoted-pill {
  background: #747474 url("/images/flag-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 5px 8px 4px 26px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .promote-pages .promoted-pill {
    float: right;
    margin-top: 0.7em;
  }
}
.promote-pages .promote-option-list .promote-link {
  font-size: 0.8em;
  width: 100%;
}
.promote-pages .promote-option-list .promote-link .file-label {
  font-size: 0.75em;
  padding-right: 0.5em;
  text-transform: uppercase;
}
.promote-pages .promote-option-list .promote-link .filing-info {
  clear: both;
  display: block;
  vertical-align: top;
}
@media screen and (min-width: 700px) {
  .promote-pages .promote-option-list .promote-link .filing-info {
    clear: none;
    display: inline-block;
    padding-right: 20px;
    width: 250px;
  }
}
.promote-pages .promote-option-list .promote-link .platform {
  width: auto;
}
.promote-pages .promote-option-list .promote-link .filing-name {
  color: #262626;
  font-family: 'WorkSans-semibold', sans-serif;
  font-size: 1.1em;
}
@media screen and (min-width: 700px) {
  .promote-pages .promote-option-list .promote-link .filing-name {
    display: inline-block;
    font-size: 1.3em;
    overflow: hidden;
    padding-right: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
  }
}
.promote-pages .promote-option-list .promote-option {
  padding: 0.5em 1em;
}
.promote-pages .promote-option-list .promote-option:hover {
  background-color: #a22100;
}
.promote-pages .promote-option-list .promote-option:hover .filing-info,
.promote-pages .promote-option-list .promote-option:hover .filing-name {
  color: #fff;
}
.promote-pages .promote-option:nth-child(even) {
  background-color: #eee;
}
.promote-pages .promotion-description {
  color: #888c92;
  margin-bottom: 2em;
  text-align: left;
}
