/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/video.scss */
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/video.scss */
.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

/* line 14, ../../sass/components/video.scss */
.no-js .video-nojs {
  display: block;
}

/* line 18, ../../sass/components/video.scss */
.video object.responsive {
  width: 100% !important;
}

/* line 22, ../../sass/components/video.scss */
.video-video {
  border: solid 0px #323131 !important;
}
#wrapper .enhancedvideo-home {
  margin: 0;
  display: none;
}
/* line 26, ../../sass/components/video.scss */
.video-video-container {
  margin: 0 auto;
}

/* line 30, ../../sass/components/video.scss */
.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/* MEDIAELEMENT LIBRARY
--------------------------------- */
/* line 39, ../../sass/components/video.scss */
.mejs-container {
  position: relative;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, ../../sass/components/video.scss */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 55, ../../sass/components/video.scss */
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

/* Start: LAYERS */
/* line 61, ../../sass/components/video.scss */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../../sass/components/video.scss */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 75, ../../sass/components/video.scss */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 81, ../../sass/components/video.scss */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 87, ../../sass/components/video.scss */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 91, ../../sass/components/video.scss */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../../../../wireframe/desktop/img/bigplay.png) top left no-repeat;
}

/* line 101, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 105, ../../sass/components/video.scss */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../background.png);
  background: rgba(0, 0, 0, 0.9);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

/* line 118, ../../sass/components/video.scss */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../../../../wireframe/desktop/img/loading.gif) center center no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 128, ../../sass/components/video.scss */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../../../../wireframe/desktop/img/background.png);
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

/* line 143, ../../sass/components/video.scss */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  border: 0;
}

/* line 158, ../../sass/components/video.scss */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  border: 0;
  background: transparent url(../../../../wireframe/desktop/img/controls.png) 0 0 no-repeat;
}

/* End: CONTROL BAR */
/* Start: Time (current / duration) */
/* line 176, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}

/* line 187, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (current / duration) */
/* Start: Play/pause */
/* line 200, ../../sass/components/video.scss */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 204, ../../sass/components/video.scss */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

/* End: Play/pause */
/* Stop */
/* line 211, ../../sass/components/video.scss */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* End: Play/pause */
/* Start: Progress bar */
/* line 218, ../../sass/components/video.scss */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}

/* line 223, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 234, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 30, 30, 0.8)), color-stop(100%, rgba(60, 60, 60, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}

/* line 242, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(44, 124, 145, 0.8)), color-stop(100%, rgba(78, 183, 212, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}

/* line 250, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(200, 200, 200, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}

/* line 258, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

/* line 273, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

/* line 287, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}

/* line 291, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

/* line 299, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
/* line 322, ../../sass/components/video.scss */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

/* line 326, ../../sass/components/video.scss */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 337, ../../sass/components/video.scss */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

/* line 341, ../../sass/components/video.scss */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

/* line 345, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button {
  position: relative;
}

/* line 349, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../../../../wireframe/desktop/img/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

/* line 365, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 371, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}

/* line 375, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* line 386, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 397, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
/* line 415, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button {
  position: relative;
}

/* line 419, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

/* line 423, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../../../../wireframe/desktop/img/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 440, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

/* line 444, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 452, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 461, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}

/* line 467, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

/* line 475, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 480, ../../sass/components/video.scss */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}

/* line 488, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

/* line 499, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

/* line 509, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

/* line 513, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0.7)), color-stop(100%, rgba(50, 50, 50, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

/* line 521, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

/* line 531, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 540, ../../sass/components/video.scss */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

/* line 551, ../../sass/components/video.scss */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 556, ../../sass/components/video.scss */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 561, ../../sass/components/video.scss */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

/* line 568, ../../sass/components/video.scss */
.mejs-captions-position-hover {
  bottom: 45px;
}

/* line 572, ../../sass/components/video.scss */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../../../../wireframe/desktop/img/background.png);
  background: rgba(20, 20, 20, 0.8);
}

/* End: TRACK (Captions and Chapters) */
/* line 579, ../../sass/components/video.scss */
.mejs-clear {
  clear: both;
}

/* Start: ERROR */
/* line 588, ../../sass/components/video.scss */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

/* line 593, ../../sass/components/video.scss */
.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: ERROR */
/* Start: Loop */
/* line 601, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

/* line 605, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
/* line 612, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

/* line 616, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: picture controls */
/* line 623, ../../sass/components/video.scss */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: picture controls */
/* MEJS Zen garden skin */
/* line 630, ../../sass/components/video.scss */
.mejs-controls {
  display: block;
  visibility: visible;
}

/* line 635, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls {
  z-index: 25;
  height: 47px;
  background: #d6d6d6;
  border-top: 2px solid #303030;
}

/* line 642, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button {
  width: 20px;
  height: 20px;
  margin: 4px 6px;
}

/* line 648, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../../../../wireframe/desktop/img/controls.png);
  background-repeat: no-repeat;
}

/* line 661, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button {
  background-position: 3px -130px;
}

/* line 665, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button:hover {
  background-position: -19px -130px;
}

/* line 669, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button {
  background-position: 0px -83px;
  width: 15px;
}

/* line 674, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button:hover {
  background-position: 0px -109px;
  width: 15px;
}

/* line 683, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button {
  background-position: 0 0;
}

/* line 687, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: 0 0;
}

/* line 695, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button {
  background-position: -2px -39px;
}

/* line 699, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button:hover {
  background-position: -2px -3px;
}

/* line 703, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button {
  margin: 4px 6px;
}

/* line 707, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button button {
  background-position: -2px -219px;
}

/* line 711, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button {
  background-position: 0 -26px;
}

/* line 715, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button:hover {
  background-position: 0 -26px;
}

/* line 719, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button {
  background-position: 1px -54px;
}

/* line 723, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button:hover {
  background-position: 1px -54px;
}

/* line 727, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider {
  background: url(../../../../wireframe/desktop/img/controls.png) 0 -83px no-repeat;
  display: block !important;
  width: 34px;
  height: 21px;
  margin-top: 12px;
  position: relative;
}

/* line 736, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 34px;
}

/* line 740, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: url(../../../../wireframe/desktop/img/controls.png) 0 -108px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 21px;
}

/* line 748, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}

/* line 752, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail {
  height: 20px;
  padding-top: 8px;
  margin-left: 2px;
}

/* line 758, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #303030;
}

/* line 768, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px;
  background-color: transparent;
  filter: none;
  background-image: none;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 781, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px;
  background-color: #303030;
  filter: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 793, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 1px solid #303030;
  height: 14px;
  width: 14px;
  top: -6px;
  display: block;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 808, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time {
  width: 100px;
  margin: 15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px;
}

/* line 817, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time span {
  float: left;
  color: #303030;
  font-size: 14px;
}

/* line 828, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  z-index: 10;
}

/* line 832, ../../sass/components/video.scss */
.video .mejs-container-fullscreen {
  z-index: 10000 !important;
}

/* line 836, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1;
}

/* line 841, ../../sass/components/video.scss */
.mejs-overlay-loading {
  background: url(../../../../wireframe/desktop/img/loader.gif) center center no-repeat;
}

/* Share overlay */
/* line 846, ../../sass/components/video.scss */
.video .share {
  display: none;
}

/* line 850, ../../sass/components/video.scss */
.video .mejs-container {
  overflow: hidden;
}

/* line 854, ../../sass/components/video.scss */
.video .mejs-share {
  position: absolute;
  z-index: 20;
}

/* line 859, ../../sass/components/video.scss */
.video .share-container {
  width: 90%;
  margin: auto;
  padding: 10px 10px 60px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
}

/* line 874, ../../sass/components/video.scss */
.video .share-container td {
  width: 30px;
  height: 30px;
}

/* line 879, ../../sass/components/video.scss */
.video .share-container td, .video .share-container td a {
  color: #437cc4;
  text-decoration: none;
  font-size: 10px;
}

/* line 885, ../../sass/components/video.scss */
.video .share-container td a:hover {
  text-decoration: underline;
}

/* line 889, ../../sass/components/video.scss */
.video .share-container td img {
  vertical-align: middle;
}

/* grid classes for sharing*/
/* line 894, ../../sass/components/video.scss */
.grid_3 .share-container a + a, .grid_4 .share-container a + a, .grid_5 .share-container a + a {
  display: none;
}

/* line 898, ../../sass/components/video.scss */
.video .share-container table {
  width: 100%;
}

/* line 902, ../../sass/components/video.scss */
.video .share-container th {
  width: 50px;
}

/* line 906, ../../sass/components/video.scss */
.video .share-container td {
  width: auto;
  max-width: 70%;
}

/* line 911, ../../sass/components/video.scss */
.video .share-container td input {
  width: 90%;
  font-size: .9em;
}

/* Related content */
/* line 917, ../../sass/components/video.scss */
.video .related {
  display: none;
}

/* line 921, ../../sass/components/video.scss */
.video .mejs-related {
  position: absolute;
  z-index: 15;
  display: none;
  background: #333;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}

/* line 930, ../../sass/components/video.scss */
.video .related-container {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 100%;
}

/* line 942, ../../sass/components/video.scss */
.video .related-container .column {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 261px;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 11px;
  color: #787878;
  height: 100%;
  line-height: 1.5em;
}

/* line 955, ../../sass/components/video.scss */
.video .related-container .button {
  /* font-size: .9em; */
}

/* line 960, ../../sass/components/video.scss */
.grid_4 .video .related-container, .grid_5 .video .related-container, .grid_6 .video .related-container {
  height: -moz-calc(100% -35px);
  overflow: auto;
}

/* line 965, ../../sass/components/video.scss */
.grid_4 .video .related-container .column, .grid_5 .video .related-container .column, .grid_6 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(100% -22px);
}

/* line 970, ../../sass/components/video.scss */
.grid_7 .video .related-container .column, .grid_8 .video .related-container .column, .grid_9 .video .related-container .column, .grid_10 .video .related-container .column, .grid_11 .video .related-container .column, .grid_12 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(50% -22px);
}

/* line 975, ../../sass/components/video.scss */
.grid_7 .video .related-container .column.wide, .grid_8 .video .related-container .column.wide, .grid_9 .video .related-container .column.wide, .grid_10 .video .related-container .column.wide, .grid_11 .video .related-container .column.wide, .grid_12 .video .related-container .column.wide {
  float: none;
  width: auto;
}

/* line 980, ../../sass/components/video.scss */
.video .related-container h4 {
  font-size: 14px;
  padding: 10px;
  margin: 0 -10px 10px;
  background-color: #efefef;
  display: block;
}

/* line 988, ../../sass/components/video.scss */
.video .related-container .img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  max-height: 180px;
}

/* line 995, ../../sass/components/video.scss */
.video .related-container .img img {
  max-width: 100%;
  max-height: 80px;
}

/* line 1000, ../../sass/components/video.scss */
.video .related-container li .excerpt a {
  background: url(../../../../wireframe/desktop/img/arrow-blue-right.png) no-repeat scroll right 50% transparent;
  padding-right: 8px;
}

/* line 1005, ../../sass/components/video.scss */
.video .related-container li .subtitle {
  color: #444;
}

/* line 1009, ../../sass/components/video.scss */
.video .related-container li {
  clear: left;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

/* line 1017, ../../sass/components/video.scss */
.video .related-container li:last-child {
  border-bottom: none;
}

/* line 1021, ../../sass/components/video.scss */
.video .related-container .contact, .video .related-container .contact .fn, .video .related-container .contact .title {
  font-size: 11px;
}

/* line 1025, ../../sass/components/video.scss */
.video .related-container .contact .fn {
  margin-left: 95px;
  color: #444;
  font-weight: normal;
  font-size: 11px;
}

/*responsive*/
/* line 1033, ../../sass/components/video.scss */
.videoPlayer.responsive video {
  width: 100%;
}

/* line 1037, ../../sass/components/video.scss */
.mejs-overlay-button {
  opacity: 0.7;
  background: url(../../../../wireframe/desktop/img/bigplay.png) no-repeat scroll left top transparent;
  height: 69px;
  left: 50%;
  margin: -35px 0 0 -36px;
  position: absolute;
  top: 50%;
  width: 73px;
}

/* line 1048, ../../sass/components/video.scss */
.grid_1 .mejs-controls {
  display: none !important;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*rename this to feed-provider*/
/* line 4, ../../sass/components/twitter.scss */
.twitter {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 10, ../../sass/components/twitter.scss */
.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

/* line 16, ../../sass/components/twitter.scss */
.feed-provider-description {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding: 10px 0;
}

/* line 22, ../../sass/components/twitter.scss */
.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

/* line 28, ../../sass/components/twitter.scss */
.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
/* line 37, ../../sass/components/twitter.scss */
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

/* line 46, ../../sass/components/twitter.scss */
.twitter-content a:hover strong {
  text-decoration: underline;
}

/* line 50, ../../sass/components/twitter.scss */
.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 56, ../../sass/components/twitter.scss */
.twitter-date {
  float: right;
}

/* line 60, ../../sass/components/twitter.scss */
.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

/* line 66, ../../sass/components/twitter.scss */
.twitter-action {
  list-style-type: none;
  display: inline;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/title.scss */
.title h1 {
  word-wrap: break-word;
}

/*Scotts Gummies FAQ Page-Orange Tile fix || L3 Support--Starts*/

.page-ScottsExplorersClub.page-GummiesFAQs .box-inner-as-third-callout .richtext-as-inner-three-callout-third p {
	top: 0 !important;
}
.page-ScottsExplorersClub.page-GummiesFAQs.bahasa-bh .richtext-inner-three-callout-hlink-first {
    bottom: 5px !important;
}
@media only screen and (min-width: 376px) and (max-width: 767px){
.page-ScottsExplorersClub.page-GummiesFAQs .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout {
    max-height: 500px;
}
.page-ScottsExplorersClub.page-GummiesFAQs.bahasa-bh .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout .richtext-as-inner-three-callout-third {
    margin-top: 3.5em;
}
.page-ScottsExplorersClub.page-GummiesFAQs #wrapper .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first {
    width: 51%;
}
}
@media only screen and (min-width:360px) and (max-width: 375px){
.page-ScottsExplorersClub.page-GummiesFAQs #wrapper .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout {
    max-height: 350px;
}
.page-ScottsExplorersClub.page-GummiesFAQs.bahasa-bh #wrapper .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout {
    max-height: 385px;
}
.page-ScottsExplorersClub.page-GummiesFAQs #wrapper .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first {
    width: 57%;
}
}
@media only screen and (min-width:320px) and (max-width: 359px){
.page-ScottsExplorersClub.page-GummiesFAQs #wrapper .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout {
    max-height: 320px;
}
.page-ScottsExplorersClub.page-GummiesFAQs.bahasa-bh #wrapper .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-third-callout {
    max-height: 345px;
}
.page-ScottsExplorersClub.page-GummiesFAQs #wrapper .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first {
    width: 57%;
}
}

/*Scotts Gummies FAQ Page-Orange Tile fix || L3 Support--Ends*/
/*Changes for Gummies HK Localization || L3 Support--Starts*/
@media only screen and (min-width: 1020px){ 
	.hk-locale .component.even.richText.gummies-richtext-inner-two-callout-second-readmore.section  {
		margin-top: 43.2%;
	}

	.hk-locale .component.gummies-box-outer-two-callouts.box.odd.section .gummies-box-inner-two-callouts-second .component.even.richText.gummies-richtext-inner-two-callout-second-readmore.section{
		margin-top: 22.8%;
	}
	.hk-locale .gummies-inner-two-callouts-learnmore {
		bottom: 0px;
	}
	.hk-locale .gummies-home-total-outer-box .gummies-box-inner-two-callouts-first .gummies-richtext-inner-two-callout-first-readmore {
		margin-top: 18.4%;
	}
	.hk-locale .gummies-home-total-outer-box .gummies-learnmore-orange-bg-box{
		min-height: 589px;
	}

	.hk-locale .component.gummies-exploration-taking-out-readmore.even.richText.section {
		margin-top: 44.2%;
	}
	.hk-locale .gummies-homepage-article-section-box .component.even.richText.gummies-richtext-inner-two-callout-second-readmore.section {
		margin-top: 13.2%;
	}
	.hk-locale .richtext-navigation-contact p {
		margin-bottom: 21px;
	}
	.hk-locale .gummies-home-total-outer-box .gummies-box-outer-two-callouts .gummies-box-inner-two-callouts-first .richtext-inner-two-callout-first p{
		padding-right: 10px;
	}
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon{
		max-width: 46% !important;
	}
}
@media only screen and (max-width: 767px){
	.hk-locale .gummies-home-total-outer-box .gummies-homepage-article-section-box .gummies-box-inner-two-callouts-first {
		min-height: auto;
	}
	.hk-locale .gummies-home-total-outer-box .gummies-homepage-article-section-box .gummies-box-inner-two-callouts-second {
		min-height: auto;
	}
	.hk-locale .component.gummies-box-outer-two-callouts.box.odd.section .gummies-box-inner-two-callouts-second {
		min-height: auto;
	}
	.page-ScottsExplorersClub .box-outer-article-header-image .image-articles-top img {
		display: none;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.hk-locale .box-outer-question-ans {
		padding-left: 20px !important;
	}
	.hk-locale .gummies-faq-total-outer-box .gummies-reference-icon-text {
		margin: 2.6em 0 2.6em 0 !important;
	}
	.hk-locale .mobile-richtext-navigation-contact p {
		padding-left: 12%;
	}
	.page-ScottsExplorersClub.hk-locale .mobile-richtext-navigation-contact p a {
		padding-left: 0px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 767px){
	.hk-locale #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-first .richtext-ss-share {
		left: 64%;
	}
	.hk-locale #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-second .richtext-ss-share {
		left: 62%;
		margin-top: -2px;
	}
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 42% !important;
	}	
}
@media only screen and (min-width: 667px) and (max-width: 735px){
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 42% !important;
	}
}
@media only screen and (min-width: 568px) and (max-width: 666px){
	.hk-locale .gummies-richtext-article-headercontent {
		left: 0%;
	}
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 41% !important;
	}
	.hk-locale #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-second .richtext-ss-share {
		position: absolute;
		left: 23%;
	}
}
@media only screen and (min-width: 414px) and (max-width: 567px){
	.hk-locale #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-second .richtext-ss-share {
		left: 15%;
	}
	.hk-locale.singapore #wrapper .box-article-inner-social-share-first .richtext-ss-share {
		left: 40%;
	}
	.hk-locale .gummies-richtext-article-headercontent {
		left: 1%;
	}
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		padding-top: 3px;
		max-width: 27% !important;
	}
	.hk-locale.page-ScottsExplorersClub.page-GummiesFAQs .gummies-reference-icon-text .gummies-richtext-as-reference {
		width: 50% !important;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.hk-locale .box-outer-question-ans {
		padding-left: 13px !important;
	}
	.page-ScottsExplorersClub.hk-locale .richtext-carousel-headercontent{
		margin-top: -25px;
	}
	.hk-locale .mobile-richtext-navigation-contact p {
		padding-left: 8%;
	}	
}
@media only screen and (min-width: 375px) and (max-width: 413px){
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 25% !important;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.hk-locale .box-outer-question-ans {
		padding-left: 12px !important;
	}
	.hk-locale .mobile-richtext-navigation-contact p {
		padding-left: 8%;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px){
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 32% !important;
	}
	.hk-locale #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-second .richtext-ss-share {
		left: 29%;
	}
	.hk-locale.page-ScottsExplorersClub.page-GummiesFAQs .gummies-reference-icon-text .gummies-richtext-as-reference {
		width: 50% !important;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.hk-locale .box-outer-question-ans {
		padding-left: 11px !important;
	}
	.hk-locale .mobile-richtext-navigation-contact p {
		padding-left: 8%;
	}	
}
@media only screen and (min-width: 320px) and (max-width: 359px){
	.hk-locale .gummies-reference-icon-text .gummies-richtext-as-reference {
		width: 50% !important;
	}
	.hk-locale .gummies-reference-icon-text .gummies-image-as-reference-icon {
		max-width: 28% !important;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.hk-locale .box-outer-question-ans {
		padding-left: 10px !important;
	}
	.hk-locale .mobile-richtext-navigation-contact p {
		padding-left: 8%;
	}
}

/*Changes for Gummies HK Localization || L3 Support--Ends*/            
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/tabs.scss */
.tabs {
  position: relative;
  width: 100%;
}

/* line 8, ../../sass/components/tabs.scss */
.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 12, ../../sass/components/tabs.scss */
.no-js .tabs-nav {
  display: none;
}

/* line 16, ../../sass/components/tabs.scss */
/* .tabs > .component-content {
  padding-top: 39px;
}
 */
/* line 20, ../../sass/components/tabs.scss */
.tabs-nav {
  margin-bottom: 121px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 150;
}

/* line 30, ../../sass/components/tabs.scss */
.tabs-nav-list {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* line 40, ../../sass/components/tabs.scss */
.tabs-nav-switcher {
  background: #e1e1e1 url("../../../../wireframe/desktop/img/arrow-right.png") no-repeat scroll 6px 12px;
  border: 2px solid #323131;
  cursor: pointer;
  display: none;
  height: 35px;
  position: absolute;
  top: 0;
  width: 15px;
}
/* line 50, ../../sass/components/tabs.scss */
.tabs-nav-switcher-right {
  right: 0;
}

/* line 54, ../../sass/components/tabs.scss */
.tabs-nav-switcher-left {
  left: 0;
  background-image: url(../../../../wireframe/desktop/img/arrow-left.png);
}

/* line 59, ../../sass/components/tabs.scss */
.tabs-nav-item {
  border-radius: 5px;
  color: #5d5d5d;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 24px; /*Dhivya 9Nov*/
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 10px 5px 10px; /*Dhivya 9Nov*/
  font-weight: bolder;/*Dhivya 9Nov*/
  margin-top:6px;/*Mahendra 22nd Jan*/
}

/* line 75, ../../sass/components/tabs.scss */
.tabs-nav-item:first-child {
  margin-left: 0;
}

/* line 81, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active, .tabs-nav-item.is-active a, .tabs-nav-item.is-active:hover {
  background: #e04d22 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
}

/* line 87, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active, .tabs-nav-item.is-active:hover {
  background-color: #e04d22;
  border: medium none;
/*   padding: 6px 10px 4px; */
}

/* line 92, ../../sass/components/tabs.scss */
.tabs-nav-item:hover {
  background-color: #e04d22;
  border: medium none;
/*   padding: 6px 10px 4px; */
}
.tabs-nav-item a:focus {
  background-color: #e04d22;
  border: medium none;
  border-radius: 5px;
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
}
/* line 96, ../../sass/components/tabs.scss */
.tabs-nav-item:hover a {
  color: white;
  text-decoration: none;
}

/* line 101, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active:hover a {
  color: #ffffff;
}
.tabs-nav-item.is-active a:hover {
  color: #ffffff;
}
/* line 105, ../../sass/components/tabs.scss */
.tabs-nav-item a {
  color: #343434;
}

/* line 109, ../../sass/components/tabs.scss */
/* .tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  border: solid 2px #323131;
  background: white;
} */

/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

.science-of-scotts-tab {
margin-top: -48px; /*Dhivya 9Nov*/
}

@media only screen and (max-width: 767px) {

#wrapper .tabs-nav-item {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px;
    margin-left: 4%;
    margin-right: 4%;
	text-align:left;
}
.tabs-nav {
  margin-bottom: 70px;
}
#wrapper .tabs-nav-list {
    text-align: center;
}

}

@media only screen and (max-width: 675px) {

#wrapper .tabs-nav-item {
    margin-left: 4%;
    margin-right: 4%;
}

}

@media only screen and (max-width: 640px) {
#wrapper .tabs-nav-item {
    margin-left: 4%;
    margin-right: 3%;
}
}
@media only screen and (max-width: 610px) {
#wrapper .tabs-nav-item {
  margin-left: 3%;
  margin-right: 3%;
}
}

@media only screen and (max-width: 568px) {
.science-of-scotts-tab {
  margin-top: -35px;
  top: -38px;
}
}
@media only screen and (max-width: 480px) {
.tabs-nav-item {
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
}
#wrapper .tabs-nav-item {
  margin-left: 1%;
  margin-right: 2%;
}


}

@media only screen and (max-width: 375px) {

.tabs-nav-item {
  font-size: 16px;
  padding: 3px;
}
#wrapper .tabs-nav-item {
  margin-left: 0;
  margin-right: 0;
}
#wrapper .tabs-nav-item {
  font-size: 12px;
  margin-left: 3px;
}


}


@media only screen and (max-width: 360px) {
#wrapper .tabs-nav-item {
  font-size: 17px;
  margin-left: 3px;
}


}

@media only screen and (max-width: 320px) {
#wrapper .tabs-nav-item {
  font-size: 14px;
}


}


/*1st Feb - 'tab spacing' - Indonesia Little-book-of-brain-food*/
#wrapper .box-outer-ss-page .science-of-scotts-tab.tab-indonesia-brain-food .component-content .tabs-nav{
	height:30px;
}
@media only screen and (max-width: 979px){
	#wrapper .box-outer-ss-page .science-of-scotts-tab.tab-indonesia-brain-food .component-content .tabs-nav{
	height:80px;
}
}


/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/tags.scss */
.tags-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}


/*END*//* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/table.scss */
body.table-popup {
  background-color: #FFF;
  line-height: 1.5;
}

/* line 8, ../../sass/components/table.scss */
.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 12, ../../sass/components/table.scss */
.table-caption {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
  border-bottom: none;
}

/* line 19, ../../sass/components/table.scss */
.table-popup .table-caption {
  border: 1px solid #656363;
  background-color: #f3f3f3;
}

/* line 24, ../../sass/components/table.scss */
.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center;
}

/* line 30, ../../sass/components/table.scss */
.table-popup .table th {
  background-color: #f3f3f3;
}

/* line 34, ../../sass/components/table.scss */
.table table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #323131;
}

/* line 40, ../../sass/components/table.scss */
.table-popup .table table {
  border: 1px solid #656363;
}

/* line 45, ../../sass/components/table.scss */
.table th,
.table td {
  border: solid 2px #323131;
  padding: 5px;
}

/* line 51, ../../sass/components/table.scss */
.table-popup .table th,
.table-popup .table td {
  border: 1px solid #656363;
  line-height: 1.5;
}

/* line 56, ../../sass/components/table.scss */
.table td {
  vertical-align: middle;
}

/* line 60, ../../sass/components/table.scss */
.table .button {
  display: none;
}

/* line 64, ../../sass/components/table.scss */
.table .table-caption .button {
  display: block;
  margin: 10px 0 0 5px;
}

/* line 70, ../../sass/components/table.scss */
.no-js .table .button {
  display: none;
}

/* line 77, ../../sass/components/table.scss */
.lt-ie8 .table-popup .table {
  position: static;
}
.richtext-answer table {
  text-align: left;
  width: 100%;
}
#wrapper .richtext-answer table p{
  text-align: left;
}
#wrapper .richtext-answer table p {
  width: 100%;
}
.table-mkb-article table, .table-mkb-article table th, .table-mkb-article table td {
  border: solid 1px #DDDDDD;
} /*By Prasad 28Oct*/
.table-mkb-article table tr{
  font-size: 17px;
  font-weight: 300;
  font-family: "Open Sans";
} /*By Prasad 28Oct*/
.table-mkb-article table tr td h4{
  font-weight: 400;
  margin: 0px;
  font-family: "Open Sans";
} /*By Prasad 28Oct*/
.table-mkb-article table tr:first-child {
border-bottom: solid 2px #DDDDDD;
} /*By Prasad 28Oct*/ 
/*scott Gummies code start*/
.gummies-article-table {  width: 70%;    margin: 0 auto; padding-bottom: 57px;top: -5px; position:relative;}
.gummies-article-table table, .gummies-article-table th, .gummies-article-table td { border:0; }
.gummies-article-table table {  margin-top: -1.1em; }
.gummies-article-table table tr:first-child td { font-weight: 400;   font-size: 23.96px; font-family: "Open Sans";    width: 5%; color:#000;} /*17-june*/
.gummies-article-table table tr td { font-weight: 300;   font-size: 17.97px; font-family: "Open Sans";    width: 5%;}
.gummies-article-table table tr  td:nth-child(1), .gummies-article-table table tr  td:nth-child(2){ width:10%;  }
.gummies-article-table table tr td:nth-child(2) { padding-left: 0px; }


/*scott Gummies code end*/


@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*scott Gummies code start*/
.gummies-article-table { width:100%; }
.gummies-article-table table tr:first-child td { vertical-align:top; }
.gummies-article-bullet-splitted-parent { width:100%; }
/*scott Gummies code end*/	
}
@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/components/table.scss */
  .table .component-content .button {
    display: block;
    margin: 20px;
  }

  /* line 90, ../../sass/components/table.scss */
  .table .component-content .table-caption .button {
    display: none;
  }
.table-mkb-article table {
  margin-left: 15px;
  width: 95.5%;
} /*By Prasad 28Oct*/ 
/*scott Gummies code start*/
.gummies-article-table {  width: 95%; padding-left: 5.3%;}
.gummies-article-table table tr:first-child td { font-size: 17px; vertical-align: top; }
.gummies-article-table table tr td { font-size: 16px; }
.gummies-article-table table { margin-top: 0; }

/*scott Gummies code end*/
}
/*Start- For Table in Article By Prasad 28Oct*/ 
@media only screen and (max-width: 568px) {
.table-mkb-article table {
  width: 94.5%;
}
/*scott Gummies code start*/
.gummies-article-table table tr:first-child td { font-size: 17px; vertical-align: top; }
.gummies-article-table table tr td { font-size: 16px; }
.gummies-article-table { padding-bottom: 0px; }
/*scott Gummies code end*/
}
@media only screen and (max-width: 414px) {
.table-mkb-article table {
  width: 93.5%;
}
.table-mkb-article table tr {
  font-size: 14px;
}
}
@media only screen and (max-width: 375px) {
.table-mkb-article table {
  width: 91.5%;
}
.gummies-article-table {
    padding-bottom: 10px;	
	padding-left: 0;
    width: 88%;
}
}
@media only screen and (max-width: 320px) {
.table-mkb-article table {
  width: 90%;
}
}
/*End- For Table in Article By Prasad 28Oct*/ 
/*scotts 2.0 SG*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/smart.link.scss */
.smart-link {
  margin: 10px 0;
}

/* line 7, ../../sass/components/smart.link.scss */
.smart-link-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 15, ../../sass/components/smart.link.scss */
.smart-link-list li {
  display: inline-block;
  *display: inline;
}

/* line 20, ../../sass/components/smart.link.scss */
.smart-link-next:after {
  background: url('../../img/arrows.png') 0 -505px no-repeat;
  background-position: 0 -501px;
  display: inline-block;
  content: '';
  height: 14px;
  margin-left: 10px;
  width: 6px;
}

/* line 30, ../../sass/components/smart.link.scss */
.smart-link-previous:before {
  background: url('../../img/arrows.png') 0 -124px no-repeat;
  background-position: 0 -119.5px;
  display: inline-block;
  content: '';
  height: 14px;
  margin-right: 10px;
  width: 6px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/sitemap.scss */
.sitemap-column {
  float: left;
}
/* line 5, ../../sass/components/sitemap.scss */
.sitemap-column > ul {
  margin: 0 5px;
}

/* line 10, ../../sass/components/sitemap.scss */
.sitemap-columns-1 .sitemap-column {
  width: 100%;
}

/* line 14, ../../sass/components/sitemap.scss */
.sitemap-columns-2 .sitemap-column {
  width: 50%;
}

/* line 18, ../../sass/components/sitemap.scss */
.sitemap-columns-3 .sitemap-column {
  width: 33.32%;
}

/* line 22, ../../sass/components/sitemap.scss */
.sitemap-columns-4 .sitemap-column {
  width: 25%;
}

/* line 26, ../../sass/components/sitemap.scss */
.sitemap-columns-5 .sitemap-column {
  width: 20%;
}

/* line 30, ../../sass/components/sitemap.scss */
.sitemap-columns-6 .sitemap-column {
  width: 16.64%;
}

/* line 34, ../../sass/components/sitemap.scss */
.sitemap-columns-7 .sitemap-column {
  width: 14.25%;
}

/* line 38, ../../sass/components/sitemap.scss */
.sitemap-columns-8 .sitemap-column {
  width: 12.49%;
}

/* line 42, ../../sass/components/sitemap.scss */
.sitemap-columns-9 .sitemap-column {
  width: 11.10%;
}

/* line 46, ../../sass/components/sitemap.scss */
.sitemap-columns-10 .sitemap-column {
  width: 10%;
}

/* line 50, ../../sass/components/sitemap.scss */
.sitemap-columns-11 .sitemap-column {
  width: 9.08%;
}

/* line 54, ../../sass/components/sitemap.scss */
.sitemap-columns-12 .sitemap-column {
  width: 8.32%;
}

/* line 60, ../../sass/components/sitemap.scss */
.sitemap-column ul {
  list-style: none;
  padding: 0;
}
/* line 65, ../../sass/components/sitemap.scss */
.sitemap-column a {
  text-decoration: none;
}
/* line 69, ../../sass/components/sitemap.scss */
.sitemap-column .component-content {
  overflow: hidden;
}
/* line 73, ../../sass/components/sitemap.scss */
.sitemap-column h3 {
  background-color: #e1e1e1;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}
/* line 80, ../../sass/components/sitemap.scss */
.sitemap-column ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 85, ../../sass/components/sitemap.scss */
.sitemap-column ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
}
/* line 92, ../../sass/components/sitemap.scss */
.sitemap-column ul ul li {
  /* background: url(../../../../scotts2_0/desktop/img/arrow.gif) 0 6px no-repeat; */
  font-weight: bold;
  padding-left: 12px;
  line-height: 150%;
}
/* line 99, ../../sass/components/sitemap.scss */
.sitemap-column ul ul ul {
  margin-top: 0;
}
/* line 103, ../../sass/components/sitemap.scss */
.sitemap-column ul ul ul li {
  font-weight: normal;
  margin-left: 10px;
}

/*************************** Sitemap media queries */
@media only screen and (max-width: 767px) {
  /* line 113, ../../sass/components/sitemap.scss */
  .component-content .sitemap-column {
    width: 100%;
    float: none;
  }

  /* line 118, ../../sass/components/sitemap.scss */
  .component-content .sitemap-column > ul {
    margin: 0 0 15px;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/share.this.scss */
.box-outer-social-share .shareThis-list {
  float: right;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0 41px 0 0;
}

.box-outer-social-share .image-ss-share .shareThis-list {  padding: 0;}/*Anand-31-08*/
/* line 10, ../../sass/components/share.this.scss */
.box-outer-social-share .shareThis-list li {
  float: left;
  height: 26px;
  margin: 0 10px 10px 0;
  padding: 0 6px 0 5px;
  width: auto;
}

/* line 17, ../../sass/components/share.this.scss */
.shareThis-list li:last-child {
  margin-right: 0;
  margin-right: 0;
}

/* line 22, ../../sass/components/share.this.scss */
.shareThis-item a {
  display: block;
  height: 26px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.image-ss-share .shareThis-item a {   height: auto; }/*Anand-04-09*/
/* line 32, ../../sass/components/share.this.scss */
.shareThis-item img {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

/* line 41, ../../sass/components/share.this.scss */
.shareThis-item a:hover img {
  opacity: 1;
}
#wrapper .image-ss-share {
  position: relative;
  top: 18px; /*Anand-31-08*/
  left:-24px; /*Anand-01-09*/
    width: 20%;
    float: right;
}
.box-outer-ss-social-share-parent .shareThis-item {
  display: inline;
  float: left;
  padding-left: 20px;
}
#wrapper .box-outer-ss-social-share-parent .image-ss-share {
  left: -60px;
  position: relative;
  top: 9px;
}
#wrapper .richtext-ss-share{     left: 95px;    position: relative; }/*Anand-31-08*/

#wrapper  .box-outer-ss-social-share-parent .richtext-ss-share {    left: 79px;    position: relative; }/*Anand-31-08*/

#wrapper  .box-outer-ss-social-share-parent .image-ss-share {  position: relative;  top: 5px;  left:-25px;  width: 27%;    float: right; }/*Anand-31-08*/

#wrapper .box-search-social-share .shareThis-list {
  float: right;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#wrapper .box-search-social-share .shareThis-list li {
  float: left;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}
#wrapper .box-search-social-share  .shareThis-item a {
  height: auto !important;
}
/*.richtext-search-results-header h2 {
  margin-top: 40px;
  text-align: right !important;
  font-family: 'Open Sans';
  font-size: 14px;
  color:#000000;
}*/
.searchbox-search-results {
  text-align: center;
/*   margin-top: 7px; *//*removed jayesh 20-10-2015*/
}


@media only screen and (max-width: 1024px) {
.richtext-search-share {
  left: 60px;
}
}

@media only screen and (max-width: 959px) {
.richtext-search-share {
  left: 30px;
}
}

@media only screen and (max-width: 959px) {
.richtext-search-share {
  left: 30px;
}
}

@media only screen and (max-width: 767px) {

#wrapper .image-ss-share {
  float: right;
  position: relative;
  top: -44px;
  width: 23%;
  left:25px;/*Anand-01-09*/
}
#wrapper .richtext-ss-share{
    text-align: right;
    width: 65%;/*Anand-01-09*/
}
.box-outer-social-share .shareThis-list li {
  padding: 0;
}
.box-outer-social-share .shareThis-list {
  float: left;
}
#wrapper .box-outer-ss-social-share-parent .image-ss-share {
  top: -60px;     left: -30px;
}

}


@media only screen and (max-width: 667px) {

#wrapper .box-outer-ss-social-share-parent .richtext-ss-share {
  width: 54%;/*Anand-01-09*/
}
#wrapper .box-outer-ss-social-share-parent .image-ss-share {
  width: 32.8%;/*Anand-01-09*/
}

}

@media only screen and (max-width: 640px) {
	#wrapper .richtext-ss-share{
    text-align: right;
    width: 55.5%;/*Anand-01-09*/
}

#wrapper .image-ss-share { left:0px; } /*Anand-01-09*/



}
@media only screen and (max-width: 568px) {
#wrapper .richtext-ss-share {   width: 61%;    left: 0px; }/*Anand-01-09*/

#wrapper .image-ss-share { width: 32.5%; } /*Anand-01-09*/

#wrapper .box-outer-ss-social-share-parent .image-ss-share {
  width: 31.5%;
}
.box-outer-ss-social-share-parent .shareThis-item {
  padding-left: 10px;
}






}


@media only screen and (max-width: 480px) {
.box-outer-social-share .shareThis-list {
  padding-right: 0;
}
#wrapper .box-outer-ss-social-share-parent .richtext-ss-share {    width: 59.5%;    left: 0px; }/*Anand-01-09*/

#wrapper .box-outer-ss-social-share-parent .image-ss-share {  width: 38%; }/*Anand-01-09*/


}

@media only screen and (max-width: 375px) {

.shareThis-item img {
  width: 87%;
}
.shareThis-list li {
  margin: 0 6px 6px 0;
}
#wrapper .box-outer-ss-social-share-parent .image-ss-share {
  left: 2px !important;
  width: 62%;
}
#wrapper .box-outer-ss-social-share-parent .richtext-ss-share {
  width: 45%;
}

#wrapper .image-ss-share { width: 41.5%; }/*Anand-01-09*/

#wrapper .richtext-ss-share { width: 49.5%; left: 0px; }/*Anand-01-09*/

}

@media only screen and (max-width: 360px) {

#wrapper .richtext-ss-share { width: 46%;} /*Anand-01-09*/
#wrapper .image-ss-share {  width: 46%;  top: -43px;  left: 6px; }/*Anand-01-09*/
#wrapper .box-outer-ss-social-share-parent .image-ss-share {  width: 65%; }/*Anand-01-09*/

}

@media only screen and (max-width: 320px) {

.box-outer-social-share { top: 96px; }/*Anand-01-09*/	
	
#wrapper .image-ss-share {  width: 53%;  top: -45px;  left: 6px; }/*Anand-01-09*/

#wrapper .richtext-ss-share { width: 38%;}/*Anand-01-09*/

#wrapper .box-outer-ss-social-share-parent .image-ss-share {  left: 0px !important;  width: 65%; }/*Anand-01-09*/

.box-outer-ss-social-share-parent .shareThis-item {  padding-left: 3px; }

#wrapper .box-outer-ss-social-share-parent .richtext-ss-share {    width: 40%; } /*Anand-01-09*/
#wrapper .box-outer-search-results .richtext-ss-share { bottom: 10px; }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/search.results.scss */
.searchResults-pagination {
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}

/* line 12, ../../sass/components/search.results.scss */
.searchResults-pagination-list {
  padding: 0;
  margin: 0;
}

/* line 17, ../../sass/components/search.results.scss */
.searchResults-pagination-item {
  display: inline-block;
  line-height: 30px;
  background-color: #eeeeee;
  margin: 1px;
  cursor: default;
  *display: inline;
}

/* line 26, ../../sass/components/search.results.scss */
.searchResults-pagination-item a {
  display: inline-block;
  background-color: #e1e1e1;
  min-width: 30px;
  padding: 0 10px;
  cursor: pointer;
}

/* line 34, ../../sass/components/search.results.scss */
.searchResults-pagination-item a:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

/* line 39, ../../sass/components/search.results.scss */
.searchResults-pagination-item.is-active {
  font-weight: bold;
}

/* line 43, ../../sass/components/search.results.scss */
.searchResults-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-left: 110px;
}

/* line 48, ../../sass/components/search.results.scss */
.searchResults-term {
  font-style: italic;
}

/* line 52, ../../sass/components/search.results.scss */
.searchResults-number {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 58, ../../sass/components/search.results.scss */
.searchResults-results {
  margin-bottom: 10px;
}

/* line 63, ../../sass/components/search.results.scss */
.searchResults-description,
.searchResults-url {
  margin-left: 110px;
}

/* line 67, ../../sass/components/search.results.scss */
.searchResults-image {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

/* line 74, ../../sass/components/search.results.scss */
.searchResults-result {
  position: relative;
  overflow: hidden;
  padding: 0 10px 32px 10px;
  background-color: #e1e1e1;
}

/* line 81, ../../sass/components/search.results.scss */
.searchResults-result:nth-child(even) {
  background-color: inherit;
}

/* line 85, ../../sass/components/search.results.scss */
.searchResults-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  left: 0;
  top: 0;
}

/* line 94, ../../sass/components/search.results.scss */
.searchResults-date {
  margin-bottom: 10px;
  margin-left: 110px;
}

/* line 99, ../../sass/components/search.results.scss */
.searchResults-url {
  margin-top: 10px;
}

/* line 105, ../../sass/components/search.results.scss */
.lt-ie8 .searchResults-pagination-item {
  display: inline;
  zoom: 1;
  margin: 3px;
}
/* line 111, ../../sass/components/search.results.scss */
.lt-ie8 .searchResults-pagination-item a {
  display: block;
  zoom: 1;
}

/* line 118, ../../sass/components/search.results.scss */
.searchResults-tags {
  list-style-type: none;
  padding: 0;
}

/* line 123, ../../sass/components/search.results.scss */
.searchResults-tags-item {
  display: inline-block;
  margin: 0 2px;
}

/* line 128, ../../sass/components/search.results.scss */
.searchResults-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.searchResults .searchResults-result {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.searchResults .searchResults-title {
  font-size: 19.18px;
  font-weight: normal;
  margin: 0;
  line-height: 14.38px;
  padding-bottom: 0;
}
.searchResults-title a{
  color:#009cff;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 27px; /*Revathi*/
  font-weight: 300;
  text-decoration: underline;
}
.searchResults-description, .searchResults-url {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-left: 0;
  padding-top: 5px;
}

.searchbox-search-results .form-search button {
  background: rgba(0, 0, 0, 0) url("../../img/searchbox-search-icon.jpg") no-repeat scroll right center;/*jayesh change 06-10-2015*/
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 !important;
  padding: 0;
  position: relative;
  right: 55px;/*jayesh change 06-10-2015*/
  text-indent: -9999px;
  top: 0;
  width: 42px;
}

.searchbox-search-results .searchBox  .searchBox input[type="text"] {
  border: 1px solid #eae7e6;
  color: #d7d7d7;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 300;
  height: 57px;
  margin-left: 7px;
  padding-left: 20px;
  width: 285px;
  margin-left: 30px;
}
#wrapper .searchResults {
  float: left;
  margin-top: 39px !important;/*jayesh change 20-10-2015*/
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
} /* By Jayesh On 12Oct*/
.searchbox-search-results .searchbox-search-results {
  margin-top: 25px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 767px) {
#wrapper .searchbox-search-results {
  display: block !important;
}


}
@media only screen and (max-width: 480px) {
.searchbox-search-results .form-search button {
  height: 42px;
  position: relative;
  right: -145px;
  top: -72px;
  width: 42px;
}
#wrapper .searchResults {
  margin-top: 0 !important;
}

}
@media only screen and (max-width: 375px) {
.searchbox-search-results .form-search button {
  right: -101px;

}


}
@media only screen and (max-width: 360px) {
.searchbox-search-results .form-search button {
  background: rgba(0, 0, 0, 0) url("../../img/searchbox-search-icon.png") no-repeat scroll right center / 74% auto;
  right: -90px;
  top: -65px;
}

}

@media only screen and (max-width: 320px) {
.searchbox-search-results .form-search button {
  background: rgba(0, 0, 0, 0) url("../../img/searchbox-search-icon.png") no-repeat scroll right center / 60% auto;
  right: -79px;
  top: -65px;
}

}
/*Migration Fixes -- Starts*/                                
.searchResults .searchResults-title{
	font-style:normal;
}
.searchResults .searchResults-result{
	border-bottom: none;
}
.searchResults-number{
	visibility: hidden;
    display : block;
    margin-top: 0;
    margin-bottom: 0;
}
span.searchResults-term{
	visibility: visible;
	float: left;                
}
/*Migration Fixes -- Ends*/ /* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/search.box.scss */
.searchBox .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

/* line 9, ../../sass/components/search.box.scss */
.searchBox .form .form-content .formButton {
  display: inline;
  float: left;
}

/* line 14, ../../sass/components/search.box.scss */
.no-box.searchBox .form .form-content .section {
  margin: 0 15px 0 0;
}

/* line 18, ../../sass/components/search.box.scss */
.no-box.searchBox .form .form-content .formButton.section {
  margin: -1px 0 0;
}

/* line 22, ../../sass/components/search.box.scss */
.form-search{
  margin-left: 10px;
}
.searchbox-search-results input {
  border: 1px solid #eae7e6 !important;
  color: #333333 !important;
  font-family: "Open Sans";
  font-size: 28px !important;
  font-weight: 300;
  margin-bottom: 20px;
  margin-left: 39px !important;
  margin-top: 26px;/*jayesh change 20-10-2015*/
  padding-bottom: 15px;
  padding-left: 15px !important;
  padding-top: 15px;
  width: 304px !important;
  line-height: 28px;
}

.searchBox input[type=text] {
  width: 149px;
  height: 26px;
  padding-left: 5px;
  border:2px solid #eae7e6; 
  margin-left:7px;
  font-family: 'Open Sans';
  font-size: 14px;
  color:#d7d7d7;
  font-weight: 300; /*Anand-1808*/
}

.form-search button{
  background: url('../../img/search-icon.jpg');/*jayesh change 06-10-2015*/
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 18px;/*Anand-1908*/
  height: 18px;/*Anand-1908*/
  position: relative;
  top: 0;
  margin: 0 !important;
  padding: 0;
  right: 32px;
  text-indent: -9999px;
}
.form-search button:hover{
  background-color: none;
  color: none;
}
/* line 26, ../../sass/components/search.box.scss */
.searchBox-title {
  cursor: default;
}

/* line 31, ../../sass/components/search.box.scss */
.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 36, ../../sass/components/search.box.scss */
.lt-ie8 .button {
  margin-left: 4px;
}
/*scott Gummies code start*/
.page-gummies-left-nav .form-search button{
	background: url("../../img/gummies-search-icon.png") no-repeat;
}
/*scott Gummies code end*/



@media only screen and (max-width: 767px) {

.image-navigation-search {
  box-shadow: -1px -2px 5px 0px #e6e2e1;/*Anand-0209*/
  margin-top: 20px;/*Anand-0209*/
  margin-bottom: -15px;/*Anand-2808*/
}
.searchBox input[type="text"] {
  color: #d7d7d7;
  font-size: 32px;
  height: 50px;
  padding-left: 63px;
  width: 245px;
}

.searchbox-search-results input[type="text"] {
  border: 2px solid #eae7e6;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  height: auto;
  margin-left: 40px !important;
  padding-left: 20px !important;
  width: 80% !important;
}


.image-navigation-search form {
  margin-bottom: 30px;
  margin-top: 27px;
  padding-left: 8px;
}
} 

@media only screen and (max-width: 667px) {
.searchbox-search-results input[type="text"] {
  width: 70% !important;
}

}

@media only screen and (max-width: 568px) {
.searchBox input[type="text"] {
  font-size: 25px;
  padding-left: 30px;
}
.richtext-navigation-language p {
  font-size: 25px;
}

}

@media only screen and (max-width: 480px) {
.searchBox input[type="text"] {
  font-size: 20px;
  padding-left: 20px;
}
.searchbox-search-results input[type="text"] {
  font-size: 20px;
  margin-left: 0 !important;
  padding-left: 0;
  width: 87% !important;
}

.richtext-navigation-language p {
  font-size: 20px;
}

}
@media only screen and (max-width: 375px) {
.searchBox input[type="text"] {
  font-size: 18px;
  height: 35px;
  padding-left: 15px;
}
.searchbox-search-results input[type="text"] {
  font-size: 18px;
  height: 35px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-top: 8px;
}

.richtext-navigation-language p {
  font-size: 18px;
  padding-left: 40px;
}

}
@media only screen and (max-width: 320px) {

.searchBox input[type="text"] {
  font-size: 15px;
  height: 32px;
  padding-left: 11px;
  width: 200px;
}
.searchbox-search-results input[type="text"] {
    width: 80% !important;
}
.richtext-navigation-language p {
  font-size: 15px;
}
#wrapper .searchbox-search-results {
    margin-left: -8px !important;
}

}

