p.leader-name {
  font-weight:700;
}

p.leader-name:hover {
  color:#f47920;
}

p.leader-title {
  font-size:14px;
}

p.leader-title:hover {
  color:#f47920;
}

.select-looking-section {
  padding: 40px 0
}

.custom-two-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.custom-two-col {
  width: 50%
}

.select-looking-wrap .hs-fieldtype-select .hs-fieldtype-select-wrap {
  max-width: 505px
}

.select-looking-wrap h4 {
  color: #fff;
  font-weight: 700;
  font-size:18px;
}

.select-looking-wrap>h4 {
  margin-bottom: 20px
}

.custom-two-row>div:nth-child(2n) .hs-fieldtype-select-wrap {
  margin-left: auto
}

.hs-fieldtype-select-wrap select {
  padding: 15px 15px
}

.hs-fieldtype-select-wrap .input::after {
  width: 50px;
  height: 50px;
  top: 0
}

.hs-fieldtype-select-wrap select:focus {
  outline: 0
}

.custom-two-row>div:nth-child(n+3) {
  margin-top: 40px
}

.blog-article-section {
  position: relative;
  padding-bottom: 95px
}

.blog-article-heading h2 {
  padding: 60px 0 45px;
  margin: 0
  font-size:26px;
}

.resorces-article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -28px
}

.resorces-article-box {
  margin-bottom:35px;
  max-width:224px;
  box-shadow: 0 4px 19.32px 1.68px hsla(0,0%,59.6%,.42);
  transition: all .2s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
}

.resorces-article-box:hover { 
  transform: scale(1.05);
}

.leadership-content button, .leadership-content .button {
 margin:10px 0 0 0!important;
}

.headshot img {
  display: block;
}

.leadership-content {
  padding:0 15px;
}

.leadership-content p {
  margin: 4px 0 0 0;
  line-height: 1.35;
}

.resorces-article-row>div:nth-child(n+4) {
  margin-top: 95px
}

.resorces-article-col {
  width:20%;
  padding:20px;    
  display:flex;
  justify-content: stretch;
  margin-bottom:10px;
}

.resorces-assets-wrap {
  display: flex;
  flex-wrap: wrap;
}

.blog-article-heading.border-title-heading-wrap {
  width: 100%;
  padding: 0 15px;
}
.custom-two-row .hs-fieldtype-select select{
  height:49px;
}
  
.custom-two-row .hs-fieldtype-select .input:after{
  display:none;
}
.custom-two-row .hs-fieldtype-select select {
  background-image: url('https://f.hubspotusercontent10.net/hubfs/20614319/Jan%20-%202022/DownArrow.jpg');
  background-repeat: no-repeat;
  background-position: top right
}
@media screen and (max-width: 1400px) {

  .resorces-article-row {
    margin-left: 0;
    margin-right: 0
  }
}
@media screen and (max-width: 1199px) {
  .select-looking-wrap .hs-fieldtype-select .hs-fieldtype-select-wrap {
    max-width:calc(100% - 20px)
  }
  .blog-article-heading h2 {
    text-align:center
  }

  .resorces-article-box {
    max-width: 100%;
    margin-bottom:30px;
  }

  .resorces-article-col {
    width: 33%
  }

  .title-icon {
    width: 60px;
    height: 60px
  }

  .border-title-heading-wrap h2 {
    text-align: left
  }
}
@media screen and (max-width: 991px) {
  .resorces-article-col {
    padding:0 15px
  }
}


@media screen and (max-width: 767px) {
  .custom-two-col {
    width:100%
  }

  .custom-two-row>div:nth-child(n+2) {
    margin-top: 30px
  }

  .custom-two-row>div:nth-child(2n) .hs-fieldtype-select-wrap {
    margin-left: 0
  }
  .blog-article-heading h2 {
    padding:40px 0 45px
  }

  .blog-article-section {
    padding-bottom: 50px
  }

  .resorces-article-col {
    width: 50%
  }

  .resorces-article-row>div:nth-child(n+3) {
    margin-top: 70px
  }
}
@media screen and (max-width: 575px) {
  .resorces-article-col {
    width:100%
  }

  .resorces-article-row>div:nth-child(n+2) {
    margin-top: 70px
  }

  .resorces-article-box {
    max-width: 340px
  }

  .resorces-article-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .title-icon {
    width: 50px;
    height: 50px
  }

  .border-title-heading-wrap h2 span:last-child {
    margin-left: 10px
  }

}

