/*
Theme Name: NEO
Version: 1.0
Template: hello-elementor
*/

h2, h3, h4 {
  	color: #111;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
  	letter-spacing: 0.6px;
    word-spacing: 0.6px;
  	line-height: 1.3;
}

p, ol, ul, li {
  	color: #111;
  	font-family: "outfit", Sans-serif;
    font-size: 18px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

a.interior-btn {
    color: #111;
    background: #FFCC00;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 12px 0;
}

a {
	color: #003082;
}

/* end of global style */
.interior-page-style h2 {
    font-size: 32px;
    margin: 24px 0 8px;
}

.interior-page-style h3 {
    font-size: 28px;
    margin: 24px 0 8px 10px;
}

.interior-page-style h3 + div {
    margin-left: 10px !important;
}

.interior-page-style h4 {
    font-size: 25px;
    margin-bottom: 0.3em;
}

.interior-page-style ul li,
.interior-page-style ol li,
.interior-page-style p{
    margin-bottom: 0.3em;
}

.interior-page-style img{
    display: block !important;
    margin: 32px auto !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

/*** 
	BLOG
***/

/* table of contents */
.blog__toc  .elementor-toc__header {
    padding: 8px;
}

.blog__toc  svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.blog__toc  .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

/* blog tags */
.blog__tags span.elementor-post-info__terms-list a{
    display: inline-block;
    background-color: #eee;
    padding: 4px 12px;
    border-radius: 3px;
}

.blog__tags span.elementor-post-info__terms-list a:hover{
    background-color: #eeeeee70;
}

.blog__tags span * {
    color: inherit;
}

.blog__tags span.elementor-post-info__terms-list {
    color: transparent;
}

/* blog single content */
.blog__content h2 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 36px;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin: 24px 0 8px;
}

.blog__content h3 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin: 24px 0 8px 10px;
}

.blog__content h4 {
    color: #1D4281;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.blog__content ul li,
.blog__content ol li{
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.blog__content p {
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.blog__content h3 + div {
    margin-left: 10px !important;
}

.blog__content img {
    display: block;
    margin: 32px auto;
    min-width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
} 

.blog__content em{
    font-style: italic;
}

.blog__content strong {
    font-weight: bold;
}

.blog__content a:-webkit-any-link {
    cursor: pointer;
}

.blog__content a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.blog__content figcaption {
    font-size: 12px !important;
    text-align: center;
    display: none;
}

@media(max-width:767px){
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
}

@media (min-width: 922px){
  .ast-container{
      max-width: initial !important;
  }
}

.ast-container, .ast-container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hiding ft img on location archive */

body.page-id-157 img.wp-image-1635 {
  display: none !important;
}

/* Hiding ft img on Career */

body.page-id-1756 img.wp-image-1635 {
  display: none !important;
}

/* gravity form */
div.gform_wrapper h3.gform_title {
	display: none;
}

div.gform_wrapper label {
	font-weight: 400;
}

div.gform_wrapper input[type="submit"] {
    background-color: #FFCC00;
    border: none;
    color: #111;
    font-size: 1rem;
}

div.gform_wrapper input[type="submit"]:hover {
    background-color: #FFCC00CC;
}

/* rick jans */
body.term-staff div.category-outer-container {
	display: flex;
    flex-directon: row;
    justify-content: center;
}

body.term-staff a.category-link,
body.term-staff .category-inner-container .hover-img img, 
body.term-staff .category-inner-container .hover-img a {
	cursor: default !important;
    pointer-events: none;
}

/* centering h1 on our teams */
body.page-id-2855 h1 {
	text-align: center;
}

.elementor-page-85 .elementor-element.elementor-element-d9ef7a2.elementor-cta--skin-cover.elementor-cta--valign-bottom.elementor-bg-transform.elementor-bg-transform-zoom-in.elementor-widget.elementor-widget-call-to-action {
    display: none !important;
}

.elementor-page-85 .elementor-element.elementor-element-e53b742.elementor-cta--skin-cover.elementor-cta--valign-bottom.elementor-bg-transform.elementor-bg-transform-zoom-in.elementor-widget.elementor-widget-call-to-action {
    display: none !important;
}

section#comments {
    display: none !important;
}