.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: white;
  border: 1px solid #a8a8a8;
  display: block;
  height: 15px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
  background: #cccccc;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 1;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #666666;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '\f0d9';
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '\f0da';
}
#focusedLanding-ns .marg-top-ten {
  margin-top: 10px;
}
#focusedLanding-ns .marg-top-twenty {
  margin-top: 20px;
}
#focusedLanding-ns #content {
  padding: 0;
  color: #666;
  min-height: 500px;
  /*------------------------------------*\
    HP/SF: General Page Styles
    \*------------------------------------*/
  /*------------------------------------*\
    HP/SF: Info Center (SHOWCASE) 
    \*------------------------------------*/
  /*------------------------------------*\
    HP/SF: D&H RESOURCES
    \*------------------------------------*/
  /*#DHResources{
    		width: 100%;
    		&:before{
    			content: 'D&H Resources';
    			display: block;
    			font-size: 24px;
    			font-weight: bold;
    			text-align: center;
    			padding-bottom: 30px;
    			padding-top: @sectionPadding;
    		}
    		&:after{
				content:'';
				display: block;
				position:relative;
				padding-top: @sectionPadding;
				margin-bottom: 20px;
				width: 85%;
				left: 50%;
				transform: translate(-50%, 0);
				border-bottom:1px solid fade(#707070, 50%);
			}
    	}*/
  /*------------------------------------*\
    HP/SF: ARTICLES
    \*------------------------------------*/
}
#focusedLanding-ns #content .row {
  margin: 0;
}
#focusedLanding-ns #content .row-title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
#focusedLanding-ns #content .carousel:not(.slick-initialized) {
  visibility: hidden;
}
#focusedLanding-ns #content hr {
  border-top: 1px solid #707070;
  opacity: 0.5;
}
#focusedLanding-ns #content hr.extra-marg {
  margin-top: 50px;
  margin-bottom: 50px;
}
#focusedLanding-ns #content #infoCenter:before,
#focusedLanding-ns #content #infoCenter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#focusedLanding-ns #content #infoCenter:after {
  clear: both;
}
#focusedLanding-ns #content #infoCenter a + a {
  margin-top: 10px;
  display: block;
}
#focusedLanding-ns #content #infoCenter .slick-slide img {
  width: auto;
}
#focusedLanding-ns #content #infoCenter .slick-slider {
  margin-bottom: 0;
}
#focusedLanding-ns #content #infoCenter .slick-dots {
  margin: 0px 20px 0px 0px;
  text-align: right;
  position: absolute;
  top: 265px;
  right: 30px;
}
#focusedLanding-ns #content #infoCenter .slick-dots li button {
  box-shadow: 0 0 5px #a8a8a8;
}
#focusedLanding-ns #content #infoCenter .slick-dots li.slick-active button {
  background: #0076D1;
  border-color: #217dbb;
  opacity: 1;
}
#focusedLanding-ns #content #infoCenter .slick-prev,
#focusedLanding-ns #content #infoCenter .slick-next {
  height: 53px;
  width: 53px;
  top: 140px;
}
#focusedLanding-ns #content #infoCenter .slick-prev:before,
#focusedLanding-ns #content #infoCenter .slick-next:before {
  font-size: 65px;
  color: white;
  opacity: 1;
  text-shadow: 0 0 8px #969696;
}
#focusedLanding-ns #content #infoCenter .slick-prev {
  left: 3px;
}
#focusedLanding-ns #content #infoCenter .slick-prev:before {
  content: '\f104';
}
#focusedLanding-ns #content #infoCenter .slick-next {
  right: 3px;
}
#focusedLanding-ns #content #infoCenter .slick-next:before {
  content: '\f105';
}
#focusedLanding-ns #content .dh-resources-block.resource-block-txt {
  background: #F2F2F2;
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px;
}
#focusedLanding-ns #content .dh-resources-block.resource-block-txt h5 {
  line-height: 16px;
}
#focusedLanding-ns #content .dh-resources-block.resource-block-txt .btn {
  margin-right: 10px;
}
#focusedLanding-ns #content .dh-resources-block.resource-block-img {
  padding-bottom: 20px;
}
#focusedLanding-ns #content #featuredArticles:before {
  content: 'Featured Articles';
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 40px;
}
#focusedLanding-ns #content #featuredArticles:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 40px;
  margin-bottom: 20px;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
#focusedLanding-ns #content .article-panel {
  padding: 20px 0px;
  margin-bottom: 40px !important;
  border: none;
  box-shadow: none;
}
#focusedLanding-ns #content .article-panel .row {
  margin-bottom: 30px !important;
}
#focusedLanding-ns #content .article-panel .panel-heading {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0px;
  z-index: 5;
  position: relative;
}
#focusedLanding-ns #content .article-panel .panel-heading img {
  position: absolute;
  top: -15px;
  max-width: 290px;
}
#focusedLanding-ns #content .article-panel .panel-collapse {
  position: relative;
}
#focusedLanding-ns #content .article-panel .panel-collapse .close-panel {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  border-radius: 100%;
}
#focusedLanding-ns #content .article-panel .panel-body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 50px 40px;
  background: rgba(242, 242, 242, 0.5);
  z-index: 1;
}
#focusedLanding-ns #content .article-panel .panel-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
#focusedLanding-ns #content .article-panel .less {
  display: none;
}
#focusedLanding-ns .movie-play .modal-body {
  padding: 0;
}
#focusedLanding-ns .close-button {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -13px;
  z-index: 1;
  text-align: center;
}
#focusedLanding-ns .close-button button.close {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  font-size: 26px;
  font-weight: normal;
  color: #353535;
  text-shadow: none;
  padding-left: 1px;
}
#focusedLanding-ns .close-button button.close:focus {
  outline: none;
}
@media screen and (max-height: 590px) {
  #focusedLanding-ns .modal-body {
    overflow-y: visible !important;
    height: auto !important;
    max-height: inherit !important;
  }
}
#focusedLanding-ns #content {
  /*--2026 Shared NAV--*/
  /*------------------------------------*\
	   	2026 OPPORTUNITY PAGES
	   	\*------------------------------------*/
  /*------------------------------------*\
	   	MODERN SOLUTIONS BLOG and BLOG DETAIL
	   	\*------------------------------------*/
  /*----------------------------------*\
		HOLIDAY SHIPPING
		\*----------------------------------*/
  /*-----------------------------------*\
		EVENTS PAGE
		\*-----------------------------------*/
  /*------------------------------------*\
	   	SOLUTIONS FOCUS PAGES
	   	\*------------------------------------*/
  /*--Focused Landing Pages DH OPPS--*/
  /*-----------------------------------*\
	   	SPOTLIGHT PAGES
	   	\*-----------------------------------*/
  /*------------------------------------*\
	   	FOCUSED LANDING: FEATURED PRODUCTS ROTATOR -- OLD CODE
	   	\*------------------------------------*/
}
#focusedLanding-ns #content .display-none {
  display: none !important;
}
#focusedLanding-ns #content .flex-wrap {
  display: flex;
}
#focusedLanding-ns #content .gap-twenty {
  gap: 20px;
}
#focusedLanding-ns #content .flex-wrap-wrap {
  flex-wrap: wrap;
}
#focusedLanding-ns #content .flex-align-stretch {
  align-items: stretch;
}
#focusedLanding-ns #content .flex-align-center {
  align-items: center;
}
#focusedLanding-ns #content .flex-justify-center {
  justify-content: center;
}
#focusedLanding-ns #content .marg-bottom-forty {
  margin-bottom: 40px;
}
#focusedLanding-ns #content .marg-top-forty {
  margin-top: 40px;
}
#focusedLanding-ns #content .marg-right-twenty {
  margin-right: 20px;
}
#focusedLanding-ns #content .marg-top-none {
  margin-top: 0px;
}
#focusedLanding-ns #content .pad-bottom-extra {
  padding-bottom: 80px !important;
}
#focusedLanding-ns #content #programNavNEW {
  position: relative;
  isolation: isolate;
  z-index: 100;
}
#focusedLanding-ns #content #programNavNEW .hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: -1;
  --_gradient-blend-mode: normal;
  --_gradient-blur: 60px;
  background: #ffffff;
  mix-blend-mode: var(--_gradient-blend-mode);
}
#focusedLanding-ns #content #programNavNEW .hero-bg.frosted-backdrop {
  backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
  -webkit-backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
}
#focusedLanding-ns #content #programNavNEW .hero-content {
  position: relative;
  z-index: 0;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-block {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  z-index: 100;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-block a {
  color: #175A87;
  margin-left: 10px;
  padding: 5px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-block a:hover {
  text-decoration: none;
  border-bottom: 2px solid #175A87;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-block a.active {
  border: 2px solid #3498DB;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt {
  margin-top: 20px;
  padding-bottom: 40px;
  color: #000000;
  display: flex;
  align-items: center;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .header-logo {
  margin-bottom: 20px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .header-logo img {
  max-width: 80%;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .subpage-header-txt {
  padding-top: 20px;
  padding-bottom: 40px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt h6 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .button-block .btn {
  margin-top: 20px;
  margin-right: 10px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .header-img {
  position: relative;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  animation: float 3s ease-in-out forward;
}
#focusedLanding-ns #content #programNavNEW .hero-content .header-txt .header-img .img-overlay {
  position: absolute;
  z-index: 20;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
    /* slight upward movement */
  }
  100% {
    transform: translateY(0);
  }
}
#focusedLanding-ns #content #programNavNEW .hero-content nav {
  z-index: 100;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary {
  margin-top: 0px;
  width: 1000px;
  z-index: 10;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 10px 105px rgba(0, 0, 0, 0.15);
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.top-link {
  font-weight: normal;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.top-link a {
  font-size: 13px !important;
  color: #000000 !important;
  border: none !important;
  background: transparent !important;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-right {
  right: 10px;
  position: absolute;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-right a {
  padding: 5px 10px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-right a:hover {
  color: #ffffff;
  background: #175A87 !important;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.pull-right {
  opacity: 0;
  position: absolute;
  right: -50px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.pull-right a {
  color: #000000, 20% !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.pull-right a .fa {
  font-size: 18px !important;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.pull-right a:hover {
  color: #175A87 !important;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-left a {
  color: #000000;
  padding: 5px 10px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  font-size: 12px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-left a:hover {
  background: #0076D1;
  color: #ffffff;
  border-radius: 5px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.nav-left.active a,
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.active-nav a {
  transition: all 0.3s ease;
  background: #175A87;
  color: #ffffff;
  border-radius: 5px;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-secondary li.pull-right.active a {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #000000;
}
#focusedLanding-ns #content #programNavNEW .hero-content .nav-holder {
  width: 1000px;
  height: 74px;
  margin-top: 80px;
  display: none;
}
#focusedLanding-ns #content #programNavNEW .hero-content .affix .nav-secondary {
  margin-top: 0;
  background: #ffffff;
}
#focusedLanding-ns #content #programNavNEW .hero-content .affix .nav-secondary li.pull-right {
  opacity: 0.6;
  right: 0px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #programNavNEW .hero-content .affix .nav-secondary li.nav-right {
  right: 40px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content .scroll-block {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
}
#focusedLanding-ns #content .scroll-block a {
  display: flex;
  width: 260px;
  height: 70px;
  position: absolute;
  bottom: -1px;
  justify-content: center;
  color: #5F6168;
}
#focusedLanding-ns #content .scroll-block a p {
  z-index: 100;
  position: absolute;
  bottom: 0;
}
#focusedLanding-ns #content .scroll-block a svg {
  z-index: 100;
  position: absolute;
  top: 15px;
  width: 13px;
  height: 17px;
}
#focusedLanding-ns #content .scroll-block a svg:hover {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
    /* slight upward movement */
  }
  100% {
    transform: translateY(0);
  }
}
#focusedLanding-ns #content .scroll-block a .bell-shape {
  width: 260px;
  height: 70px;
  background: #ffffff;
  aspect-ratio: 3.714;
  clip-path: shape(from 26.43% 51.24%, curve to 0% 99.27% with 18.61% 84.72%/5.34% 99.27%, curve to 99.56% 99.27% with 35.95% 99.27%/106.19% 100.92%, curve to 73.51% 51.24% with 91.07% 97.15%/83.55% 90.08%, curve to 26.43% 51.24% with 54.03% -34.23%/37.82% 2.5%, close);
}
#focusedLanding-ns #content #contact.contact-new {
  background: linear-gradient(180deg, #F9F9F9 0%, #ffffff 100%);
  padding-top: 20px;
  padding-bottom: 40px;
}
#focusedLanding-ns #content #contact.contact-new .contact-block {
  color: #ffffff;
  border-radius: 8px;
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: color;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
#focusedLanding-ns #content #contact.contact-new .contact-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #contact.contact-new .contact-button-wrap .btn {
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW {
  color: #000;
}
#focusedLanding-ns #content #opportunitiesNEW .solution-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW .solution-blocks .solution-block {
  flex: 1 0 45%;
  padding: 20px 30px;
  background: #F9F9F9;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent {
  padding-top: 40px;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks {
  display: flex;
  align-items: center;
  max-width: 50%;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks p {
  margin-bottom: 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks .stat-bubble-wrap {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks .stat-bubble-wrap .stat-bubble {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.6;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks .stat-bubble-wrap .stat-bubble-txt {
  margin-left: 20px;
  font-size: 50px;
  position: absolute;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks .stat-txt {
  margin-left: 8%;
}
#focusedLanding-ns #content #opportunitiesNEW #mainContent .stat-block-wrap .stat-blocks:nth-child(2):before {
  content: "";
  position: relative;
  background: #e9e9e9;
  height: 80px;
  width: 1px;
  margin-right: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories {
  position: relative;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-section-title {
  color: #ffffff;
  position: absolute;
  top: -50px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-gradient {
  padding-bottom: 80px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .w-50 {
  flex: 0 0 calc(100% / 2);
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .w-33 {
  flex: 0 0 calc(100% / 3);
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .w-25 {
  flex: 0 0 calc(100% / 4);
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.1);
  padding: 30px 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block .icon img {
  border-radius: 100px;
  padding: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.full-radius {
  border-radius: 8px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.left-bottom-radius {
  border-bottom-left-radius: 8px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.right-bottom-radius {
  border-bottom-right-radius: 8px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.left-top-radius {
  border-top-left-radius: 8px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.right-top-radius {
  border-top-right-radius: 8px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.no-radius {
  border-radius: 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #solutionCategories .category-grid .category-block.border-top {
  border-top: 1px solid rgba(32, 33, 36, 0.05);
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners #infoCenter {
  position: relative;
  top: 20px;
  z-index: 20;
  width: 97%;
  margin-left: 15px;
  height: 280px;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners #infoCenter .slick-next {
  right: 0px !important;
  top: 90px !important;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners #infoCenter .slick-prev {
  left: 0px !important;
  top: 90px !important;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners #infoCenter .slick-dots {
  top: 175px !important;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners #infoCenter .slick-slide img {
  width: 100% !important;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners .featured-logos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 100px;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners .featured-logos-wrap .featured-logo {
  flex: 0 0 calc((100% - 50px) / 6);
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 8px;
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.1));
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners .featured-logos-wrap .featured-logo img {
  width: 100%;
}
#focusedLanding-ns #content #opportunitiesNEW #featuredPartners .featured-product {
  flex: 0 0 calc((100% - 40px) / 5);
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.03));
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block {
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: color;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .title-block {
  display: flex;
  align-items: center;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .linecard-titles {
  color: #ffffff;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .linecard-bubble {
  display: flex;
  align-items: center;
  border-radius: 100px 0px 0px 100px;
  padding: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .linecard-bubble .linecard-icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .linecard-bubble .linecard-icon img {
  width: 100%;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-block .linecard-bubble p {
  margin: 0;
  padding-bottom: 5px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel {
  width: 100.5%;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-heading {
  display: flex;
  justify-content: space-between;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-heading .panel-nav {
  margin-right: 40px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body::-webkit-scrollbar {
  height: 0;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body .flex-2rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body .flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body .panel-logo {
  flex: 0 0 130px;
  padding: 10px 20px;
  box-sizing: border-box;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .panel-body .panel-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .scroll-bar-wrap {
  position: relative;
  margin-top: 16px;
  height: 12px;
  display: flex;
  justify-content: center;
  margin-left: -25px;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .scroll-bar-wrap .scroll-bar {
  position: relative;
  height: 2px;
  width: 700px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  pointer-events: none;
}
#focusedLanding-ns #content #opportunitiesNEW #lineCard .linecard-logo-block .scroll-bar-wrap .scroll-bar-active {
  position: absolute;
  top: 0;
  height: 2px;
  width: 300px;
  background: #ffffff;
  border-radius: 2px;
  pointer-events: auto;
  cursor: grab;
  left: 0;
  transform: none;
}
#focusedLanding-ns #content #opportunitiesNEW #resources {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F9F9F9;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource {
  border-radius: 8px;
  padding: 20px 10px;
  margin-top: 20px;
  background: #ffffff;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-wrap {
  position: relative;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-wrap .gear-icon {
  position: relative;
  top: -20px;
  left: -35px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-wrap .featured-resource-content {
  color: #ffffff;
  position: relative;
  bottom: 0;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-wrap .featured-resource-content h3 {
  margin-top: 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-img {
  border-radius: 8px;
  background: #ffffff;
  padding: 5px 5px 15px 5px;
  position: relative;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-img p {
  border-radius: 50px;
  border: 1px solid #E9EBF1;
  color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  width: 50%;
  margin: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-img .img-icon {
  position: absolute;
  right: 19px;
  bottom: 30px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-img .img-icon .fa {
  z-index: 9;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .featured-resource-img .triangle-right {
  width: 50px;
  aspect-ratio: 1 / 1;
  background: #fff;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap {
  margin-top: 30px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block {
  padding: 10px 10px 15px 10px;
  width: 25%;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E9EBF1;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img {
  border-radius: 8px;
  background: #ffffff;
  padding: 0px;
  position: relative;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img img {
  width: 100%;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img p {
  border-radius: 50px;
  border: 1px solid #E9EBF1;
  color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  width: 60%;
  margin: 10px 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img .img-icon {
  position: absolute;
  right: -1px;
  bottom: 25px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img .img-icon .fa {
  z-index: 9;
  position: absolute;
  bottom: 12px;
  right: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #resources .resource-section-wrap .resource-block-wrap .resource-block .resource-img .triangle-right {
  width: 60px;
  aspect-ratio: 1 / 1;
  background: #fff;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
#focusedLanding-ns #content #opportunitiesNEW .resource-HR {
  background-color: #F9F9F9;
  margin-top: 0px;
  margin-bottom: 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #events {
  background: #F9F9F9;
  padding: 20px 0px 40px 0px;
}
#focusedLanding-ns #content #opportunitiesNEW #events .event-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  margin-top: 10px;
}
#focusedLanding-ns #content #opportunitiesNEW #events .event-block p {
  margin: 0;
}
#focusedLanding-ns #content #opportunities {
  /*--NAV--*/
}
#focusedLanding-ns #content #opportunities.opportunities26 {
  color: #000;
}
#focusedLanding-ns #content #opportunities .solution-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities .solution-blocks .solution-block {
  flex: 1 0 45%;
  padding: 20px 30px;
  background: #F9F9F9;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
}
#focusedLanding-ns #content #opportunities #programNav {
  background: #F9F9F9;
  padding-top: 30px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-thread-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
#focusedLanding-ns #content #opportunities #programNav .nav-thread-block a {
  color: #3498DB;
  margin-left: 10px;
  padding: 5px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-thread-block a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3498DB;
}
#focusedLanding-ns #content #opportunities #programNav .nav-thread-block a.active {
  border: 2px solid #3498DB;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt {
  margin-top: 20px;
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt h6 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt .button-block {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt .button-block .btn {
  margin-top: 10px;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt .header-img {
  position: relative;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
}
#focusedLanding-ns #content #opportunities #programNav .header-txt .header-img .img-overlay {
  position: absolute;
  z-index: 20;
}
#focusedLanding-ns #content #opportunities #programNav nav {
  z-index: 100;
}
#focusedLanding-ns #content #opportunities #programNav .subnav-block {
  padding-top: 20px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary {
  margin-top: 0px;
  width: 1000px;
  z-index: 10;
  display: flex;
  justify-content: space-evenly;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.top-link {
  opacity: 0;
  font-weight: normal;
  position: absolute;
  left: -50px;
  transition: all 0.3s ease;
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.top-link a {
  font-size: 13px !important;
  color: #000000 !important;
  border: none !important;
  background: transparent !important;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right {
  font-size: 25px !important;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  right: -50px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right a {
  font-size: 13px !important;
  color: #000000, 10% !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0;
  padding-bottom: 0px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right a .fa {
  font-size: 25px !important;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right a h6 {
  margin: 0px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right a:hover {
  color: #175A87 !important;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li a {
  color: #000000;
  border: 1px solid #175A87;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 10px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  font-size: 12px;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li a:hover {
  background: #175A87;
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.nav-left.active a,
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.active-nav a {
  transition: all 0.3s ease;
  background: #175A87;
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #programNav .nav-secondary li.pull-right.active a {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #000000;
}
#focusedLanding-ns #content #opportunities #programNav .nav-holder {
  width: 1000px;
  height: 74px;
  margin-top: 80px;
  display: none;
}
#focusedLanding-ns #content #opportunities #programNav .affix .nav-secondary {
  margin-top: 0;
  background: #AFD8E3;
}
#focusedLanding-ns #content #opportunities #programNav .affix .nav-secondary li.top-link {
  opacity: 1;
  position: relative;
  left: 0px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #opportunities #programNav .affix .nav-secondary li.pull-right {
  opacity: 1;
  position: relative;
  right: 0px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #opportunities .variableHTML {
  padding-bottom: 40px;
}
#focusedLanding-ns #content #opportunities .variableHTML h2 {
  padding-top: 40px;
}
#focusedLanding-ns #content #opportunities .variableHTML hr {
  opacity: 0.2;
  margin-top: 50px;
  margin-bottom: 40px;
}
#focusedLanding-ns #content #opportunities #partners {
  background: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
#focusedLanding-ns #content #opportunities #partners hr {
  opacity: 0.2;
  margin-top: 50px;
  margin-bottom: 40px;
}
#focusedLanding-ns #content #opportunities #partners .featured-partners {
  background: #ffffff;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .featured-partners .partner-logos .logo-sm-block,
#focusedLanding-ns #content #opportunities #partners .featured-partners .partner-logos .logo-lg-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 3px;
}
#focusedLanding-ns #content #opportunities #partners .featured-partners .partner-logos .logo-sm-block .logo-sm img,
#focusedLanding-ns #content #opportunities #partners .featured-partners .partner-logos .logo-lg-block .logo-sm img {
  max-width: 120px;
}
#focusedLanding-ns #content #opportunities #partners .featured-partners .partner-logos img {
  padding: 15px;
}
#focusedLanding-ns #content #opportunities #partners .partner-resources-block {
  border: 2px solid #E1E1E1;
  background: #FFFFFF;
  padding: 30px 15px;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .partner-resources-block .partner-resource-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#focusedLanding-ns #content #opportunities #partners .partner-resources-block .partner-resource-wrap .partner-resource {
  width: 50%;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .partner-resources-block .partner-resource-wrap .partner-resource img {
  max-width: 100px;
}
#focusedLanding-ns #content #opportunities #partners .prod-cat-block {
  border: 2px solid #E1E1E1;
  background: #FFFFFF;
  padding: 30px 15px;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .prod-cat-block .prod-cat-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 30px;
}
#focusedLanding-ns #content #opportunities #partners .prod-cat-block .prod-cat-wrap img {
  border: 2px solid #CFCFCF;
}
#focusedLanding-ns #content #opportunities #partners .partner-promotions-block {
  border: 2px solid #E1E1E1;
  background: #FFFFFF;
  padding: 30px 15px;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .partner-promotions-block .partner-resource-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#focusedLanding-ns #content #opportunities #partners .partner-promotions-block .partner-resource-wrap .partner-resource {
  width: 50%;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #partners .partner-promotions-block .partner-resource-wrap .partner-resource img {
  max-width: 100px;
}
#focusedLanding-ns #content #opportunities .resource-HR {
  background-color: #F9F9F9;
  margin-top: 0px;
  margin-bottom: 0px;
}
#focusedLanding-ns #content #opportunities #resources {
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F9F9F9;
}
#focusedLanding-ns #content #opportunities #resources hr {
  opacity: 0.2;
  margin-top: 30px;
  margin-bottom: 50px;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block {
  width: 30%;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a {
  color: #666;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a img {
  width: 100%;
  margin-bottom: 15px;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #ffffff;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a .img-wrap .fa {
  color: #175A87;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a h4 {
  margin-top: 15px;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a.btn {
  margin-top: 0px;
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a:hover {
  text-decoration: none;
}
#focusedLanding-ns #content #opportunities #resources .resource-block-wrap .resource-block a:hover .img-wrap {
  opacity: 1;
}
#focusedLanding-ns #content #opportunities #resources .resource-list {
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #resources .resource-list hr {
  opacity: 0.2;
}
#focusedLanding-ns #content #opportunities #resources .resource-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #resources .resource-list li {
  line-height: 30px;
  width: calc(100% / 2);
}
#focusedLanding-ns #content #opportunities #contact {
  padding-top: 40px;
  padding-bottom: 60px;
}
#focusedLanding-ns #content #opportunities #contact h2,
#focusedLanding-ns #content #opportunities #contact h4 {
  color: #ffffff;
}
#focusedLanding-ns #content #opportunities #contact .contact-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#focusedLanding-ns #content #opportunities #contact .contact-button-wrap .btn {
  margin-top: 20px;
}
#focusedLanding-ns #content #opportunities #relatedOpps {
  padding-top: 40px;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models {
  margin-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 20px 0;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block img {
  background: #AFD8E3;
  padding: 10px;
  border-radius: 10px;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block h3 {
  margin-top: 0px;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block p {
  line-height: 20px;
  font-weight: normal;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block ul {
  color: #ffffff;
  padding-inline-start: 20px;
}
#focusedLanding-ns #content #opportunities #relatedOpps .models .model-block ul li {
  margin-bottom: 10px;
}
#focusedLanding-ns #content #modernBlog,
#focusedLanding-ns #content #modernBlogDet {
  /*------------------------------------*\
    SIGN UP MODAL
\*------------------------------------*/
}
#focusedLanding-ns #content #modernBlog #body-container,
#focusedLanding-ns #content #modernBlogDet #body-container {
  background: #FFF;
}
#focusedLanding-ns #content #modernBlog .marg-right-ten,
#focusedLanding-ns #content #modernBlogDet .marg-right-ten {
  margin-right: 10px;
}
#focusedLanding-ns #content #modernBlog .marg-top-ten,
#focusedLanding-ns #content #modernBlogDet .marg-top-ten {
  margin-top: 10px;
}
#focusedLanding-ns #content #modernBlog .marg-top-thirty,
#focusedLanding-ns #content #modernBlogDet .marg-top-thirty {
  margin-top: 30px;
}
#focusedLanding-ns #content #modernBlog .marg-top-none,
#focusedLanding-ns #content #modernBlogDet .marg-top-none {
  margin-top: 0px;
}
#focusedLanding-ns #content #modernBlog h1,
#focusedLanding-ns #content #modernBlogDet h1,
#focusedLanding-ns #content #modernBlog h2,
#focusedLanding-ns #content #modernBlogDet h2 {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog hr,
#focusedLanding-ns #content #modernBlogDet hr {
  border-top: 2px solid #CBD85C !important;
}
#focusedLanding-ns #content #modernBlog .target-element,
#focusedLanding-ns #content #modernBlogDet .target-element {
  z-index: -1;
}
#focusedLanding-ns #content #modernBlog .target-element:before,
#focusedLanding-ns #content #modernBlogDet .target-element:before {
  display: block;
  content: " ";
  margin-top: -40px;
  height: 40px;
  visibility: hidden;
}
#focusedLanding-ns #content #modernBlog .marketplace-status,
#focusedLanding-ns #content #modernBlogDet .marketplace-status {
  display: flex;
  justify-content: end;
  margin-right: -100px;
}
#focusedLanding-ns #content #modernBlog .marketplace-status p,
#focusedLanding-ns #content #modernBlogDet .marketplace-status p {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog .marketplace-status .marketplace-icon,
#focusedLanding-ns #content #modernBlogDet .marketplace-status .marketplace-icon {
  background: rgba(203, 216, 92, 0.95);
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #CBD85C;
  box-shadow: inset 2px 0 3px #B5C9DE;
  padding: 10px 7px 5px 7px;
  opacity: 0;
  position: fixed;
  width: 100px;
  z-index: 20;
  top: 20%;
  transition: all 0.3s ease-in;
}
#focusedLanding-ns #content #modernBlog .marketplace-status .marketplace-icon img,
#focusedLanding-ns #content #modernBlogDet .marketplace-status .marketplace-icon img {
  max-width: 40px;
}
#focusedLanding-ns #content #modernBlog .marketplace-status .marketplace-icon.affix,
#focusedLanding-ns #content #modernBlogDet .marketplace-status .marketplace-icon.affix {
  opacity: 1;
  transition: all 0.3s ease-out;
  transform-origin: right;
  margin: 0 auto 0 auto;
}
#focusedLanding-ns #content #modernBlog .marketplace-status .marketplace-icon:hover,
#focusedLanding-ns #content #modernBlogDet .marketplace-status .marketplace-icon:hover {
  background: #bece33;
}
#focusedLanding-ns #content #modernBlog #programNav,
#focusedLanding-ns #content #modernBlogDet #programNav {
  background: linear-gradient(180deg, #2b4a6a 0%, #18769d 100%);
  padding-top: 30px;
}
#focusedLanding-ns #content #modernBlog #programNav hr,
#focusedLanding-ns #content #modernBlogDet #programNav hr {
  border-top: 1px solid #707070;
  opacity: 0.5;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-thread-block,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-thread-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-thread-block a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-thread-block a {
  color: #3498DB;
  margin-left: 10px;
  padding: 5px;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-thread-block a:hover,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-thread-block a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3498DB;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-thread-block a.active,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-thread-block a.active {
  border: 2px solid #3498DB;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt {
  color: #ffffff;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt h1,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt h1 {
  color: #CBD85C;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt .h5,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .h5,
#focusedLanding-ns #content #modernBlog #programNav .header-txt .h4,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .h4 {
  color: #ffffff !important;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt h6,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt h6 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt .button-block,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .button-block {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt .button-block .btn,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .button-block .btn {
  margin-top: 10px;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt .header-img,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .header-img {
  position: relative;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt .header-img .img-overlay,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt .header-img .img-overlay {
  position: absolute;
  z-index: 20;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt #infoCenter,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt #infoCenter {
  position: relative;
  top: 20px;
  z-index: 20;
  width: 97%;
  margin-left: 20px;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt #infoCenter .slick-next,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt #infoCenter .slick-next {
  right: 10px !important;
  top: 160px !important;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt #infoCenter .slick-prev,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt #infoCenter .slick-prev {
  left: 0px !important;
  top: 160px !important;
}
#focusedLanding-ns #content #modernBlog #programNav .header-txt #infoCenter .slick-dots,
#focusedLanding-ns #content #modernBlogDet #programNav .header-txt #infoCenter .slick-dots {
  top: 330px !important;
}
#focusedLanding-ns #content #modernBlog #programNav nav,
#focusedLanding-ns #content #modernBlogDet #programNav nav {
  z-index: 100;
}
#focusedLanding-ns #content #modernBlog #programNav .dropdown-menu,
#focusedLanding-ns #content #modernBlogDet #programNav .dropdown-menu {
  border: 1px solid gray;
  padding: 10px;
  margin-left: 600px;
  margin-top: 3px;
  z-index: 100;
}
#focusedLanding-ns #content #modernBlog #programNav .dropdown-menu a.dropdown-item,
#focusedLanding-ns #content #modernBlogDet #programNav .dropdown-menu a.dropdown-item {
  display: block;
  float: left;
  clear: both;
  color: #0076D1 !important;
  text-decoration: none;
  background: transparent;
  text-transform: none;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 5px;
}
#focusedLanding-ns #content #modernBlog #programNav .dropdown-menu a.dropdown-item:hover,
#focusedLanding-ns #content #modernBlogDet #programNav .dropdown-menu a.dropdown-item:hover,
#focusedLanding-ns #content #modernBlog #programNav .dropdown-menu a.dropdown-item:focus,
#focusedLanding-ns #content #modernBlogDet #programNav .dropdown-menu a.dropdown-item:focus {
  text-transform: none;
  border-radius: 0px;
  border-bottom: 2px solid #0076D1;
}
#focusedLanding-ns #content #modernBlog #programNav .subnav-block,
#focusedLanding-ns #content #modernBlogDet #programNav .subnav-block {
  padding-top: 20px;
  background: #ffffff;
  border-bottom: 4px solid #B5C9DE;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary {
  margin-top: 0px;
  width: 1000px;
  z-index: 10;
  display: flex;
  justify-content: space-evenly;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.top-link,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.top-link {
  opacity: 0;
  font-weight: normal;
  position: absolute;
  left: -50px;
  transition: all 0.3s ease;
  color: #ffffff;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.top-link a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.top-link a {
  font-size: 13px !important;
  color: #000000 !important;
  border: none !important;
  background: transparent !important;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right {
  font-size: 25px !important;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  right: -50px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right a {
  font-size: 13px !important;
  color: #000000, 10% !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0;
  padding-bottom: 0px;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right a .fa,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right a .fa {
  font-size: 25px !important;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right a h6,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right a h6 {
  margin: 0px;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right a:hover,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right a:hover {
  color: #0076D1 !important;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li a {
  color: #000000;
  border: 1px solid #0076D1;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 10px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  font-size: 12px;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li a:hover,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li a:hover {
  background: #0076D1;
  color: #ffffff;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.nav-left.active a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.nav-left.active a,
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.active-nav a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.active-nav a {
  transition: all 0.3s ease;
  background: #0076D1;
  color: #ffffff;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-secondary li.pull-right.active a,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-secondary li.pull-right.active a {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #000000;
}
#focusedLanding-ns #content #modernBlog #programNav .nav-holder,
#focusedLanding-ns #content #modernBlogDet #programNav .nav-holder {
  width: 1000px;
  height: 74px;
  margin-top: 80px;
  display: none;
}
#focusedLanding-ns #content #modernBlog #programNav .affix .nav-secondary,
#focusedLanding-ns #content #modernBlogDet #programNav .affix .nav-secondary {
  margin-top: 0;
  background: rgba(181, 201, 222, 0.95);
}
#focusedLanding-ns #content #modernBlog #programNav .affix .nav-secondary li.top-link,
#focusedLanding-ns #content #modernBlogDet #programNav .affix .nav-secondary li.top-link {
  opacity: 1;
  position: relative;
  left: 0px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #modernBlog #programNav .affix .nav-secondary li.pull-right,
#focusedLanding-ns #content #modernBlogDet #programNav .affix .nav-secondary li.pull-right {
  opacity: 1;
  position: relative;
  right: 0px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #modernBlog #programNav #infoCenter,
#focusedLanding-ns #content #modernBlogDet #programNav #infoCenter {
  position: relative;
  top: 20px;
  z-index: 20;
  width: 97%;
  margin-left: 20px;
}
#focusedLanding-ns #content #modernBlog #programNav #infoCenter .slick-next,
#focusedLanding-ns #content #modernBlogDet #programNav #infoCenter .slick-next {
  right: 10px !important;
  top: 160px !important;
}
#focusedLanding-ns #content #modernBlog #programNav #infoCenter .slick-prev,
#focusedLanding-ns #content #modernBlogDet #programNav #infoCenter .slick-prev {
  left: 0px !important;
  top: 160px !important;
}
#focusedLanding-ns #content #modernBlog #programNav #infoCenter .slick-dots,
#focusedLanding-ns #content #modernBlogDet #programNav #infoCenter .slick-dots {
  top: 300px !important;
}
#focusedLanding-ns #content #modernBlog .pointer,
#focusedLanding-ns #content #modernBlogDet .pointer {
  width: 310px;
  height: 35px;
  position: relative;
  left: -20px;
  top: -5px;
}
#focusedLanding-ns #content #modernBlog .pointer.assess,
#focusedLanding-ns #content #modernBlogDet .pointer.assess {
  background: #d41c22;
  z-index: 10;
}
#focusedLanding-ns #content #modernBlog .pointer.assess:before,
#focusedLanding-ns #content #modernBlogDet .pointer.assess:before {
  border-left: 18px solid #d41c22;
}
#focusedLanding-ns #content #modernBlog .pointer.implement,
#focusedLanding-ns #content #modernBlogDet .pointer.implement {
  background: #6f7274;
  z-index: 5;
}
#focusedLanding-ns #content #modernBlog .pointer.implement:before,
#focusedLanding-ns #content #modernBlogDet .pointer.implement:before {
  border-left: 18px solid #6f7274;
}
#focusedLanding-ns #content #modernBlog .pointer.manage,
#focusedLanding-ns #content #modernBlogDet .pointer.manage {
  background: #007FAD;
}
#focusedLanding-ns #content #modernBlog .pointer.manage:before,
#focusedLanding-ns #content #modernBlogDet .pointer.manage:before {
  border-left: 18px solid #007FAD;
}
#focusedLanding-ns #content #modernBlog .pointer:after,
#focusedLanding-ns #content #modernBlogDet .pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
#focusedLanding-ns #content #modernBlog .pointer:before,
#focusedLanding-ns #content #modernBlogDet .pointer:before {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
#focusedLanding-ns #content #modernBlog .pointer h3,
#focusedLanding-ns #content #modernBlogDet .pointer h3,
#focusedLanding-ns #content #modernBlog .pointer .h3,
#focusedLanding-ns #content #modernBlogDet .pointer .h3 {
  color: #ffffff;
  padding-top: 5px;
}
#focusedLanding-ns #content #modernBlog #aimSolutions,
#focusedLanding-ns #content #modernBlogDet #aimSolutions {
  padding-top: 0px;
  padding-bottom: 50px;
}
#focusedLanding-ns #content #modernBlog #aimSolutions h1,
#focusedLanding-ns #content #modernBlogDet #aimSolutions h1 {
  color: #ffffff;
}
#focusedLanding-ns #content #modernBlog #aimSolutions.bundle-wrap,
#focusedLanding-ns #content #modernBlogDet #aimSolutions.bundle-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}
#focusedLanding-ns #content #modernBlog #aimSolutions.bundle-wrap .bundle,
#focusedLanding-ns #content #modernBlogDet #aimSolutions.bundle-wrap .bundle {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #CBD85C;
  background: #ffffff;
  color: #2B4A6A;
  width: 32%;
}
#focusedLanding-ns #content #modernBlog #aimSolutions.bundle-wrap .bundle hr,
#focusedLanding-ns #content #modernBlogDet #aimSolutions.bundle-wrap .bundle hr {
  border-top: 1px solid #CBD85C;
  margin-bottom: 0px;
}
#focusedLanding-ns #content #modernBlog #aimSolutions .vendor-panel,
#focusedLanding-ns #content #modernBlogDet #aimSolutions .vendor-panel {
  margin-top: 20px;
}
#focusedLanding-ns #content #modernBlog #aimSolutions .panel,
#focusedLanding-ns #content #modernBlogDet #aimSolutions .panel {
  border: 2px solid #CBD85C;
  background: #ffffff;
  color: #000000;
  position: relative;
  z-index: 10;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories {
  background: #2B4A6A;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  padding-left: 30px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #B5C9DE;
  padding: 20px 25px;
  width: 48%;
  position: relative;
  top: -20px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block .title,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block .title {
  border-bottom: 4px solid #CBD85C;
  display: inline-block;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block .title h3,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block .title h3 {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block p,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block p {
  line-height: 20px;
  margin-top: 10px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block hr,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block hr {
  border-bottom: 2px solid #CBD85C;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block .vendor-logos,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block .vendor-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels,
#focusedLanding-ns #content #modernBlogDet #deliveryModels {
  padding-top: 30px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-top: 30px;
  padding-bottom: 50px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block {
  border-radius: 10px;
  background: #2B4A6A;
  padding: 20px;
  width: 32%;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block h3,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block h3 {
  color: #CBD85C;
  text-transform: uppercase;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block .h5,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block .h5,
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block p,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block p {
  color: #ffffff;
  line-height: 20px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block p.h3,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block p.h3 {
  margin-top: 0px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block ul,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block ul {
  color: #ffffff;
  padding-inline-start: 20px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block ul li,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block ul li {
  margin-bottom: 10px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block:nth-child(2),
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block:nth-child(2),
#focusedLanding-ns #content #modernBlog #deliveryModels .models .model-block:nth-child(5),
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models .model-block:nth-child(5) {
  position: relative;
  top: 30px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-top: 30px;
  padding-bottom: 50px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block {
  border-radius: 10px;
  background: #2B4A6A;
  padding: 20px;
  width: 23.8%;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block h3,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block h3 {
  color: #CBD85C;
  text-transform: uppercase;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block .h5,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block .h5,
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block p,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block p {
  color: #ffffff;
  line-height: 20px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block ul,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block ul {
  color: #ffffff;
  padding-inline-start: 20px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block ul li,
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block ul li {
  margin-bottom: 10px;
}
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block:nth-child(2),
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block:nth-child(2),
#focusedLanding-ns #content #modernBlog #deliveryModels .models-ca .model-block:nth-child(4),
#focusedLanding-ns #content #modernBlogDet #deliveryModels .models-ca .model-block:nth-child(4) {
  position: relative;
  top: 30px;
}
#focusedLanding-ns #content #modernBlog #cloudClusters .h4,
#focusedLanding-ns #content #modernBlogDet #cloudClusters .h4 {
  color: #595959 !important;
}
#focusedLanding-ns #content #modernBlog .cloud-cluster .circle-main,
#focusedLanding-ns #content #modernBlogDet .cloud-cluster .circle-main {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog #cluster-email,
#focusedLanding-ns #content #modernBlogDet #cluster-email {
  margin-top: 20px;
  height: 500px;
  position: relative;
}
#focusedLanding-ns #content #modernBlog #cluster-email .cluster-txt,
#focusedLanding-ns #content #modernBlogDet #cluster-email .cluster-txt {
  margin-top: 50px;
}
#focusedLanding-ns #content #modernBlog #cluster-email .cluster-txt p,
#focusedLanding-ns #content #modernBlogDet #cluster-email .cluster-txt p {
  color: #2B4A6A;
  padding-top: 20px;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-sm,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-sm {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  border: 2px solid #B5C9DE;
  height: 180px;
  width: 180px;
  z-index: 10;
  position: absolute;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-sm p,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-sm p {
  color: #136080;
  border-bottom: 1px solid #CBD85C;
  display: inline-block;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-sm img,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-sm img {
  max-width: 60px;
  margin: 0px 5px;
  z-index: 100;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-top--left,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-top--left {
  left: 5%;
  top: 5%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-top--right,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-top--right {
  right: 5%;
  top: 5%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-btm--left,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-btm--left {
  left: -3%;
  top: 42%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-btm--right,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-btm--right {
  right: -3%;
  top: 42%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-btm--middle1,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-btm--middle1 {
  left: 18%;
  bottom: -7%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-btm--middle2,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-btm--middle2 {
  right: 20%;
  bottom: -7%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-top--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-top--middle {
  left: 35%;
  top: -10%;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-main,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-main {
  border-radius: 100%;
  border: 5px solid #ffffff;
  height: 450px;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-email .circle-main img,
#focusedLanding-ns #content #modernBlogDet #cluster-email .circle-main img {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure {
  margin: 30px 0px 20px 40px;
  height: 500px;
  position: relative;
  /* LEFT SIDE */
  /* RIGHT SIDE */
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .cluster-txt,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .cluster-txt {
  margin-top: 50px;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .cluster-txt h2,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .cluster-txt h2 {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-sm,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-sm {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  border: 2px solid #B5C9DE;
  height: 180px;
  width: 180px;
  z-index: 10;
  position: absolute;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-sm h6,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-sm h6 {
  color: #136080;
  border-bottom: 1px solid #CBD85C;
  display: inline-block;
  padding: 5px;
  width: 95%;
  margin-top: 20px;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-sm img,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-sm img {
  max-width: 80px;
  margin: 0px 5px;
  z-index: 100;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-top--left,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-top--left {
  left: 3%;
  top: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-btm--left,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-btm--left {
  left: 2%;
  bottom: -2%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-mid--left,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-mid--left {
  left: -5%;
  top: 33%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-btm--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-btm--middle {
  left: 34%;
  bottom: -10%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-top--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-top--middle {
  left: 34%;
  top: -12%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-top--right,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-top--right {
  right: 2%;
  top: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-mid--right,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-mid--right {
  right: -5%;
  top: 33%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-btm--right,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-btm--right {
  right: 2%;
  bottom: -2%;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-main,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-main {
  border-radius: 100%;
  border: 5px solid #ffffff;
  height: 450px;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-infrastructure .circle-main img,
#focusedLanding-ns #content #modernBlogDet #cluster-infrastructure .circle-main img {
  max-width: 280px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration {
  height: 500px;
  position: relative;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration p,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration p {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-sm,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-sm {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  border: 2px solid #B5C9DE;
  height: 150px;
  width: 150px;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-sm img,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-sm img {
  margin-bottom: 5px;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-top--left,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-top--left {
  left: 5%;
  top: 15%;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-btm--left,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-btm--left {
  left: 5%;
  bottom: 20%;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-btm--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-btm--middle {
  left: 34%;
  bottom: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-top--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-top--middle {
  left: 35%;
  top: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-top--right,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-top--right {
  right: 5%;
  top: 15%;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-btm--right,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-btm--right {
  right: 5%;
  bottom: 20%;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-main,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-main {
  border-radius: 100%;
  border: 5px solid #ffffff;
  height: 350px;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-collaboration .circle-main .h3,
#focusedLanding-ns #content #modernBlogDet #cluster-collaboration .circle-main .h3 {
  margin-top: 130px;
}
#focusedLanding-ns #content #modernBlog #cluster-security,
#focusedLanding-ns #content #modernBlogDet #cluster-security {
  height: 500px;
  position: relative;
  margin-bottom: -80px;
  margin-top: -20px;
}
#focusedLanding-ns #content #modernBlog #cluster-security p,
#focusedLanding-ns #content #modernBlogDet #cluster-security p {
  color: #2B4A6A;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-sm,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-sm {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  border: 2px solid #B5C9DE;
  height: 150px;
  width: 150px;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-sm img,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-sm img {
  margin-bottom: 5px;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-sm .fa,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-sm .fa {
  color: #CBD85C;
  margin-bottom: 10px;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-top--left,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-top--left {
  left: 10%;
  top: 25%;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-btm--left,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-btm--left {
  left: 20%;
  bottom: 15%;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-top--middle,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-top--middle {
  left: 35%;
  top: 5%;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-top--right,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-top--right {
  right: 10%;
  top: 25%;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-btm--right,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-btm--right {
  right: 20%;
  bottom: 15%;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-main,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-main {
  border-radius: 100%;
  border: 5px solid #ffffff;
  height: 250px;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  z-index: 0;
}
#focusedLanding-ns #content #modernBlog #cluster-security .circle-main .h3,
#focusedLanding-ns #content #modernBlogDet #cluster-security .circle-main .h3 {
  margin-top: 100px;
}
#focusedLanding-ns #content #modernBlog #cloudServices,
#focusedLanding-ns #content #modernBlogDet #cloudServices {
  /* 
	circular loading animation currently used on the following pages:
	- Forgot Password
	- PartnerPrograms
	- PayNet
	- Home Page Edit
	- Focused Landing Edit
	- Manu Central Edit
	- Authorization Modal
	- Search Results
	- MyOrders



	HTML structure
	================
	<div class="loading">
		<div class="loading-anim"></div>
	</div>
*/
}
#focusedLanding-ns #content #modernBlog #cloudServices .loading:not(#spexWidget .loading),
#focusedLanding-ns #content #modernBlogDet #cloudServices .loading:not(#spexWidget .loading) {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.csstransitions #focusedLanding-ns #content #modernBlog #cloudServices .loading-anim,
.csstransitions #focusedLanding-ns #content #modernBlogDet #cloudServices .loading-anim {
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  position: absolute;
  font-size: 7px;
  text-indent: -9999em;
  border-top: 1.21em solid rgba(0, 0, 0, 0.2);
  border-right: 1.21em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.21em solid rgba(0, 0, 0, 0.2);
  border-left: 1.21em solid #0068b8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.csstransitions #focusedLanding-ns #content #modernBlog #cloudServices .loading-anim:after,
.csstransitions #focusedLanding-ns #content #modernBlogDet #cloudServices .loading-anim:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no-csstransitions #focusedLanding-ns #content #modernBlog #cloudServices .loading-anim,
.no-csstransitions #focusedLanding-ns #content #modernBlogDet #cloudServices .loading-anim {
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url(/images/dandhWeb/rotator.gif);
  background-repeat: no-repeat;
}
#focusedLanding-ns #content #modernBlog #cloudServices h4,
#focusedLanding-ns #content #modernBlogDet #cloudServices h4 {
  margin: 5px 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices .close,
#focusedLanding-ns #content #modernBlogDet #cloudServices .close {
  font-size: 35px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .modal-dialog,
#focusedLanding-ns #content #modernBlogDet #cloudServices .modal-dialog {
  padding-top: 0px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .modal-body,
#focusedLanding-ns #content #modernBlogDet #cloudServices .modal-body {
  padding: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices .modal-footer,
#focusedLanding-ns #content #modernBlogDet #cloudServices .modal-footer {
  padding: 0;
  text-align: left;
}
#focusedLanding-ns #content #modernBlog #cloudServices .modal-footer .btn-primary,
#focusedLanding-ns #content #modernBlogDet #cloudServices .modal-footer .btn-primary {
  padding: 6px 35px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .loading,
#focusedLanding-ns #content #modernBlogDet #cloudServices .loading {
  z-index: 100;
}
#focusedLanding-ns #content #modernBlog #cloudServices .loading.active,
#focusedLanding-ns #content #modernBlogDet #cloudServices .loading.active {
  display: block;
}
#focusedLanding-ns #content #modernBlog #cloudServices hr,
#focusedLanding-ns #content #modernBlogDet #cloudServices hr {
  border-top: 1px solid #707070;
  opacity: 0.5;
}
#focusedLanding-ns #content #modernBlog #cloudServices label.control-label,
#focusedLanding-ns #content #modernBlogDet #cloudServices label.control-label {
  display: block;
  padding-top: 0 !important;
}
#focusedLanding-ns #content #modernBlog #cloudServices .control-block,
#focusedLanding-ns #content #modernBlogDet #cloudServices .control-block {
  position: relative;
  float: left;
  margin-right: 10px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .control-block.accept,
#focusedLanding-ns #content #modernBlogDet #cloudServices .control-block.accept {
  float: none;
}
#focusedLanding-ns #content #modernBlog #cloudServices .control-block.padding-left-none,
#focusedLanding-ns #content #modernBlogDet #cloudServices .control-block.padding-left-none {
  margin-right: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices #toggle,
#focusedLanding-ns #content #modernBlogDet #cloudServices #toggle {
  background: #f7f7f7;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  padding: 11px 15px;
  border-radius: 3px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  width: 55%;
  margin: 15px auto;
}
#focusedLanding-ns #content #modernBlog #cloudServices #toggle:before,
#focusedLanding-ns #content #modernBlogDet #cloudServices #toggle:before,
#focusedLanding-ns #content #modernBlog #cloudServices #toggle:after,
#focusedLanding-ns #content #modernBlogDet #cloudServices #toggle:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#focusedLanding-ns #content #modernBlog #cloudServices #toggle:after,
#focusedLanding-ns #content #modernBlogDet #cloudServices #toggle:after {
  clear: both;
}
#focusedLanding-ns #content #modernBlog #cloudServices #toggle .checkbox,
#focusedLanding-ns #content #modernBlogDet #cloudServices #toggle .checkbox {
  padding-top: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices #done,
#focusedLanding-ns #content #modernBlogDet #cloudServices #done,
#focusedLanding-ns #content #modernBlog #cloudServices #success,
#focusedLanding-ns #content #modernBlogDet #cloudServices #success {
  display: none;
}
#focusedLanding-ns #content #modernBlog #cloudServices #done,
#focusedLanding-ns #content #modernBlogDet #cloudServices #done {
  padding: 15px;
  text-align: right;
}
#focusedLanding-ns #content #modernBlog #cloudServices #success,
#focusedLanding-ns #content #modernBlogDet #cloudServices #success,
#focusedLanding-ns #content #modernBlog #cloudServices #signup,
#focusedLanding-ns #content #modernBlogDet #cloudServices #signup {
  padding: 15px;
}
#focusedLanding-ns #content #modernBlog #cloudServices #signup,
#focusedLanding-ns #content #modernBlogDet #cloudServices #signup {
  padding-bottom: 40px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .alert-success,
#focusedLanding-ns #content #modernBlogDet #cloudServices .alert-success {
  padding: 10px 15px;
  margin-bottom: 0px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .alert-success h4,
#focusedLanding-ns #content #modernBlogDet #cloudServices .alert-success h4 {
  margin: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms {
  /*ul li { 
				list-style: disc outside; 
			}*/
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms ul.no-bullet,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms ul.no-bullet {
  list-style: none;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms .terms-list,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms .terms-list {
  margin-bottom: 10px;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms .terms-list .list-paragraph,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms .terms-list .list-paragraph {
  margin-left: 15px;
  margin-bottom: 8px;
  line-height: 120%;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms .terms-list ol li,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms .terms-list ol li {
  margin-left: -10px;
  line-height: 120%;
  margin-bottom: 5px;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms .terms-list ol li ol li,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms .terms-list ol li ol li {
  margin-left: -20px;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms .terms-list .list-marg-btm,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms .terms-list .list-marg-btm {
  margin-bottom: 5px;
  line-height: 120%;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms a,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms a {
  color: #004080;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms a:visited,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms a:visited {
  color: #004080;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms h3,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms h4,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms h4,
#focusedLanding-ns #content #modernBlog #cloudServices #terms p,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms p {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms p,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms p {
  line-height: 120%;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms p.help-block,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms p.help-block {
  font-size: 0.8em;
}
#focusedLanding-ns #content #modernBlog #cloudServices #terms p,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms p,
#focusedLanding-ns #content #modernBlog #cloudServices #terms li,
#focusedLanding-ns #content #modernBlogDet #cloudServices #terms li {
  font-size: 13px;
}
#focusedLanding-ns #content #modernBlog #cloudServices #signature,
#focusedLanding-ns #content #modernBlogDet #cloudServices #signature {
  padding: 15px;
  background-color: #FFC;
  border-radius: 0 0 6px 6px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .form-control,
#focusedLanding-ns #content #modernBlogDet #cloudServices .form-control {
  min-width: 240px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .form-control + .help-block,
#focusedLanding-ns #content #modernBlogDet #cloudServices .form-control + .help-block {
  margin-bottom: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices .icheckbox_minimal-blue,
#focusedLanding-ns #content #modernBlogDet #cloudServices .icheckbox_minimal-blue {
  background-color: white;
  margin-right: 5px;
  vertical-align: top;
}
#focusedLanding-ns #content #modernBlog #cloudServices #date,
#focusedLanding-ns #content #modernBlogDet #cloudServices #date {
  color: #666;
  padding-top: 5px;
  margin-left: -20px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .parsley-container .help-block,
#focusedLanding-ns #content #modernBlogDet #cloudServices .parsley-container .help-block {
  margin-bottom: 0;
}
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block {
  width: 200px;
}
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block .form-control,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block .form-control {
  min-width: 3em;
}
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block .phone-area,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block .phone-area,
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block .phone-prefix,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block .phone-prefix {
  display: inline-block;
  padding: 0 5px;
  width: 3em;
}
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block .phone-suffix,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block .phone-suffix {
  display: inline-block;
  padding: 0 5px;
  width: 4em;
}
#focusedLanding-ns #content #modernBlog #cloudServices .phone-block .phone-ext,
#focusedLanding-ns #content #modernBlogDet #cloudServices .phone-block .phone-ext {
  display: inline-block;
  padding: 0 5px;
  width: 5.5em;
}
#focusedLanding-ns #content #modernBlog .sign-up,
#focusedLanding-ns #content #modernBlogDet .sign-up {
  text-align: center;
}
#focusedLanding-ns #content #modernBlog .sign-up h4,
#focusedLanding-ns #content #modernBlogDet .sign-up h4 {
  margin: 0;
}
#focusedLanding-ns #content #modernBlog .sign-up h3,
#focusedLanding-ns #content #modernBlogDet .sign-up h3 {
  margin: 0;
  line-height: 30px;
}
#focusedLanding-ns #content #modernBlog .sign-up h2,
#focusedLanding-ns #content #modernBlogDet .sign-up h2 {
  margin-top: 0px;
}
#focusedLanding-ns #content #modernBlog .sign-up div,
#focusedLanding-ns #content #modernBlogDet .sign-up div {
  font-size: 20px;
}
#focusedLanding-ns #content #modernBlog .sign-up .sign-up-ns h3,
#focusedLanding-ns #content #modernBlogDet .sign-up .sign-up-ns h3 {
  margin-top: 0px;
}
#focusedLanding-ns #content #modernBlog .hidden,
#focusedLanding-ns #content #modernBlogDet .hidden {
  display: none;
}
#focusedLanding-ns #content #modernBlog #arrowTop.affix,
#focusedLanding-ns #content #modernBlogDet #arrowTop.affix {
  top: 30%;
  bottom: 10%;
}
#focusedLanding-ns #content #modernBlog #arrowTop a,
#focusedLanding-ns #content #modernBlogDet #arrowTop a {
  color: rgba(181, 181, 181, 0.9);
}
#focusedLanding-ns #content #modernBlog .top-txt,
#focusedLanding-ns #content #modernBlogDet .top-txt {
  text-transform: uppercase;
  padding: 15px 0px 0px 0px;
  margin: 40px 15px 10px 15px;
}
#focusedLanding-ns #content #modernBlog .top-txt hr,
#focusedLanding-ns #content #modernBlogDet .top-txt hr {
  margin-top: 15px;
  margin-bottom: 0px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories {
  background: white;
  padding-left: 10px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block {
  border: 0px;
  padding: 15px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block .date,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block .date {
  color: #0076D1;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block .title,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block .title {
  border-bottom: 0px;
}
#focusedLanding-ns #content #modernBlog #modernCategories .categories .category-block img,
#focusedLanding-ns #content #modernBlogDet #modernCategories .categories .category-block img {
  width: 100%;
}
#focusedLanding-ns #content #modernBlog .back-btn,
#focusedLanding-ns #content #modernBlogDet .back-btn {
  z-index: 10;
  margin-top: -10px;
}
#focusedLanding-ns #content #modernBlog .blog-title,
#focusedLanding-ns #content #modernBlogDet .blog-title {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
}
#focusedLanding-ns #content #modernBlog .blog-title h2,
#focusedLanding-ns #content #modernBlogDet .blog-title h2 {
  margin-top: 10px;
}
#focusedLanding-ns #content #modernBlog .category,
#focusedLanding-ns #content #modernBlogDet .category {
  padding-top: 10px;
}
#focusedLanding-ns #content #modernBlog .heading-content,
#focusedLanding-ns #content #modernBlogDet .heading-content {
  padding-top: 20px;
}
#focusedLanding-ns #content #modernBlog .date,
#focusedLanding-ns #content #modernBlogDet .date {
  color: #0076D1;
}
#focusedLanding-ns #content #modernBlog .minutes,
#focusedLanding-ns #content #modernBlogDet .minutes {
  color: #000000;
  font-size: 12px;
}
#focusedLanding-ns #content #modernBlog .vendor-block,
#focusedLanding-ns #content #modernBlogDet .vendor-block {
  padding: 10px;
  border: 1px solid #CBD85C;
  text-align: center;
  margin-bottom: 20px;
}
#focusedLanding-ns #content #modernBlog .vendor-block img,
#focusedLanding-ns #content #modernBlogDet .vendor-block img {
  max-width: 120px;
}
#focusedLanding-ns #content #modernBlog .vendor-block p,
#focusedLanding-ns #content #modernBlogDet .vendor-block p {
  font-size: 12px;
  margin-top: 5px;
}
#focusedLanding-ns #content .tab-wrap {
  background: #E7EEF3;
  border-radius: 8px;
  width: 98%;
  margin-left: 1%;
  position: relative;
  top: -10px;
  padding: 0 20px 20px 20px;
}
#focusedLanding-ns #content .tab-wrap .nav-tabs {
  position: relative;
  border: none;
  margin-left: 40px;
}
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a,
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a:hover,
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a:focus {
  background: #E7EEF3;
  border-bottom: 2px solid #E7EEF3;
  width: 300px;
  height: 50px;
  top: -50px;
}
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a h4,
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a:hover h4,
#focusedLanding-ns #content .tab-wrap .nav-tabs > .active > a:focus h4 {
  margin-top: 10px;
}
#focusedLanding-ns #content .tab-wrap .nav-tabs > li > a {
  border-bottom: 2px solid rgba(104, 107, 109, 0.1);
  border-radius: 4px 4px 0 0;
  background: #D0D6DA;
  width: 200px;
  top: -42px;
  margin-left: 5px;
}
#focusedLanding-ns #content .tab-wrap .nav-tabs > li > a h4 {
  margin: 0;
}
#focusedLanding-ns #content .header-section {
  display: flex;
  gap: 15px;
}
#focusedLanding-ns #content .header-section .header-bg {
  background-repeat: no-repeat;
  height: 285px;
  width: 560px;
  position: relative;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt {
  position: absolute;
  top: 75px;
  left: 40px;
  color: #000000;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt h1 {
  line-height: 45px;
  margin-top: 0px;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt .upcoming-txt,
#focusedLanding-ns #content .header-section .header-bg .header-txt .events-txt {
  font-weight: bold;
  text-transform: uppercase;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt .upcoming-txt {
  font-size: 45px;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt .events-txt {
  font-size: 65px;
}
#focusedLanding-ns #content .header-section .header-bg .header-txt .atDH-txt {
  margin-top: 20px;
}
#focusedLanding-ns #content .header-section .page-nav {
  background: #E1E5E8;
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
  padding: 20px 20px 20px 0px;
  height: 223px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
#focusedLanding-ns #content .header-section .page-nav ul {
  list-style-type: none;
  margin-bottom: 0px;
}
#focusedLanding-ns #content .header-section .page-nav ul li {
  margin-bottom: 15px;
  margin-top: 15px;
}
#focusedLanding-ns #content #THREAD {
  margin-top: 20px;
}
#focusedLanding-ns #content #THREAD .active-thread {
  background: linear-gradient(173deg, #e7eef3 0%, #cfd4d8 100%);
  margin-top: 30px;
  padding: 30px;
}
#focusedLanding-ns #content #THREAD .active-thread .title-txt {
  font-size: 24px;
  font-weight: bold;
}
#focusedLanding-ns #content #THREAD .active-thread .btn {
  margin-top: 10px;
}
#focusedLanding-ns #content #THREAD .thread-list {
  margin-left: 18px;
  margin-top: 20px;
}
#focusedLanding-ns #content #THREAD .thread-list ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-inline-start: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#focusedLanding-ns #content #THREAD .thread-list ul li {
  line-height: 40px;
  width: calc(100% / 2);
}
#focusedLanding-ns #content #THREAD .thread-list ul li .title-txt {
  font-size: 14px;
}
#focusedLanding-ns #content #THREAD .thread-list ul li .btn,
#focusedLanding-ns #content #THREAD .thread-list ul li h5 {
  display: none !important;
}
#focusedLanding-ns #content .webcast-block {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-top: 20px;
}
#focusedLanding-ns #content .webcast-block h5 {
  opacity: 0.7;
}
#focusedLanding-ns #content .webcast-block .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
#focusedLanding-ns #content .webcast-block hr {
  opacity: 0.7;
  width: 70%;
}
#focusedLanding-ns #content .middle-hr hr {
  opacity: 0.2;
  width: 60%;
  margin-top: 40px;
  margin-left: 0;
  border-top: 2px solid #707070;
}
#focusedLanding-ns #content #Holidays ul {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#focusedLanding-ns #content #Holidays ul li {
  line-height: 40px;
  width: calc(100% / 2);
  font-size: 18px;
}
#focusedLanding-ns #content #FocusOn {
  margin-top: 40px;
}
#focusedLanding-ns #content #FocusOn .row-title {
  margin: 0 15px;
  padding-top: 30px;
  padding-bottom: 15px;
}
#focusedLanding-ns #content .browse {
  padding: 15px 9px 0px 15px;
  margin-bottom: 20px;
  margin-left: -5px;
}
#focusedLanding-ns #content #infoCenter {
  margin-top: 20px;
}
#focusedLanding-ns #content #featuredPromotions {
  padding: 25px 20px 20px 20px;
  background-color: #E7EEF3;
  margin-bottom: -10px;
}
#focusedLanding-ns #content #featuredPromotions .col-xs-8.padding-none {
  margin-top: 22px;
}
#focusedLanding-ns #content .feature-banner img {
  margin-top: 20px;
  margin-left: 10px;
}
#focusedLanding-ns #content .resources {
  margin-top: 40px;
}
#focusedLanding-ns #content #MarketBanners h3 {
  margin-bottom: 35px;
}
#focusedLanding-ns #content #MarketBanners .cta-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
#focusedLanding-ns #content .featured-products-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
#focusedLanding-ns #content .featured-products-wrap .featured-product {
  border: 4px solid #f5f5f5;
  background: #f5f5f5;
  width: 24.2%;
}
#focusedLanding-ns #content .featured-products-wrap .featured-product .featured-product-title {
  height: 57px;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  line-height: 16px;
}
#focusedLanding-ns #content .featured-products-wrap .featured-product img {
  width: 100%;
  padding: 10px;
  background: #ffffff;
}
#focusedLanding-ns #content .featured-products-wrap .featured-product .featured-product-pricing {
  padding-bottom: 10px;
  padding-top: 10px;
}
#focusedLanding-ns #content .opp-block-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#focusedLanding-ns #content .panel-success {
  border: 4px solid #f5f5f5f5;
}
#focusedLanding-ns #content .panel-footer {
  border-top: none;
}
#focusedLanding-ns #content .panel-footer h4 {
  margin-top: 0;
}
#focusedLanding-ns #content .panel-body {
  padding: 5px;
}
#focusedLanding-ns #content .col-xs-3.NoGutter {
  display: flex;
  flex-wrap: wrap;
}
#focusedLanding-ns #content #spotlight #headerContent {
  background: #F9F9F9;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
}
#focusedLanding-ns #content #spotlight #programNav nav {
  z-index: 100;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary {
  margin-top: 0px;
  width: 1000px;
  z-index: 10;
  display: flex;
  justify-content: space-evenly;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.top-link {
  opacity: 0;
  font-weight: normal;
  position: absolute;
  left: -50px;
  transition: all 0.3s ease;
  color: #000000;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.top-link a {
  font-size: 13px !important;
  color: #000000 !important;
  border: none !important;
  background: transparent !important;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right {
  font-size: 25px !important;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  right: -50px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right a {
  font-size: 13px !important;
  color: #000000, 10% !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0;
  padding-bottom: 0px;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right a .fa {
  font-size: 25px !important;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right a h6 {
  margin: 0px;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right a:hover {
  color: #3498Db !important;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li a {
  color: #000000;
  border: 1px solid #3498Db;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 10px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  font-size: 12px;
  text-transform: uppercase;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li a:hover {
  background: #3498Db;
  color: #000000;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.nav-left.active a,
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.active-nav a {
  transition: all 0.3s ease;
  background: #3498Db;
  color: #000000;
}
#focusedLanding-ns #content #spotlight #programNav .nav-secondary li.pull-right.active a {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #000000;
}
#focusedLanding-ns #content #spotlight #programNav .nav-holder {
  width: 1000px;
  height: 74px;
  margin-top: 80px;
  display: none;
}
#focusedLanding-ns #content #spotlight #programNav .affix .nav-secondary {
  margin-top: 0;
  background: #AFD8E3;
}
#focusedLanding-ns #content #spotlight #programNav .affix .nav-secondary li.top-link {
  opacity: 1;
  position: relative;
  left: 0px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #spotlight #programNav .affix .nav-secondary li.pull-right {
  opacity: 1;
  position: relative;
  right: 0px;
  bottom: 10px;
  transition: all 0.3s ease;
}
#focusedLanding-ns #content #spotlight #variableHTML {
  padding-bottom: 40px;
}
#focusedLanding-ns #content #spotlight #variableHTML h2 {
  padding-top: 40px;
}
#focusedLanding-ns #content #spotlight #variableHTML hr {
  opacity: 0.2;
  margin-top: 50px;
  margin-bottom: 40px;
}
#focusedLanding-ns #content #spotlight #variableHTML .spotlight-solution-block {
  background: #F9F9F9;
  margin-top: 20px;
  padding: 20px 30px;
}
#focusedLanding-ns #content #spotlight #resources {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F9F9F9;
}
#focusedLanding-ns #content #spotlight #resources hr {
  opacity: 0.2;
  margin-top: 30px;
  margin-bottom: 50px;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block {
  width: 30%;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a {
  color: #666;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a img {
  width: 100%;
  margin-bottom: 15px;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #ffffff;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a .img-wrap .fa {
  color: #3498Db;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a h4 {
  margin-top: 15px;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a.btn {
  margin-top: 0px;
  color: #ffffff;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a:hover {
  text-decoration: none;
}
#focusedLanding-ns #content #spotlight #resources .resource-block-wrap .resource-block a:hover .img-wrap {
  opacity: 1;
}
#focusedLanding-ns #content #spotlight #resources .resource-list {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#focusedLanding-ns #content #spotlight #resources .resource-list hr {
  opacity: 0.2;
}
#focusedLanding-ns #content #spotlight #resources .resource-list ul {
  width: 100%;
  padding-left: 0;
  margin-top: 5px;
  padding-left: 25px;
}
#focusedLanding-ns #content #spotlight #resources .resource-list li {
  line-height: 20px;
  margin-bottom: 10px;
}
#focusedLanding-ns #content #spotlight #products {
  padding-bottom: 30px;
}
#focusedLanding-ns #content #spotlight #products .featured-products-wrap {
  padding-top: 30px;
}
#focusedLanding-ns #content #spotlight #contact {
  margin-top: 10px;
}
#focusedLanding-ns #content #spotlight #contact h2 {
  color: #ffffff;
}
#focusedLanding-ns #content #spotlight #contact .contact-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}
#focusedLanding-ns #content #spotlight #contact .contact-button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#focusedLanding-ns #content #spotlight #contact .contact-button-wrap .btn {
  margin-top: 20px;
}
