/* Jobs CSS */
html body .gform_wrapper {
  /* Form layout styles */
  /* Input field styles */
  /* Button styles */
  /* Chrome styles */
}
html body .gform_wrapper ul li.gfield {
  margin-top: 3em;
}
html body .gform_wrapper .top_label .gsection_description {
  margin-top: 0.5em;
}
html body .gform_wrapper .description_above .gfield_description {
  margin-top: 0.5em;
}
html body .gform_wrapper .gform_footer {
  margin-top: 3em;
}
html body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: transparent;
  border: 0 none;
  border-bottom: 2px solid black;
  border-radius: 5px 5px 0 0;
  padding: 0.5em 1em;
  transition: background 300ms ease-in;
}
html body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, html body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  background: #fafafa;
  outline: 0 none;
}
html body .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: baseline;
}
html body .gform_wrapper input[type=file] {
  font-family: inherit;
}
html body .gform_wrapper .gform_footer input.button,
html body .gform_wrapper .gform_footer input[type=submit],
html body .gform_wrapper .gform_page_footer input.button,
html body .gform_wrapper .gform_page_footer input[type=submit] {
  background: black;
  border: 0 none;
  color: white;
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 1.5em;
  padding: 0.5em 1em;
  transition: background 300ms ease-in;
}
html body .gform_wrapper .gform_footer input.button:focus, html body .gform_wrapper .gform_footer input.button:hover,
html body .gform_wrapper .gform_footer input[type=submit]:focus,
html body .gform_wrapper .gform_footer input[type=submit]:hover,
html body .gform_wrapper .gform_page_footer input.button:focus,
html body .gform_wrapper .gform_page_footer input.button:hover,
html body .gform_wrapper .gform_page_footer input[type=submit]:focus,
html body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #1a1a1a;
}
html body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

.content-page ul.job-listings {
  margin-bottom: 5rem;
}
.content-page ul.job-listings .thumbnail {
  margin-right: 1em;
  width: 125px;
}
.content-page ul.job-listings .thumbnail img {
  border-radius: 100%;
  height: auto;
  max-width: 100%;
}
.content-page ul.job-listings .thumbnail.empty {
  padding-bottom: 125px;
}
.content-page ul.job-listings .listing a {
  align-items: center;
  display: flex;
  padding: 1em 0;
  width: 100%;
}
.content-page ul.job-listings .listing {
  border-bottom: 1px solid lightgray;
}
.content-page ul.job-listings .title-org {
  flex: 1;
}
.content-page ul.job-listings h2 {
  line-height: 1.2;
  margin: 0;
}
.content-page ul.job-listings .org {
  margin-top: 0.25em;
}
.content-page ul.job-listings .date {
  color: gray;
}

.job-listing-content {
  margin-bottom: 5rem;
}

.job-listing.pagination {
  font-size: 1.618em;
  padding: 1em 0;
}
.job-listing.pagination li {
  display: inline-block;
}
.job-listing.pagination a,
.job-listing.pagination span.page-numbers {
  display: block;
  padding: 0.5em;
}

.wp-block-button__link.has-background:hover,
.wp-block-button__link.has-background:focus {
  background-color: black;
}

.job-listing-filters fieldset {
  border: 1px solid black;
  padding: 1rem;
}
.job-listing-filters legend {
  padding: 0.5em;
}
.job-listing-filters label {
  margin-right: 1em;
}

article.job-listing .job-listing-header {
  display: flex;
  flex-direction: column;
  margin: 3em 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  article.job-listing .job-listing-header {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 980px) {
  article.job-listing .job-listing-header-info {
    flex: 1;
  }
}
article.job-listing .job-listing-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
article.job-listing .org {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
article.job-listing .website a:link,
article.job-listing .website a:visited {
  color: gray;
}
article.job-listing .job-listing-thumb {
  min-width: 125px;
  max-width: 150px;
}
article.job-listing .job-listing-thumb img {
  border-radius: 100%;
}
article.job-listing .job-listing-content-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  article.job-listing .job-listing-content-wrap {
    flex-direction: row-reverse;
  }
}
article.job-listing .job-listing-content {
  flex: 1;
}
@media screen and (min-width: 980px) {
  article.job-listing .job-listing-content {
    padding-right: 3em;
  }
}
article.job-listing .summary-box {
  flex-basis: 30%;
}
article.job-listing .summary-item {
  border: 1px solid black;
  padding: 1em;
}
article.job-listing .summary-item + .summary-item {
  border-top: 0;
}
article.job-listing .summary-label {
  color: gray;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
article.job-listing .job-listing-content::after {
  clear: both;
  content: "";
  display: table;
}
