/* CSS Document */

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

.pjf-title {
  font-weight: var(--med-weight);
  color: var(--style-tri);
  text-transform: uppercase;
  font-size: 64px;
  line-height: 68px;
  margin: 0 0 59px;
}

  .pjf-white {
    color: #fff;
  }

.corp-title {
  width: fit-content;
  font-weight: var(--heavy-weight);
  color: var(--style-tri);
  border-bottom: 3px solid var(--style-sec);
  text-transform: uppercase;
  font-size: 52px;
  line-height: 67px;
  margin: 0 0 59px;
}

  .corp-blue {
    color: var(--style-main);
  }

.corp-sub-title {
  font-weight: var(--heavy-weight);
  color: var(--style-tri);
  font-size: 45px;
  line-height: 58px;
  margin: 0 0 59px;
}

/* Hero */

#hero img {
  object-fit: cover;
  width: 100%;
  height: 842px;
}

/* About */

#about {
  text-align: center;
  padding: 53px 0;
}

#about p,
#about li,
#about a {
  font-weight: var(--med-weight);
  color: var(--style-tri);
  font-size: 20px;
  line-height: 26px;
}

  #about p:last-child {
    margin: 0;
  }

/* Services */

#service-items {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}

#service-items li {
  transition: all 0.4s linear;
  text-align: center;
  flex: 1 0 33%;
}

  #service-items li:hover .service-flex {
    background: rgb(1 86 151 / 70%);
  }

.service-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 511px;
}

.service-flex .pjf-title {
  margin: 0;
}

/* Form */

#form {
  padding: 83px 0;
}

#form-box {
  border: 3px solid var(--style-main);
  padding: 35px;
}

#form-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 43px;
}

#form-flex .corp-title {
  margin: 0;
}

#form-phone {
  font-weight: var(--med-weight);
  letter-spacing: 1.6px;
  font-size: 32px;
}

#form .gform_wrapper {
  margin-top: -30px;
}

#form #input_3_1 {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 2%;
}

#form #input_3_1 .gchoice {
  flex: 1 0 32%;
}

#form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
#form .gform_wrapper .gfield textarea {
  font-size: 32px !important;
  height: 60px;
  padding: 10px 19px !important;
}

#form .gchoice {
  height: 60px;
  padding: 10px 19px;
}

#form .gfield-choice-input {
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
}

#form .gchoice .gform-field-label {
  color: var(--style-main);
  text-transform: uppercase;
  font-weight: var(--med-weight);
  letter-spacing: 1.6px;
  font-size: 32px !important;
  line-height: 36px;
}

#form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0 !important;
}

#form .gform_wrapper .gfield textarea {
  font-size: 20px !important;
  height: 248px;
}

#form .gfield_label {
  font-size: 32px !important;
}

#form .gfield--type-textarea {
  margin: 5px 0 0;
}

/* Banner */

#banner img {
  object-fit: cover;
  width: 100%;
  height: 698px;
}

/* Projects */

#projects {
  padding: 83px 0 53px;
}

.project-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 40px;
}

.project-left {
  width: 45%;
}

.project-img {
  object-fit: cover;
  width: 100%;
  height: 682px;
}

.project-content {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.project-title {
  order: 1;
  width: fit-content;
  font-weight: var(--heavy-weight);
  color: var(--style-tri);
  border-bottom: 3px solid var(--style-sec);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 39px;
}

.project-excerpt {
  order: 2;
  font-weight: var(--med-weight);
  color: var(--style-tri);
  font-size: 20px;
  line-height: 26px;
  width: 90%;
  margin: 0 0 59px;
}

.project-link {
  order: 3;
  font-weight: var(--med-weight);
  color: var(--style-sec);
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 100px;
}

  .project-link::after {
    display: inline-block;
    content: "\f345";
    font-family: 'dashicons';
    position: relative;
    top: 4px;
  }

.project-gallery {
  order: 4;
}

.gallery-list {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery-list li {
  flex: 0 1 31%;
}

.gallery-list img {
  object-fit: cover;
  width: 100%;
  height: 314px;
}

/* Reviews */

#reviews {
  padding: 53px 0 83px;
}

.ti-widget.ti-goog .ti-reviews-container-wrapper {
  justify-content: center;
}

/* Associations */

#associations {
  border-top: 28px solid var(--style-main);
  padding: 83px 0 53px;
}

#associat-list {
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 98px;
}

#associat-list li {
  flex: 0 0 10%;
}

/* Resources */

#resources {
  text-align: center;
  border-bottom: 28px solid var(--style-main);
  padding: 53px 0 83px;
}

#resources .wrap::after {
  content: none;
}

#resource-items {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 125px;
}

.resource-flex {
  border: 1px solid #707070;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 658px;
}

.resource-img {
  width: 266px;
}

.resource-img img {
  object-fit: cover;
  width: 100%;
  height: 254px;
}

.resource-text {
  text-align: left;
  width: 392px;
  padding: 0 34px 38px;
}

.res-title {
  display: block;
  font-weight: var(--book-weight);
  color: var(--style-tri);
  text-transform: capitalize;
  font-size: 45px;
  line-height: 58px;
  padding-left: 10px;
}

.resource-text p {
  color: var(--style-tri);
  font-weight: var(--light-weight);
  text-transform: capitalize;
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 16px;
  padding-left: 10px;
}

.resource-link {
  position: relative;
  display: block;
  font-weight: var(--book-weight);
  color: var(--style-tri);
  border-bottom: 3px solid var(--style-main);
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 10px;
}

  .resource-link::after {
    display: inline-block;
    font-family: 'dashicons';
    content: "\f344";
    position: absolute;
    right: 25px;
  }

/* Blog */

#blog {
  text-align: center;
  padding: 53px 0;
}

#blog-flex {
  width: 95%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 53px;
  display: none;
}

.blog-post {
  text-align: left;
  background: var(--style-main);
  flex: 0 1 31%;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 353px;
}

.blog-content {
  padding: 33px;
}

.blog-title {
  font-weight: var(--med-weight);
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 32px;
}

.blog-excerpt {
  font-weight: var(--med-weight);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 32px;
}

.blog-link {
  font-weight: var(--med-weight);
  color: var(--style-sec);
  text-transform: uppercase;
  font-size: 23px;
}

  .blog-link::after {
    display: inline-block;
    content: "\f345";
    font-family: 'dashicons';
    position: relative;
    top: 4px;
  }

/* Responsive Design */

@media (max-width: 1920px) {

/* Hero */

  #hero img {
    height: 742px;
  }  

/* Services */

  .service-flex {
    height: 411px;
  }  

/* Banner */

  #banner img {
    height: 658px;
  }  

/* Projects */

  .project-img {
    height: 642px;
  }
  
  .gallery-list img {
    height: 254px;
  } 
}

@media (max-width: 1650px) {

/* Hero */

  #hero img {
    height: 702px;
  }  

/* Services */

  .service-flex {
    height: 361px;
  }   

/* Form */

  #form {
    padding: 53px 0;
  }
  
  #form-flex {
    margin: 0 0 23px;
  }
  
  #form-flex .corp-title {
    font-size: 44px;
    line-height: 59px;
  }
  
  #form-phone {
    font-size: 28px;
  }
  
  #form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
  #form .gform_wrapper .gfield textarea {
    font-size: 28px !important;
  }
  
  #form .gchoice .gform-field-label {
    font-size: 28px !important;
    line-height: 38px;
  }

  #form .gform_wrapper .gfield textarea {
    height: 208px;
  }
  
  #form .gfield_label {
    font-size: 28px !important;
  }

/* Banner */

  #banner img {
    height: 618px;
  }   

/* Reviews */
  
  #reviews {
    padding: 33px 0 53px;
  }  

/* Associations */

  #associations {
    padding: 53px 0 33px;
  } 

/* Resources */

  #resources {
    padding: 33px 0 53px;
  }
  
  #resource-items {
    gap: 0 85px;
  }

/* Blog */

  .blog-img {
    height: 313px;
  } 

/* Projects */

  #projects {
    padding: 53px 0 33px;
  }
  
  .project-img {
    height: 602px;
  }

  .gallery-list li {
    flex: 0 1 30%;
  }
  
  .gallery-list img {
    height: 214px;
  }  
}

@media (max-width: 1550px) {

/* Hero */

  #hero img {
    height: 662px;
  }  

/* Banner */

  #banner img {
    height: 578px;
  }   

/* Associations */

  #associat-list li {
    flex: 0 0 14%;
  }  

/* Resources */
  
  #resource-items {
    gap: 0 45px;
  } 

  .resource-flex {
      width: 618px;
  }  

/* Blog */
  
  #blog-flex {
    gap: 0 45px;
  } 
}

@media (max-width: 1440px) {

.pjf-title {
    font-size: 54px;
    line-height: 58px;
    margin: 0 0 49px;
}

.corp-title {
    font-size: 42px;
    line-height: 57px;
    margin: 0 0 49px;
}

.corp-sub-title {
    font-size: 35px;
    line-height: 48px;
    margin: 0 0 49px;
}
  
/* Hero */

  #hero img {
    height: 622px;
  }   

/* Form */

  #form-box {
    padding: 25px;
  }
  
  #form-flex .corp-title {
    font-size: 34px;
    line-height: 49px;
  }
  
  #form-phone {
    font-size: 20px;
  }
  
  #form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
  #form .gform_wrapper .gfield textarea {
    font-size: 20px !important;
    height: 50px;
    padding: 8px 19px !important;
  }
  
  #form .gchoice {
    height: 50px;
    padding: 6px 19px;
  }
  
  #form .gchoice .gform-field-label {
    font-size: 20px !important;
    line-height: 24px;
  }
  
  #form .gform_wrapper .gfield textarea {
    font-size: 20px !important;
    height: 208px;
  }
  
  #form .gfield_label {
    font-size: 20px !important;
  }
  
  #form .gfield--type-textarea {
    margin: 0px 0 0;
  }
  
  #form .gform_button {
      font-size: 24px;
  }  
  
/* Associations */

  #associat-list li {
    flex: 0 0 18%;
  } 

/* Resources */

  .resource-flex {
      width: 578px;
  }
  
  .res-title {
    font-size: 35px;
    line-height: 48px;
  }  

/* Blog */
  
  .blog-img {
    height: 273px;
  }
  
  .blog-title {
    font-size: 32px;
    line-height: 42px;
  }

/* Projects */

  .project-excerpt {
    margin: 0 0 49px;
  }
  
  .project-img {
    height: 562px;
  }
  
  .gallery-list img {
    height: 174px;
  }  
}

@media (max-width: 1350px) {

.pjf-title {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 39px;
}

.corp-title {
    font-size: 38px;
    line-height: 53px;
    margin: 0 0 39px;
}  

.corp-sub-title {
    font-size: 31px;
    line-height: 44px;
    margin: 0 0 39px;
}  
  
/* Hero */

  #hero img {
    height: 582px;
  }

/* Form */
  
  #form .gform_wrapper .gfield textarea {
    height: 168px;
  }

  #form .gform_button {
      font-size: 20px;
  } 

/* Banner */

  #banner img {
    height: 538px;
  }    

/* Resources */

  .resource-flex {
      width: 538px;
  }

  .resource-text {
      width: 312px;
      padding: 0 24px 38px;
  }
    
  .res-title {
    font-size: 31px;
    line-height: 44px;
  } 

  .resource-link::after {
      right: 5px;
  }  

/* Blog */
  
  .blog-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 22px;
  }
  
  .blog-excerpt {
    margin: 0 0 22px;
  } 

/* Projects */
  
  .project-title {
    font-size: 31px;
    line-height: 41px;
  } 

  .project-excerpt {
    margin: 0 0 39px;
  }  
}

@media (max-width: 1250px) {

.pjf-title {
  margin: 0 0 28px;
}
  
.corp-title {
    margin: 0 0 28px;
}  

.corp-sub-title {
    margin: 0 0 28px;
}  
  
/* Services */
  
  .service-flex {
    height: 321px;
  }    

/* Form */
  
  #form-flex .corp-title {
    font-size: 30px;
    line-height: 45px;
  }
  
  #form-phone {
    font-size: 18px;
  }
  
  #form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
  #form .gform_wrapper .gfield textarea {
    font-size: 18px !important;
  }
  
  #form .gchoice .gform-field-label {
    font-size: 18px !important;
  }
  
  #form .gform_wrapper .gfield textarea {
    font-size: 18px !important;
    height: 168px;
  }
  
  #form .gfield_label {
    font-size: 18px !important;
  }

/* Associations */
  
  #associat-list li {
    flex: 0 0 22%;
  } 

/* Resources */

  #resource-items {
      justify-content: space-between;
  }
  
  .resource-flex {
      display: block;
      width: 47%;
      height: 515px;
  }

  .resource-text {
      width: 100%;
      padding: 38px 34px;
  }
    
  .resource-link::after {
      right: 25px;
  }   

  .resource-img {
      width: 100%;
  }  

  .resource-img img {
      height: 304px;
  }

/* Blog */
  
  #blog-flex {
    width: 100%;
    gap: 0 25px;
  }
  
  .blog-post {
    flex: 0 1 32%;
  }
  
  .blog-title {
    font-size: 24px;
    line-height: 34px;
  }
  
  .blog-link {
    font-size: 20px;
  }

/* Projects */
  
  .project-left {
    width: 50%;
  }
  
  .project-img {
    height: 522px;
  }
  
  .project-content {
    width: 50%;
  }
  
  .project-title {
    margin: 0 0 28px;
  }
  
  .project-excerpt {
    margin: 0 0 28px;
  }
  
  .gallery-list li {
    flex: 0 1 31%;
  }
  
  .gallery-list img {
    height: 144px;
  }  
}

@media (max-width: 1150px) {

/* Hero */

  #hero img {
    height: 542px;
  } 

/* Services */
  
  .service-flex {
    height: 281px;
  } 
  
  .service-flex  .pjf-title {
      font-size: 40px;
      line-height: 44px;
  } 

/* Banner */

  #banner img {
    height: 498px;
  }  

/* Resources */
  
  .resource-flex {
      height: 487px;
  }

  .resource-text {
      padding: 30px 34px;
  }

  .resource-text p {
      font-size: 20px;
      line-height: 26px;
  }
  
  .resource-link {
      font-size: 20px;
  }  

/* Blog */

  .blog-title {
    font-size: 20px;
    line-height: 30px;
  }

/* Projects */
  
  .project-img {
    height: 482px;
  }
  
  .project-excerpt {
    width: 100%;
  }
  
  .project-link {
    margin: 0 0 60px;
  }
  
  .gallery-list img {
    height: 124px;
  } 
}

@media (max-width: 1024px) {

/* Hero */

  #hero img {
    height: 502px;
  }  

/* Services */
  
  .service-flex {
    height: 241px;
  } 
  
  .service-flex  .pjf-title {
      font-size: 36px;
      line-height: 40px;
  }

/* Banner */

  #banner img {
    height: 458px;
  }  

/* Associations */

  #associat-list {
    gap: 0 58px;
  }

/* Resources */
  
  .resource-flex {
      height: 437px;
  }   

  .resource-img img {
      height: 254px;
  }   

/* Blog */
  
  #blog-flex {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 25px;
  }
  
  .blog-post {
    flex: 1 0 48%;
  }
  
  .blog-title {
    font-size: 20px;
    line-height: 30px;
  }  

/* Projects */
  
  .project-flex {
    flex-direction: column;
    gap: 28px 0;
  }
  
  .project-left {
    width: 100%;
  }
  
  .project-img {
    height: 442px;
  }
  
  .project-content {
    width: 100%;
  }
  
  .project-title {
    order: 2;
  }
  
  .project-excerpt {
    order: 3;
  }
  
  .project-link {
    order: 4;
    margin: 0;
  }
  
  .project-gallery {
    order: 1;
  }
  
  .gallery-list {
    margin: 0 0 28px;
  }
  
  .gallery-list img {
    height: 214px;
  }   
}

@media (max-width: 900px) {

/* Services */

  #service-items {
    flex-wrap: wrap;
  }
  
  #service-items li {
    flex: 1 0 50%;
  } 

/* Form */

  #form .gform_wrapper.gravity-theme .gfield.gfield--width-third {
      -ms-grid-column-span: 6;
      grid-column: span 6 !important;
  }

  #form #field_3_5 {
    grid-column: 1/-1 !important;
  }
  
  #form #input_3_1 {
    flex-wrap: wrap;
    gap: 16px 2%;
  }
  
  #form #input_3_1 .gchoice {
    flex: 1 0 49%;
  }
  
  #form .gfield--type-textarea {
    margin: 0px;
  }  

/* Projects */

  .project-img {
    object-fit: cover;
    width: 100%;
    height: 402px;
  }
}

@media (max-width: 768px) {

.pjf-title {
    font-size: 46px;
    line-height: 50px;
}

.corp-title {
    margin: 0 auto 28px;
}  
  
/* Hero */

  #hero img {
    object-position: 70% 50%;
    height: 462px;
  }  

/* About */
  
  #about p,
  #about li,
  #about a {
    font-size: 18px;
    line-height: 24px;
  }  

/* Form */
  
  #form-flex {
    flex-direction: column;
    margin: 0 0 28px;
  }

  #form-flex .corp-title {
    margin: 0 0 18px;
  }
  
  #form-phone {
    font-size: 18px;
  }
  
  #form .gform_wrapper {
    margin-top: -28px;
  }
  
  #form #input_3_1 {
    text-align: left;
  }
  
  #form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
  #form .gform_wrapper .gfield textarea {
    font-size: 18px !important;
  }
  
  #form .gchoice .gform-field-label {
    font-size: 18px !important;
  }
  
  #form .gform_wrapper .gfield textarea {
    font-size: 18px !important;
  }
  
  #form .gfield_label {
    font-size: 18px !important;
  } 

/* Banner */

  #banner img {
    height: 418px;
  }

/* Reviews */
  
  #reviews {
    text-align: center;
  } 

/* Associations */
  
  #associat-list {
    gap: 0 5%;
  }
  
  #associat-list li {
    flex: 0 0 30%;
  } 

/* Resources */

  #resource-items {
      gap: 0 5%;
  }
  
  .resource-flex {
      width: 49%;
      height: 394px;
  }

  .resource-text {
      text-align: center;
  }

  .res-title {
    padding: 0;
  }
  
  .resource-text p {
      font-size: 18px;
      line-height: 24px;
      padding-left: 0px;
  }
  
  .resource-link {
      font-size: 18px;
      padding: 0;
  }  
  
  .resource-link::after {
      position: relative;
      right: 0px;
      top: 2px;
      margin-left: 10px;
  }   

  .resource-img img {
      height: 214px;
  } 

/* Blog */
  
  .blog-post {
    text-align: center;
    flex: 1 0 100%;
  }
  
  .blog-img {
    height: 353px;
  }

/* Projects */

  .project-img {
    height: 362px;
  }
  
  .project-title {
    margin: 0 auto 28px;
  }
  
  .project-excerpt {
    font-size: 18px;
    line-height: 24px;
  }
  
  .project-link {
    font-size: 18px;
  }
  
    .project-link::after {
      top: 3px;
    }
  
  .gallery-list img {
    height: 174px;
  }    
}

@media (max-width: 660px) {

.pjf-title {
    font-size: 42px;
    line-height: 46px;
}

.corp-title {
    font-size: 34px;
    line-height: 49px;
} 

.corp-sub-title {
    font-size: 27px;
    line-height: 40px;
}
  
/* Hero */

  #hero img {
    height: 422px;
  } 

/* Form */
  
  #form .gform_wrapper.gravity-theme .gfield.gfield--width-third {
      grid-column: 1/-1 !important;
  }

  #form #field_3_5 {
    grid-column: 1/-1 !important;
  }
  
  #form #input_3_1 {
    gap: 16px 0;
  }
  
  #form #input_3_1 .gchoice {
    flex: 1 0 100%;
  }

/* Banner */

  #banner img {
    height: 378px;
  }  

/* Associations */
  
  #associat-list li {
    flex: 0 0 33%;
  }  

/* Resources */

  .resource-flex {
      height: 380px;
  }

  .resource-text {
      padding: 25px 15px;
  }

  .res-title {
    font-size: 27px;
    line-height: 40px;
  }  

/* Projects */
  
  .project-img {
    height: 322px;
  }
  
  .project-title {
    font-size: 27px;
    line-height: 37px;
  }
  
  .gallery-list img {
    height: 164px;
  }   
}

@media (max-width: 550px) {

.pjf-title {
    font-size: 38px;
    line-height: 42px;
}

.corp-title {
    font-size: 30px;
    line-height: 45px;
}   

.corp-sub-title {
    font-size: 23px;
    line-height: 36px;
}  
  
/* Hero */

  #hero img {
    height: 382px;
  }  

/* About */

  #about {
      padding: 43px 0;
  }  

/* Services */

  #service-items li {
    flex: 1 0 100%;
  }
  
  .service-flex  .pjf-title {
    font-size: 38px;
    line-height: 42px;
  }  

/* Form */

  #form {
    padding: 43px 0;
  }
  
  #form .gform_wrapper .gfield textarea {
    height: 150px !important;
  } 

/* Banner */

  #banner img {
    height: 338px;
  }

/* Reviews */
  
  #reviews {
    padding: 23px 0 43px;
  } 

/* Associations */

  #associations {
    padding: 43px 0 23px;
  }  

/* Resources */

  #resources {
      padding: 23px 0 43px;
  }
  
  #resource-items {
      flex-direction: column;
      gap: 25px 0;
  }
  
  .resource-flex {
      width: 100%;
      height: auto;
  }

  .resource-text {
      padding: 25px 34px;
  }

  .res-title {
    font-size: 23px;
    line-height: 36px;
  }  

  .resource-img img {
      height: 254px;
  } 

/* Blog */

  #blog {
    padding: 43px 0;
  }
  
  .blog-img {
    height: 313px;
  }

/* Projects */

  #projects {
    padding: 43px 0 23px;
  }
  
  .project-img {
    height: 282px;
  }
  
  .project-title {
    font-size: 23px;
    line-height: 33px;
  }
  
  .gallery-list img {
    height: 134px;
  }    
}

@media (max-width: 450px) {

.pjf-title {
    font-size: 34px;
    line-height: 38px;
}

.corp-title {
    font-size: 26px;
    line-height: 41px;
}    
  
/* Hero */

  #hero img {
    height: 342px;
  } 

/* Services */

  .service-flex {
    height: 201px;
  } 
  
  .service-flex  .pjf-title {
    font-size: 34px;
    line-height: 38px;
  }   

/* Form */
  
  #form-box {
    padding: 25px;
  }
  
  #form-flex {
    margin: 0 0 18px;
  }

  #form-flex .corp-title {
    margin: 0 0 18px;
  }
  
  #form .gform_wrapper .gfield:nth-child(n+2):nth-child(-n+4) input,
  #form .gform_wrapper .gfield textarea {
    font-size: 16px !important;
  }
  
  #form .gchoice .gform-field-label {
    font-size: 16px !important;
  }
  
  #form .gform_wrapper .gfield textarea {
    height: 100px !important;
  }

/* Banner */

  #banner img {
    height: 298px;
  } 

/* Projects */

  .project-flex {
    gap: 10px 0;
  }
  .project-img {
    height: 242px;
  }
  
  .gallery-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .gallery-list li {
    flex: 1 0 48%;
  }
  
  .gallery-list img {
    height: 154px;
  }  
}

@media (max-width: 350px) {

.pjf-title {
    font-size: 30px;
    line-height: 34px;
}
  
/* Hero */

  #hero img {
    height: 302px;
  } 

/* Services */
  
  .service-flex {
    height: 161px;
  } 
  
  .service-flex  .pjf-title {
    font-size: 30px;
    line-height: 34px;
  }    

/* Banner */

  #banner img {
    height: 258px;
  }  

/* Resources */

  .resource-img img {
      height: 214px;
  }  

/* Blog */

  .blog-img {
    height: 273px;
  }  

/* Projects */
  
  .project-img {
    height: 202px;
  }
  
  .gallery-list img {
    height: 124px;
  }   
}