/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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 {
  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:focus {
  background-color: #7b1c00;
}
.button:disabled,
.button.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 .copyright {
  display: inline-block;
  margin: 10px 0;
  vertical-align: top;
}
footer .links {
  display: inline-block;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  vertical-align: top;
}
footer .links li {
  display: inline;
}
footer .links li a {
  color: inherit;
}
footer .social-icon {
  margin-left: 10px;
  width: 30px;
}
.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;
}
.offering-circular-link {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  width: 20px;
}
.offering-circular-image {
  fill: #00a99f;
  height: 20px;
  width: 100%;
}
.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;
}
.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 .offering-circular-link {
  position: absolute;
  right: -45px;
  top: -2px;
}
.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.selected .offering-circular-image {
  fill: #fff;
}
table.results tr.summary:hover {
  background-color: #00a99f;
  cursor: pointer;
}
table.results tr.summary:hover td {
  color: #fff;
}
table.results tr.summary:hover .offering-circular-image {
  fill: #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;
}
.sec-form-page .offering-circular-image {
  width: 20px;
}
.sec-form-page .offering-circular-link {
  width: auto;
}
.sec-form-page .twitter-button-container {
  display: inline-block;
}
.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;
  margin: 10px 0 0 0;
  max-width: 30%;
  min-width: 300px;
  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;
}
