/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-brands-400.woff) format("woff"),
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-solid-900.woff) format("woff"), 
    url(//216304.fs1.hubspotusercontent-na1.net/hubfs/216304/raw_assets/public/NLT_October_2022/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}

body{
  line-height: 1.529;
  letter-spacing:0.25px;
}
.pwr-sec-txt .page-center {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hs-content-name-home-page span.pwr-step__title {
  font-size: 2.5rem;
} 
.pwr-sub-steps.hs_team_card img.pwr-step__img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.pwr-sub-steps.hs_team_card .pwr-step__desc {
  min-height: 173px;
}
.accordion {
  margin-bottom: 30px;
}

.accordion-item h3 {
  font-size: 24px;
  padding-right: 15px;
}

/* Adding customer requests JW- 10/26/22  Jw- More edits 11/4/22*/
.pwr-header{
  font-weight: 400;
}
.pwr-header-top {
  background-color: #08c;
}
.pwr-header-top__content-wrapper {
  display: flex;
  justify-content: flex-end;
}
.pwr-header-top__menu {
margin-right: 0;
}
.pwr-header-top__menu .hs-menu-wrapper li a {
  color: #fff;
  font-weight: 400;
}
.pwr-header-top__menu .hs-menu-wrapper li:not(:last-child):after {
  color: #fff;
}

/* end edits */

@media (max-width: 767px){
  .pwr-sub-steps.hs_team_card .pwr-step__desc {
    min-height: 0;
  }
  .pwr-sec-split>div:not(.page-center) .pwr-sec-split__content {
    padding-left: 0;
    padding-right: 0;
  }
  .dnd-section{
    padding-left:20px;
    padding-right:20px;
  }
  .hs-content-name-home-page span.pwr-step__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px){
  .hs_custom_list .hs_left {
    width: 80%;
  }

  .hs_custom_list .hs_right {
    width: 20%;
  }

  .hs_custom_list .pwr--neg-margin-lr-10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.hs-content-name-clients .pwr-sub-steps .pwr-step__desc {
  padding: 10px;
}

.hs-content-path-cloud-managed-services .pwr-rich-text p+p a {
  display: block;
  padding: 10px;
}
.hs_custom_list .accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #08c;
}

.hs_custom_list .accordion-content {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  background-color: #fefefe;
  color: #0a0a0a;
  display: none;
}

.hs_custom_list .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}


.hs_custom_list .open .accordion-title::before {
  content: '\2013';
}

.hs_custom_post {
  background: #f4f6fa;
}



div#hs_cos_wrapper_search_input button {
  cursor: pointer;
}

div#hs_cos_wrapper_search_input button svg {
  fill: #fff;
}
.pwr-post-content a button,
div#hs_cos_wrapper_search_input button,
.hs-submit .hs-button{
  transition: all .4s ease-in-out;
  padding: 15px 21px;
  position: absolute;
  font-size: 12px;
  border: 0;
  display: block;
  line-height: 1.6em;
  z-index: 0;
  margin:20px 0px;
  border-radius: 6px;
  background-color: #048abf;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor:pointer;
}
div#hs_cos_wrapper_search_input button:hover,
.pwr-post-content a button:hover,
.hs-submit .hs-button:hover,
.hs-submit .hs-button:focus{

  color: #FFFFFF;
  background-color: #171B25;
}
.hs_custom_right select {
  cursor: pointer;
}
.custom_post_hs .pwr-sec-prev-next-nav {
  background: inherit;
}
div[class*='hs-content-path-staff-'] .hs-button{
  transition: all .4s ease-in-out;
  padding: 15px 21px;
  position: relative;
  font-size: 12px;
  border: 0;
  display: inline-block;
  line-height: 1.6em;
  z-index: 0;
  margin:20px 0px;
  border-radius: 6px;
  background-color: #171B25;
  color: #FFFFFF;
  text-transform: uppercase;
}
div[class*='hs-content-path-staff-'] .hs-button:hover,
div[class*='hs-content-path-staff-'] .hs-button:focus{
  background-color: #048abf;
  color: #FFFFFF;
}
div[class*='hs-content-path-staff-'] .hs-button[href*="linkedin"]:before {
  content: "\f08c";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Brands;
  margin-right: 5px;
  color: inherit;
}
@media(min-width:768px){
  .hs_custom_post {
    display: flex;
    padding:0 40px;
  }

  .hs_custom_left {
    width: 70%;
  }

  .hs_custom_right {
    width: 30%;
  }

  .hs_custom_right >div {
    width: 80%;
    margin: 0 auto;
  } 
}

@media(max-width:767px){
  .pwr-blog-listing__content .page-center {
    margin-left: 20px;
    margin-right: 20px;
  }
  .hs_custom_right {
    padding: 0px 40px;
  }
  .pwr-sec-split>div:not(.page-center) .pwr-sec-split__content {
    padding-left: 15px;
    padding-right: 16px;
  }
}
.hs-content-name-partners-page .pwr-image-box__img.lazyloading {
  min-height: 40px !important;
}

.pwr-bullet-points ul:not(.hs-error-msgs):not(.inputs-list):not(.pwr-sec-breadcrumbs__list) li:before {
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  width: 1.25em;
  font-size: 14px;
  color: inherit;
  left: -22px;
  position: absolute;
  top: 11px;
  background: none;
  border-radius: 0;
  height: auto;
}
.hs-content-name-nlt-team .pwr-sub-steps .pwr-step__desc {
  padding: 15px;
}
.hs-content-path-about-resources .widget-type-rich_text img {
  width: 100%;
}
.pwr-sub-steps .pwr-step__img{

  width:100%;
}
.pwr-bullet-points ul:not(.hs-error-msgs):not(.inputs-list):not(.pwr-sec-breadcrumbs__list) li:after {
  display: none;
}
span.pwr-image-box__title {
  text-transform: capitalize;
}
.pwr-rich-text img {
  width: 100%;
}

.pwr-rich-text.pwr-sec-txt__left h2 {
  text-transform: capitalize;
}
.pwr-rich-text.pwr-sec-txt__right h2 {
  text-transform: capitalize;
}
.pwr-sec__title {
  text-transform: capitalize;
}
.hs-content-name-research-services .pwr-image-box__img.lazyloading {
  min-height: auto !important;
}
.pwr-image-box--smaller.pwr-image-box--style-below-2 .pwr-image-box__below {
  padding: 20px;
  font-size: 12px;
}
.hs-content-name-partners-page span.pwr-rich-text.pwr-step__desc:empty {
  margin: 0;
  padding: 0;
}.hs-content-path-associations .pwr-sub-steps .pwr-step__img {
  width: auto;
}
.pwr-image-box--smaller.pwr-image-box--style-below-2 .pwr-image-box__below p {
  font-size: 12px;
}
.hs-content-path-clients-list .pwr-step__title {
  padding: 0 10px;
}

.pwr-sub-accordion.pwr--light form input {
  padding: 20px;
}
.pwr-sub-accordion.pwr--light form label {
  color: #fff;
}
.hs-submit:after,
.hs-submit:before {
  display: none;
}
.pwr-sub-accordion.pwr--light input.hs-button {
  background-color: #ff8f73;
  border-color: #ff8f73;
}


.pwr-sub-accordion.pwr--light .hs-input[type=checkbox], 
.pwr-sub-accordion.pwr--ligh .hs-input[type=radio] {
  background: #fff;
}

.pwr-sub-accordion.pwr--light [type=checkbox]+span:before {
  background: #fff !important;
}
.hs-content-name-cloud-hosting-services .pwr-sub-steps .pwr-step__img {
  width: auto;
}
a.filter-expand-link {
  display: none !important;
}
.hs_custom_right>div {
  margin-bottom: 30px;
}
ul.l_tinynav1 {
  display: none;
}.hs_custom_right {
  padding-top: 60px;
}
.custom_post_hs .pwr-post-featured--small {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.custom_post_hs .pwr-post-body {
  background-color: inherit;
}
.custom_post_hs .pwr-author-profile__name {
  margin-bottom:0;
}
.custom_post_hs .pwr-author-profile {
  padding: 20px;
}

.custom_post_hs .pwr-author-profile__info {
  padding: 10;
}
.custom_list_hs .pwr-blog-listing {
  background-color: inherit;
}
.pwr-blog-pagination--1col.page-center.pwr--align-l .pwr--neg-margin-lr-10 {
  justify-content: center;
}.pwr-blog-pagination--1col.page-center.pwr--align-l .pwr--neg-margin-lr-10 {
  justify-content: center;
}
.pwr-post-item__more-link div {
  display: inline-block;
}
.pwr-blog-pagination__btn {
  padding: 0;
}

.pwr-blog-pagination {
  padding-bottom: 30px;
}
li#results-for {
  padding: 10px 15px 7px;
}

.pwr-post-featured__info-box{
  max-width:  1200px;
}
.pwr-post-header {
    background-color: #003469;
    opacity: .7;
}
html.js-enabled {
  overflow-x: hidden;
}
.hs-content-name-home-page .pwr-testimonial--style-multiple {
  padding: 10px;
}

.hs-content-name-home-page .pwr-testimonial__quote {
  line-height: 0;
}

.hs-content-name-home-page .pwr-testimonial--style-multiple .pwr-testimonial__author {
  margin: 0;
}

.hs-content-name-home-page .owl-carousel .owl-item img {
  margin-bottom: 20px;
}

.hs-content-name-home-page .owl-carousel .owl-item a:not(.pwr-cta):not(.cta_button):hover {
  color: inherit;
}
.hs-content-name-home-page  .pwr-rich-text ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  width: 1.25em;
  font-size: 14px;
  background: none;
}
.pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1.hs-item-has-children>a {
  padding-right: 26px;
}
.hs-content-name-science-innovation .pwr-testimonial--style-multiple {
  padding: 10px;
}
@media(min-width:768px){
  .pwr-post-featured__info-box{
    margin:0 auto;
  }

}
@media(max-width:767px){
  .pwr-blog-pagination {
    margin-left: 0;
  }
  .pwr-post-content {
    padding-bottom: 0;
  }
}

@media(max-width:1300px){
  .pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1>a {
    padding: 10px;
  }
  .pwr-header__menu {
    left: auto !important;
    right: 3%
  }

}

@media(max-width:1300px) and (min-width:1025px){

  .hs-content-name-home-page .cm_hex_wrp .cm_hex_col_out:nth-child(5n) {
    margin: -261px 0 0;
  }

  .hs-content-name-home-page .cm_hex_wrp .cm_hex_col_out {
    width: 19%;
  }
}
@media(max-width:1300px) and (min-width:768px){
  .hs-content-name-home-page .cm_hex_wrp .cm_sub h2 {
    font-size: 1vw;
    line-height: normal;
    display: block;
    padding: 0 10px;
  }

  .hs-content-name-home-page .cm_hex_wrp .cm_title h2 {
    font-size: 1.4vw;
  }

}
@media(max-width:1200px) and (min-width:768px){
  .hs-content-path-cloud-hosting-services .pwr-sub-steps span.pwr-rich-text h3 {
    font-size: 2vw;
  }

  .hs-content-path-cloud-hosting-services .pwr-sub-steps span.pwr-rich-text p {
    font-size: 1.5vw;
  }

}
@media(max-width:1024px) and (min-width:310px){
  .hs-content-name-home-page .cm_hex_wrp .cm_sub h2 {
    font-size: 1.2vw;
    padding-bottom: 10px;
  }

  .hs-content-name-home-page .cm_hex_wrp .cm_hex_item {
    max-height: 220px;
    max-width: 250px;
    min-height: 220px;
    min-width: 250px;
  }
  .hs-content-name-home-page .cm_hex_wrp .cm_title h2 {
    font-size: 16px !important;
  }

  .hs-content-name-home-page .cm_hex_wrp .cm_sub h2 {
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media(max-width:992px) and (min-width:768px){
  .pwr-image-box--style-below-2 .pwr-image-box__below {
    padding: 35px 20px;
  }

}
@media (max-width: 575px){
  .page-center {
    margin-left: 20px;
    margin-right: 20px;

  }

  .pwr-hero__info-box{
    width: calc(100% - 40px);

  }
  

.pwr-header-logo {
    max-width: 405px; !important /* increase this for wider logos */


}

.pwr-post-header--padding {
    padding: 70px 0;

}