/* Variables */
/* 400 */
/* 400, 400i, 700, 700i */
/* 400, 400i, 700 */
/* Header
================================================== */
body {
  margin: 0px;
  left: 0px;
  height: 100%;
}
header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 99;
}
header .header-upper {
  background: #f3f3f4;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
header .header-upper .org-name {
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 6px;
  color: #1a1a1a;
  z-index: 10;
}
header .header-lower {
  background: #f3f3f4;
  position: relative;
  font-family: 'Inter', serif;
}
a.mobile-nav-btn {
  position: absolute;
  right: 55px;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  top: 50%;
  margin-top: -15px;
  display: none;
  background: #fdcf07;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  z-index: 99;
}
a.mobile-nav-btn:hover {
  color: #ffffff;
  background: #1a1a1a;
}
.site-content {
  padding-top: 135px;
}
.site-logo {
  background: url("../images/cjpac-logo.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 150px;
  height: 50px;
  z-index: 99;
}
/* Home
================================================== */
.clear-fixed-header {
  padding: 50px 0;
}
/* WP Admin Bar Adjust for Fixed Header 
================================================== */
/* Blog
================================================== */
.archive-container {
  background: #f3f3f4;
}
.post-blocks .post-block {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f3f3f4;
  position: relative;
}
.post-blocks .post-block .post-block-thumb img {
  width: 100%;
  height: auto;
}
.post-blocks .post-block .post-block-category {
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-block;
  background: #fdcf07;
  border-radius: 15px;
  padding: 0 10px;
  z-index: 2;
}
.post-blocks .post-block .post-block-category a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.post-blocks .post-block .post-block-category a:hover {
  text-decoration: underline;
  color: #1a1a1a;
}
.post-blocks .post-block .post-block-title a {
  text-decoration: none;
}
.post-blocks .post-block .post-block-title a:hover {
  text-decoration: underline;
}
.post-blocks .post-block a.post-block-more {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: 900;
}
.post-blocks .post-block a.post-block-more i {
  color: #fdcf07;
  margin-left: 5px;
  font-size: 18px;
}
.post-blocks .post-block.no-featured-img {
  background: #ffffff;
  position: relative;
}
.post-blocks .post-block.no-featured-img .post-block-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.post-blocks .post-block.has-featured-img .post-block-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.post-blocks .post-block.has-featured-img .post-block-title {
  position: absolute;
  bottom: 5px;
  left: 25px;
  z-index: 3;
}
.post-blocks .post-block.has-featured-img .post-block-title a {
  color: #ffffff;
}
.post-blocks .post-block.has-featured-img img.post-block-bkg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.post-single .post-featured-img {
  margin-bottom: 30px;
}
.post-single .post-featured-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  margin: 20px auto;
}
.pagination ul li {
  display: inline;
  margin: 0px 1px;
  background: #ffffff;
  padding: 5px 10px;
}
.pagination ul li:hover {
  background: #ffffff;
}
.pagination ul li a {
  color: #1a1a1a;
  text-decoration: none;
}
.pagination ul li.active {
  background: #fdcf07;
}
.pagination ul li.active a {
  color: #1a1a1a;
}
/* #Team Members
================================================== */
.team-member-block {
  padding-bottom: 30px;
}
.team-member-block .team-member-content {
  position: relative;
}
.team-member-block img.team-member-thumb {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
.team-member-block .team-member-name {
  color: #1a1a1a;
  font-weight: bold;
}
.team-member-block .team-member-bio {
  padding-top: 20px;
}
.team-accordion-button {
  position: relative;
  cursor: pointer;
}
.team-accordion-marker {
  background: #fdcf07;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 23px;
  line-height: 12px;
  padding: 12px;
  cursor: pointer;
  color: #1a1a1a;
  border-top-left-radius: 10px;
}
.team-accordion-marker:hover {
  background: #ef4037;
}
.team-accordion-content {
  display: block;
  position: relative;
}
/* Content
================================================== */
.alignment-block-table {
  display: table;
  width: 100%;
  height: 100%;
}
.alignment-block-table .alignment-block-row {
  display: table-row;
}
.alignment-block-table .alignment-block-row .alignment-block-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sponsor-logo-blocks .sponsor-logo-block {
  border: 1px solid #f3f3f4;
  text-align: center;
  height: 200px;
  padding: 20%;
  margin-bottom: 30px;
}
.sponsor-logo-blocks .sponsor-logo-block .sponsor-logo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}
.sponsor-logo-blocks .sponsor-logo-block a .sponsor-logo:hover {
  opacity: 0.7;
}
.sponsor-logo-blocks .sponsor-logo-block .sponsor-logo-title {
  margin: 0px;
  padding: 0px;
}
.sponsor-logo-blocks .sponsor-logo-block a {
  text-decoration: none;
}
.sponsor-logo-blocks .sponsor-logo-block a:hover {
  text-decoration: underline;
  color: #1a1a1a;
}
/* Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
p:last-child,
li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table {
  margin: 20px 0;
}
table td {
  border: 1px solid #DBDBDB;
  padding: 10px;
  vertical-align: top;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  border-left: 4px solid #DBDBDB;
  padding: 20px 0px 10px 20px;
  margin-left: 20px;
}
/* Elementor Customizations
================================================== */
.elementor-container {
  margin: 0 auto;
}
.elementor-text-editor p:last-child {
  margin-bottom: 0px;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  flex-grow: 0;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  flex-grow: 0;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-title {
  text-align: left;
}
.elementor-mobile-align-left a {
  text-align: left;
}
.elementor-cta .elementor-cta__content .elementor-cta__image {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  width: calc(100% + 50px);
}
.elementor-image-carousel-caption {
  padding: 10px 10% 0 10%;
}
a.elementor-button:hover {
  text-decoration: none;
}
a.elementor-button {
  text-decoration: none;
}
/* Gravity Forms Customizations
================================================== */
.gform_wrapper.gravity-theme .gfield select {
  background-color: var(--e-global-color-c4f89ae);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-1941dfe);
}
.gform_wrapper.gravity-theme .gsection {
  padding: 0px;
}
.gform_wrapper.gravity-theme .top_label .gsection_description {
  padding-top: 0px;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-size: 15px;
}
/* Footer
================================================== */
footer {
  background: #1a1a1a;
}
footer .footer-row {
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .footer-col {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  height: 100%;
  width: 100%;
}
footer .footer-content-block {
  padding-bottom: 30px;
  color: #ffffff;
}
footer .footer-content-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer-content-block ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
footer .footer-content-block ul li a:hover {
  text-decoration: underline;
}
footer .footer-org-description {
  padding-right: 10%;
}
footer .footer-legals {
  font-size: 10px;
  color: #808080;
  line-height: 16px;
  padding-top: 0px;
  text-align: right;
}
footer .footer-btn {
  text-decoration: none;
}
footer ul.social-accounts li {
  display: inline;
  padding: 0 10px 0 0;
  font-size: 20px;
}
footer ul.social-accounts li a:hover {
  color: var(--e-global-color-accent);
}
footer .footer-header {
  background: #f3f3f4;
  padding: 20px 0;
  border-top: 1px solid #DBDBDB;
}
footer .footer-header .site-slogan {
  color: #1a1a1a;
  font-size: 20px;
  margin-top: 10px;
  font-family: 'Bitter', serif;
  font-weight: 500;
}
footer .footer-header .footer-btn {
  text-align: right;
  float: right;
}
/* Media Queries
================================================== */
@media (max-width: 992px) {
  .site-logo {
    top: 10px;
  }
  a.mobile-nav-btn {
    display: block;
  }
  .site-content {
    padding-top: 105px;
  }
  footer .footer-legals {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .elementor-position-left.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-position-right.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .elementor-position-left.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper,
  .elementor-position-right.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    flex-direction: row-reverse;
  }
  .elementor-position-left.elementor-widget-image-box .elementor-image-box-content {
    padding-left: 15px;
  }
  .elementor-position-right.elementor-widget-image-box .elementor-image-box-content {
    padding-right: 15px;
  }
  .sponsor-logo-blocks .sponsor-logo-block {
    height: 150px;
    padding: 10%;
  }
  .sponsor-logo-blocks .sponsor-logo-block .sponsor-logo-title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 575.98px) {
  img.alignright,
  img.alignleft,
  img.aligncenter,
  a img.alignright,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    margin: 1em 0em;
    width: 100%;
    height: auto;
  }
  .org-name {
    display: none;
  }
  footer .footer-header {
    padding: 30px 0;
  }
  footer .footer-header .site-slogan {
    margin-top: 0px;
  }
  .page-content {
    padding-bottom: 40px;
  }
  .post-blocks .post-block.no-featured-img .post-block-category {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
  }
  .post-blocks .post-block.no-featured-img .post-block-thumb {
    display: none;
  }
  .post-blocks .post-block.no-featured-img .post-block-content {
    position: relative;
  }
}
