<!-- Changed css line#278,height:1200px and line#349,height:1264px, to accommodate for E-Verify H&M page-->

/*e
2016-05-13 :
BYC, added rules for SAVE search. Search this file for #move-closing-text to see changes.
*/

.sens-cf:before,
.sens-cf:after {
  content: " ";
  display: table;
  }
.sens-cf:after {
  clear: both;
  }
.sens-cf {
  *zoom: 1;
  }

  #sens-wrap {
    font-size: 1em;
    }
  #sens-wrap * {
    box-sizing: border-box;
    }
    #sens-wrap img.sens-hero {
      width: 100%;
      height: auto;
      }
    #sens-wrap div.sens-header-overlay {
      position: relative;
      }
      #sens-wrap div.sens-header-overlay h1 {
        background: rgba(255,255,255,0.7);
        position: absolute;
        top: 0.33em;
        left: 0.33em;
        padding: 0.2em;
        margin: 0;
        }
    #sens-wrap hr {
      border: 0;
      border-top: 1px solid #dcdcdc;
      height: 0;
      box-sizing: content-box;
      margin: 1.5em 0;
      }
    #sens-wrap .sens-button {
      background: #cc0033;
      color: #fff;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      display: inline-block;
      padding: 8px 13px;
      }
    #sens-wrap .sens-button2 {
      background: #003366;
      color: #fff;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      display: inline-block;
      padding: 8px 13px;
      }
    #sens-wrap .image-container,
    #sens-wrap .image-container-half img {
      position: relative;
      }
      #sens-wrap .image-container img,
      #sens-wrap .image-container-half img {
        width: 100%;
        height: auto !important;
        }
      #sens-wrap .image-container a {
        position: absolute;
        bottom: 2em;
        right: 2em;
        }
    #sens-wrap .image-container-half {
      width: 49%;
      float: left;
      position: relative;
      }
      #sens-wrap .image-container-half a,
      #sens-wrap .sen-resources-select .item a {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.85);
        color: #005388;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 7px 26px;
        font-weight: bold;
        height: .49in;
        font-size: 17px;
        }
    #sens-wrap .image-container-half.first {
      margin-right: 2%;
      }
    #sens-wrap .sens-home-hero {

      }
      #sens-wrap .sens-home-hero .sens-slide {
        width: 100%;
        position: relative;
        }
        #sens-wrap .sens-home-hero .sens-slide img {
          width: 100%;
          height: auto;
          }
      #sens-wrap .sens-home-hero .sens-slide .overlay {
        background: rgba(255,255,255,0.7);
        width: 38%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        }
      @media screen and (max-width: 720px) {
        #sens-wrap .sens-home-hero .sens-slide .overlay {
          width: 100%;
          }
      }

      @media screen and (max-width: 480px) {
        #sens-wrap .image-container-half {
          width: 100%;
          float: none;
          }
        #sens-wrap div.sen-resources-select .item {
          width: 100%;
          }
      }
        #sens-wrap .sens-home-hero .overlay h2 {
          margin: 0.5em;
          }
        #sens-wrap .sens-home-hero .overlay p {
          margin: 0.5em 0.85em;
          }
        #sens-wrap .sens-home-hero .overlay a.sens-button {
          margin: 0.5em 0.85em;
          }
        #sens-wrap .sens-home-hero .overlay a.sens-button2 {
          margin: 0.5em 0.85em;
          }
        #sens-wrap .sen-home-hero-controls {
          position: absolute;
          bottom: 4px;
          right: 0;
          z-index: 1000;
          background: #069;
          font-size: 1.25em;
          padding: 0.5em;
          }
          #sens-wrap .sen-home-hero-controls #sens-prev {
            color: #fff;
            float: left;
            }
            #sens-wrap .sen-home-hero-controls #sens-prev span {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0,0,0,0);
              border: 0;
              }
          #sens-wrap .sen-home-hero-controls #sens-next {
            color: #fff;
            float: left;
            }
            #sens-wrap .sen-home-hero-controls #sens-next span {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0,0,0,0);
              border: 0;
              }
          #sens-wrap .sen-home-hero-controls #sens-pager {
            width: 3em;
            text-align: center;
            color: #fff;
            font-size: 0.85em;
            float: left;
            }
        #sens-wrap .sens-home-hero .overlay ul {
          padding-left: 0;
          list-style-type: none;
          margin-bottom: 0;
          }
          #sens-wrap .sens-home-hero .overlay ul li {
            background: #0d6797;
            padding: 0.35em 0.85em;
            }
          #sens-wrap .sens-home-hero .overlay ul li:first-child {
            border-bottom: 1px solid #fff;
            }
            #sens-wrap .sens-home-hero .overlay ul li a {
              text-decoration: none;
              color: #fff;
              display: block;
              }
              #sens-wrap .sens-home-hero .overlay ul li a i {
                float: right;
                }
    #sens-wrap h1 {
      color: #003366;
      text-transform: uppercase;
      font: bold 2em/1 'Source Sans Pro';
      }
	#move-closing-text h2,
    #sens-wrap h2 {
      font-size: 1.5em;
      line-height: 29px;
      font-weight: bold;
      color: #003366;
      margin-top: 1.5em;
      }
    #sens-wrap img + h2 {
      margin-top: 0.8em;
      font-family: 'Source Sans Pro';
      }
    #sens-wrap h3 {

      }
    #sens-wrap h4 {
      text-align: center;
      font-size: 1.25em;
      color: #444;
      }
    #sens-wrap p {
      margin: 1.5em 0;
      }
    #sens-wrap p.disclaimer {
      color: #6C778E;
      }
	#move-closing-text .sens-contact span,
    #sens-wrap p.sens-contact span {
      display: inline-block;
      margin-right: 3em;
      }
      #sens-wrap p a {
        color: #069;
        text-decoration: underline !important;
        }
	  #move-closing-text .fa-phone,
	  #move-closing-text .fa-envelope,
      #sens-wrap p.sens-contact span i {
        color: #cc0033;
        }
/* TIMELINE */
#sens-wrap .sen-timeline-wrap {
  margin-top: 2.5em 0 4em;
  }
#sens-wrap #sens-timeline-dates {
  width: 100px;
  float: left;
  }
  #sens-wrap #sens-timeline-dates ul {
    padding: 0;
    margin: 0;
    background: #ededed;
    overflow: scroll;
    height: 1200px;
    }
    #sens-wrap #sens-timeline-dates ul li {
      padding: 0.5em 0 0.5em 1em;
      text-align: right;
      position: relative;
      background: url('../img/line-grey.png') 22px center repeat-y;
      list-style: none;
      }
    #sens-wrap #sens-timeline-dates ul li.has-milestone:before {
      width: 13px;
      height: 13px;
      content: ' ';
      background: #ededed;
      position: absolute;
      left: 14px;
      border-radius: 50%;
      border: 2px solid #767b7b;
      top: 13px;
      }
    #sens-wrap #sens-timeline-dates ul li.active.has-milestone:before {
      width: 13px;
      height: 13px;
      content: ' ';
      background: #0d6797;
      position: absolute;
      left: 14px;
      border-radius: 50%;
      border: 2px solid #fff;
      }
    #sens-wrap #sens-timeline-dates ul li.active.has-milestone:after {
      content: "\f0d9";
      font-family: FontAwesome;
      color: #fff;
      position: absolute;
      right: 0;
      }
    #sens-wrap #sens-timeline-dates ul li.active.has-milestone:before {
      color: #fff;
      }
    #sens-wrap #sens-timeline-dates ul li.active {
      background: url('../img/line-white.png') 22px center repeat-y #0d6797;
      }
      #sens-wrap #sens-timeline-dates ul li.has-milestone a {
        color: #069;
        }
      #sens-wrap #sens-timeline-dates ul li a {
        text-decoration: none;
        color: #767b7b;
        border-bottom: 1px solid #dcdcdc;
        font-family: 'Source Sans Pro';
        display: initial;
        padding: 0 1em 0 0;
        }
      #sens-wrap #sens-timeline-dates ul li.active a {
        color: #fff;
        border-bottom: 0;
        }
    #sens-wrap #sens-timeline-dates div.scroll-btns {

      }
      #sens-wrap #sens-timeline-dates div.scroll-btns a {
        display: block;
        background: #C33;
        color: #fff;
        text-align: center;
        padding: 0.5em;
        }
      #sens-wrap #sens-timeline-dates div.scroll-btns a:first-child {
        border-bottom: 1px solid #910527;
        }
#sens-wrap #sens-timeline-content {
  height: 1264px;
  overflow-y: scroll;
  position: relative;
  border-left: 2px solid #fff;
  }
  #sens-wrap #sens-timeline-content h4 {
    background: #0d6797;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 0.062em;
    }
  #sens-wrap #sens-timeline-content h5 {
    font-size: 1.25em;
    color: #444;
    margin: 0 0 0.25em;
    }
  #sens-wrap #sens-timeline-content span.date {
    color: #666;
    font-family: 'Source Sans Pro';
    display: block;
    }
  #sens-wrap #sens-timeline-content section {
    margin-bottom: 1em;
    }
    #sens-wrap #sens-timeline-content section .milestone-item {
      padding: 1em;
      position: relative;
      overflow: hidden;
      }
    #sens-wrap #sens-timeline-content section .milestone-item:not(:first-of-type) {
      border-top: 1px solid #dbdbdb;
      }
      #sens-wrap #sens-timeline-content section .milestone-item p {
        color: #444;
        }
        #sens-wrap #sens-timeline-content section .milestone-item p img {
          max-width: 100%;
          height: auto;
		}
      #sens-wrap #sens-timeline-content section .milestone-item p.read-more a {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 8em 0 10px;
        background-image: linear-gradient(to bottom, transparent, white);
        font-weight: bold;
        text-decoration: none;
        color: #069;
        }
      #sens-wrap #sens-timeline-content section .milestone-item p.read-more a:after {
        content: " \f078";
        font-family: FontAwesome;
        }
/* RESOURCES */
#sens-wrap .sen-resources-select {

  }
  #sens-wrap .sen-resources-select .item {
    width: 33%;
    float: left;
    position: relative;
    cursor: pointer;
    }
    #sens-wrap .sen-resources-select .item:hover img,
    #sens-wrap .sen-resources-select .item.active img {
      opacity: 1.0;
      }
    #sens-wrap .sen-resources-select .item img {
      width: 100%;
      height: auto;
      opacity: 0.65;
      }
    #sens-wrap .sen-resources-select .item:hover a,
    #sens-wrap .sen-resources-select .item.active a {
      color: #005388;
      }
    #sens-wrap .sen-resources-select .item a {
      color: #666;
      }
#sens-wrap .sens-main-pane {
  display: none;
  }
  #sens-wrap .sens-main-pane .main-pane-pre {
    color: #fff;
    padding: 0;
    background: #095486;
    }
    #sens-wrap .sens-main-pane .main-pane-pre .main-pane-pre-inner {
      padding: 2em 2em 1em;
      }
    #sens-wrap #sens-benefit .publications .sens-lang-container {
      display: none;
      }
    #sens-wrap #sens-benefit .publications .sens-lang-container[data-lang="en"] {
      display: block;
      }
    #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper {
      width: 100%;
      text-align: center;
      }
      #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper a.language-select {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background: #04395a;
        display: inline-block;
        padding: 0.33em 0.85em 1.75em 1.75em;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        }
        #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper a.language-select i {
          position: relative;
          top: 1.15em;
          left: -50%;
          }
      #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper .language-select-dropdown {
        display: none;
        background: #04395a;
        }
        #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper .language-select-dropdown ul {
          padding: 0;
          list-style: none;
          margin: 0;
          padding: 1em;
          color: #069;
          }
          #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper .language-select-dropdown ul li {
            margin-bottom: 0.25em;
            }
            #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper .language-select-dropdown ul li.active a {
              text-decoration: underline;
              color: rgba(255,255,255,1.0);
              }
            #sens-wrap .sens-main-pane .main-pane-pre .language-select-wrapper .language-select-dropdown ul li a {
              color: rgba(255,255,255,0.7);
              text-decoration: none;
              }
  #sens-wrap .sens-main-pane .main-pane-content {
    display: none;
    }
    /* Videos and Webinars content pane styles */
    #sens-wrap .sens-main-pane .main-pane-content.videos {

      }
      #sens-wrap .sens-main-pane .main-pane-content.webinars p.webinar-select {
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
        font-size: 0.85em;
        margin-bottom: 0.25em;
        }
      #sens-wrap .sens-main-pane .main-pane-content.webinars select#webinar-select {
        margin-bottom: 1em;
        }
      #sens-wrap .sens-main-pane .main-pane-content.webinars div.webinar-group-1 {
        display: block;
        }
      #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-group {
        display: none;
        }
      #sens-wrap .sens-main-pane .main-pane-content.webinars ul.webinar-playlist {
        padding: 1.5em 0;
        border-top: 3px solid #eee;
        border-bottom: 3px solid #eee;
        }
        #sens-wrap .sens-main-pane .main-pane-content.webinars ul.webinar-playlist li {
          margin-bottom: 0.175em;
          }
        #sens-wrap .sens-main-pane .main-pane-content.webinars ul.webinar-playlist li:before {
          content: "\f0da";
          font: 1.25em/1 FontAwesome;
          color: #cc0033;
          }
          #sens-wrap .sens-main-pane .main-pane-content.webinars ul.webinar-playlist li a {
            color: #0d6797;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            margin-left: 0.75em;
            cursor: pointer;
			}
      #sens-wrap .sens-main-pane .main-pane-content.webinars ul.webinar-info-wrapper {

        }
        #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-info-wrapper div {
          display: none;
          }
          #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-info-wrapper div h3 {
            color: #444;
            }
          #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-info-wrapper div p {
            color: #666;
            text-transform: uppercase;
            font-weight: bold;
            }
          #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-info-wrapper ul {
            list-style-type: none;
            padding-left: 1.5em;
            }
            #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-info-wrapper ul li:before {
              content: "\2022 \00a0";
              color: #cc0033;
              font-size: 1.25em;
              margin-left: -0.5em;
              }
      #sens-wrap .sens-main-pane .main-pane-content.webinars .webinar-accordions {

        }
        #sens-wrap .webinar-accordions .item:first-of-type {
          border-top: 3px solid #eee;
          }
        #sens-wrap .webinar-accordions .item {
          border-bottom: 3px solid #eee;
          }
          #sens-wrap .webinar-accordions .item h5 {
            position: relative;
            font-size: 16px;
            color: #006699;
            margin: 0.65em 0;
            cursor: pointer;
            }
            #sens-wrap .webinar-accordions .item h5 i {
              position: absolute;
              right: 1em;
			  top: 0.35em;
              }
            #sens-wrap .webinar-accordions .item h5 i.fa-plus-circle {
              color: #166a9d;
              }
            #sens-wrap .webinar-accordions .item h5 i.fa-minus-circle {
              color: #9aa2a2;
              }
          #sens-wrap .webinar-accordions .item .wrapper {
            display: none;
            color: #444;
            }
            #sens-wrap .webinar-accordions .item .wrapper ul,
            #sens-wrap ul.copy-list {
              list-style: none;
              padding-left: 1em;
              }
              #sens-wrap .webinar-accordions .item .wrapper ul li,
              #sens-wrap ul.copy-list li {
                margin-bottom: 0.5em;
                }
              #sens-wrap .webinar-accordions .item .wrapper ul li:before,
              #sens-wrap ul.copy-list li:before {
                content: "\f111";
                font-family: FontAwesome;
                font-size: 6px;
                position: relative;
                top: -3px;
                margin-right: 1.5em;
                color: #dd0c3b;
                }
            #sens-wrap ul.copy-list-links {
              list-style: none;
              padding-left: 1em;
              }
              #sens-wrap ul.copy-list-links li {
                margin-bottom: 0.33em;
                }
              #sens-wrap ul.copy-list-links li:after {
                content: "\f054";
                font-family: FontAwesome;
                font-size: 0.75em;
                margin-left: 1em;
                color: #069;
                }
                #sens-wrap ul.copy-list-links li a {
                  color: #069;
                  text-decoration: none;
                  }
      #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 2em;
        }
      #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper:nth-of-type(2n) {
        float: left;
        margin-right: 0;
        }
        #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper p {
          color: #666;
          text-transform: uppercase;
          font-weight: bold;
          margin: 1em 0;
          }
      @media screen and (max-width: 640px) {

        #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper {
          margin-right: 0;
          width: 100%;
          }

        }
      #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper .jwplayer .jw-display-icon-container {
        border: 0;
        background: rgba(255,255,255,0.7);
        border-radius: 0;
        color: #0d6797;
        }
        #sens-wrap .sens-main-pane .main-pane-content.videos .sens-video-wrapper .jwplayer .jw-display-icon-container .jw-icon {
          color: #0d6797;
          }
    /* Publications content pane styles */
    #sens-wrap .sens-main-pane .main-pane-content.publications {

      }
	  #move-closing-text .sens-publications,
      #sens-wrap ul.sens-publications,
      #sens-wrap ul.sens-links {
        padding-left: 0;
        }
		#move-closing-text .sens-publications li,
        #sens-wrap ul.sens-publications li,
        #sens-wrap ul.sens-links li {
          list-style-type: none;
          background: #efefef;
          margin-bottom: 0.15em;
          position: relative;
          }
		  #move-closing-text .sens-publications a,
          #sens-wrap ul.sens-publications li a {
            text-decoration: none;
            color: #444;
            display: block;
            padding: 0.75em 2.5em 0.75em 0.75em;
            }
			#move-closing-text .sens-publications .fa-download,
            #sens-wrap ul.sens-publications li a i {
              position: absolute;
              top: 0;
              right: 0;
              font-size: 1.4em;
              padding: 0.5em;
              background: #bc2132;
              color: #fff;
              }
    /* Links content pane styles */
          #sens-wrap ul.sens-links li a {
            text-decoration: none;
            color: #444;
            display: block;
            padding: 0.75em;
            }
            #sens-wrap ul.sens-links li a i {
              float: right;
              }
  #sens-wrap .sens-main-pane .main-pane-nav {
    background: #0d6797;
    }
    #sens-wrap .sens-main-pane .main-pane-nav ul {
      margin-top: 0;
      padding-left: 0;
      }
      #sens-wrap .sens-main-pane .main-pane-nav ul li {
        width: 25%;
        float: left;
        display: inline-block;
        text-align: center;
        padding: 1em 0;
        position: relative;
        border-left: 1px solid #2a73a1;
        border-right: 1px solid #0b5789;
        }
      #sens-wrap .sens-main-pane .main-pane-nav ul li:first-child {
        border-left: 0;
        }
      #sens-wrap .sens-main-pane .main-pane-nav ul li:last-child {
        border-right: 0;
        }
      @media screen and (max-width: 640px) {

        #sens-wrap div.sens-main-pane .main-pane-nav ul li {
          width: 100%;
          border: 0;
          }
        #sens-wrap .sens-main-pane .main-pane-nav ul li.active {
          background: #cc0033;
          }
          #sens-wrap div.sens-main-pane .main-pane-nav ul li i {
            display: none;
            }

        }
        #sens-wrap .sens-main-pane .main-pane-nav ul li a {
          text-decoration: none;
          color: #fff;
          font-weight: bold;
          }
        #sens-wrap .sens-main-pane .main-pane-nav ul li i {
          position: absolute;
          bottom: -8px;
          left: 50%;
          color: #fff;
          font-size: 1.5em;
          }
#sens-wrap .landingplayer-wrap {
  background: #eee;
  border-radius: 6px;
  padding: 1.5em 0 1em 4em;
  }
  #sens-wrap .landingplayer-wrap h3 {
    margin-top: 0;
    color: #069;
    text-align: center;
    }
  #sens-wrap div#landingplayer {
    max-width: 600px;
    margin: 0 auto;
    }
  #sens-wrap .landingplayer-wrap p {
    color: #666;
    text-align: center;
    margin: 1em;
    }
    #sens-wrap h3 {
      color: #006699;
      }
    #sens-wrap h5 {
      color: #006699;
	  font-size: 16px;
      }
    #sens-wrap h6 {
      color: #CC0033;
      font-size: 14px;
	  margin-bottom: -10px;
	  margin-top: 0px;
	  }
	#sens-wrap bl {
      color: #FFF;
	  font-weight: bold;
	  text-decoration:underline;
    }
	#sens-wrap dt {
      color: #666666;
	  font-weight: bold;
	  font-style: oblique;
    }
     @media screen and (max-width: 470px) {
        #sens-wrap .sens-home-hero {
          height: 225px;
          }
      }