/**
 * This file imports variables and mixins. It's intended for use by component-level stylesheets.
 * It's safe to use in component-level stylesheets
 * because it won't add file size - these imports just declare variables and methods to make
 * them available. Only add imports here if you have verified that they don't decare anything
 * but variables or methods. This also masks the ugliness of importing bulma components directly
 * from the npm path, because the sass-loader is failing to find them for some reason
 *
 * Note that to use mixins defined in sass syntax in scss, you still have to use "@include mobile"
 * instead of just "+mobile"
**/
/**
 * These are core variables to define the theme and set bulma overrides (the variables in bulma
 * use "default" so if an override is specified here it will replace the default). No style
 * definitions should be made in this file, only variables.
 **/
/* Color Scheme */
/* Colors from styles */
/* Variables */
/* bumla default replacements */
/**
 * This file should only define mixins, because it will be included in _imports and so
 * any style definitions made here would be repeated each time the file is imported.
 */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

.placeholder.link::before, .placeholder-list li::before, .placeholder.text::before, .placeholder.list li::before, .placeholder.head::before, .placeholder.list li.head::before {
  content: "-";
  color: transparent;
  display: block;
  margin-bottom: 0.4rem;
}

.placeholder.head::before, .placeholder.list li.head::before {
  background: #ccc;
}

.placeholder-list li::before, .placeholder.text::before, .placeholder.list li::before {
  background: #ddd;
}

.placeholder.link::before {
  background: #3d87e4;
}

.placeholder.inline, .placeholder.list li {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.4rem;
  margin-left: 0;
  margin-right: 0;
}
.placeholder.block {
  display: block;
}
.placeholder.list.set-1-2-3 li:nth-child(1) {
  width: 16.6666666667%;
}
.placeholder.list.set-1-2-3 li:nth-child(2) {
  width: 33.3333333333%;
}
.placeholder.list.set-1-2-3 li:nth-child(3) {
  width: 50%;
}
.placeholder.list.set-2-3-1 li:nth-child(1) {
  width: 33.3333333333%;
}
.placeholder.list.set-2-3-1 li:nth-child(2) {
  width: 50%;
}
.placeholder.list.set-2-3-1 li:nth-child(3) {
  width: 16.6666666667%;
}
.placeholder.list.set-3-1-2 li:nth-child(1) {
  width: 50%;
}
.placeholder.list.set-3-1-2 li:nth-child(2) {
  width: 16.6666666667%;
}
.placeholder.list.set-3-1-2 li:nth-child(3) {
  width: 33.3333333333%;
}
.placeholder-list {
  margin: 0;
  padding: 0;
}
.placeholder-list li {
  display: inline-block;
  margin-right: 8px;
}

#app,
.static-content {
  transition: opacity 0.3s linear;
}
#app.hide,
.static-content.hide {
  opacity: 0;
  visibility: hidden;
}

body {
  font: 16px "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  color: #090306;
  background: #f3f8fb;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@keyframes progress-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.static-content {
  background: #ffffff;
  font-family: Helvetica, Arial, sans-serif !important;
  pointer-events: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.static-content > div {
  opacity: 0.2;
}
.static-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #0a1b35;
  animation: progress-bar 10s linear forwards;
}
.static-content + #app {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.static-content.hide + #app {
  position: static;
}
.static-content a {
  text-decoration: none;
  color: #3d87e4;
}
.static-content #site-content {
  flex-grow: 1;
  padding-top: 134px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px), print {
  .static-content #site-content {
    padding-top: 159px;
  }
}
.static-content header.site-header {
  width: 100%;
  background-color: #f9f9f9;
  height: 119px;
  position: fixed;
  z-index: 1500;
}
.static-content header .main-nav {
  background-color: #f9f9f9;
  min-height: 119px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 3px rgba(9, 3, 6, 0.1);
}
.static-content header .nav {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .static-content header .nav .nav-center {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 769px), print {
  .static-content header .nav {
    flex-flow: row nowrap;
    padding-bottom: 0;
  }
  .static-content header .nav .nav-center {
    order: 0;
    flex: 0 0 50%;
  }
  .static-content header .nav .search {
    width: 100%;
  }
}
.static-content header .nav-left,
.static-content header .nav-right {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
  overflow: auto;
}
.static-content header .nav-left {
  flex: 1 0 20%;
  min-width: 170px;
}
@media screen and (min-width: 769px), print {
  .static-content header .nav-left {
    min-width: 180px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.static-content header .nav-left .logo-print {
  display: none;
}
.static-content header .nav-right {
  flex: 1 0 20%;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 11px;
}
.static-content header .nav-center {
  flex: 1 0 100%;
  align-self: center;
  margin: 10px auto;
  padding: 0 10px;
  order: 1;
  align-items: stretch;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.static-content header .nav-item {
  padding: 10px;
  align-items: center;
  display: flex;
  flex-grow: 0;
  font-size: 16px;
  justify-content: center;
  line-height: 1.5;
}
.static-content header .nav-item img {
  max-height: none;
  max-width: 170px;
}
@media screen and (min-width: 769px), print {
  .static-content header .nav-item img {
    max-width: 180px;
  }
}
.static-content header .button {
  height: 40px;
  color: transparent;
  flex-shrink: 0;
  border: 0;
}
.static-content header .button.create {
  padding-right: 10px;
  padding-top: 2px;
  height: 40px;
}
.static-content header .button.is-light {
  background-color: #b3b4bc;
  width: 66px;
}
.static-content header .button.is-primary {
  background-color: #1d8fc9;
  width: 120px;
}
.static-content header .button.is-primary.create {
  width: 108px;
}
.static-content header .search {
  display: flex;
  width: 95vw;
  font-size: 1.5rem;
}
.static-content header .search .search-input {
  width: 100%;
  height: 40px;
  display: inline-block;
  background-color: #fff;
}
.static-content #notifications-count {
  position: relative;
  display: inline-block;
  padding: 11px;
}
.static-content #notifications-count .account-menu {
  color: rgb(243, 248, 251);
  background-color: rgb(10, 27, 53);
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 2px solid rgb(31, 151, 212);
}
.static-content #notifications-count .account-menu-count {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(31, 151, 212);
  color: rgb(243, 248, 251);
}
.static-content {
  /**
   * This file imports variables and mixins. It's intended for use by component-level stylesheets.
   * It's safe to use in component-level stylesheets
   * because it won't add file size - these imports just declare variables and methods to make
   * them available. Only add imports here if you have verified that they don't decare anything
   * but variables or methods. This also masks the ugliness of importing bulma components directly
   * from the npm path, because the sass-loader is failing to find them for some reason
   *
   * Note that to use mixins defined in sass syntax in scss, you still have to use "@include mobile"
   * instead of just "+mobile"
  **/
  /**
   * These are core variables to define the theme and set bulma overrides (the variables in bulma
   * use "default" so if an override is specified here it will replace the default). No style
   * definitions should be made in this file, only variables.
   **/
  /* Color Scheme */
  /* Colors from styles */
  /* Variables */
  /* bumla default replacements */
  /**
   * This file should only define mixins, because it will be included in _imports and so
   * any style definitions made here would be repeated each time the file is imported.
   */
}
.static-content .trial-period {
  width: auto;
  margin: auto;
  padding: 0 15px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.static-content .trial-period a,
.static-content .trial-period a:link,
.static-content .trial-period a:visited {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.static-content .browse-menu {
  padding: 5px 0;
  min-height: 40px;
  background: #f9f9f9;
  color: #214177;
}
.static-content .sub-nav {
  height: 40px;
  background: #f9f9f9;
  color: #214177;
  z-index: 300;
  left: 0;
  right: 0;
  position: relative;
  margin-top: 45px;
  font-size: 13px;
}
.static-content .sub-nav + .browse-menu {
  border-top: 1px solid #000;
}
.static-content .sub-nav ul {
  list-style: none;
  margin: 0;
  line-height: 1.6rem;
}
.static-content .sub-nav ul a {
  color: inherit;
  text-decoration: none;
}
.static-content .sub-nav > ul {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
}
.static-content .sub-nav > ul > li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 25px;
  line-height: 40px;
}
.static-content .sub-nav > ul > li > a {
  background: #f9f9f9;
  color: transparent;
  position: relative;
  width: 36px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}
.static-content .sub-nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #f9f9f9 transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 769px), print {
  .static-content .sub-nav {
    position: fixed;
    margin-top: 0;
  }
}
.static-content .nav-column {
  flex: 0 0 248px;
  padding-top: 40px;
  background: #f3f8fb;
}
.static-content #record-header,
.static-content #record-content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.static-content #record-header {
  flex-flow: column nowrap;
  height: auto;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.static-content #record-header .row-item {
  padding: 22px 10px 22px 20px;
}
.static-content #record-header .row-item.stick-right {
  padding-right: 1.375rem;
}
.static-content #record-header .nav-column {
  width: auto;
  position: relative;
  padding-right: 20px;
}
.static-content #record-header .nav-column .photo {
  height: 446px;
  background: #ccc;
}
.static-content #record-header .record-details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: normal;
  line-height: 1.3;
  order: 2;
}
.static-content #record-header .name {
  font-weight: 700;
  font-size: 2.25rem;
  width: 200px;
}
.static-content #record-header .detail-info {
  margin: 1rem 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.static-content #record-header .detail-info li {
  margin-right: 45px;
}
.static-content #record-header .detail-label {
  font-size: 0.8725rem;
}
.static-content #record-header .record-controls {
  order: 2;
  padding-top: 0;
}
.static-content #record-header .record-controls .button-group {
  display: flex;
  flex-flow: column;
}
.static-content #record-header .record-controls .button-group .button {
  color: #ffffff;
  background: #00214a;
  border: 2px solid #00214a;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02rem;
  margin: 0.175rem 0.25rem 0 0;
  padding: 0 1.75rem;
  height: 40px;
  border-radius: 0;
  width: 160px;
}
.static-content #record-header .record-links {
  order: 2;
}
.static-content #record-header {
  /* flexbox responsive reordering */
}
@media screen and (min-width: 769px), print {
  .static-content #record-header {
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
  }
  .static-content #record-header .nav-column {
    align-self: flex-start;
    width: 248px;
  }
  .static-content #record-header .nav-column .photo {
    height: 296px;
    width: 198px;
    display: block;
    object-fit: contain;
    object-position: 0 0;
  }
  .static-content #record-header .record-details {
    flex: 1;
    align-self: flex-start;
  }
  .static-content #record-header .record-controls {
    align-self: flex-start;
    order: 3;
  }
  .static-content #record-header .record-controls .button-group {
    flex-flow: row nowrap;
    overflow: visible;
  }
}
@media screen and (min-width: 1000px) {
  .static-content #record-header {
    height: 350px;
    padding-bottom: 25px;
    flex-flow: column wrap;
  }
  .static-content #record-header .record-details {
    flex: 0 0 60%;
    width: 60%;
  }
  .static-content #record-header .record-controls {
    order: 2;
  }
}
.static-content #record-content {
  flex-flow: column nowrap;
}
@media screen and (min-width: 1000px) {
  .static-content #record-content {
    flex-flow: row nowrap;
  }
}
.static-content .content-nav {
  background: #ffffff;
}
.static-content .content-nav .side-nav {
  background: #ffffff;
}
.static-content .content-nav .side-nav li {
  height: 36px;
}
.static-content .content-nav .side-nav li.placeholder {
  padding: 8px 14px;
}
.static-content .content-nav .side-nav li.placeholder::after {
  content: "-";
  background: #ccc;
  display: inline-block;
  color: transparent;
  height: 20px;
}
.static-content .content-nav .side-nav li.placeholder.w-1::after {
  width: 25%;
}
.static-content .content-nav .side-nav li.placeholder.w-2::after {
  width: 50%;
}
.static-content .content-nav .side-nav li.placeholder.w-3::after {
  width: 75%;
}
.static-content .content-nav .side-nav li.heading {
  background: #00214a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  border-left: 6px solid #00214a;
  margin-bottom: 0;
  padding: 0.4375rem 0.875rem;
}
@media screen and (min-width: 1000px) {
  .static-content .content-nav {
    padding-top: 40px;
  }
}
.static-content .record-main {
  box-shadow: 0 3px 6px rgba(9, 3, 6, 0.12), 0 3px 6px rgba(9, 3, 6, 0.23);
  flex: 1 auto;
  display: flex;
  flex-flow: row wrap;
  background: #fafdff;
  padding: 0 20px;
  margin-right: 20px;
}
.static-content .record-main h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  margin-top: 6px;
  margin-bottom: 0.3rem;
}
.static-content .record-main h3 .subtitle {
  font-weight: 300;
  font-size: 1.25rem;
}
.static-content .record-main h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0.3rem;
}
.static-content .record-main p,
.static-content .record-main li {
  font-size: 0.9rem;
  color: #43464d;
}
.static-content .record-main h6 {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.static-content {
  /** right column for record pages **/
}
.static-content .contact-sheet {
  flex: 0 40%;
  padding: 1.25rem 0 1.375rem 20px;
}
.static-content .contact-sheet h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.static-content .contact-sheet ul {
  margin: 0;
}
.static-content .contact-sheet .profile-summary {
  border-top: 3px solid #36363d;
}
.static-content .contact-sheet .profile-summary:first-child {
  margin-top: 20px;
}
.static-content .affil-list {
  list-style: none;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.02em;
  background: linear-gradient(to right, #36363d 15%, rgba(0, 0, 0, 0) 0%) repeat-x top;
  background-size: 5px 1px;
}
.static-content .affil-list div:not(.street-address) {
  padding: 0.375rem 0 0;
  background: linear-gradient(to right, #36363d 15%, rgba(0, 0, 0, 0) 0%) repeat-x top;
  background-size: 5px 1px;
}
.static-content .affil-list .heading {
  font-weight: 600;
  padding: 0.375rem 0 0;
  margin: 0;
  background-color: #ffffff;
  background: linear-gradient(to right, #36363d 15%, rgba(0, 0, 0, 0) 0%) repeat-x top;
  background-size: 5px 1px;
}
.static-content {
  /** center column for record pages **/
}
.static-content .overview {
  flex: 0 60%;
  margin-top: 40px;
  border-top: 3px solid #36363d;
  padding-bottom: 20px;
  flex-grow: 1;
}
.static-content .overview section {
  margin-top: 42px;
  border-top: 1px solid #d8d8d8;
}
.static-content .dl-two-columns-wrap {
  display: table;
  width: 100%;
}
.static-content .dl-two-columns-wrap > div {
  display: table-row-group;
}
.static-content .dl-two-columns-wrap dl {
  display: table-row;
  position: relative;
  vertical-align: top;
  font-size: 14px;
}
.static-content .dl-two-columns-wrap dl.bordered-dotted-bottom dt,
.static-content .dl-two-columns-wrap dl.bordered-dotted-bottom dd {
  border-bottom: 1px dotted #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.static-content .dl-two-columns-wrap dl dt,
.static-content .dl-two-columns-wrap dl dd {
  display: table-cell;
  padding: 5px 0;
  vertical-align: top;
}
.static-content .dl-two-columns-wrap dl dt {
  min-height: 17px;
  width: 80px;
  margin: 0 0 0.35em;
  text-transform: capitalize;
  font-weight: 700;
  color: #444;
}
.static-content .dl-two-columns-wrap dl dd {
  padding-left: 2px;
  position: relative;
  font-weight: normal;
}
@media screen and (min-width: 769px), print {
  .static-content .dl-two-columns-wrap dl dd {
    padding-left: 20px;
  }
}
.static-content .dl-two-columns-wrap dl dd ul {
  list-style: none;
  padding: 0;
}
.static-content .dl-two-columns-wrap dl dd ul li {
  padding: 0;
}

/*# sourceMappingURL=static.css.map */
