.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';
}
#careers-ns {
  /*------------------------------------*\
    HELPER CLASSES
    Note: if used in a lot of places/files, 
    	consider moving to 
    	/less/shared/imports/helper-classes.less
\*------------------------------------*/
  /*------------------------------------*\
    Header Section
\*------------------------------------*/
  /*------------------------------------*\
	NS Solutions Pages General
\*------------------------------------*/
  /*------------------------------------*\
    Styled Section Headings

\*------------------------------------*/
  /*------------------------------------*\
    Styled Bullets
\*------------------------------------*/
  /*------------------------------------*\
    Panel with background
\*------------------------------------*/
  /*------------------------------------*\
    CARDS
\*------------------------------------*/
  /*------------------------------------*\
    Linklist "Side Menu"
\*------------------------------------*/
  /*----------------------------------------*\
    Contact and Help "Plus" Open Section
\*----------------------------------------*/
  /*------------------------------------*\
    Accordian
\*------------------------------------*/
  /*------------------------------------*\
    Icons with circled background
\*------------------------------------*/
}
#careers-ns #nav {
  top: -46px;
  height: 52px;
  margin: 0 0 -20px 0;
  position: relative;
  z-index: 20;
  /* ScrollSpy Overrides */
  /* End Overrides */
  /* sizes */
  /* dropdown styling */
  /* scroll to top button */
}
#careers-ns #nav.affix {
  height: 67px;
  padding: 5px 0;
  position: fixed;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 5px solid #F3F3F3;
}
#careers-ns #nav.affix .nav > li {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns #nav.affix .scroll-top {
  display: block;
}
#careers-ns #nav .nav li.add-icon a {
  position: relative;
}
#careers-ns #nav .nav li.add-icon a:hover .icon:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #0076D1;
  content: '\f0e0';
  position: absolute;
  right: 10px;
  bottom: 1px;
}
#careers-ns #nav .nav li.add-icon a:hover .download-icon:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #0076D1;
  content: '\f019';
  position: absolute;
  right: 10px;
  bottom: 3px;
}
#careers-ns #nav .nav-pills > li {
  float: none;
}
#careers-ns #nav .nav-pills > li > a {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#careers-ns #nav li.active {
  border-color: #004b84;
}
#careers-ns #nav .nav {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none;
  width: 100%;
}
#careers-ns #nav .nav > li {
  padding: 0;
  display: inline-block;
  line-height: 40px;
  background: #fff;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns #nav .nav > li:last-of-type {
  margin: 4px 0 0 0;
}
#careers-ns #nav .nav.three > li {
  margin: 4px 2% 0 0;
  width: 25%;
}
#careers-ns #nav .nav.four > li {
  margin: 4px 1.2% 0 0;
  width: 21%;
}
#careers-ns #nav .nav.five > li {
  margin: 4px .9% 0 0;
  width: 17.2%;
}
#careers-ns #nav ul.dropdown-menu.subnav-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top: 0px;
  border-color: #ddd;
  width: 100%;
  margin-top: 0;
}
#careers-ns #nav ul.dropdown-menu.subnav-drop a {
  margin: 5px 0;
  text-align: left;
}
#careers-ns #nav .scroll-top {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: none;
  background: #ddd;
  width: 30px;
  height: 30px;
  top: -35px;
  left: -15px;
  color: #555;
  text-align: center;
  float: right;
  border: 2px solid #fafafa;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#careers-ns #nav .scroll-top:before {
  cursor: pointer;
  content: '\f106';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
#careers-ns #nav .scroll-top:hover {
  background: transparent;
  top: -40px;
  border-color: transparent;
  line-height: 1.1;
}
#careers-ns #nav .scroll-top:hover:before {
  content: "back to top";
  font-size: 11px;
  letter-spacing: 0.3px;
  text-align: center;
  cursor: pointer;
  font-family: "proxima-nova-n4", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#careers-ns h1 {
  margin-top: 0;
}
#careers-ns .NoGutter {
  padding-left: 0px;
  padding-right: 0px;
}
#careers-ns .section {
  padding: 30px 15px;
}
#careers-ns .section:before,
#careers-ns .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#careers-ns .section:after {
  clear: both;
}
#careers-ns .dotted-hr {
  margin: 0 0 30px 0;
}
#careers-ns .uppercase-title-sm {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#careers-ns .marginbottom {
  margin-bottom: 20px;
}
#careers-ns .marginleft {
  margin-left: 20px;
}
#careers-ns .marginright {
  margin-right: 20px;
}
#careers-ns .margintop {
  margin-top: 20px;
}
#careers-ns .marg-left-neg-fifty {
  margin-left: -50px;
}
#careers-ns .top:not(.popover) {
  width: 100%;
  display: block;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  position: relative;
  height: 400px;
}
#careers-ns #solutionsTxt {
  background-color: #ffffff;
  margin-bottom: -9px;
}
#careers-ns #solutionsTxt .left-txt {
  padding: 15px 0px 54px 0px;
}
#careers-ns #solutionsTxt .left-txt h4 {
  line-height: 21px;
}
#careers-ns #solutionsTxt .right-txt {
  padding: 40px 50px 0px 50px;
  background: #efefef;
}
#careers-ns #solutionsTxt .right-txt h5 {
  line-height: 20px;
}
#careers-ns #featuredCategories {
  color: #222222;
  padding-bottom: 50px;
  /* entire container, keeps perspective */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
}
#careers-ns #featuredCategories h1 {
  font-size: 50px;
  padding-top: 80px;
}
#careers-ns #featuredCategories h4,
#careers-ns #featuredCategories .back h5 {
  padding: 12px 20px 0px 20px;
}
#careers-ns #featuredCategories .front h4 {
  padding: 4px 20px 0px 20px;
}
#careers-ns #featuredCategories .col-xs-3,
#careers-ns #featuredCategories .col-xs-4 {
  margin: 15px 0px;
}
#careers-ns #featuredCategories .three-col {
  margin-left: 123px;
}
#careers-ns #featuredCategories .flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  height: 330px;
  width: 230px;
  margin-left: 15px;
  padding: 0px;
}
#careers-ns #featuredCategories .flip-container.hover .flipper .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  width: 230px;
}
#careers-ns #featuredCategories .flip-container.hover .flipper .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  width: 230px;
}
#careers-ns #featuredCategories .flip-container,
#careers-ns #featuredCategories .front,
#careers-ns #featuredCategories .back {
  width: 230px;
  height: 330px;
}
#careers-ns #featuredCategories .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
#careers-ns #featuredCategories .front,
#careers-ns #featuredCategories .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #f1f1f1;
}
#careers-ns #featuredCategories .front {
  z-index: 2;
  transform: rotateY(0deg);
}
#careers-ns #featuredCategories .front img {
  width: 226px;
  border-radius: 5px 5px 0px 0px;
}
#careers-ns #featuredCategories .back {
  transform: rotateY(-180deg);
  background-color: #f1f1f1;
}
#careers-ns #DHSell {
  background: url('/images/pages/nssports/Parallax-Header-Website.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding-top: 50px;
}
#careers-ns #DHSell .sell-header--txt {
  font-size: 35px;
  color: #ffffff;
}
#careers-ns #DHSell .sell-section {
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 45px;
  background: rgba(0, 0, 0, 0.5);
}
#careers-ns #DHSell .sell-section h2 {
  font-weight: bold;
  color: #ffffff;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap {
  height: 150px;
  margin-top: 30px;
  color: #ffffff;
  /*-- Cloud Solutions --*/
  /*-- Solutions Lab --*/
  /*-- K12 OPP --*/
  /*-- PARTNER SERVICES --*/
  /*-- DHSS --*/
  /*-- Finance Services --*/
  /*-- Specialist Teams --*/
  /*-- DHTC --*/
  /*-- Incentives --*/
  /*-- Category Experts --*/
  /*-- Fulfillment Proficiency  --*/
  /*-- Trending --*/
  /*-- Account Set-up --*/
  /*-- Deal Spot --*/
  /*-- New Prods and Promos --*/
  /*-- Manu Central --*/
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .sell-txt--whitebg {
  background: #ffffff;
  margin-bottom: 5px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .sell-txt--whitebg .sell-txt {
  color: #181818;
  font-size: 25px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .cloud {
  margin-left: 30px;
  width: 200px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .SL {
  width: 180px;
  margin-left: 40px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .K12 {
  width: 220px;
  margin-left: 25px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .PS {
  margin-left: 30px;
  width: 210px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .DHSS .sell-txt--whitebg:nth-child(1) {
  width: 190px;
  margin-left: 40px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .DHSS .sell-txt--whitebg:nth-child(2) {
  width: 140px;
  margin-left: 65px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .FS .sell-txt--whitebg:nth-child(1) {
  width: 210px;
  margin-left: 30px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .FS .sell-txt--whitebg:nth-child(2) {
  width: 120px;
  margin-left: 75px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .ST {
  margin-left: 30px;
  width: 210px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .DHTC .sell-txt--whitebg:nth-child(1) {
  width: 210px;
  margin-left: 30px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .DHTC .sell-txt--whitebg:nth-child(2) {
  width: 290px;
  margin-left: -12px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .Incent .sell-txt--whitebg:nth-child(1) {
  width: 230px;
  margin-left: 20px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .Incent .sell-txt--whitebg:nth-child(2) {
  width: 220px;
  margin-left: 25px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .CE {
  margin-left: 20px;
  width: 225px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .FP {
  margin-left: 0px;
  width: 270px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .WT {
  margin-left: 30px;
  width: 210px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .Accnt {
  width: 260px;
  margin-left: 0px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .DS {
  margin-left: 60px;
  width: 150px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .prodsPromos .sell-txt--whitebg:nth-child(1) {
  width: 210px;
  margin-left: 30px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .prodsPromos .sell-txt--whitebg:nth-child(2) {
  width: 180px;
  margin-left: 45px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .MC .sell-txt--whitebg:nth-child(1) {
  width: 180px;
  margin-left: 45px;
}
#careers-ns #DHSell .sell-section .sell-txt--wrap .MC .sell-txt--whitebg:nth-child(2) {
  width: 110px;
  margin-left: 80px;
}
#careers-ns #aboutDH {
  height: 880px;
  background: url('/images/pages/dhmainns/2018/danmichael-btm.jpg') no-repeat;
  background-position: -80px 250px;
  padding-top: 60px;
}
#careers-ns #aboutDH h1 {
  margin-bottom: 20px;
}
#careers-ns #aboutDH h4 {
  margin-top: 30px;
}
#careers-ns #aboutDH h5 {
  line-height: 22px;
}
#careers-ns .intro {
  width: auto;
  margin: 1.5em auto 2em auto;
  position: relative;
  text-align: center;
}
#careers-ns .intro .intro-title {
  margin: 0;
  font-weight: bold;
}
#careers-ns .intro .intro-title-single {
  margin: 0px 0px 25px 0px;
  font-weight: bold;
}
#careers-ns .intro .intro-divider {
  height: 2px;
  margin: 5px 0;
  background-color: #CECECE;
  width: 300px;
  margin: 12px auto;
}
#careers-ns .intro .intro-descr {
  font-size: 16px;
  margin: 0;
}
#careers-ns .intro .intro-descr-sm {
  font-size: 13px;
  margin-top: 8px;
}
#careers-ns .intro .intro-descr-left {
  text-align: left !important;
  font-size: 16px;
  margin: 0;
}
#careers-ns .intro .intro-descr-sm-left {
  text-align: left !important;
  font-size: 13px;
  margin-top: 8px;
}
#careers-ns .bullet-single ul {
  padding: 0;
  list-style: none;
  margin-left: 20px;
}
#careers-ns .bullet-single ul li {
  padding: 3px 0;
}
#careers-ns .bullet-single ul li:before {
  content: '\f111';
  float: left;
  color: #555555;
  font-family: FontAwesome;
  font-size: 8px;
  margin: 3px 10px 0 0;
}
#careers-ns .bullet-singleSecondary {
  margin-left: 20px;
}
#careers-ns .deco {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns .deco .fa {
  font-size: 14px;
  margin: 0 4px 0 0;
  color: #a1a1a1;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}
#careers-ns .deco a:hover {
  text-decoration: none;
}
#careers-ns .deco .title {
  background: #efefef;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}
#careers-ns .deco .title h3 {
  padding: 0 0 0 10px;
  margin: 0;
  color: #555;
  font-size: 18px;
}
#careers-ns .deco .single {
  padding: 10px 20px;
  background: #ffffff;
}
#careers-ns .deco .single ul {
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
#careers-ns .deco .single li {
  padding: 3px 0;
}
#careers-ns .deco .single li:before {
  content: '\f111';
  float: left;
  color: #555555;
  font-family: FontAwesome;
  font-size: 8px;
  margin: 3px 10px 0 0;
}
#careers-ns .deco .single-noBullet {
  padding: 10px 20px;
}
#careers-ns .deco .single-noBullet ul {
  padding: 0;
  list-style: none;
}
#careers-ns .deco .single-noBullet li {
  padding: 3px 0;
}
#careers-ns .deco .single-noBullet li:before {
  list-style: none;
}
#careers-ns .deco:hover > .title-small {
  background: #eee;
}
#careers-ns .deco:hover > .title-small > h5 {
  color: #555;
}
#careers-ns .deco:hover > .title-small > h5 > .fa {
  color: #828282;
}
#careers-ns .deco .title-small {
  padding: 10px 5px;
  background: #217dbb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns .deco .title-small h5 {
  color: #fff;
  font-weight: 400;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 16px;
}
#careers-ns .deco .title-small .fa {
  color: #155078;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}
#careers-ns .deco .columns {
  padding: 10px 20px;
  min-height: 140px;
  color: #1a1a1a;
}
#careers-ns .deco .columns .open {
  float: right;
  margin: 0 10px 0 0;
  font-weight: 600;
}
#careers-ns .deco .columns .open:after {
  content: '\f0c1';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: right;
  margin: 0 0 0 10px;
}
#careers-ns .deco .columns strong {
  color: #242424;
}
#careers-ns .deco .columns ul {
  padding: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  list-style: none;
}
#careers-ns .deco .columns ul li {
  padding: 3px 0;
}
#careers-ns .deco .columns ul li:before {
  content: '\f111';
  float: left;
  color: #555555;
  font-family: FontAwesome;
  font-size: 8px;
  margin: 3px 10px 0 0;
}
#careers-ns .color-break-scroll {
  height: 130px;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border: 2px solid #ddd;
}
#careers-ns .color-break {
  background-attachment: fixed;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border: 2px solid #ddd;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns .color-break a {
  color: #555;
}
#careers-ns .color-break a:hover,
#careers-ns .color-break a:active,
#careers-ns .color-break a:focus {
  color: #0076D1;
}
#careers-ns .color-break .location {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  margin: 10px 0 0 0;
}
#careers-ns .color-break .location .fa {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#careers-ns .color-line {
  position: relative;
  top: -30px;
}
#careers-ns .color-line:before,
#careers-ns .color-line:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#careers-ns .color-line:after {
  clear: both;
}
#careers-ns .card:hover .card-title {
  background: #eee;
  color: #555;
}
#careers-ns .card:hover .card-title .fa {
  color: #828282;
}
#careers-ns .card .card-title {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #217dbb;
  border: 1px solid #dddddd;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px;
}
#careers-ns .card .card-title .fa {
  color: #155078;
  margin-right: 5px;
}
#careers-ns .card .card-content {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  min-height: 140px;
  padding: 10px 1em 25px 1em;
  font-size: 12px;
  position: relative;
}
#careers-ns .card .open,
#careers-ns .card .download {
  font-weight: 600;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
#careers-ns .card .open:after,
#careers-ns .card .download:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
}
#careers-ns .card .open:after {
  content: '\f0c1';
}
#careers-ns .card .download:after {
  content: '\f019';
}
#careers-ns .side-menu ul {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  width: 100%;
  list-style-type: none;
  margin: 9px 0 20px;
  padding: 0;
}
#careers-ns .side-menu li {
  border-bottom: 1px solid #EBEBEB;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
#careers-ns .side-menu li:first-child {
  border-top: 1px solid #EBEBEB;
}
#careers-ns .side-menu li:hover,
#careers-ns .side-menu li:active {
  background: #f5f5f5;
  cursor: select;
  text-decoration: none;
}
#careers-ns .side-menu li:hover > a,
#careers-ns .side-menu li:active > a {
  color: #217dbb;
  text-decoration: none;
}
#careers-ns .side-menu li.active {
  background: #0076D1;
  border-bottom-color: #0076D1;
}
#careers-ns .side-menu li.active > a {
  color: #ffffff;
}
#careers-ns .side-menu li a {
  color: #555555;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#careers-ns .side-menu li.email {
  position: relative;
}
#careers-ns .side-menu li.email:hover .fa {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#careers-ns .side-menu li .fa-envelope-o {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  float: right;
  transition: opacity 0.3s;
}
#careers-ns #divisions {
  text-align: left;
  margin-left: 20px;
}
#careers-ns #divisions .collapse-wrapper {
  position: relative;
  padding: 5px;
}
#careers-ns .division-title {
  font-size: 15px;
  cursor: pointer;
}
#careers-ns .division-title[aria-expanded=true] .toggle {
  background-color: #0076D1;
}
#careers-ns .division-title[aria-expanded=true] .toggle:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#careers-ns .division-title .toggle {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-color: lightgray;
  color: #FFF;
  top: 7px;
  left: -19px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
#careers-ns .division-title .toggle:before,
#careers-ns .division-title .toggle:after {
  display: block;
  position: absolute;
  background-color: #FFF;
  content: "";
}
#careers-ns .division-title .toggle:before {
  width: 12px;
  height: 1px;
  top: 8px;
  left: 3px;
}
#careers-ns .division-title .toggle:after {
  transition: all .4s;
  height: 11px;
  width: 1px;
  left: 0.6em;
  top: 3px;
}
#careers-ns .division-title .toggle:hover {
  background-color: #0076D1;
}
#careers-ns .division-info {
  margin-left: 5px;
  padding-left: 13px;
  border-left: 1px solid #CECECE;
  font-size: 13px;
}
#careers-ns #accordion .panel-heading {
  background-color: whitesmoke;
}
#careers-ns #accordion .panel-heading:hover {
  color: #217dbb;
}
#careers-ns .circle-icon {
  font-size: 19px;
  color: #a2a2a2;
  background: #f1f1f1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid lightgray;
  text-align: center;
  margin: 0 auto;
}
#careers-ns .circle-icon .fa {
  line-height: 42px;
}
#careers-ns .movie-play .modal-body {
  padding: 0;
}
#careers-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;
}
#careers-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;
}
#careers-ns .close-button button.close:focus {
  outline: none;
}
@media screen and (max-height: 590px) {
  #careers-ns .modal-body {
    overflow-y: visible !important;
    height: auto !important;
    max-height: inherit !important;
  }
}
#careers-ns #timeline .intro {
  width: 65%;
  margin: 0 auto;
}
#careers-ns .carousel {
  visibility: hidden;
}
#careers-ns .carousel.slick-initialized {
  visibility: visible;
}
#careers-ns .carousel .slick-slider {
  margin-bottom: 0;
}
#careers-ns .carousel .slick-list {
  overflow: visible;
}
#careers-ns .timeline-slider {
  position: relative;
  margin: 0 -15px;
  padding: 0 14px;
}
#careers-ns .timeline-slider:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 275px;
  background-color: #6bbfff;
}
#careers-ns .timeline-slider .slick-dots li button {
  border: 1px solid #00599e;
}
#careers-ns .timeline-slider .slick-dots li.slick-active button {
  background: #00599e;
}
#careers-ns .timeline-item.expand {
  width: 50px;
  padding: 27px 0;
}
#careers-ns .timeline-item.expand:after {
  left: 18px;
}
#careers-ns .timeline-item.expand .image {
  height: 135px;
}
#careers-ns .timeline-item.expand:hover .year {
  text-decoration: underline;
  cursor: pointer;
}
#careers-ns .timeline-item {
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  height: 330px;
  padding: 27px;
  transition: 0.3s all ease-in-out;
}
#careers-ns .timeline-item:not(.expand) {
  width: 243px;
  cursor: ew-resize;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#careers-ns .timeline-item:hover:not(.expand) {
  border-color: #e8e8e8;
}
#careers-ns .timeline-item:hover .description.has-full-text .short-text {
  visibility: hidden;
}
#careers-ns .timeline-item:hover .description.has-full-text .full-text {
  visibility: visible;
}
#careers-ns .timeline-item:hover .description.has-full-text + .image {
  visibility: hidden;
}
#careers-ns .timeline-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 11px;
  top: 268px;
  left: 45px;
  background-color: #0076D1;
}
#careers-ns .timeline-item.open {
  border-color: #e8e8e8;
  background-color: whitesmoke;
  height: auto;
  padding: 15px;
  width: 325px !important;
}
#careers-ns .timeline-item.open:after {
  display: none;
}
#careers-ns .timeline-info {
  height: 100%;
}
#careers-ns .timeline-info .description {
  color: #434343;
  text-align: center;
  height: 35%;
  position: relative;
}
#careers-ns .timeline-info .short-text {
  visibility: visible;
}
#careers-ns .timeline-info .full-text {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#careers-ns .timeline-info .image {
  text-align: center;
}
#careers-ns .timeline-info .image img {
  width: 135px;
  display: inline;
}
#careers-ns .timeline-info .year {
  position: relative;
  margin-top: 25px;
  font-size: 12.5px;
  padding-left: 7px;
}
#careers-ns .timeline-info .popover {
  margin-top: -20px;
  margin-left: -4px;
  width: 300px;
}
#careers-ns .timeline-info .popover .popover-title {
  text-align: center;
  padding: 4px 15px;
}
#careers-ns .timeline-info .popover .popover-content {
  padding: 10px;
}
#careers-ns .timeline-expanded {
  display: none;
}
#careers-ns .expanded-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#careers-ns .expanded-content li {
  position: relative;
  border-left: 1px solid #6bbfff;
  padding-bottom: 15px;
  margin-left: 137px;
  min-height: 147px;
}
#careers-ns .expanded-content li:before {
  content: "\f1db";
  left: -6px;
  position: absolute;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0076D1;
  width: 14px;
  height: 14px;
  background-color: whitesmoke;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#careers-ns .expanded-content .expanded-image {
  position: absolute;
  left: -137px;
  text-align: right;
}
#careers-ns .expanded-content .expanded-image img {
  width: 120px;
}
#careers-ns .expanded-content .expanded-description {
  font-size: 12px;
  padding-left: 16px;
}
#careers-ns .display-none {
  display: none;
}
#careers-ns .marg-top-twenty {
  margin-top: 20px;
}
#careers-ns #aboutTxt {
  padding-top: 0px;
  padding-bottom: 0px;
}
#careers-ns #header {
  background: rgba(51, 51, 51, 0.9);
}
#careers-ns #header .header-txt {
  color: #ffffff;
  display: flex;
  align-items: center;
}
#careers-ns #header .header-txt .h5 {
  line-height: 20px;
}
#careers-ns #careers {
  margin-top: 30px;
  position: relative;
  top: -40px;
}
#careers-ns #careers .well a {
  color: #004B85;
}
#careers-ns #careers .well.bptw {
  display: flex;
  align-items: center;
  top: -40px;
}
#careers-ns #careers .well.bptw .logo-block {
  background-color: #ffffff;
  padding: 30px 30px 40px 30px;
}
#careers-ns .fraud-alert {
  margin-top: 40px;
}
#careers-ns .fraud-alert .fraud-icon {
  text-align: center;
  color: #840808;
  background: #ffffff;
  padding: 10px 21.1px;
  border-radius: 6px;
  margin: 0px;
}
#careers-ns .fraud-alert h2 {
  margin-top: 0px;
}
#careers-ns .fraud-alert p {
  margin-top: 5px;
}
#careers-ns #benefits {
  background: #f1f1f1;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
#careers-ns #benefits .topicHeading {
  margin-top: 50px;
}
#careers-ns #benefits h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
#careers-ns #benefits .btn {
  margin-bottom: 10px;
}
#careers-ns .ca-table th:nth-child(2),
#careers-ns .ca-table td:nth-child(2) {
  width: 70%;
}
#careers-ns .ca-table .table-fineprint {
  position: absolute;
  bottom: 0px;
  left: 420px;
  display: flex;
  align-items: center;
}
#careers-ns .ca-table .table-fineprint .h6 {
  padding-top: 160px;
  width: 220px;
}
#careers-ns .ca-table .table-fineprint img {
  max-width: 340px;
  margin-left: -38px;
}
#careers-ns .careers-table {
  margin-top: 10px;
}
#careers-ns .careers-table th {
  text-align: center;
  text-transform: uppercase;
  background: #c91122;
  color: #ffffff;
  font-size: 14px;
}
#careers-ns .careers-table th,
#careers-ns .careers-table td {
  width: 15%;
  border: 1px solid #000;
  align-items: center;
  padding: 10px 15px;
  line-height: 15px;
  vertical-align: middle;
}
#careers-ns .careers-table th:nth-child(1),
#careers-ns .careers-table td:nth-child(1) {
  width: 12%;
}
#careers-ns .careers-table td {
  font-size: 12px;
}
#careers-ns .careers-table tr.regular td {
  background: #e6e7e9;
}
#careers-ns .careers-table tr.regular td.lt-gray {
  background: #737778 !important;
  color: #ffffff;
}
#careers-ns .careers-table tr.regular.add-border {
  border-top: 5px solid #737778;
}
#careers-ns .careers-table tr.fulltime td {
  background: #c7c8ca;
}
#careers-ns .careers-table tr.fulltime td.dk-gray {
  background: #57585a !important;
  color: #ffffff;
}
#careers-ns .careers-table tr.fulltime.add-border {
  border-top: 5px solid #57585a;
}
#careers-ns .careers-table .font-lg {
  font-size: 16px;
  line-height: 20px;
}
#careers-ns .table-fineprint {
  position: absolute;
  bottom: -85px;
  left: 295px;
  display: flex;
  align-items: center;
}
#careers-ns .table-fineprint .h6 {
  padding-top: 40px;
}
#careers-ns .table-fineprint img {
  max-width: 340px;
}
#careers-ns .capblue-callout a {
  color: #004B85;
}
#careers-ns #social {
  height: 200px;
}
#careers-ns #social .icon {
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
#careers-ns #social .icon .fa {
  background: #cacaca;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 0 2px;
  color: #0C0C0C;
}
#careers-ns #social .icon .fa a {
  color: #F1EBEB;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#careers-ns #social .icon .fa:hover,
#careers-ns #social .icon .fa:active,
#careers-ns #social .icon .fa:focus {
  background: #0076D1;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}
#careers-ns #social .icon .fa:hover > a,
#careers-ns #social .icon .fa:active > a,
#careers-ns #social .icon .fa:focus > a {
  color: #ccc;
}
#careers-ns #social .icon .twitter-logo {
  background: #cacaca;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 0 2px;
  color: #0C0C0C;
}
#careers-ns #social .icon .twitter-logo a {
  color: #F1EBEB;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#careers-ns #social .icon .twitter-logo:hover,
#careers-ns #social .icon .twitter-logo:active,
#careers-ns #social .icon .twitter-logo:focus {
  background: #0076D1;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}
#careers-ns #social .icon .twitter-logo:hover > a,
#careers-ns #social .icon .twitter-logo:active > a,
#careers-ns #social .icon .twitter-logo:focus > a {
  color: #ccc;
}
#careers-ns .marg-top-twenty {
  margin-top: 100px;
}
#careers-ns .dhCares {
  padding: 30px 0px 30px 10px;
  height: 380px;
  background: #f1f1f1;
}
#careers-ns .dhCares .topicHeading {
  margin-bottom: 25px;
  margin-top: 50px;
}
#careers-ns .dhCares .rightAlign {
  border-radius: 10px 0 0 10px;
}
#careers-ns .dhCares h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
#careers-ns .locations {
  margin-bottom: 25px;
  position: relative;
}
#careers-ns .locations:before,
#careers-ns .locations:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#careers-ns .locations:after {
  clear: both;
}
#careers-ns .locations .locFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#careers-ns .locations .locationCallout {
  background: #D11C23;
  color: #fff;
  position: absolute;
  z-index: 1;
  height: 65px;
  width: 242px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
}
#careers-ns .locations .locationCallout p {
  margin: 0;
}
#careers-ns .locations .hqCallout {
  position: absolute;
  background: #D11C23;
  color: #fff;
  width: 500px;
  height: 350px;
  bottom: 10px;
  left: 250px;
  padding: 50px 60px 0px 60px;
}
#careers-ns .locations .hqCallout h1 {
  padding-bottom: 0px;
}
#careers-ns .locations .hqCallout .btn {
  background: none;
  color: #fff;
  margin-top: 20px;
}
#careers-ns .locations .hqCallout .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
#careers-ns #press {
  background: url('/images/pages/news/news-topimg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 450px;
}
#careers-ns #press .press-overlay {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  margin-left: 40px;
  margin-top: 40px;
}
#careers-ns #press .press-overlay h1 {
  padding-bottom: 0px;
}
