/*****************************************/
/*     Start your custom style here      */
/*****************************************/
.navbar .navbar-nav .dropdown-submenu{
  line-height: 1.75rem;
}

.hs-form-radio {
  line-height: 0; 
}

.sr-form [type=radio]:checked+span:before, 
.sr-form [type=radio]:not(:checked)+span:before {
  border-radius: 0; 
}

.links-with-arrows ul {
  list-style-type: none; 
}

.links-with-arrows li {
  line-height: 1.3rem;
  margin-bottom: 20px;
}

.links-with-arrows li a {
  color: #737373; 
}

.links-with-arrows li a:hover {
  color: #093A98; 
}

.links-with-arrows ul li a:after {
  background-image: url(/hubfs/7198770/Icons/arrow-right.png);
  content: '';
  width: 34px;
  height: 16px;
  display: inline-block;
  margin-left: 20px;
  transition: 0.2s ease-in;
}

.links-with-arrows ul li a:hover:after {
  transform: translateX(75%);
  background-image:url(/hubfs/7198770/Icons/arrow-right-hover.png);
}

.btn-wrapper.btn-outline-tertiary-wrapper .cta_button:hover,
.btn-wrapper.btn-outline-tertiary-wrapper .cta-button:hover,
.btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="submit"]:hover,
.btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="button"]:hover {
  background: linear-gradient(90deg, #005c90, #151515) !important;
}

.blog,
.blog-article {
  background-color: #F8FBFD; 
}

.blog .hs-pagination {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-listing-top {
  margin-bottom: 50px;
}

.blog-listing-bottom {
  margin-top: 50px;
}

.blog-listing-content {
  display: flex; 
  flex-direction: column;
  justify-content: center;
}

.blog-listing-content .h6 a {
  color: #093A98;
}

.blog-listing-content .h6 a:hover {
  color: #0da6ff;
}

.blog-listing-article {
  background-color: #FFFFFF;
  margin-bottom: 50px;
}

.blog-listing-article.row.blog-listing-first {
  margin-left: 0;
  margin-right: 0;
}

.blog-listing-article.row {
  margin-left: 100px;
  margin-right: 100px;
}

.blog-listing-article .blog-listing-tag {
   color: #4E6C70;
}

.blog-listing-article h2 a {
  color: #4E6C70;
  margin-bottom: 10px;
  display: block;
}

.blog-listing-article p {
  font-size: 24px; 
  line-height: 33px;
}

.blog-listing-article p.blog-listing-text-small {
  font-size: 20px; 
  line-height: 27px;
}

.blog-listing-read-more {
  color: #093A98;
}

.blog-listing-first {
  margin-left: 0px;
  margin-right: 0px;
}

.blog-listing-featured-image {
  padding-left: 0;
}

.blog-listing-first .blog-listing-featured-image img {
  height: auto;
}

.blog-listing-featured-image img {
  height: 400px;
  width: auto;
  object-fit: cover;
  padding-left: 0;
}

.blog-article .container {
  background-color: #ffffff;
  padding: 50px;
  margin-top: -300px;
  margin-bottom: 75px;
}

.blog-article .blog-cta .container {
  background-color: unset;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-article .featured-image {
  max-height: 400px;
  margin: 0 auto 35px;
  display: block;
}

.blog-article .blog-listing-tags {
  margin-bottom: 10px;  
}

.blog-article .blog-listing-tags a {
  color: #737373;
  font-size: 20px;
}

.blog-article .blog-listing-tags a:hover {
  text-decoration: underline; 
}

.blog-article h1 {
  font-size: 46px;
  line-height: 100%;
}

.blog-article h2 {
  font-size: 40px;
}

.blog-article h3 {
  font-size: 35px;
}

.blog-article h4 {
  font-size: 30px;
}

.blog-article h5 {
  font-size: 25px;
}

.article-bg {
  background-image: url(/hubfs/7198770/oliver-sjostrom-CihXnvELE00-unsplash%201.jpg);
  background-size: cover;
  background-position: center top;
  height: 450px;
}

.article-bg span {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #F8FBFD 90%, #F8FBFD 100%);
  width: 100%;
  height: 100%;
  display: block;
}



.sr-cards-grid-02.bw-cards-grid-custom.career-cards .cards.row [class*="col-"] {
  padding: 10px;
}

@media only screen and (max-width: 959px) {
  
  .btn-wrapper.btn-wrapper-lg .cta-button, 
  .btn-wrapper.btn-wrapper-lg .cta-button:hover, 
  .btn-wrapper.btn-wrapper-lg .cta_button, 
  .btn-wrapper.btn-wrapper-lg .cta_button:hover, 
  .btn-wrapper.btn-wrapper-lg input[type=button], 
  .btn-wrapper.btn-wrapper-lg input[type=submit], 
  .btn.btn-lg, 
  .btn.btn-lg:hover {
    font-size: 1.2rem;
  }
  
  .links-with-arrows ul li a:after {
    display: none; 
  }
  
  .links-with-arrows ul li a {
    text-decoration: underline; 
  }
  
  .links-with-arrows ul {
    padding-left: 0;
  }
  
  .blog-article h1 {
    font-size: 42px;
  }
  
  .blog-article h2 {
    font-size: 36px;
  }

  .blog-article h3 {
    font-size: 31px;
  }

  .blog-article h4 {
    font-size: 26px;
  }

  .blog-article h5 {
    font-size: 21px;
  }
  
}

@media only screen and (max-width: 800px) {
  
  .blog-listing-article.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .blog-listing-article p,
  .blog-listing-article p.blog-listing-text-small {
    font-size: 18px; 
  }
  
  .blog-article h1 {
    font-size: 36px;
  }
  
  .blog-article h2 {
    font-size: 30px;
  }

  .blog-article h3 {
    font-size: 26px;
  }

  .blog-article h4 {
    font-size: 22px;
  }

  .blog-article h5 {
    font-size: 18px;
  }
  
  .sr-cards-grid-02.bw-cards-grid-custom.career-cards .card {
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    /* padding: 3.35rem 2.2rem !important; */
    padding: 0px !important;
    border-radius: 0 !important;
    border: 0px solid;
    border-color: #e5e7ea;
    height: 100%!important;
  
}

@media only screen and (max-width: 768px) {
  
  .blog-listing-content .blog-listing-tags {
    margin-top: 25px;
  }
  
}