/**
 * Basic Content Styles
 */
body {
  color: var(--primarydarkgray);
  font-family: var(--sans-serif-font);
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 599px) {
  body {
    position: unset !important;
  }
}

p {
  margin: 0 auto 20px;
  max-width: var(--content-width);
}

.entry-content>.elementor-widget-container>p,
.wp-block-group:not(.has-background) .wp-block-group__inner_container>p {
  padding-left: 20px;
  padding-right: 20px;
}

.entry-content>.elementor-widget-container>.wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
  padding: 0 20px;
}

.elementor-text-editor p,
.gb-container p {
  padding-left: 0;
  padding-right: 0;
}

.gb-container p.has-background {
  padding-left: 38px;
  padding-right: 38px;
}

body a {
  color: var(--primarybrightblue);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #4a77bb;
}

.gb-headline,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--navy);
  font-family: var(--serif-font);
  font-weight: normal;
  max-width: var(--content-width);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5rem auto 1rem;
}

.entry-content>.elementor-widget-container>h1,
.entry-content>.elementor-widget-container>h2,
.entry-content>.elementor-widget-container>h3,
.entry-content>.elementor-widget-container>h4,
.entry-content>.elementor-widget-container>h5,
.entry-content>.elementor-widget-container>h6 {
  padding-left: 20px;
  padding-right: 20px;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 43px;
}

h3 {
  color: #58669f;
  font-size: 28px;
}

h4 {
  color: #58669f;
  font-size: 19px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
  text-decoration: none;
}

ul,
ol,
dl,
table {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.title-prefix {
  display: block;
  font-size: 14px;
  font-family: var(--sans-serif-font);
  font-weight: bold;
  color: var(--primarydarkgray);
  letter-spacing: .25px;
  margin: 15px 0 20px;
  opacity: .7;
}

.title-prefix .separator {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/**
 * Media
 */
.entry-content>.elementor-widget-container>.wp-block-image.wp-block-image {
  max-width: var(--content-width);
  margin: 0 auto 20px !important;
  padding: 0 20px;
}

html body .wp-block-image.wp-block-image figure.alignleft {
  margin: .5em 1em .5em 0;
}

html body .wp-block-image.wp-block-image figure.alignright {
  margin: .5em 0 .5em 1em;
}

body .wp-block-image .aligncenter.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Tables
 */
table thead th {
  background: var(--primarydarkgray);
  color: #fff;
  font-size: 14px;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background: rgba(228, 144, 0, 0.15);
}

table tbody th {
  text-align: left;
}

/**
 * Tables: Sort Links
 */

thead th .sort-link {
  color: #fff;
}

thead th .sort-link::after {
  content: '▲';
  display: inline-block;
  opacity: 0;
  margin: 0 0 0 .25em;
  transition: transform .25s;
}

thead th .sort-link--desc::after {
  content: '▼';
}

thead th .sort-link:hover {
  text-decoration: underline;
}

thead th .sort-link:hover::after {
  opacity: 1;
}

thead th .sort-link--current {}

thead th .sort-link--current::after {
  opacity: 1;
  transform: rotate(180deg);
}

thead th .sort-link--current:hover::after {
  transform: rotate(360deg);
  transition: transform .5s;
}

/**
 * Forms
 */
fieldset {
  border-radius: 5px;
  border: solid 1px #C8CBCF;
}

legend {
  font-weight: bold;
  font-family: var(--serif-font);
  font-size: 17px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid #C8CBCF;
  border-radius: 3px;
  box-sizing: border-box;
  padding: .5rem 1rem;
  transition: all .3s;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}

.button,
button,
input[type="button"],
input[type="submit"] {
  background-color: #002f47;
  border: solid 3px #002f47;
  border-radius: 100px;
  color: #FFFFFF;
  display: inline-block;
  font-family: var(--serif-font);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 12px 24px;
  text-transform: capitalize;
}

.button:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #4369BA;
  cursor: pointer;
  color: #FFFFFF;
  font-family: var(--serif-font);
}

button:disabled,
button:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
  background: #aaa;
  border-color: #aaa;
  cursor: default;
  color: #eee;
}

a[href$="\.pdf"][class*="button"]::before {
  content: '\f1c1 ';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 0 0;
}

a[href*="//"][class*="button"]:not([href*="childcareservices.org"])::before {
  content: '\f35d ';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 0 0;
}

.button--outline {
  background: transparent;
  border-color: #002f47;
  color: #002f47;
}

.button--outline:hover {
  background: #002f47;
  color: #fff;
}

label {
  font-family: var(--serif-font);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4em;
}

input:not([type="button"]):not([type="submit"]),
textarea {
  color: var(--primarydarkgray);
  border-style: solid;
  border-color: #C8CBCF;
  padding: 12px;
}

input:not([type="button"]):not([type="submit"]):not([type="search"]) {
  border-width: 1px;
}


input:focus:not([type="button"]):not([type="submit"]):not([type="search"]),
textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primarydarkgray);
}

.field-group {
  margin: 0 0 1em;
}

.form-submit button,
.form-submit .button {
  margin: 0 1em 0 0;
}

.input-group {
  list-style: none;
  padding: 0;
}

.field-group--compound .field-group__fields {
  display: flex;
}

.field-group--compound .field-subgroup {
  display: flex;
  flex-direction: column;
  margin: 0 1rem 0 0;
}

.field-group--compound .field-subgroup label {
  order: 1;
  font-family: var(--sans-serif-font);
  font-size: 14px;
  font-weight: normal;
}

.field-group--compound .field-subgroup-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0 1rem 0 0;
  padding: 2px;
}

.checkbox-label {
  display: inline-block;
  font-family: var(--sans-serif-font);
  font-size: 15px;
  font-weight: normal;
  margin: 0 1em 0 0;
}

.checkbox-label input {
  margin: -2px 3px 0 0;
}

.search-app-search-form {
  margin: 0 0 2em;
}

/**
 * Forms: Choices.js
 */

.choices__input {
  border: none !important;
  margin-bottom: 0 !important;
}

.choices__inner {
  padding: 2px 5px !important;
}

body .choices__list--multiple .choices__item {
  background: var(--primarydarkgray);
  border-color: var(--primarydarkgray);
  padding: 0px 10px 2px;
}

.choices__list .choices__item .choices__button {
  border-left: none !important;
  margin-left: 0 !important;
  transition: opacity 0.2s;
}

.choices__button:hover {
  background-color: transparent !important;
  transition: opacity 0.2s;
}

/**
 * Simple Job Board
 */
.sjb-page {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 20px 20px 80px;
}

.sjb-filters {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .sjb-filters .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sjb-filters .sjb-search-keywords {
    width: 100%;
  }

  .sjb-filters .sjb-search-categories,
  .sjb-filters .sjb-search-job-type,
  .sjb-filters .sjb-search-location {
    width: 32%;
  }
}

.no-job-listing {
  font-size: var(--font-size-medium);
  font-weight: bold;
  padding: 40px 0;
  opacity: 0.85;
}

.sjb-listing .list-data {
  margin-bottom: 40px;
}

.sjb-listing .list-data .job-title-block {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sjb-listing .ccsa-job-meta,
  .single-jobpost .sjb-page header .row .row {
    display: flex;
  }

  .sjb-page .job-type,
  .sjb-page .job-location,
  .sjb-page .job-date {
    margin-right: 20px;
  }
}

.sjb-page .job-type i,
.sjb-page .job-location i,
.sjb-page .job-date i {
  opacity: 0.5;
  margin-right: 8px;
  width: 1em;
}

.sjb-listing .list-data .job-description {
  margin-top: 20px;
}

.single-jobpost .job-description {
  margin-bottom: 40px;
  margin-top: 40px;
}

.single-jobpost .job-features {
  margin-bottom: 40px;
}

.job-features table tr>td:first-child {
  font-weight: bold;
  min-width: 150px;
  width: 20%;
}
.ccsa-block-image {
  margin:0px;
}
