/**
 * This stylesheet is the last cascade. It implements responsive fixes, site fixes,
 * Slider updates, breakpoints, social innovation, and other beautiful things.
 * This stylesheet was NOT made by Zuroxxar, a.k.a. Henry Novak. In fact,
 * his involvement has often impeded its work by suggesting the playing of Skyrim
 * and the like. He is a bad influence, and should be avoided.
 *
 * Styles and modifications by Stephen Parente <stephen@ingenuitydesign.com>
 * and Keith Nitsch <keith@ingenuitydesign.com>
 *
 * Made with love in Norwalk, CT <3
 *
 */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: -40px;
  text-align: center;
  overlfow: visible;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}
body ul .js-slide-hidden {
  position: static!important;
  left: auto!important;
  top: auto!important;
  display: block !important;
}
.open-close .slide {
  overflow: auto;
}
.opener {
  display: none !important;
}
.drop li a {
  padding: 9px 14px 8px;
}
.ER-slideshow .btn-next {
  position: absolute!important;
  border-left: 12px solid #f7f7f7!important;
  border-top: 7px solid #f7f7f7;
  margin-top: 2px;
  border-bottom: 7px solid #f7f7f7;
  right: 0 !important;
}
.id .submit-wrapper:after {
  clear: both;
  content: " ";
  display: block;
}
.id .form-wrapper {
  -webkit-box-shadow: 0 0 5px 2px #ededed;
  -moz-box-shadow: 0 0 5px 2px #ededed;
  box-shadow: 0 0 5px 2px #ededed;
  background-color: #fff;
  padding: 1em;
}
.id #content {
  width: 1013px;
  margin: 0 auto;
  padding-top: 2em;
}
.id #content .heading h2 {
  margin-bottom: 6px;
}
.id .form-wrapper legend {
  font-weight: 700;
  margin-left: -10px;
  padding-bottom: 10px;
}
.id .form-wrapper fieldset .form-row:after {
  content: " ";
  clear: left;
}
.id .form-wrapper fieldset .form-row label {
  float: left;
  width: 160px;
}
.id .form-wrapper fieldset .form-row {
  padding-bottom: 10px;
}
.id .form-wrapper fieldset.pull-right {
  float: right;
}
.id .form-wrapper fieldset .form-row input[type=text],
.id .form-wrapper fieldset .form-row textarea {
  resize: none;
  width: 285px;
  box-sizing: border-box;
  font-size: 12px;
}
.id .form-wrapper fieldset .form-row textarea {
  height: 70px;
  padding: 2px 6px;
}
.id .form-wrapper fieldset .form-row input[type=text] {
  height: 27px;
  padding: 2px 6px;
}
.id .form-wrapper fieldset {
  padding-left: 10px;
  padding-bottom: 20px;
}
.id #special-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  padding-top: .75em;
  padding-right: 1.5em;
  padding-bottom: .8125em;
  padding-left: 1.5em;
  font-size: 1em;
  box-sizing: border-box;
  transition: background-color 300ms ease-out;
}
.slideshow-articles .id-h1 {
  font: 28px/33px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
  margin: 0;
}
.content .holder {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}
.articles-holder .text {
  padding-left: 237px;
  overflow: visible;
}
.articles-holder #node-3307,
.articles-holder article {
  overflow: visible;
}
.view-display-id-block_8 .view-filters {
  display: none;
}
#footer .sociable a {
  width: 32px!important;
  height: 32px!important;
}
#footer .sociable li {
  margin: 0 10px 8px 0!important;
}
#footer .sociable .youtube {
  background: url("../images/Youtube_32.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: 0 0;
}
#footer .sociable .linkedin {
  background: url("../images/linkedIn_32.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: 0 0;
}
#footer .sociable .gplus {
  background: url("../images/icon_gplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: 0 0;
}
.post .intro-text {
  width: 100%;
}
.node-type-press-release .story-article-header {
  padding-top: 0;
}
.node-type-press-release .filters-row {
  background: none;
  margin: 0;
  padding: 0;
}
.node-type-press-release .btns-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.node-type-press-release article .columnize .col-md-12 {
  padding-left: 0;
}
.node-type-press-release .alt.sociable a {
  padding-right: 10px;
  width: auto;
}
.node-type-press-release #main .post h1,
.node-type-press-release #main h1.page-title {
  border: none!important;
  margin-bottom: 0!important;
  padding-bottom: 20px!important;
}
.node-type-press-release .article-content {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}
.node-type-press-release .story-article-header .nav-back a {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.node-type-press-release .video {
  max-width: 688px;
  clear: both;
  margin-bottom: 20px;
}
.node-type-press-release .columnize .field-name-body {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 970px) {
  .node-type-press-release #main .post h1,
  #main h1.page-title {
    padding-right: 100px;
  }
}
/* responsive fixes */
.page-media-center .side-left {
  float: left;
  width: 804px;
}
.node-type-home-page ul.pagination {
  bottom: 25px;
  left: 25px;
  padding: 0!important;
}
#footer .sociable {
  display: block;
}
@media (max-width: 992px) {
  .region.region-footer > div {
    margin-bottom: 15px;
  }
  .ER-slideshow.column img {
    width: 100%!important;
    height: auto!important;
  }
  .node-type-home-page .ER-slideshow .new-slide-about {
    padding-right: 33px;
    width: 100%;
  }
  .node-type-home-page .ER-slideshow {
    width: auto;
    padding: 0px 15px;
  }
  .node-type-home-page .ER-slideshow .mask {
    overflow: hidden;
  }
}
#executives {
  width: 100%!important;
}
#universe-pop-container,
#universe-pop-container .field-name-field-youtube-video iframe {
  width: 100%!important;
}
.factSheets .factSheet {
  margin-bottom: 30px;
  width: 33%;
  float: left;
}
.factSheets .factSheet > div {
  padding-right: 10px;
}
.factSheets .factSheet .views-field-title {
  padding: 0 0 14px;
}
.factSheets .factSheet .views-field-field-upload-file a {
  background: url("../images/download-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 22px;
}
.side-left .view-display-id-block_1 .views-field-field-download-link a,
.side-left .view-display-id-block_6 .views-field-field-download-link a {
  background: url("../images/download_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  height: 40px;
  position: absolute;
  width: 40px;
}
.side-left .jcarousel-view--media-center--block-5 .views-field-field-download-link a {
  display: block;
  background: url("../images/download-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0);
  height: 18px;
  position: absolute;
  width: 18px;
  top: -20px;
  left: 193px;
}
.page-media-center .jcarousel-view--media-center--block-8 .views-field-field-download-link,
.page-media-center .jcarousel-view--media-center--block-3 .views-field-field-download-link {
  display: none;
}
.page-media-center .side-right .views-field-title {
  float: left;
  width: 168px;
}
.side-right .jcarousel-skin-default .jcarousel-item {
  height: auto!important;
}
.view-display-id-block_7 .views-row {
  margin: 0;
  padding: 0;
}
#views-exposed-form-media-center-block-1 {
  display: none;
}
.page-media-center #cboxPrevious,
.page-media-center #cboxNext {
  display: none!important;
}
#block-views-exp-search-page-search .content {
  width: 100%;
  padding: 0;
  margin: 0;
}
#views-exposed-form-search-page-search {
  float: none;
  margin: 0 auto;
  width: 900px;
}
#edit-keywords {
  width: 500px;
}
@media (min-width: 1200px) {
  .node-type-home-page .ER-slideshow {
    height: 410px;
  }
}
@media (max-width: 1200px) {
  .node-type-home-page .ER-slideshow {
    height: 376px;
  }
  .node-type-home-page .ER-slideshow .new-slide-about {
    font-size: 15px;
  }
  .node-type-home-page ul.pagination {
    bottom: 25px;
  }
  .page-node-3310 .content {
    width: 100%;
  }
  .page-node-3310 .articles-holder {
    width: auto;
  }
  .view-display-id-block_7 .views-row {
    float: left;
    width: 252px;
    margin-right: 20px!important;
  }
  .page-media-center .side-right .block-row {
    float: left;
    width: 100%;
  }
  .page-media-center .side-right {
    display: block!important;
    width: 100%!important;
    padding: 0!important;
  }
  .page-media-center .jcarousel-skin-default .jcarousel-clip-vertical,
  .page-media-center .side-right .jcarousel-skin-default .jcarousel-item,
  .view-media-center ul.jcarousel,
  .jcarousel-skin-default .jcarousel-item,
  .view-media-center ul.jcarousel li {
    height: auto!important;
  }
}
#executive-navigation,
.btn-holder {
  display: none;
}
@media (min-width: 768px) {
  #executive-navigation,
  .btn-holder {
    display: block;
  }
}
@media (max-width: 991px) {
  .search-processed .region-header-top {
    display: none;
  }
  .articles-holder .text {
    padding-left: 25px;
  }
  .node-type-home-page ul.pagination {
    bottom: 25px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .articles-holder .field-item {
    float: none;
  }
  .container {
    max-width: 100%;
  }
  .page-media-center .side-left .views-field-title,
  .page-media-center .side-left .views-field-field-leadership-description {
    height: 50px;
  }
  .page-media-center .side-right .jcarousel-navigation {
    display: none;
  }
  #node-1841 .ER-slideshow.column .btn-prev,
  #node-1841 .ER-slideshow.column .btn-next {
    display: none;
  }
  #node-1841 .ER-slideshow .mask .slideset {
    width: 100%;
  }
  #node-1841 .ER-slideshow img {
    /*  width:100%!important;
      height:auto!important;*/
  }
  #node-1841 .ER-slideshow .mask .slideset {
    /* width:100%!important;
      height:auto!important;*/
  }
  #node-1841 .ER-slideshow.column .slide {
    /*  position:relative!important; */
  }
  .node-type-page-who-we-are-one-company #main div.heading {
    display: none;
  }
}
@media (max-width: 830px) {
  .view-media-center ul.jcarousel {
    width: 100%!important;
    left: 0!important;
  }
  .jcarousel-skin-default .jcarousel-item,
  .view-media-center ul.jcarousel li {
    margin-bottom: 15px;
  }
  .page-media-center .side-left .jcarousel-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .page-media-center .side-left {
    width: 100%;
  }
  .view-media-center .jcarousel-navigation {
    display: none;
  }
  .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: visible;
    width: 100%;
  }
  .view-id-factsheets_list_items .filters-row {
    display: none;
  }
  .factSheets .factSheet {
    margin: 0 auto;
    margin-bottom: 30px;
    width: auto;
    float: none;
  }
  .view-content {
    width: 100%;
  }
  .view-home-latest-news .views-row {
    width: auto;
    padding: 20px;
  }
  .node-type-home-page .ER-slideshow {
    height: 340px;
  }
  #executives .block-photo {
    float: left;
    width: 40%;
    margin: 0;
  }
  #executives .post-content {
    float: left;
    width: 60%;
  }
  #executives .post-content header,
  #executives .post-content .holder {
    padding-left: 10px;
    height: auto;
  }
  #executives .photo-slideshow .slide {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    height: auto;
    background: none;
    box-shadow: none;
  }
  #executives .photo-slideshow .slide img {
    height: auto;
    width: 100%;
  }
  #executive-info > .prev,
  #executive-info > .next {
    position: relative;
  }
  #executive-info > .prev {
    left: 0;
  }
  #executives {
    margin-top: 10px;
  }
  #executive-info > .prev span,
  #executive-info > .next span {
    display: inline!important;
    background: none!important;
  }
  .slideshow-articles .field-name-field-photos {
    display: none;
  }
  .slideshow-articles .text {
    width: 100%;
  }
}
/** responsive Random Fixes */
/* Search button should not have blue border */
.search-icon:hover {
  border-top-color: white !important;
}
.search-icon.active {
  border-top-color: #1f1c1a !important;
}
/* Jumper menus should not appear above other content */
.jumperize {
  z-index: auto;
}
/* Fixes issue with dotted border appearing under floated copy */
.news:after {
  content: " ";
  clear: both;
  display: block;
  height: 1px;
}
/* Fix "social icons have no color */
.sociable {
  display: block !important;
}
@media (min-width: 1200px) {
  .page-in-the-news-videos h3.entryTitle {
    overflow: hidden;
    margin-bottom: 0;
    height: 60px;
    padding-top: 10px;
    font-size: 18px;
  }
  .page-in-the-news-videos .video-articles a.video-popup-thumb {
    width: 344px;
    height: 195px;
    overflow: hidden;
    display: block;
  }
}
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
.app-bar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  background: #fff;
}
.app-bar-container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
}
.app-bar.open,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
}
.app-bar .logo {
  -webkit-flex: 1;
  flex: 1;
  font-size: 2em;
  line-height: 82px;
  margin: 0 16px 0 0;
  padding: 0 !important;
  color: #fefefe;
  float: none;
  text-align: center;
  max-width: none;
  font-weight: 300;
}
.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.app-bar-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 2;
}
.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  border-right-width: 1px;
  border-color: #ececec;
  border-right-style: solid;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.app-bar button img {
  width: 60px;
  height: 60px;
}
.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}
.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4);
}
button.menu img {
  height: 24px;
  width: 24px;
}
h1.logo {
  position: absolute;
  top: 0;
  left: 80px;
}
#nav {
  float: none;
}
header#header #header-wrapper {
  position: relative;
}
.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navdrawer-container {
  font-size: 15px;
  background: #f7f7f7;
  color: #7e7e7e;
  box-shadow: inset 0 0 5px 5px #ebebeb;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  -ms-box-shadow: inset 0 0 5px 5px #ebebeb;
  -o-box-shadow: inset 0 0 5px 5px #ebebeb;
  z-index: 4;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  overflow-y: scroll;
}
.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.app-bar,
.navdrawer-container,
main {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.navdrawer-container h4,
.navdrawer-container #nav > ul > li > a,
.navdrawer-container .social-nav ul li a {
  height: 78px;
  padding: 0 39px !important;
  line-height: 78px;
}
a.search-icon {
  display: none !important;
}
.navdrawer-container #search-wrapper {
  background: #0064d2;
  padding: 15px 11px 12px;
  box-shadow: inset -7px 0 8px -2px #0053ad;
  position: relative;
}
.navdrawer-container #search-wrapper:before {
  content: " ";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/retina-search.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  z-index: 2;
  top: 21px;
  left: 24px;
}
.navdrawer-container #search-wrapper form input[type="text"] {
  background-color: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 40px;
  height: 28px;
  background: #fff;
  box-sizing: border-box;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
  color: #7e7e7e;
  display: block;
  clear: both;
  box-shadow: none;
}
.navdrawer-container #nav ul,
.navdrawer-container .social-nav u {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navdrawer-container #nav ul li a,
.navdrawer-container .social-nav ul li a {
  display: block;
  text-decoration: none;
  color: white;
  transition: background-color 0.2s ease-out;
}
.navdrawer-container #nav ul li,
.navdrawer-container .social-nav ul li {
  border-bottom-style: solid;
  border-width: 1px;
  float: none;
  border-color: #e7e7e7;
  padding: 0;
  line-height: 1;
}
.navdrawer-container #nav ul li.has-drop-down {
  border-color: #272727;
}
.navdrawer-container #nav ul li > a,
.navdrawer-container .social-nav ul li a {
  color: #7e7e7e;
}
.navdrawer-container #nav ul li.has-drop-down > a {
  color: white;
  background-color: #313131;
  position: relative;
}
.navdrawer-container #nav ul li.has-drop-down > a:after {
  width: 17px;
  height: 17px;
  content: " ";
  background: url(../images/dd-arrows.png) 0 -17px;
  background-size: auto 34px;
  display: block;
  position: absolute;
  border: 0;
  margin-top: -9px;
  top: 50%;
  right: 20px;
}
.navdrawer-container #nav ul li.has-drop-down.hover > a:after,
.navdrawer-container #nav ul li.has-drop-down.dropdown-open > a:after,
.navdrawer-container #nav ul li.has-drop-down .has-drop-down-open > a:after {
  background-position: 0 0;
}
.navdrawer-container #nav ul li.has-drop-down ul {
  padding: 0;
  margin: 0;
}
.navdrawer-container #nav ul li.has-drop-down .drop {
  padding: 20px 0;
  position: static;
}
.navdrawer-container #nav ul li.has-drop-down ul li {
  border-bottom-width: 0px;
}
.navdrawer-container #nav ul li.has-drop-down ul li > a {
  height: 40px;
  line-height: 40px;
  color: #0063d0;
  font-size: 15px;
}
.navdrawer-container #nav ul li:before,
.navdrawer-container .social-nav ul li:before {
  content: none;
}
.navdrawer-container #nav ul li a:focus {
  outline: 0;
}
main {
  margin: 0 auto;
  /* Height of the header */
  /*padding: 60px 0 16px;*/
  min-height: 100%;
}
.app-bar-wrapper {
  box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  background: #fff;
}
/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1200px) {
  .navdrawer-container,
  .app-bar {
    position: absolute;
  }
  main {
    padding: 0;
  }
  #header .logo {
    line-height: 82px;
  }
  .app-bar {
    position: relative;
  }
  .drop {
    padding: 0 !important;
  }
  .nav-container {
    width: 1080px;
    margin: 0 auto;
  }
  .app-bar-container {
    display: block;
    height: 82px;
    max-width: 1080px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: white;
  }
  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 70px;
    font-size: 46px;
    width: 177px;
  }
  .app-bar-actions {
    float: right;
  }
  .app-bar:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  button.menu {
    display: none;
  }
  h1.logo {
    position: static;
    top: auto;
    left: auto;
  }
  .navdrawer-container {
    width: 100%;
    height: auto;
    margin-top: 130px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: none;
    overflow-y: auto;
  }
  a.search-icon {
    display: block !important;
  }
  .navdrawer-container #search-wrapper {
    display: none;
  }
  .navdrawer-container ul {
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navdrawer-container ul li {
    border: none;
  }
  body {
    /* overflow-y: scroll; */
  }
  .navdrawer-container {
    margin-top: 0;
    background: transparent;
    height: 1px;
    z-index: 1000;
    overflow: visible;
  }
  .navdrawer-container #nav > ul {
    padding-left: 239px;
  }
  .navdrawer-container #nav > ul li.has-drop-down > a {
    background: transparent;
    color: #7e7e7e;
    border-bottom-width: 0;
  }
  .navdrawer-container #nav > ul > li.has-drop-down > a:after {
    content: none;
  }
  .navdrawer-container #nav > ul > li {
    border-bottom-width: 0;
    border-top-width: 0 !important;
    width: auto;
    height: 82px;
    float: left;
  }
  .navdrawer-container #nav > ul > li:hover,
  .navdrawer-container #nav > ul > li.has-drop-down-open,
  .navdrawer-container #nav > ul > li.active {
    background-color: #f0f0f0;
  }
  .navdrawer-container #nav > ul > li > a {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: white;
    text-align: center;
    line-height: 78px;
    height: 78px;
  }
  .navdrawer-container #nav > ul > li:hover > a,
  .navdrawer-container #nav > ul > li.has-drop-down-open > a,
  .navdrawer-container #nav > ul > li.active > a {
    border-top-color: #0064d2;
  }
  .navdrawer-container #nav > ul li.has-drop-down .drop {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .navdrawer-container #nav > ul li.has-drop-down ul li > a,
  .navdrawer-container #nav > ul li.has-drop-down ul li > a:link,
  .navdrawer-container #nav > ul li.has-drop-down ul li > a:visited {
    height: auto;
    line-height: 1;
    font-size: 14px;
    padding: 9px 14px 8px;
  }
  .navdrawer-container #nav > ul li.has-drop-down ul li > a:hover,
  .navdrawer-container #nav > ul li.has-drop-down ul li > a:link:hover,
  .navdrawer-container #nav > ul li.has-drop-down ul li > a:visited:hover {
    color: white;
  }
}
@media all and (min-device-width: 1200px) and (max-width: 800px) {
  .app-bar .logo {
    float: none;
    width: 100%;
    line-height: normal;
    text-align: center;
    padding-top: 36px;
  }
  .app-bar-container {
    height: auto;
  }
  .app-bar-actions {
    width: 100%;
  }
  .navdrawer-container {
    padding: 0 16px;
    overflow-y: auto;
  }
  .navdrawer-container li {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
}
.navdrawer-container ul li.has-drop-down ul {
  overflow: hidden;
  display: none;
  height: 0px;
  background-color: #f0f0f0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.navdrawer-container ul li.has-drop-down.hover ul {
  display: block;
  height: auto;
}
.devin {
  @import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
  /* Edits */
  /* carousel */
  /*
  SI Home Page News
  */
  /* zoom icon  */
  /*
  SI SHARING
  */
}
.devin .header-nav > .container {
  width: 100%;
}
.devin #wrapper {
  overflow: visible;
}
.devin .nav-pills > li > a {
  color: #4e4e4e;
}
.devin .nav-pills > li > a.active {
  color: white;
}
.devin .menu-text {
  font-size: 11px;
}
.devin .nav-pills > li {
  position: relative;
}
.devin .nav-pills > li > a:hover,
.devin .nav-pills > li > a:focus,
.devin .nav-pills > li > a.active:hover,
.devin .nav-pills > li > a.active:focus {
  color: white;
  background-color: #c2e1f5;
}
.devin .nav-pills > li > a.active:hover:before,
.devin .nav-pills > li > a.active:focus:after .nav-pills > li > a:hover:before,
.devin .nav-pills > li > a:focus:after {
  border-left-color: #0064D2;
}
.devin .nav-pills > li > a.active:after,
.devin .nav-pills > li > a.active:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.devin .nav-pills > li > a.active {
  background-color: #c2e1f5;
  color: white;
}
.devin .nav-pills > li > a.active:after {
  border-color: rgba(13, 13, 213, 0);
  border-left-color: #c2e1f5;
  border-width: 8px;
  margin-top: -8px;
}
.devin .nav-pills > li > a.active:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #c2e1f5;
  border-width: 7px;
  margin-top: -7px;
}
.devin .top-links {
  font-size: 11px;
}
.devin .menu > li {
  margin: 0;
  padding: 0;
}
.devin .top-links > li > a {
  padding-left: 50px;
}
.devin #globe-icon {
  background-image: url('../images/si/globe.png');
  background-repeat: no-repeat;
  background-position: left;
}
.devin #globe-icon.active,
.devin #globe-icon:hover {
  background-color: #0f66ce;
  color: white;
  background-image: url('../images/si/globe_active.png');
}
.devin #globe-icon.active:after {
  border-left-color: #0f66ce;
}
.devin #globe-icon:after {
  border-color: rgba(15, 102, 206, 0);
  border-left-color: #0f66ce;
  border-width: 8px;
  margin-top: -8px;
}
.devin #leaf-icon {
  background-image: url('../images/si/plant.png');
  background-repeat: no-repeat;
  background-position: left;
}
.devin #leaf-icon.active,
.devin #leaf-icon:hover {
  background-color: #86b817;
  color: white;
  background-image: url('../images/si/plant_active.png');
}
.devin #leaf-icon.active:after {
  border-left-color: #86b817;
}
.devin #leaf-icon:after {
  border-color: rgba(13, 13, 213, 0);
  border-left-color: #86b817;
}
.devin #phone-icon {
  background-image: url('../images/si/phone.png');
  background-repeat: no-repeat;
  background-position: left;
}
.devin #phone-icon.active,
.devin #phone-icon:hover {
  color: white;
  background-image: url('../images/si/phone_active.png');
  background-color: #f8ae01;
}
.devin #phone-icon.active:after {
  border-left-color: #f8ae01;
}
.devin #phone-icon:after {
  border-color: rgba(248, 174, 1, 0);
  border-left-color: #f8ae01;
  /*	border-width: 8px;
      margin-top: -8px;*/
}
.devin .menu-links {
  font-size: 10px;
}
.devin .menu-links > li.active,
.devin .menu-links > li.active a {
  background-color: #428BCA;
}
.devin .menu-links > li.active,
.devin .menu-links > li.active a:after {
  border-left-color: #428BCA;
}
.devin .top-links > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.devin .menu-links > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.devin .top-links > li,
.devin .menu-links,
.devin .bottom-links > li {
  border-bottom: solid 1px #ededed;
}
.devin .menu-links {
  border-top: solid 1px #ededed;
}
.devin .bottom-links > li a {
  color: #0064d2;
}
.devin .pdfLinks {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.devin .pdfLinks .pdfThumb {
  padding-left: 15px;
  width: 100px;
  height: auto;
}
.devin .nav-stacked li a {
  font-size: 12px;
}
.devin .innovation-tabs {
  margin-top: 50px;
}
.devin .innovation-tabs.nav-tabs.nav-justified > li > a {
  background-color: #e3e3e3;
}
.devin .innovation-tabs.nav-tabs.nav-justified > li > a {
  text-align: left;
  height: 60px;
  width: 97%;
}
.devin .tab-content {
  padding: 20px;
  padding-top: 30px;
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.devin .content .tab-content > p {
  padding-left: 0px;
}
.devin .content .tab-pane,
.devin .content .tab-pane > p,
.devin .content .tab-pane p {
  padding-left: 0px;
}
.devin .innovation-tabs.nav-tabs.nav-justified > .active > a {
  background-color: #FFFFFF;
  color: #555;
}
.devin .innovation-tabs.nav-tabs.nav-justified > .active > a,
.devin .innovation-tabs.nav-tabs.nav-justified > .active > a:hover,
.devin .innovation-tabs.nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: #FFFFFF;
  color: #555;
}
.devin .tab-content {
  background-color: #FFFFFF;
}
.devin #side-menu-1,
.devin #side-menu-2 {
  display: none;
}
.devin #sidebar {
  margin-top: 40px;
}
.devin #sidebar .media-body {
  line-height: 20px;
  padding-top: 13px;
}
.devin #sidebar .media-body a,
.devin #sidebar .media-body a:hover,
.devin #sidebar .media-body a:focus,
.devin #sidebar .media-body a:active {
  text-decoration: none;
}
.devin #sidebar .media-body a i {
  font-size: 30px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .devin #content {
    padding-left: 30px;
  }
  .devin #side-menu-1,
  .devin #side-menu-2 {
    display: block;
  }
  .devin #sidebar {
    margin-top: 0;
    max-width: 256px;
    line-height: 1;
  }
  .devin .fixed-image-tabs {
    position: relative;
    top: 0px;
    left: -20px;
  }
  .devin .fixed-image-tabs img.thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .devin .fixed-image {
    position: absolute;
    top: -60px;
  }
}
@media (max-width: 1200px) {
  .devin .logoCarousel .item img {
    width: 33.333%;
  }
}
@media (767px) {
  .devin {
    /* carousel */
  }
}
.devin .nav-tabs > li > a {
  color: #7d7c7e;
}
.devin .tab-content .col-lg-9,
.devin .tab-content .col-md-9 {
  padding: 0;
  padding-right: 30px;
}
.devin .title-blue {
  color: #0064d2;
}
.devin .title-green {
  color: #86b817;
}
.devin .title-orange {
  color: #FFA500;
}
.devin .title-font {
  font-family: 'Gloria Hallelujah', cursive;
}
.devin h3 {
  font-family: 'Gloria Hallelujah', cursive;
}
.devin h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.devin .logo {
  width: 180px;
}
.devin #wrapper {
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: auto;
}
.devin #sidebar {
  background-color: #FFFFFF;
  padding: 0px;
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.devin #content {
  max-width: 790px;
}
.devin .content p {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 30px;
  color: #7d7c7e;
  margin: 0 0 10px !important;
}
.devin .content h1,
.devin .content h2,
.devin .content h3 {
  padding-left: 30px;
}
.devin .content p.firstP {
  margin-top: 15px;
}
.devin .content-banner {
  margin-bottom: 20px;
}
.devin .container-inner {
  background: #FFFFFF;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.devin .shadow {
  box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.devin .container-inner-carousel {
  background: #FFFFFF;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 648px;
  margin-left: 45px;
}
.devin .awardsCarousel {
  padding: 0;
  max-width: 618px;
}
.devin .logoCarousel {
  max-width: 546px;
  margin-left: 98px;
  padding: 0;
}
.devin .carousel-control.left,
.devin .carousel-control.right {
  background: none;
  filter: none;
  color: #dbdbdb;
  max-width: 45px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .devin .carousel-control.left,
  .devin .carousel-control.right {
    display: none;
  }
}
.devin .carousel-control.left .glyphicon,
.devin .carousel-control.right .glyphicon {
  margin-top: -16px;
}
.devin .carousel-control.left {
  left: -75px;
}
.devin .carousel-control.right {
  right: -45px;
}
.devin .carousel-control {
  text-shadow: none;
}
.devin .container-inner-home {
  margin-top: 0;
}
.devin .container-inner-home .carousel-inner > .item > img,
.devin .carousel-inner > .item > a > img {
  max-width: 100%;
  width: auto;
}
.devin .habitat {
  float: left;
}
.devin .habitat .col-lg-5,
.devin .habitat col-md-5,
.devin .habitat .col-lg-7,
.devin .habitat col-md-7 {
  padding: 0;
}
.devin .container-inner-carousel.habitat h3,
.devin .container-inner-carousel.habitat p {
  padding-left: 0;
  padding-right: 30px;
}
.devin .container-inner-indent {
  background: #FFFFFF;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.devin .container-inner p,
.devin .container-inner h1,
.devin .container-inner h2,
.devin .container-inner h3,
.devin .container-inner-carousel h3,
.devin .container-inner-carousel p {
  padding-left: 15px;
  padding-right: 15px;
}
.devin .container-inner h3,
.devin .container-inner-carousel h3 {
  margin-top: 0;
}
.devin .container-inner-carousel h3.videoBelow {
  margin-bottom: 0;
}
.devin .container-blue {
  background-color: #0f66ce;
  color: white !important;
  height: 160px;
  margin-top: 40px;
}
.devin .container-blue a {
  color: #ffffff;
}
.devin .container-blue h3 {
  line-height: 1.3;
  color: white;
  margin-bottom: 7px;
}
.devin .container-blue img {
  width: 280px;
}
.devin .container-inner-carousel .carousel {
  position: static;
}
.devin .container-inner-carousel {
  position: relative;
}
.devin .hr-break {
  margin-top: 5px;
  margin-bottom: 5px;
}
.devin .divider {
  background-color: #F5F5F5;
  padding-top: 5px;
  padding-bottom: 25px;
}
.devin .footer {
  background-color: #FFFFFF;
  padding-top: 50px;
}
.devin .footer-links {
  list-style: none;
  padding-left: 0;
}
.devin .fa-download:before {
  /*content: url(".../images/si/download.png");*/
}
.devin .nav-pills > li > a {
  border-radius: 0px;
}
.devin #main p {
  font-size: 13px;
}
.devin h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 23px;
  margin-top: 30px;
}
.devin h5 {
  padding-left: 30px;
  margin-top: 25px;
  padding-bottom: 10px;
}
.devin * {
  box-sizing: border-box !important;
}
.devin .padd-inner {
  padding: 11px;
  padding-top: 0;
}
.devin #sidebar {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.devin .content_inner {
  padding-left: 30px;
}
.devin .content_inner p,
.devin .content_inner h3 {
  padding-left: 0;
}
.devin ul.lnkLst {
  padding-left: 30px;
}
.devin ul.lnkLst li {
  font-size: 13px;
  padding-bottom: 10px;
  line-height: 17px;
  color: #8f8f8f;
}
.devin .footnote {
  padding-top: 60px;
}
.devin .footnote p {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.devin .logoCarousel .item img {
  /*    width:33.333%; */
  height: auto;
  float: left;
}
.devin .carouselShadow {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.devin .carousel-indicators {
  bottom: -50px;
}
.devin .carousel-indicators li {
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
.devin .carousel-indicators .active {
  background-color: #0064d2;
  color: #0064d2;
}
.devin #block-views-home-latest-news-block-1 {
  margin-top: 20px;
  margin-left: 30px;
}
.devin #block-views-home-latest-news-block-1 h2 {
  color: #0064d2;
  font-size: 26px;
}
.devin .view-home-latest-news.siHomeNews .views-field-title a,
.devin .siHomeNews .views-field-title a {
  color: #0064d2;
  font: 15px/17px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.devin .view-home-latest-news .view-footer {
  padding: 0;
  padding-top: 10px;
  text-align: left;
}
.devin .view-home-latest-news .view-footer .more {
  background: url("../images/arrow2.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}
.devin .zoomIcon,
.devin .zoomIconTab {
  position: relative;
}
.devin .zoomIcon a {
  float: none;
  position: absolute;
  z-index: 50;
  right: -32px;
  top: -30px;
}
.devin .zoomIcon a img {
  width: 35px;
  height: 34px;
}
.devin img.zoomIconTab {
  width: 35px;
  height: 34px;
  position: absolute;
  left: 220px;
  top: -7px;
  z-index: 10;
}
.devin .siShare {
  position: relative;
}
.devin .siShare ul {
  margin: 0;
  display: block!important;
}
.devin .siShare li {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.devin .siShareBoxRight ul {
  float: none;
  bottom: -15px;
  position: absolute;
  right: -15px;
}
.devin .siShareInline ul {
  float: left;
  position: relative;
}
.devin .siShare .st_sharethis_custom {
  background: url("../images/si/iconShareThis.png") no-repeat scroll left top transparent;
  padding: 0px 16px 0 0;
}
.devin .siShare .siDownload {
  background: url("../images/si/download16.png") no-repeat scroll left top transparent;
  padding: 0px 16px 0 0;
}
.devin .view-home-latest-news .views-field-title {
  height: 75px;
}
.text-center .img-responsive {
  margin: 0 auto;
}
.siShare > ul > li {
  cursor: pointer;
}
.modal-backdrop {
  opacity: 0.82 !important;
}
.modal-dialog {
  left: 0;
  /* fixed for off centered video - thought not sure why this became necessary*/
}
.modal-dialog .modal-content {
  border-radius: 0px;
}
.modal-dialog .modal-body img {
  width: 100%;
}
.modal-dialog .modal-header {
  padding: 0px;
  height: 1px;
  border-bottom: 0;
  padding-bottom: 10px;
}
.modal-dialog .modal-header button.close {
  text-indent: -5000px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMTk0RTgzNEYxOEUxMUUzODQ3NTlDNkQ0MzM3MDY2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMTk0RTgzNUYxOEUxMUUzODQ3NTlDNkQ0MzM3MDY2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkExOTRFODMyRjE4RTExRTM4NDc1OUM2RDQzMzcwNjZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkExOTRFODMzRjE4RTExRTM4NDc1OUM2RDQzMzcwNjZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wwkEwgAABS5JREFUeNrEmE1sG0UUgGdnd23HP3Fiu8TQNClFxZUSmqZq1SKkoKSHqlCEuCH1ggQS4oIEiFCEQJE4oEaISqgCIVWCAyo3LuXngJpSFQ4FVFBd1CTlJ02LiCmxY7v+W+8P87ZvzNiO7XXruk96SmZndt/nN29m3hspGo2SJiLhX4qqCKoylQXlYghaZqoLaqKCWI2MKi2AJDQIAC5UN1OP0FZwjISGDATQUItMS0K7zOFWDpyyol/vqze8jqe4d2Q06EIIL1MfqtdSvP78pie26YHhIVMNhohEZWKZBi2nk0r2ynLPta8WaDmbZWPzTHOoeYTUENxYz2u1UCKQCNMLasnu/uy256dK4V1ThndghEiKu6GfLb0k5xO/uld/mgvMfzQnGaUUe5pBFeHqwEQoSZhSAOpBmCDTUGb05ceL0UcPmar/HtKm0PKN656VM5/2XnzvS9ZMMk0jXEHwWgVM9vv9IpSMMQNT1Mc0ovWPxpJ7j76thXc+ackuH7kFgffKwQcfLgzuH1fTi4ty8Z8SdpmCVjzFoSRhyrwcqDB4YHd67PVZ090/TDogluofYN6elLW1y2rmtzWE0QWoiqckXO4qThlMVyS/6eCe7MiL71iyp5d0Uqjao23YPUG1tQU1s7gqrFajFkrGoAa3hWDK0mOHj7DA7ixQJVBklxbesceVvHCOTWVW2M8AzKSClzwY2KH09sPTltzTT+6gwPeZndfAHtr1IAflUDyWetOjrxw0vPduJ10QZuchsIdQXuSgVNgCfGxDDJWiE4dIFwXsgV1c8fYJwaHsbSAbe26K7UMbWn1ox5CHpI7FyMfP3rduPzyHfhjXSsAe2EUotwhl79xsp550AnR6epj0eWXyzCN9dWDQhufQD+OcgMEJgdPn4VD2YWuqgYB9dLQQDsRFBONAXDhY69gaGAH7OH0q5ZtmYfCxWNOzDOWlzxJ1zwDkz9mtVUDNxtdvEQqzvz+GUDKHUvTA5iEngfnJ92tkfOYPspY3qp5vjqhVbeiHcTDeieiBLUM8DeJQsqn2hpyumF+Wi2Ry9kodmAgE/TDOqdjpD7LQymEsUaWdpbz0b9nWdvsaHz+ywjMVWkkZLFN3+j5fgY1WFu+vndLmrjJ0fvZRnk/TcibZCSBx3M8zWxxtCTdzrnSywsJPaSW7tOzk5aNPD1RtCTzG7p++XBdDMA7GOxFIofmhzKE0yKlZCqu1evmpY9eqjPOghxiqDW74H8a3Pp31m/YxPaaYNmiQ5ENO3ep9cWXBchdXIe/7dj7XcoWKAnaxyLCrHQVdBj8vD0l+3rdx3AkY7EHNoNsRsCsUEzpFKMiZc4GF43OQ5HczSwB7YBdLsJIIBW7LSXo+yaqOE92EcifOngC7CKVxKBMb4L4MK4NOyvm/490AAjvB+LsnhVpQ4+mwicFexM5UMD57RDIKqTsJBN8HO2AP7RZ5Sc8Lh+pfUEiUqJb5XYvsmmBJvtpxILOcC1z64C1P4uwFLE6zCGVXNGIxSoTay2LlT4qVQZe00NheKIs66SEG9Kb36hc/suaqUCnzi48qKEtQu2plYElXKn5OC49vhULytmOosBLvOz/zhifxXRyB0kIsGY3KdiJA2ccPq8tu+JY+P2N6Iindt/EBQtsv3SU9d9371zfHQz+8+j773lWcskwN0O3curywrxTeOclS2FHIGJsdHWynvuhePX86MP/hqVu9dWnrfgpyakihIWNlCWL4//upzCoc7p28n6qFEyvou3qTd9fvPP8TYADL55w12KUJuwAAAABJRU5ErkJggg==);
  height: 37px;
  width: 37px;
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 1;
}
.modal-dialog .modal-header h4 {
  font-size: 19px;
  margin: 0;
  margin-bottom: 9px;
}
.modal-dialog .modal-header h5 {
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
}
.modal-dialog .modal-header h5 span.end {
  color: #e43138;
}
.modal-dialog .modal-header h5 span.start {
  color: #85b816;
}
.modal-dialog .modal-body {
  padding: 12px 30px;
  font-size: 12px;
  line-height: 16px;
}
.modal-dialog .modal-footer {
  padding: 12px 30px 42px;
  border-top: none;
  text-align: left;
  margin-top: 0;
}
.modal-dialog .modal-footer a,
.modal-dialog .modal-footer a:visited,
.modal-dialog .modal-footer a:link,
.modal-dialog .modal-footer a:hover,
.modal-dialog .modal-footer a:focus,
.modal-dialog .modal-footer a:active {
  font-size: 12px;
  color: #0063d2;
  text-decoration: none;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 80%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.devin {
  /*
   * This establishes the .devin theme. I am making it out of components
   * to maximize reusability. These components are called segments
   */
}
.devin .segment {
  margin-top: 50px;
  box-sizing: border-box;
  /**
     * There are a few different types of segments. Here is where they override defaults
     */
  /* video segment */
}
.devin .segment .ps-container .ps-scrollbar-y-rail {
  opacity: 1;
}
.devin .segment .siShare {
  text-align: right;
}
.devin .segment .siShare ul {
  display: inline !important;
  float: none;
}
.devin .segment .siShare ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  border: none;
  float: none;
}
.devin .segment .siShare ul li span {
  padding: 1px 16px 1px 0;
}
.devin .segment:first-child {
  margin-top: 0;
}
.devin .segment:after {
  clear: both;
  display: block;
  content: " ";
  height: 1px;
  margin: 0;
  padding: 0;
  position: relative;
}
.devin .segment h3 {
  font-size: 25px;
  color: black;
  margin-bottom: 30px;
  padding-left: 0;
}
.devin .segment p {
  font-size: 13px;
  color: #706f6f;
  padding-left: 0px !important;
}
.devin .segment h4 {
  color: black;
  font-size: 22px;
  margin-bottom: 20px;
}
.devin .segment h6 {
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 12px;
}
.devin .segment figure img {
  vertical-align: text-top;
}
.devin .segment.thumbnails-segment .row figure {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}
.devin .segment.thumbnails-segment .row figure img {
  width: 100%;
  height: auto;
}
.devin .segment.video-segment .showcase {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}
.devin .segment.video-segment .showcase .video-thumbnail {
  padding: 13px;
  border-radius: 0px;
  border: 0;
  background-color: transparent;
}
.devin .segment.video-segment .showcase .video-thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 970px) {
  .devin .segment.video-segment .showcase .col-md-5.col-lg-5.col-lg-push-7.col-md-push-7 {
    padding-left: 0;
  }
  .devin .segment.video-segment .showcase .video-thumbnail {
    padding-right: 1px !important;
  }
}
.devin .segment.video-segment .showcase .tab-pane {
  display: none;
}
.devin .segment.video-segment .showcase .tab-pane.active {
  display: block;
}
.devin .segment.video-segment .showcase .nav-pills {
  padding: 0;
  border: 0;
  margin: 0;
}
.devin .segment.video-segment .showcase .nav-pills > li + li {
  margin-left: 0;
}
.devin .segment.video-segment .showcase .nav-pills > li {
  float: none;
}
.devin .segment.video-segment .showcase .nav-pills.scroll {
  position: relative;
  height: 281px;
  overflow: hidden;
  margin-right: -12px;
  padding-right: 12px;
}
.devin .segment.video-segment .showcase .nav-pills.scroll .ps-scrollbar-y-rail {
  width: 8px;
  right: 0;
}
.devin .segment.video-segment .showcase .nav-pills.scroll .ps-scrollbar-y-rail .ps-scrollbar-y {
  content: " ";
  position: absolute;
  right: 0px;
  width: 6px;
  height: 60px;
  cursor: pointer;
  background-color: #d2d2d2;
  border-radius: 3px;
}
.devin .segment.video-segment .showcase .nav-pills li {
  border-top: 1px solid #d2d2d2;
}
.devin .segment.video-segment .showcase .nav-pills li a {
  padding: 15px;
  border: 0px;
  display: block;
  background-color: transparent !important;
}
.devin .segment.video-segment .showcase .nav-pills li a,
.devin .segment.video-segment .showcase .nav-pills li a:hover,
.devin .segment.video-segment .showcase .nav-pills li a:focus,
.devin .segment.video-segment .showcase .nav-pills li a:active {
  text-decoration: none;
}
.devin .segment.video-segment .showcase .nav-pills li h5 {
  color: #0064d2;
  margin: 0;
  padding: 0 !important;
}
.devin .segment.video-segment .showcase .nav-pills li:first-child {
  border-top: none;
}
.devin .segment.video-segment .showcase .nav-pills li:hover,
.devin .segment.video-segment .showcase .nav-pills li.active {
  background-color: #e3e3e3;
}
.devin .segment.list-segment .archive {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.devin .segment.list-segment .archive ul.scroll {
  height: 528px;
  overflow: hidden;
  position: relative;
}
.devin .segment.list-segment .archive ul.scroll .ps-scrollbar-y-rail {
  width: 8px;
  right: 0;
}
.devin .segment.list-segment .archive ul.scroll .ps-scrollbar-y-rail .ps-scrollbar-y {
  content: " ";
  position: absolute;
  right: 0px;
  width: 6px;
  height: 60px;
  cursor: pointer;
  background-color: #d2d2d2;
  border-radius: 3px;
}
.devin .segment.list-segment .archive > ul,
.devin .segment.list-segment .archive > .row > ul {
  padding: 0;
  margin: 0;
}
.devin .segment.list-segment .archive > ul > li,
.devin .segment.list-segment .archive > .row > ul > li {
  display: block;
  padding: 16px;
  border-top: 1px solid #d2d2d2;
  margin-left: 15px;
  margin-right: 15px;
  /** compensate for gutters */
}
.devin .segment.list-segment .archive > ul > li:first-child,
.devin .segment.list-segment .archive > .row > ul > li:first-child {
  border-top: 0px;
}
.devin .segment.list-segment .archive > ul > li:after,
.devin .segment.list-segment .archive > .row > ul > li:after {
  min-height: 1px;
  content: " ";
  clear: both;
  display: block;
}
.devin .segment.list-segment .archive > ul > li img,
.devin .segment.list-segment .archive > .row > ul > li img {
  width: 100%;
  height: auto;
}
.devin .segment.list-segment .archive > ul > li .background-thumbnail,
.devin .segment.list-segment .archive > .row > ul > li .background-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 53px;
  width: 100%;
}
.devin .segment.list-segment .archive > ul > li h5,
.devin .segment.list-segment .archive > .row > ul > li h5 {
  color: #0064d2;
  margin: 0;
  padding: 0 !important;
}
.devin .segment.list-segment .archive > ul > li h3,
.devin .segment.list-segment .archive > .row > ul > li h3,
.devin .segment.list-segment .archive > ul > li h4,
.devin .segment.list-segment .archive > .row > ul > li h4,
.devin .segment.list-segment .archive > ul > li h5,
.devin .segment.list-segment .archive > .row > ul > li h5,
.devin .segment.list-segment .archive > ul > li h6,
.devin .segment.list-segment .archive > .row > ul > li h6 {
  padding-left: 0 !important;
  margin-top: 0;
}
.devin .segment.list-segment .archive > ul > li .col-xs-8,
.devin .segment.list-segment .archive > .row > ul > li .col-xs-8 {
  padding-right: 0;
}
/* Fix issue of spacing on desktop and tablet - md breakpoint - on in the news videos by assigning them heights */
.slide-content .btn-more {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .node-type-home-page .ER-slideshow {
    height: 372px;
  }
  .node-type-home-page .ER-slideshow img {
    /*height: auto;*/
  }
}
.flex-control-paging li a {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #e5e5e5;
}
.node-type-home-page .ER-slideshow {
  margin-top: 40px;
  padding: 0;
}
.node-type-home-page .ER-slideshow ol.flex-control-nav {
  bottom: 0;
  text-align: left;
  padding-left: 20px;
}
.node-type-home-page .ER-slideshow .slide-content {
  padding: 70px 50px 0 25px;
}
.flexslider {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}
.flexslider .slide-inner .row > div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.node-type-home-page .ER-slideshow .row {
  margin: 0;
}
.node-type-home-page .ER-slideshow .row > div {
  padding: 0;
}
.node-type-home-page .ER-slideshow .row > div img {
  float: right;
}
.breadcrumbs li {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs li span,
.breadcrumbs li a span {
  padding-top: 0;
  padding-bottom: 0;
}
h1.logo a {
  line-height: auto;
}
#block-ebay-blocks-home-slideshow .slide-content {
  padding-top: 25px;
}
@media (min-width: 970px) {
  #block-ebay-blocks-home-slideshow .slide-content {
    padding-top: 55px;
  }
}
.flex-direction-nav {
  display: none;
}
#node-1841 .flexslider,
.node-type-enabling-commerce .flexslider {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}
#node-1841 .flexslider .slide img,
.node-type-enabling-commerce .flexslider .slide img {
  margin: 0 auto !important;
  max-width: 100%;
  height: auto !important;
  text-align: center;
}
#node-1841 .flexslider .flex-control-nav,
.node-type-enabling-commerce .flexslider .flex-control-nav {
  display: none;
}
#node-1841 .flexslider .flex-direction-nav,
.node-type-enabling-commerce .flexslider .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  #node-1841 .flexslider .flex-direction-nav,
  .node-type-enabling-commerce .flexslider .flex-direction-nav {
    display: block;
  }
}
#node-1841 .flexslider .flex-direction-nav li,
.node-type-enabling-commerce .flexslider .flex-direction-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 1px;
}
#node-1841 .flexslider .flex-direction-nav li a,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
  position: absolute !important;
  margin-top: 0px;
  height: 502px;
  width: 80px;
  overflow: hidden;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #ececec 50%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(50%, #ececec), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #ececec 50%, #f0f0f0 100%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #ececec 50%, #f0f0f0 100%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #ececec 50%, #f0f0f0 100%);
  background: linear-gradient(to right, #e8e8e8 0%, #ececec 50%, #f0f0f0 100%);
  top: 0 !important;
  font-size: 1px;
  color: #e8e8e8;
  text-indent: -5000px;
}
#node-1841 .flexslider .flex-direction-nav li a:before,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a:before {
  content: " ";
  background-image: url(../images/sprite1.png);
  background-repeat: no-repeat;
  display: block;
  top: 50%;
  margin-top: -27px;
  margin-left: -16px;
  left: 50%;
  position: absolute;
  width: 32px;
  height: 55px;
}
#node-1841 .flexslider .flex-direction-nav li a.flex-prev,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a.flex-prev {
  left: 0 !important;
}
#node-1841 .flexslider .flex-direction-nav li a.flex-prev:before,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a.flex-prev:before {
  background-position: -215px -169px;
}
#node-1841 .flexslider .flex-direction-nav li a.flex-next,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a.flex-next {
  right: 0 !important;
}
#node-1841 .flexslider .flex-direction-nav li a.flex-next:before,
.node-type-enabling-commerce .flexslider .flex-direction-nav li a.flex-next:before {
  background-position: -172px -170px;
}
.story-social.hidden-xs {
  display: none !important;
}
@media (min-width: 768px) {
  .story-social.hidden-xs {
    display: block !important;
  }
}
@media (max-width: 1169px) {
  .field-name-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  /* s6 defined media breakpoint */
  .node-type-home-page .ER-slideshow .new-slide-img {
    width: 100%;
    height: 100%;
  }
}
.node-type-home-page .ER-slideshow .row > div img {
  width: 100%;
}
.view .view-media-center .col-md-9,
.view .view-media-center .col-md-3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.node-type-page-who-we-are-one-company .flexslider {
  height: 490px;
}
.node-type-page-who-we-are-one-company .flexslider .slide img {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .node-type-page-who-we-are-one-company .flexslider .slide {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .node-type-page-who-we-are-one-company .flexslider .slide {
    width: 1200px !important;
  }
}
.node-type-page-who-we-are-one-company .flex-control-nav {
  bottom: 10px;
}
.page-node-4002 h1.logo {
  margin-bottom: 0 !important;
}
@media (min-width: 970px) {
  .node-type-home-page .view-home-latest-news {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.node-type-home-page .view-home-latest-news:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 970px) {
  .node-type-home-page .view-home-latest-news {
    margin: 0;
    border: 0;
    padding: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
  .node-type-home-page .view-home-latest-news .views-row {
    /** like a column */
    box-sizing: border-box;
    width: 33.3333333333333333%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }
}
#footer .col-md-2 ul.list-unstyled li a,
#footer .col-md-3 ul.list-unstyled li a {
  text-transform: none;
}
.page-in-the-news-stories ul.list-inline.isotopeFilter {
  text-align: center;
}
.page-in-the-news-stories .na-top-btns {
  display: none !important;
}
@media (min-width: 768px) {
  .page-in-the-news-stories .view-content .press-release-grid {
    height: 330px;
  }
}
.page-in-the-news-stories .view-content .press-release-grid .body {
  margin-top: 10px;
}
.node-type-press-release .story-article-header h1 {
  margin-bottom: 5px !important;
}
.node-type-press-release .columnizer-enabled .column img {
  margin-right: 20px !important;
}
/**
 * Block photo
 * for mobile
 */
.node-type-leadership-page #executive-info .block-photo {
  width: 100%;
  float: none;
  text-align: center;
  margin: 15px 0 0;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .node-type-leadership-page #executive-info .block-photo {
    width: 335px;
    float: left;
    text-align: left;
    margin: 5px 33px 0 0;
    padding-top: 0;
  }
}
.node-type-leadership-page #executive-info .block-photo .slideset {
  height: auto;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .node-type-leadership-page #executive-info .block-photo .slideset {
    margin-bottom: 20px;
    height: 495px;
  }
}
.node-type-leadership-page #executive-info .block-photo .slideset .slide {
  position: static;
  /** absolute **/
}
@media (min-width: 768px) {
  .node-type-leadership-page #executive-info .block-photo .slideset .slide {
    position: absolute;
  }
}
.node-type-leadership-page #executive-info .block-photo .slideset .slide img {
  display: inline;
  width: auto !important;
  margin: 0 auto;
  height: auto !important;
  max-width: 70% !important;
}
@media (min-width: 768px) {
  .node-type-leadership-page #executive-info .block-photo .slideset .slide img {
    max-width: 100% !important;
  }
}
.node-type-leadership-page #executive-info .post-content {
  margin-top: -37px;
  float: none;
  width: 100%;
}
.node-type-leadership-page #executive-info .post-content h1 {
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .node-type-leadership-page #executive-info .post-content {
    margin-top: 0;
    width: auto;
  }
  .node-type-leadership-page #executive-info .post-content h1 {
    position: static;
    top: auto;
  }
}
.view-home-latest-news .views-field-title,
.view-home-latest-news .views-field-title span {
  display: block;
  height: 53px;
}
.view-home-latest-news .views-field-title a {
  line-height: 25px;
}
.carousel-indicators {
  z-index: 2;
}
#footer .col-md-2 strong.menuTitle,
#footer .col-md-3 strong.menuTitle {
  margin-bottom: 15px;
}
#footer {
  padding-top: 35px;
}
.fixed-image-tabs {
  margin-top: 23px;
}
.devin .content p {
  padding-left: 0;
}
body {
  height: auto !important;
  min-height: 100% !important;
}
#main h2 {
  padding-left: 0;
}
.devin #block-views-home-latest-news-block-1,
.devin .container-inner-carousel {
  margin-left: 0px;
}
.devin #block-views-home-latest-news-block-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 970px) {
  .devin #block-views-home-latest-news-block-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .devin .content p {
    padding-left: 30px;
  }
  #footer .col-md-2 strong.menuTitle,
  #footer .col-md-3 strong.menuTitle {
    margin-bottom: 35px;
  }
  #footer {
    padding-top: 65px;
  }
  .fixed-image-tabs {
    margin-top: 0;
  }
  .devin .container-inner-carousel {
    margin-left: 45px;
  }
  #main h2 {
    padding-left: 30px;
  }
  .devin #block-views-home-latest-news-block-1 {
    margin-left: 20px;
  }
}
img.scriptonly {
  display: none;
}
@media (min-width: 970px) {
  .devin .nav-tabs.nav-justified > li {
    overflow: hidden;
    font-size: 12px;
  }
}
@media (min-width: 1170px) {
  .devin .nav-tabs.nav-justified > li {
    font-size: 15px;
  }
}
.devin #viz .static-map {
  min-height: 400px;
  background-image: url(../images/si/pitch/Ebay_small_400.jpg);
}
@media (min-width: 768px) {
  .devin #viz .static-map {
    background-image: url(../images/si/pitch/Ebay_tablet_768.jpg);
    height: 527px;
  }
}
@media (min-width: 970px) {
  .devin #viz .static-map {
    background-image: url(../images/si/pitch/Ebay_HERO_700.jpg);
    height: 527px;
  }
}
@media (max-width: 767px) {
  .devin .container-blue {
    height: auto;
  }
  .devin .container-blue .fixed-image-tabs .fixed-image {
    display: block;
    position: static;
    float: none;
    margin-left: -4px;
  }
  .devin .container-blue .col-lg-7 h3 {
    margin-top: 0 !important;
    margin-left: 0;
    padding-left: 0;
  }
  .devin .container-blue .col-lg-7 p {
    margin-left: 15px;
    padding-bottom: 10px;
  }
}
.devin .container-blue .fixed-image-tabs {
  left: 0px;
}
@media (min-width: 970px) {
  .devin .container-blue .col-lg-7 {
    margin-left: -20px;
  }
}
#footer .sociable {
  float: none;
}
#viz .overlays {
  z-index: 4 !important;
}
/** search **/
#search-results .pager {
  text-align: left;
}
#search-results .pager .pager-next a,
#search-results .pager .pager-previous a,
#search-results .pager .pager-next a:hover,
#search-results .pager .pager-previous a:hover,
#search-results .pager .pager-next a:active,
#search-results .pager .pager-previous a:active {
  background-color: transparent;
  border: 0px;
}
#search-results ol.media-list li.media figure {
  width: 91px;
  background-color: white;
  margin-right: 20px;
  border-radius: 0px;
  border: 3px solid white;
}
#search-results ol.media-list li.media figure .thumbnail {
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  border: 0;
}
#search-results ol.media-list li.media a,
#search-results ol.media-list li.media a:link,
#search-results ol.media-list li.media a:visited,
#search-results ol.media-list li.media a:hover,
#search-results ol.media-list li.media a:focus,
#search-results ol.media-list li.media a:active {
  text-decoration: none;
}
#search-results ol.media-list li.media a .media-body,
#search-results ol.media-list li.media a:link .media-body,
#search-results ol.media-list li.media a:visited .media-body,
#search-results ol.media-list li.media a:hover .media-body,
#search-results ol.media-list li.media a:focus .media-body,
#search-results ol.media-list li.media a:active .media-body {
  line-height: 24px;
}
#search-results ol.media-list li.media a .media-body h3,
#search-results ol.media-list li.media a:link .media-body h3,
#search-results ol.media-list li.media a:visited .media-body h3,
#search-results ol.media-list li.media a:hover .media-body h3,
#search-results ol.media-list li.media a:focus .media-body h3,
#search-results ol.media-list li.media a:active .media-body h3 {
  font-size: 20px;
  color: #0064d2;
}
#search-results ol.media-list li.media a .media-body small,
#search-results ol.media-list li.media a:link .media-body small,
#search-results ol.media-list li.media a:visited .media-body small,
#search-results ol.media-list li.media a:hover .media-body small,
#search-results ol.media-list li.media a:focus .media-body small,
#search-results ol.media-list li.media a:active .media-body small,
#search-results ol.media-list li.media a .media-body small.date,
#search-results ol.media-list li.media a:link .media-body small.date,
#search-results ol.media-list li.media a:visited .media-body small.date,
#search-results ol.media-list li.media a:hover .media-body small.date,
#search-results ol.media-list li.media a:focus .media-body small.date,
#search-results ol.media-list li.media a:active .media-body small.date {
  font-size: 14px;
  color: #666767;
}
#search-results ol.media-list li.media a .media-body p,
#search-results ol.media-list li.media a:link .media-body p,
#search-results ol.media-list li.media a:visited .media-body p,
#search-results ol.media-list li.media a:hover .media-body p,
#search-results ol.media-list li.media a:focus .media-body p,
#search-results ol.media-list li.media a:active .media-body p {
  color: #666767;
  font-size: 14px;
}
#search-results .search-sort button {
  box-shadow: none;
  background: transparent;
  border: none !important;
}
#search-results .search-sort button .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#search-results .search-sort ul.dropdown-menu {
  border-radius: 0px;
  min-width: 112px;
}
#search-results .search-sort ul.dropdown-menu > li {
  color: white;
  padding-left: 8px;
}
#search-results .search-sort ul.dropdown-menu > li.active {
  color: #0064d2;
}
#search-results .search-sort ul.dropdown-menu > li > a {
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
}
#search-results .search-sort ul.dropdown-menu > li > a,
#search-results .search-sort ul.dropdown-menu > li a:hover,
#search-results .search-sort ul.dropdown-menu > li a:focus,
#search-results .search-sort ul.dropdown-menu > li a:active {
  background: transparent;
}
#search-results .search-sort ul.dropdown-menu > li a {
  color: black;
}
.search-form.gss input.form-control {
  width: 437px;
  border-radius: 0px;
  display: inline;
  display: inline-block;
  height: 26px;
  background: url(http://www.ebayinc.com/sites/all/themes/ebayinc/images/search-input-icon.jpg) 12px 12px no-repeat #ffffff;
}
.search-form.gss input.form-control:active,
.search-form.gss input.form-control:focus,
.search-form.gss input.form-control.dirty {
  background: none;
}
.search-form.gss input.form-submit {
  height: 40px;
  line-height: 40px;
}
#main h2 {
  padding-left: 0px;
}
@media (min-width: 970px) {
  .view-media-center .views-field-title,
  .view-media-center .views-field-colorbox-1 {
    margin-top: 5px;
  }
  .view-media-center .views-field-title span,
  .view-media-center .views-field-colorbox-1 span {
    font-size: 14px !important;
  }
  .view-media-center .views-row {
    height: 260px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .view-media-center .views-row .views-field-field-download-link {
    width: 50px;
    height: 50px;
    z-index: 10;
  }
  .view-media-center .views-row a {
    display: block;
    width: 100%;
    position: relative;
  }
  .block-title {
    margin-top: 30px;
  }
  .view-media-center .block-title:nth-of-type(1) {
    margin-top: 0px;
  }
  .view-display-id-block_2 .view-header {
    position: absolute;
    right: 0;
    margin-top: -40px;
    padding-right: 15px;
  }
  .view-display-id-block_8 .views-field-field-download-link,
  .view-display-id-block_3 .views-field-field-download-link {
    display: none;
  }
  .view-display-id-block_8 .views-field-field-leadership-description .field-content,
  .view-display-id-block_3 .views-field-field-leadership-description .field-content {
    line-height: 13px;
    font-size: 12px;
  }
}
/* fact sheets */
.ui-datepicker-calendar {
  color: black;
}
.ui-datepicker-title {
  color: black !important;
}
.ui-datepicker {
  margin-left: -21px;
  margin-top: 20px;
  padding: 0px;
  border: 0px !important;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.ui-datepicker:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 20px;
  margin-top: -10px;
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  background-color: #0064d2;
  display: block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.ui-datepicker .ui-datepicker-header {
  padding: 5px 0;
  background: none !important;
  background-color: #0064d2 !important;
  border: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  cursor: pointer;
  background-image: none;
  color: white;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  color: #0064d2 !important;
  top: 30%;
}
.ui-datepicker .ui-datepicker-header .ui-icon:before {
  color: white !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  content: "\e080";
}
.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-header a,
.ui-datepicker .ui-datepicker-header span {
  font-size: 12px;
  color: white !important;
  text-decoration: none;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #e4e4e4;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ui-datepicker .ui-datepicker-calendar thead tr th,
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-size: 11px;
  color: black;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-today,
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-today a {
  background: none;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  border: 0px;
  color: black;
  text-align: center;
  font-size: 11px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
  color: #aeaeae;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td:hover a,
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background: none;
  background-color: transparent;
  color: #0064d2;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-exposed-widget {
  padding-top: 0px;
}
.page-in-the-news-factsheets #main .views-exposed-form {
  width: 500px;
  margin-right: -25px;
  padding-right: 25px;
  position: absolute;
  right: 0;
}
.page-in-the-news-factsheets #main .views-exposed-form label {
  font-size: 11px;
  line-height: 23px;
  height: 23px;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-widget {
  display: inline-block;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-widget input {
  width: 87px;
  font-size: 11px;
  height: 23px;
  text-align: center;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-widget-filter-created,
.page-in-the-news-factsheets #main .views-exposed-form .views-widget-filter-created_1 {
  float: right;
  padding-right: 22px;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/cal-icon.png);
}
.page-in-the-news-factsheets #main .views-exposed-form .closeFilters {
  display: none;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-submit-button {
  position: absolute;
  right: 0;
  height: 16px;
  width: 16px;
}
.page-in-the-news-factsheets #main .views-exposed-form .views-submit-button input {
  line-height: 16px;
  font-size: 13px;
  color: white;
  text-indent: -5000px;
  border-radius: 8px;
  background-image: url(../images/filters-submit-top.png);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  display: block;
  margin: 0;
  margin-top: 6px;
}
main #fact-sheets-grid .views-field-created {
  color: #151515;
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
main #fact-sheets-grid .fact-sheet-row {
  border-top: 1px solid #e0dcdc;
  min-height: 72px;
  padding-top: 22px;
}
main #fact-sheets-grid .fact-sheet-row:first-child {
  border-top: 0px;
}
main #fact-sheets-grid .views-field-title {
  font-size: 16px;
  color: #0064d2;
}
main #fact-sheets-grid .views-field-field-upload-file a {
  background: url("../images/si/download16.png") no-repeat scroll left top transparent;
  padding-left: 25px;
}
@media (min-width: 970px) {
  main #fact-sheets-grid .views-field-field-upload-file {
    width: 240px;
    float: right;
    margin-top: -20px;
    text-align: right;
  }
}
main .view-factsheets-list-items {
  /* filters */
}
main .view-factsheets-list-items .view-title {
  font-size: 29px;
  margin-bottom: 15px;
  color: #4e4e4e;
}
main .view-factsheets-list-items .filters-row {
  background: none;
  margin-bottom: 0;
  padding-bottom: 20px;
  /* .nav-pills { */
}
main .view-factsheets-list-items .filters-row li {
  margin-right: 0px;
  /* } */
}
main .view-factsheets-list-items .filters-row li.disabled {
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  border-right: none;
  margin-right: 12px;
}
main .view-factsheets-list-items .filters-row li.active > a,
main .view-factsheets-list-items .filters-row li:hover > a {
  color: #0064d2;
  background: transparent;
}
main .view-factsheets-list-items .filters-row li:nth-child(2) > a:before {
  display: none;
}
main .view-factsheets-list-items .filters-row li > a {
  font-size: 13px;
  padding: 0 12px 0 0;
  background: transparent;
  color: black;
}
main .view-factsheets-list-items .filters-row li > a:before {
  content: "|";
  display: inline;
  padding-right: 12px;
  color: black;
  position: relative;
  top: -1px;
}
main .view-factsheets-list-items ul.pager {
  padding-top: 32px;
}
main .view-factsheets-list-items ul.pager .pager-last,
main .view-factsheets-list-items ul.pager .pager-first {
  display: none;
}
main .view-factsheets-list-items ul.pager .pager-next a,
main .view-factsheets-list-items ul.pager .pager-previous a {
  border: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
main .view-factsheets-list-items ul.pager li.pager-current {
  padding: 5px 14px;
}
main .view-factsheets-list-items ul.pager li {
  padding: 0.2em;
  margin: 0;
}
main .view-header a {
  font-family: "Univers LT W01 45 Light", "univers-light", arial, sans-serif;
}
.video-controls {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-controls .play-button {
  position: absolute;
  margin-top: -33px;
  margin-left: -50px;
  top: 50%;
  border-radius: 12px;
  left: 50%;
  width: 100px;
  height: 66px;
  background: red;
  line-height: 66px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.video-controls .play-button.hidden-btn {
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slide-inner {
  overflow: hidden;
}
