/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px; }
    .ui-datepicker .ui-datepicker-prev span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: center;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
      left: 1px;
      right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eeeeee;
  color: #1f1f1f; }
  .ui-widget-content a {
    color: #1f1f1f; }

.ui-widget-header {
  border: 1px solid #eeece4;
  background: white;
  color: #323131;
  font-weight: bold; }
  .ui-widget-header a {
    color: #323131; }

/* Interaction states
----------------------------------*/
.ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }
  .ui-state-default a {
    color: #654b24;
    text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #654b24;
    text-decoration: none; }

.ui-widget-content .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-widget-header .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-header .ui-state-hover, .ui-widget-header ui-state-focus, .ui-widget-header .ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-hover, .ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-hover a, .ui-state-focus a {
    color: white;
    text-decoration: none; }
  .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: white;
    text-decoration: none; }

.ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-active a {
    color: white;
    text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-highlight, ui-widget-header .ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-widget-content .ui-state-highlight a, ui-widget-header .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-error, ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-widget-content .ui-state-error a, ui-widget-header .ui-state-error a {
    color: white; }

.ui-widget-content .ui-state-error-text, ui-widget-header .ui-state-error-text {
  color: white; }

.ui-widget-content .ui-priority-primary, ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-widget-content .ui-priority-secondary, ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-widget-content .ui-state-disabled, ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-state-error a {
    color: white; }

.ui-state-error-text {
  color: white; }

.ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../../img/ui-icons_3572ac_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../img/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.privacyPolicy {
  overflow: hidden; }
  .privacyPolicy p {
    margin: 0; }
  .privacyPolicy .wsform-hint {
    display: none; }
  .privacyPolicy input[type='checkbox'] {
    float: left; }

.privacyPolicy-text {
  padding-left: 20px; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/image.scss */
.image .right {
  text-align: right;
}

/* line 7, ../../sass/components/image.scss */
.image .left {
  text-align: left;
}

/* line 11, ../../sass/components/image.scss */
.image .middle {
  text-align: center;
}

.scotts-age-group {
	padding-left: 5em;
	padding-right: 1.30em;
}
.scotts-product-image {
	padding-left: 1.30em;
	padding-top: 0.875em;
	margin-bottom: 0em;
}
.scotts-header-image {
	margin-top: 85px;
}
.page-home .scotts-header-image {
	margin-top: 215px;
}
.page-products .scotts-header-image {
	margin-top: 55px;
}

/*** Article logo ***/
.scotts-article-logo {
	padding: 25.7% 0 0 15%;
	margin-bottom: -3%;
}
.page-articles .scotts-article-logo {
	padding-top: 20%;
}
img{
    max-width:100%;
}
/*** Article logo ***/

@media only screen and (max-width: 767px) {
  /* line 16, ../../sass/components/image.scss */
	.scott-product-box .grid_5.component.alpha.scotts-product-image.image.odd.section {
		width: 41%;
		float: left;
	}
	.scott-product-box .grid_9.scotts-flavours {
		width: 50%!important;
		float: left!important;
	}
	.scott-product-box .component.grid_12.scotts-product-expand.odd.richText.section {
		float: left;
		padding-left: 1.3em;
	}
	.scott-product-box .grid_3.component.box.odd.scotts-age-group.omega.section {
		width: 50%;
		float: right;
	}
	.scott-product-box .grid_7.scotts-collapsed-content.component.even.richText.omega.section {
		float: right;
		width: 53%;
	}
	.scott-product-box .scotts-age-group-image-2-4.component.grid_1.alpha.image.even.section {
		width: 59%;
		float: left;
		padding-left:6em;
	}
	.scott-product-box .scotts-age-group-image-4-6.component.grid_1.image.odd.omega.section {
		width: 20%;
		float: left;
	}
	.scott-product-box .scotts-age-group-image-6-10.component.grid_1.image.even.omega.section {
		width: 20%;
		float: left;
	}
	.scotts-article-logo {
	padding-left: 12.5%;
}
}

@media only screen and (max-width: 640px) {
	.scotts-header-image {
		margin-top: 125px;
	}
	.scotts-article-logo {
	padding: 75.7% 0 0 12.5%;
}
	.scotts-article-logo {
    padding-left: 3.5%;
	}
}

@media only screen and (min-width: 1041px) {
	.page-tips-tricks .scotts-article-logo{
	padding-top: 50%;
	}
}

@media only screen and (min-width: 797px) and (max-width:1040px){
	.page-articles  .scotts-article-logo {
	padding-top: 5.5%;
	}
	.page-faq .scotts-article-logo {
	padding-top: 5%;
	}
	.page-legal  .scotts-article-logo  {
	padding-top: 20%;
	}
	.page-our-story  .scotts-article-logo{
	padding-top: 10%;
	}
	.page-tips-tricks .scotts-article-logo{
	padding-top: 35%;
	}
	.page-contact  .scotts-article-logo {
	padding-top: 7.5%;
	}
}
@media only screen and (min-width: 770px) and (max-width:796px){
	.page-articles  .scotts-article-logo{
	padding-top: 2%;
	}
	.page-faq .scotts-article-logo {
	padding-top: 1.5%;
	}
	.page-legal  .scotts-article-logo  {
	padding-top: 4%;
	}
	.page-tips-tricks .scotts-article-logo{
	padding-top: 25%;
	}
	.page-contact  .scotts-article-logo {
	padding-top: 5%;
	}
	.page-our-story  .scotts-article-logo{
	padding-top: 5%;
	}
}
@media only screen and (min-width: 770px) and (max-width:879px) {
	
	.page-articles .scotts-article-main-content p {
		font-size: 18.33px;
	}
	.page-articles.page-car-games .scotts-article-main-content p {
		font-size: 16.5px;
	}
	.page-articles.page-table-manners .scotts-article-main-content p {
		font-size: 17.5px;
	}
	
}
@media only screen and (max-width: 769px) {
	.page-articles  .scotts-article-logo, .page-contact  .scotts-article-logo {
	padding-top: 50.7%;
	}
	.page-our-story  .scotts-article-logo {
	padding-top: 51.7%;
	}
	.page-faq .scotts-article-logo  {
	padding-top: 50%;
	}
	.page-legal  .scotts-article-logo {
	padding-top: 55%;
	}
	.page-tips-tricks .scotts-article-logo{
	padding-top: 55%;
	}
}

@media only screen and (max-width: 640px) {
	.page-articles  .scotts-article-logo {
	padding-top: 34.5%;
	}
	.page-our-story  .scotts-article-logo{
	padding-top: 35.5%;
	}
	.page-faq .scotts-article-logo, .page-legal  .scotts-article-logo {
	padding-top: 34%;
	}
	.page-tips-tricks .scotts-article-logo{
	padding-top: 34%;
	}
	.page-contact  .scotts-article-logo{
	padding-top: 34%;
	}
}

.page-home .scotts-article-footer {display:none;} /**Scotts snags list change VKA || Infosys*/

/*Saravana || infosys for scotts image replacement */

.page-a-little-food.scrolled-top.colombia, .page-a-little-food.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/A_little_food/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-a-little-food.scrolled.colombia, .page-a-little-food.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/A_little_food/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-bananas-in-disguise.scrolled-top.colombia, .page-bananas-in-disguise.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Bananas_In_Disguise/Header.jpg") no-repeat scroll left top / 100% auto transparent;
	}

.page-bananas-in-disguise.scrolled.colombia, .page-bananas-in-disguise.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Bananas_In_Disguise/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
	}
	
.page-boosting-immunity.scrolled-top.colombia, .page-boosting-immunity.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Boosting_Immunity/Header.jpg") no-repeat scroll left top / 100% auto transparent;
  }
 
.page-boosting-immunity.scrolled.colombia, .page-boosting-immunity.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Boosting_Immunity/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-brainpower.scrolled-top.colombia, .page-brainpower.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Brain_POwer/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-brainpower.scrolled.colombia, .page-brainpower.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Brain_POwer/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-buildingtogether.scrolled-top.colombia, .page-buildingtogether.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Building_together/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-buildingtogether.scrolled.colombia, .page-buildingtogether.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Building_together/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}
    
.page-car-games.scrolled-top.colombia, .page-contact.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Car_games/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-car-games.scrolled.colombia, .page-contact.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Car_games/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
} 
   
.page-faq.scrolled-top.colombia, .page-faq.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/FAQs/Header.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-faq.scrolled.colombia, .page-faq.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/FAQs/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
 }
 
.page-contact.scrolled-top.colombia, .page-contact.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Contact_us/Header.jpg") no-repeat scroll left top / 100% auto transparent;
 }

.page-contact.scrolled.colombia, .page-contact.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Contact_us/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-legal.scrolled-top.colombia, .page-legal.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Legal_Info/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-legal.scrolled.colombia, .page-legal.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Legal_Info/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-little-winners.scrolled-top.colombia, .page-little-winners.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/little_winners/Header.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-little-winners.scrolled.colombia, .page-little-winners.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/little_winners/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-medicine.scrolled-top.colombia, .page-contact.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Medicine/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-medicine.scrolled.colombia, .page-contact.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Medicine/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}
   
.page-memory-games.scrolled-top.colombia, .page-memory-games.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/memory_games/Header.jpg") no-repeat scroll left top / 100% auto transparent;
 }
 
.page-memory-games.scrolled.colombia, .page-memory-games.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/memory_games/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
 }
  
.page-our-story.scrolled-top.colombia, .page-our-story.colombia .bg-class.scrolled-top {
	background: url("/content/dam/global/Scotts/Images/Scotts_co/Our_Story/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-our-story.scrolled.colombia, .page-our-story.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Our_Story/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-search-results.scrolled-top.colombia, .page-search-results.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Search_Results/Header.jpg") no-repeat scroll left top / 100% 100% transparent;
}

.page-search-results.scrolled.colombia, .page-search-results.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Search_Results/HeaderBlurred.jpg") no-repeat scroll left top / 100% 100% transparent;
}

.page-table-manners.scrolled-top.colombia, .page-table-manners.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Table_Manners/Header.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-table-manners.scrolled.colombia, .page-table-manners.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Table_Manners/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
  }

.page-tips-tricks.scrolled-top.colombia, .page-tips-tricks.colombia .bg-class.scrolled-top {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Tips_and_tricks/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-tips-tricks.scrolled.colombia, .page-tips-tricks.colombia .bg-class.scrolled {
  background: url("/content/dam/global/Scotts/Images/Scotts_co/Tips_and_tricks/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
} 

.page-50things.scrolled-top.colombia, .page-50things.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/50_Things/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}	

.page-50things.scrolled.colombia, .page-50things.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/50_Things/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-plenty-of-exercise.scrolled-top.colombia, .page-plenty-of-exercise.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Pleny_of_execrise/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-plenty-of-exercise.scrolled.colombia, .page-plenty-of-exercise.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Pleny_of_execrise/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
}

.page-upwardly-desktop.scrolled-top.colombia, .page-upwardly-desktop.colombia .bg-class.scrolled-top {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Upwardly_Content/Header.jpg") no-repeat scroll left top / 100% auto transparent;
}
 
.page-upwardly-desktop.scrolled.colombia, .page-upwardly-desktop.colombia .bg-class.scrolled {
    background: url("/content/dam/global/Scotts/Images/Scotts_co/Upwardly_Content/HeaderBlurred.jpg") no-repeat scroll left top / 100% auto transparent;
} 
  
/* End || Saravana || Infosys*/

/*PH image replacement || SSK

.page-momazing.scrolled-top.ph {
  background: url("/content/dam/global/Scotts/Images_Ph/scotts-momazing-home-bg-1020x767.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
.page-momazing.scrolled.ph {
  background: url("/content/dam/global/Scotts/Images_Ph/scotts-momazing-home-bg-1020x767.jpg") no-repeat scroll left top / 100% auto transparent;
  }
  
End*/

/*ID image replacement || SSK*/

.page-home.scrolled-top.id, .page-home.id .bg-class.scrolled-top{
	background: rgba(0, 0, 0, 0) url("/content/dam/global/Scotts/Images_ID_new/Scott\'s%20homepage_1350x657.jpg") no-repeat scroll center center / cover ;
}

.page-home.scrolled.id, .page-home.id .bg-class.scrolled{
	background: rgba(0, 0, 0, 0) url("/content/dam/global/Scotts/Images_ID_new/Scott\'s%20homepage_1350x657-blurred.jpg") no-repeat scroll center center / cover ;
}


.page-articles.page-1-sendok-dha.layout-scotts-home-page.scrolled-top{
	background: transparent url("/content/dam/global/Scotts/Images_ID_new/1%20Sendok%20DHA_1350x651.jpg") no-repeat scroll left top / 100% auto;
}

.page-articles.page-1-sendok-dha.layout-scotts-home-page.scrolled{
	background: transparent url("/content/dam/global/Scotts/Images_ID_new/1%20Sendok%20DHA_1350x651-blurred.jpg") no-repeat scroll left top / 100% auto;
	
}

.page-articles.page-dha-why-is-important-for-small.layout-scotts-home-page.scrolled-top{
	background: transparent url("/content/dam/global/Scotts/Images_ID_new/DHAHeaderImages_cropped%201350x651.jpg") no-repeat scroll left top / 100% auto;
	
}

.page-articles.page-dha-why-is-important-for-small.layout-scotts-home-page.scrolled{
	background: transparent url("/content/dam/global/Scotts/Images_ID_new/DHAHeaderImagesBlur_cropped%201350x651.jpg") no-repeat scroll left top / 100% auto;
	
}

.page-GettingToKnowDHA .scotts-article-logo img,
.page-GummiesFAQs .scotts-article-logo img {
	display: none;
}

/*End*/.accordion-container {
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 2px #323131; }

.accordion-slide {
  border-top: 2px solid black; }
  .accordion-slide:first-child {
    border-top: 0; }

.accordion-head {
  padding: 13px;
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #e1e1e1;
  background: #e1e1e1;
  color: #323131; }

.accordion-title {
  float: none;
  margin: 0;
  display: inline-block; }

.accordion-content {
  padding: 13px; }
  .accordion-content-wrapper {
    border-left: 0;
    border-right: 0;
    border-top: 0; }

.mod-js .accordion-content-wrapper {
  position: relative;
  height: 0;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden; }

.mod-js .accordion-head {
  position: relative;
  cursor: pointer; }
  .mod-js .accordion-head:after {
    position: absolute !important;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 12px; }

.mod-js .accordion-slide.is-active > .accordion-head:hover,
.mod-js .accordion-slide.is-active > .accordion-head {
  color: #323131;
  cursor: pointer; }
  .mod-js .accordion-slide.is-active > .accordion-head:hover:after,
  .mod-js .accordion-slide.is-active > .accordion-head:after {
    right: 15px;
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal; }

.mod-js .accordion-slide .accordion-head:hover {
  color: #323131; }

.mod-js .accordion-slide.is-active > .accordion-head {
  color: black; }
  .mod-js .accordion-slide.is-active > .accordion-head:hover {
    background-color: #e1e1e1; }

.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  visibility: visible; }

.mod-js .accordion-slide.is-active:last-child > .accordion-content-wrapper {
  border-bottom: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.add-to-basket-container {
  border: 1px solid #D5D1CE;
  background: #F0EFED; }
  .add-to-basket-container .add-to-basket-description {
    border-right: 1px solid #D5D1CE;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 10px;
    margin-right: 10px; }
  .add-to-basket-container .add-to-basket-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 20px; }
    .add-to-basket-container .add-to-basket-quantity select {
      padding-left: 2%;
      padding-right: 4%; }
  .add-to-basket-container .add-to-basket-btn {
    display: inline-block;
    padding-top: 20px;
    vertical-align: middle;
    width: 15%; }

@media only screen and (max-width: 767px) {
  .add-to-basket-container {
    padding-bottom: 10px; }
    .add-to-basket-container .add-to-basket-description {
      width: 100%; }
    .add-to-basket-container .add-to-basket-quantity {
      width: 100%;
      padding-left: 10px; }
    .add-to-basket-container .add-to-basket-btn {
      width: 100%;
      padding-left: 10px; } }

.order-header {
  background-color: white;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }

.productDescription {
  float: left;
  width: 35%;
  padding-left: 20px; }
  .productDescription img {
    width: 40%;
    margin: 20px 15px 5px 0px !important; }

.SampleCount {
  float: left;
  width: 15%; }

.OrderDate {
  float: left;
  width: 25%; }

.OrderStatus {
  width: 20%;
  float: left; }

.itemOrderList {
  float: left;
  width: 100%; }
  .itemOrderList .SampleCount, .itemOrderList .OrderDate, .itemOrderList .OrderStatus {
    padding-top: 15px; }

.orderList .order-header div {
  font-weight: bold;
  font-size: 20px; }

.webshop-metadata {
  display: none !important; }

.webshop-cart .cartRecord {
  background: white;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%; }

.webshop-cart .add-to-basket-description {
  width: 68%;
  border-right: 1px solid #f2f2f2;
  float: left; }

.webshop-cart .add-to-basket-wrapper {
  width: 30%;
  display: inline;
  margin-left: 40px;
  position: relative;
  left: 15px; }
  .webshop-cart .add-to-basket-wrapper div {
    float: left; }

.webshop-cart a.add-to-basket-remove {
  float: left;
  position: relative;
  left: 15px; }

.webshop-cart .webshop-error {
  margin-top: 20px;
  margin-left: 15px;
  color: red; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.articleTeaser .articleTeaser-image-holder.articleTeaser-image-top img {
  border-bottom: solid 4px #f36633; }

.articleTeaser .articleTeaser-text-content .articleTeaser-text-link {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:hover {
    background-color: #939191;
    color: white; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:active {
    background-color: #939191;
    color: white; }

/* Mobile view 767 max width */
@media only screen and (max-width: 767px) {
  .articleTeaser .component-content.hero-article .articleTeaser-text-content {
    width: 100%; }
  .articleTeaser .articleTeaser-image-holder {
    text-align: center; } }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.article-teaser-block {
  border: 1px solid #efefed;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  position: relative;
  margin: 8px;
  overflow: hidden;
  background-color: #fff; }
  .article-teaser-block .aspect-ratio-box {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .article-teaser-block .aspect-ratio-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .article-teaser-block .article-body {
    min-height: 120px;
    padding: 0 24px 30px; }
  .article-teaser-block .label p {
    margin-bottom: 20px; }
  .article-teaser-block .article-title p {
    margin-bottom: 20px; }
  .article-teaser-block .article-description {
    margin-bottom: 20px; }
  .article-teaser-block .article-body .article-date {
    color: rgba(84, 79, 64, 0.7);
    font-size: 1rem;
    letter-spacing: .2px;
    margin-bottom: 20px; }
  .article-teaser-block .article-button-container {
    position: relative;
    bottom: 0;
    left: 0; }
  .article-teaser-block .article-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .article-teaser-block .margin-none-top {
    margin-top: 0; }
  .article-teaser-block .button-text {
    font-size: .85714rem;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #544f40; }
  .article-teaser-block a.button-primary {
    color: #15717d; }
  .article-teaser-block a.button-primary-filled {
    background-color: #15717d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2rem;
    font-size: .85714rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    text-align: center; }
  .article-teaser-block a.button-primary-pdf-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/download.png); }
  .article-teaser-block a.external-link-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/new-window.png); }

.article-teaser-block-transparent-background {
  border: none;
  background-color: inherit;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0; }

.articleTeaser .clickable-at {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/article.list.scss */
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

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

/* line 13, ../../sass/components/article.list.scss */
.articleList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 18, ../../sass/components/article.list.scss */
.articleList-article {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 23, ../../sass/components/article.list.scss */
.articleList-description {
  overflow: hidden;
}

/* line 27, ../../sass/components/article.list.scss */
.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 31, ../../sass/components/article.list.scss */
.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, ../../sass/components/article.list.scss */
.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 43, ../../sass/components/article.list.scss */
.articleList-more {
  float: right;
}
/* line 45, ../../sass/components/article.list.scss */
.articleList-more:after {
  content: " \00bb";
  display: inline;
}

/* line 51, ../../sass/components/article.list.scss */
.articleList-more-arrow {
  display: none;
}
/* line 53, ../../sass/components/article.list.scss */
.no-generatedcontent .articleList-more-arrow {
  display: inline;
}

/* line 59, ../../sass/components/article.list.scss */
.articleList-article-wrapper {
  margin: 0;
  padding: 0;
}

/* line 65, ../../sass/components/article.list.scss */
.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 73, ../../sass/components/article.list.scss */
.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

/* line 80, ../../sass/components/article.list.scss */
.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  /* line 88, ../../sass/components/article.list.scss */
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  /* line 96, ../../sass/components/article.list.scss */
  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%;
  }
}
/* line 103, ../../sass/components/article.list.scss */
.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

/* line 109, ../../sass/components/article.list.scss */
.articleList-tags-item {
  display: inline-block;
  margin: 0 2px;
}

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

.scotts-whats-new-section .articleList-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.scotts-whats-new-section .articleList-article {
	margin-bottom:20px;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/box.scss */
.box-outlined .component-content {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

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

/* line 13, ../../sass/components/box.scss */
.box-more {
  display: block;
  text-align: right;
}
/** Article Summary Box **/
.scotts-article-summary {
  float: left !important;
  padding: 0 0 0 12.7%;
  width: 48% !important;
}
/** Article Summary Box **/

.scotts-article-middle-box  .component-content {
	 background-repeat: no-repeat;
	 background-size: 100% auto;
}
.scotts-article-middle-content {
	 padding: 37% 0 6%;
}
.page-tips-tricks .scotts-article-middle-content {
    padding: 22% 0 6%;
}
.page-a-little-food .scotts-article-middle-content {
	 padding: 19% 0 6%;
}
/*devTeam*/
.page-momazing .scotts-article-main-content .scotts-article-title{
     border-bottom: 2px solid #f27c3a;
}
body.page-momazing.page-contact.layout-scotts-home-page{ 
    background-size: cover !important;
}
.searchResults{border:none;margin:0px;margin-bottom:10px;}

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

.scotts-article-middle-content {
    padding: 35% 0 4%;
}
}
@media screen and (max-width: 767px){
.scotts-articles-tags {
  float: left !important;
  width: 40% !important;
}
.scotts-articles-tags p {
  float: left !important;
  width: 0 !important;
  min-height: 200px;
}
.scotts-tags-orange1 {
  position: relative;
  top: 45px;
}
.scotts-tags-orange2 {
  position: relative;
  top: 100px;
}
.scotts-tags-yellow{
  position: relative;
  top: 150px;
}
.scotts-tags-orange3 {
  left: 100px;
  position: relative;
  top: 45px;
}
.scotts-tags-red {
  left: 100px;
  position: relative;
  top: 100px;
}
}
@media only screen and (max-width: 760px){

.scotts-article-middle-content {
    padding: 30% 0 4%;
}
.scotts-article-middle  p{
		font-size: 28px;
	}
}
@media only screen and (max-width: 570px){

.scotts-article-middle-content {
    padding: 20% 0 4%;
}
.scotts-articles-tags {
    width: 50% !important;
}
.page-tips-tricks .scotts-article-middle-content {
    padding: 15% 0 4%;
}
.page-a-little-food  .scotts-article-middle-content {
    padding: 10% 0 4%;
}
}
@media only screen and (max-width: 450px){
.scotts-article-middle-content {
    padding: 0 0 15%;
}
.page-tips-tricks .scotts-article-middle-content {
    padding: 0;
}
.page-a-little-food .scotts-article-middle-content {
    padding: 25px;
}
.scotts-article-middle  p{
		font-size: 24px;
	}
 .scotts-articles-tags {
    width: 88% !important;
	padding: 0 0 0 12.7%;
}
.scotts-article-summary {
  width: 90% !important;
}

}
.scotts-author-box{
	background-color: rgba(255, 255, 255, 0.4);
	margin-bottom: 25px;
	max-width: 620px;
	margin: auto auto 20px auto;
	padding: 20px 40px;
	border-bottom: 5px solid #f17c59
}
.scotts-author-box .scotts-author-profileimage {
	height: 175px;
	width: 175px;
}
.scotts-author-box .scotts-author-profileimage img {
	height: 175px;
	width: 175px;
}
.scotts-author-box .scotts-author-text{
	margin-left: 75px;
}
.scotts-author-text h2{
	color: #ffffff;
    font-family: 'Playfair Display';
    font-size: 32px;
	font-weight: bold;
}
.scotts-author-text p{
	color: #ffffff;
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 300;
}
@media only screen and (min-width: 440px) and (max-width: 767px) {
	.scotts-author-box .scotts-author-profileimage {
		width: 40% !important;
		float: left !important;
	}
	.scotts-author-text {
		width: 60% !important;
		float: left !important;		
	}
	.scotts-author-box .scotts-author-profileimage {
		height: auto;
		width: 175px !important;
	}
	.scotts-author-box .grid_7.component.scotts-author-text.even.richText.omega.section{
		margin-left: 20px !important;
	}
}
@media only screen and (min-width: 440px) and (max-width: 580px) {
	.scotts-author-box{
		padding: 20px 20px;
	}
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
	.scotts-author-text {
		width: 50% !important;		
	}
}
@media only screen and (min-width: 100px) and (max-width: 440px) {
	.scotts-author-box {
		padding: 20px 20px;
	}
	.scotts-author-box .scotts-author-profileimage.grid_5.component.alpha.image.odd.section {
		width: 100% !important;
		margin: 20px auto 20px auto !important; 
	}
	.scotts-author-text {
		width: 100% !important;		
	}
	.scotts-author-box .scotts-author-profileimage img{
		max-width: 175px;
		max-height: 175px;
	}
}
@media only screen and (min-width: 381px) and (max-width: 440px) {
	.scotts-author-box .scotts-author-profileimage.grid_5.component.alpha.image.odd.section{
		padding-left: 25% !important;
	}
}
@media only screen and (min-width: 321px) and (max-width: 380px) {
	.scotts-author-box .scotts-author-profileimage.grid_5.component.alpha.image.odd.section{
		padding-left: 20% !important;
	}
}
@media only screen and (min-width: 280px) and (max-width: 320px) {
	.scotts-author-box .scotts-author-profileimage.grid_5.component.alpha.image.odd.section{
		padding-left: 15% !important;
	}
}
.scotts-whats-new-section {
	background: none;
	border: none;
	/* max-width: 620px; */
	margin: auto;
}

/* Momazing Site Changes */
.page-momazing .scotts-article-middle-content {
	padding: 15% 0;
}
.scotts-momazing-quotes {
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 300;
	padding: 0 14.5% 0 12.5%;
	color: #000;
}
.scotts-momazing-quote{
	color: #F9951B;
	font-size: 32px;
	font-family: 'Playfair Display';
	line-height:20px;
}
.scotts-momazing-quotes p {
	border-bottom: 1px solid #968b9b;
	margin-top: 50px;
}
.scotts-momazing-quotes p:last-child {
	border-bottom: none;
}
.scotts-momazing-quotes p:last-child > .scotts-momazing-author{
	margin-bottom: 0px;
}
.scotts-momazing-author {
	margin: 35px 0px 60px 0px;
	display: inline-block;
	font-size: 14px;
}
.page-momazing .scotts-article-footer {
	display: none;
}
.page-momazing.page-terms-and-conditions .scotts-article-footer, .page-momazing.page-privacy-policy .scotts-article-footer{
	display:block;
}
.page-momazing .scotts-article-title {
	border-bottom: 2px solid #f27c3a;
}
.page-momazing.page-products .scotts-footer-links{
	margin-bottom: -20px;
}
.page-momazing .scotts-article-footer .scotts-footer-content {
    display: inline-block;
    line-height: 30px;
    margin-top: 15px;
}
.page-momazing .scotts-cd-fullwidth, .page-momazing .scotts-whats-new-section {
	display: none;
}
@media only screen and (max-width: 640px) {
	.scotts-momazing-quotes {
		padding: 0 3.5%;
	}	
}
@media only screen and (max-width: 530px) {
	.page-momazing .scotts-article-middle-content {
		padding: 10% 0;
	}
	.page-momazing .scotts-article-middle-content .scotts-article-middle p {
		margin-bottom: 12px;
		margin-top: 12px;
	}	
}
@media only screen and (max-width: 340px) {
	.page-momazing .scotts-article-middle-content {
		padding: 0 0;
	}
	.page-momazing .scotts-article-middle-content .scotts-article-middle p {
		margin-bottom: 12px;
		margin-top: 12px;
	}	
}
/* Altered for Indonesia localization */
.scotts-tabs .tabs-nav-item a:lang(in) {
	font-size: 16px;
}
.scotts-summary-card-details p:lang(in) {
	font-size: 9px;
}
.fileList:lang(in) {

}
.page-boosting-brainpower .scotts-article-middle-content:lang(in) {
	padding: 27% 0 6%;
}
.page-upwardly-mobile .scotts-article-middle-content:lang(in){
	padding: 16% 0 6%;
}
@media only screen and (min-width: 280px) and (max-width: 374px){
	.page-boosting-brainpower .scotts-article-middle-content:lang(in),
	.page-little-winners .scotts-article-middle-content:lang(in),
	.page-upwardly-mobile .scotts-article-middle-content:lang(in) {
		padding: 5% 0 6%;
	}
	.page-boosting-brainpower .scotts-article-middle-content .scotts-article-middle p:lang(in),
	.page-little-winners .scotts-article-middle-content .scotts-article-middle p:lang(in),
	.page-upwardly-mobile .scotts-article-middle-content .scotts-article-middle p:lang(in)	{
		font-size: 16px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 540px){
	.page-boosting-brainpower .scotts-article-middle-content:lang(in),
	.page-little-winners .scotts-article-middle-content:lang(in),
	.page-upwardly-mobile .scotts-article-middle-content:lang(in) {
		padding: 5% 0 6%;
	}
	.page-boosting-brainpower .scotts-article-middle-content .scotts-article-middle p:lang(in),
	.page-little-winners .scotts-article-middle-content .scotts-article-middle p:lang(in),
	.page-upwardly-mobile .scotts-article-middle-content .scotts-article-middle p:lang(in) {
		font-size: 20px
	}
}
@media only screen and (min-width: 541px) and (max-width: 865px){
	.page-boosting-brainpower .scotts-article-middle-content:lang(in),
	.page-little-winners .scotts-article-middle-content:lang(in),
	.page-upwardly-mobile .scotts-article-middle-content:lang(in)	{
		padding: 16% 0 6%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 911px){
	.scotts-articles-tags:lang(in) {
	  float: left !important;
	  width: 40% !important;
	}
	.scotts-articles-tags p:lang(in) {
	  float: left !important;
	  width: 0 !important;
	  min-height: 200px;
	}
	.scotts-tags-orange1:lang(in) {
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-orange2:lang(in) {
	  position: relative;
	  top: 68px;
	  float: left;
	}
	.scotts-tags-yellow:lang(in){
	  position: relative;
	  top: 92px;
	  float: left; 
	}
	.scotts-tags-orange3:lang(in) {
	  left: 140px;
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-red:lang(in) {
	  left: 140px;
	  position: relative;
	  top: 93px;
	}
}

/*fix*/
@media only screen and (min-width: 640px) and (max-width: 767px){
	/*.scotts-articles-tags:lang(in) {
	  float: left !important;
	  width: 40% !important;
	}
	.scotts-articles-tags p:lang(in) {
	  float: left !important;
	  width: 0 !important;
	  min-height: 200px;
	}*/
	.scotts-tags-orange1:lang(in) {
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-orange2:lang(in) {
	  position: relative;
	  top: 68px;
	  float:left;
	}
	.scotts-tags-yellow:lang(in){
	  position: relative;
	  top: 92px;
	  float:left;
	}
	.scotts-tags-orange3:lang(in) {
	  left: 110px;
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-red:lang(in) {
	  left: 110px;
	  position: relative;
	  top: 93px;
	}
}

@media only screen and (min-width: 451px) and (max-width: 639px){
	/*.scotts-articles-tags:lang(in) {
	  float: left !important;
	  width: 40% !important;
	}
	.scotts-articles-tags p:lang(in) {
	  float: left !important;
	  width: 0 !important;
	  min-height: 200px;
	}*/
	.scotts-tags-orange1:lang(in) {
	  position: relative;
	  top: 45px;
	  
	}
	.scotts-tags-orange2:lang(in) {
	  position: relative;
	  top: 68px;
	  float: left;
	}
	.scotts-tags-yellow:lang(in){
	  position: relative;
	  top: 92px;
	  float: left;
	}
	.scotts-tags-orange3:lang(in) {
	  left: 102px;
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-red:lang(in) {
	  left: 102px;
	  position: relative;
	  top: 93px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 450px){
	/*.scotts-articles-tags:lang(in) {
	  float: left !important;
	  width: 40% !important;
	}
	.scotts-articles-tags p:lang(in) {
	  float: left !important;
	  width: 0 !important;
	  min-height: 200px;
	}*/
	.scotts-tags-orange1:lang(in) {
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-orange2:lang(in) {
	  position: relative;
	  top: 68px;
	  float:left;
	}
	.scotts-tags-yellow:lang(in){
	  position: relative;
	  top: 92px;
	  float: left;
	}
	.scotts-tags-orange3:lang(in) {
	  left: 122px;
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-red:lang(in) {
	  left: 122px;
	  position: relative;
	  top: 93px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px){
	/*.scotts-articles-tags:lang(in) {
	  float: left !important;
	  width: 40% !important;
	}
	.scotts-articles-tags p:lang(in) {
	  float: left !important;
	  width: 0 !important;
	  min-height: 200px;
	}*/
	.scotts-tags-orange1:lang(in) {
	  position: relative;
	  top: 45px;
	  
	}
	.scotts-tags-orange2:lang(in) {
	  position: relative;
	  top: 68px;
	  float: left;
	}
	.scotts-tags-yellow:lang(in){
	  position: relative;
	  top: 92px;
	  float:left;
	}
	.scotts-tags-orange3:lang(in) {
	  left: 103px;
	  position: relative;
	  top: 45px;
	}
	.scotts-tags-red:lang(in) {
	  left: 103px;
	  position: relative;
	  top: 93px;
	}
}.breadcrumbs {
  margin: 10px 0; }
  .breadcrumbs-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs-list li {
      float: left;
      margin-right: 6px; }
      @media only screen and (max-width: 767px) {
        .breadcrumbs-list li {
          float: none; } }
  .breadcrumbs-separator {
    margin: 0 10px; }
  .breadcrumbs-without-separator .breadcrumbs-separator {
    display: none; }
  .breadcrumbs-without-separator li {
    position: relative;
    padding-right: 15px;
    margin-right: 9px; }
    .breadcrumbs-without-separator li:before {
      top: 5px;
      right: 0;
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      position: absolute;
      font-size: 8px; }
    .breadcrumbs-without-separator li:last-child {
      background-image: none; }
      .breadcrumbs-without-separator li:last-child:before {
        display: none; }
.carousel > .component-content {
  position: relative;
  padding: 15px 60px;
  border: solid 2px #323131;
  background-color: #e1e1e1; }

.carousel-slides {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.carousel-slide {
  clear: both;
  position: absolute;
  width: 100%; }
  .carousel-slide .no-content,
  .carousel-slide .no-image {
    text-align: center; }
  .carousel-slide.is-active {
    display: block;
    position: relative; }
  .carousel-slide .image-and-content {
    overflow: hidden; }
  .carousel-slide .no-content .carousel-cover {
    float: none;
    max-width: 100%; }
  .carousel-slide .no-image .carousel-content {
    float: none;
    max-width: 100%; }

.carousel-cover {
  max-width: 50%;
  height: auto;
  float: right; }
  @media only screen and (max-width: 767px) {
    .carousel-cover {
      max-width: 100%;
      float: none;
      margin: auto;
      display: block; } }

.carousel-content {
  max-width: 48%;
  float: left;
  width: 100%;
  text-align: left;
  transition: margin 200ms ease-in; }
  @media only screen and (max-width: 767px) {
    .carousel-content {
      max-width: 100%;
      float: none; } }

.carousel-nav {
  padding: 0;
  margin-top: 20px;
  overflow: hidden;
  text-align: center; }
  .carousel-nav li {
    display: inline-block;
    margin: 0 3px; }
    .carousel-nav li.is-active a {
      background: #939191; }
  .carousel-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: transparent;
    border: 2px solid #656363; }
  .carousel-nav-prev, .carousel-nav-next {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 31px;
    border: none; }
    .carousel-nav-prev a, .carousel-nav-next a {
      display: block;
      width: 100%;
      height: 100%;
      border: none; }
      .carousel-nav-prev a:before, .carousel-nav-next a:before {
        font-size: 30px;
        color: #939191; }
      .carousel-nav-prev a:hover:before, .carousel-nav-next a:hover:before {
        color: #323131; }
    @media only screen and (max-width: 767px) {
      .carousel-nav-prev, .carousel-nav-next {
        display: block; } }
  .carousel-nav-prev {
    left: 10px; }
    .carousel-nav-prev a:before {
      content: "\f053";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal; }
  .carousel-nav-next {
    right: 10px; }
    .carousel-nav-next a:before {
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal; }

.carousel .carousel-autoplay-nav {
  position: absolute;
  bottom: 10px;
  left: 0; }
  .carousel .carousel-autoplay-nav li {
    display: inline-block;
    list-style: none; }
  .carousel .carousel-autoplay-nav button {
    background: none;
    border: none; }

.no-js .carousel-slide {
  position: static; }
  .no-js .carousel-slide:first-child {
    margin-top: 0;
    border-top: none; }

.no-js .carousel-nav li {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.coupons {
  padding: 10px;
  border: 1px solid #D5D1CE;
  position: relative;
  margin-bottom: 10px; }
  .coupons .couponsImage {
    float: left;
    width: 30%;
    margin-right: 10px; }
  .coupons .couponsDescription {
    float: left;
    width: 60%; }
  .coupons .couponsContainer .button, .coupons .couponsContainer a.lightbox {
    bottom: 10px;
    position: absolute;
    right: 25px; }

.overlay-content-inner a.couponCancel, .overlay-content-inner a.couponSubmit {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .overlay-content-inner a.couponCancel:hover, .overlay-content-inner a.couponSubmit:hover {
    background-color: #939191;
    color: white; }
  .overlay-content-inner a.couponCancel:active, .overlay-content-inner a.couponSubmit:active {
    background-color: #939191;
    color: white; }
.digitalWallet .hidden {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/divider.scss */
/*
.divider {
  background: #939191;
  background-image: -webkit-linear-gradient(45deg, #939191, #323131, #939191);
  background-image: -moz-linear-gradient(45deg, #939191, #323131, #939191);
  background-image: -o-linear-gradient(45deg, #939191, #323131, #939191);
  background-image: linear-gradient(45deg, #939191, #323131, #939191);
  height: 2px;
  background-size: 25% 100%;
  margin: 2em 0;
}

*/
/* line 11, ../../sass/components/divider.scss */
.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}
.scotts-content-divider {
	padding: 0 6%;
}
.scotts-arrow-divider {
	 background: url("../../img/Down_Chevron.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	 padding: 2%;
}
/** Article Content Divider - Half Width **/
.scotts-content-divider {
	border-bottom: 1px solid #999999;
    left: 13%;
    padding: 0.5% 0 0;
    position: relative;
    max-width: 35%;
	margin-right: 1em;
	float:left !important;
}
/** Article Content Divider - Half Width **/
/** Article Content Divider - Full Width **/
.scotts-cd-fullwidth {
	border-bottom: 1px solid #999999;
    margin-left: 13%;
    width: 74%;
}
/** Article Content Divider - Full Width **/
@media only screen and (max-width: 640px){
	.scotts-content-divider {
    left: 4%;
    max-width: 45%;
	}
	.clearfix .scotts-cd-fullwidth {
	border-bottom: 1px solid #999999;
    margin-left: 4%;
    width: 92%;
	}
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/file.list.scss */
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/file.list.scss */
.fileList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 12, ../../sass/components/file.list.scss */
.fileList-file {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 17, ../../sass/components/file.list.scss */
.fileList-description {
  overflow: hidden;
}

/* line 25, ../../sass/components/file.list.scss */
.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 31, ../../sass/components/file.list.scss */
.fileList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 37, ../../sass/components/file.list.scss */
.fileList-download {
  background: url("../../img/download_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 20px;
}
.fileList {
	padding: 0 12.7%;
}
.fileList-download a {
	color: #f06832;
	padding-left: 70px;
	line-height: 2;
}
/* line 41, ../../sass/components/file.list.scss */
.fileList-download-size {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/file.list.scss */
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}

/*** Added for Download Component ***/
.fileList-title{
	display: none;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.filterableBox {
  position: relative;
  margin-left: 10px; }
  .filterableBox .filterableBox__header {
    display: flex; }
    .filterableBox .filterableBox__header .header__item {
      margin-right: 20px; }
    .filterableBox .filterableBox__header .header__searchWrapper .searchWrapper__search-box {
      height: 100%;
      padding: 0; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__label {
      background-color: #f36633;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 20px;
      text-decoration: none;
      margin: auto; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px;
      padding-inline-start: 0; }
      .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item.active {
          font-weight: bold; }
  .filterableBox .filterableBox__content {
    margin-top: 20px; }
    .filterableBox .filterableBox__content .content__noResultFound {
      display: none; }
    .filterableBox .filterableBox__content .content {
      display: flex;
      flex-wrap: wrap; }
      .filterableBox .filterableBox__content .content .indexable-component {
        padding: 10px; }
        .filterableBox .filterableBox__content .content .indexable-component:first-child {
          margin-right: 20px; }
.flash > .component-content {
  text-align: center; }

.flash object {
  max-width: 100%; }

.flash-missing {
  margin: 0 auto; }

.flash .seoDescription {
  display: none; }
.footer {
  background: none;
  color: inherit; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .img-link {
    border: solid 2px transparent;
    display: block; }
    .footer .img-link:focus {
      border: solid 2px red; }

.footer-bar {
  padding: 1rem 0 0; }

.footer-sitemap {
  background: none; }

.footer-social {
  background: none; }

.footer-core {
  background: none; }

.footer-extra {
  background: none; }

.footer-navgroup__heading {
  color: inherit;
  font-size: inherit; }

.footer-navgroup li {
  padding: 0.25rem 0; }

.footer-navgroup li > a {
  color: red;
  text-decoration: none; }
  .footer-navgroup li > a:hover, .footer-navgroup li > a:focus {
    color: blue;
    text-decoration: underline; }

.footer-navgroup img {
  max-width: 100%; }

.footer-copyright {
  display: flex; }
  .footer-copyright__img {
    margin: 0 1rem 0 0; }
  .footer-copyright__text {
    font-size: inherit;
    color: inherit; }

.footer-navlist ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.footer-navlist li {
  padding: 0 0 0.25rem 0; }

.footer-navlist a {
  color: red;
  text-decoration: none; }
  .footer-navlist a:hover, .footer-navlist a:focus {
    color: blue;
    text-decoration: underline; }

.social-icons {
  max-width: 100%;
  margin: 0 auto; }
  .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .social-icons li {
    margin: 0 0.4rem 0 0;
    position: relative; }
  .social-icons a {
    display: block;
    background: #000;
    border: solid 3px transparent;
    transition: all 0.5s ease; }
    .social-icons a:hover, .social-icons a:focus {
      background: black;
      border: solid 3px red; }
  .social-icons svg {
    position: absolute;
    left: 3px;
    top: 4px;
    fill: #FFF; }
  .social-icons--md svg {
    width: 32px; }
  .social-icons--md a {
    width: 40px;
    height: 40px; }
.form-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.form form {
  margin: 0 0 20px; }

.form fieldset {
  background-color: #e1e1e1;
  border: solid 2px #323131;
  padding: 13px;
  margin: 15px 0; }

.form label,
.form input,
.form button,
.form select,
.form textarea {
  font-size: 14px; }

.form select,
.form textarea,
.form input {
  width: 100%;
  max-width: 250px;
  padding: 4px 6px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #323131;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .form select:focus,
  .form textarea:focus,
  .form input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
    .form select:focus:invalid,
    .form textarea:focus:invalid,
    .form input:focus:invalid {
      color: red;
      border-color: #ff6666; }

.form legend {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 5px;
  display: block;
  margin-right: 10px; }

.form textarea {
  height: auto;
  resize: vertical; }

.form label {
  display: block;
  margin-bottom: 5px; }

.form select {
  max-width: 260px; }
  .form select[multiple], .form select[size] {
    height: auto; }

.form input {
  height: 20px; }
  .form input[type="radio"], .form input[type="checkbox"] {
    width: auto;
    height: auto;
    box-shadow: none; }

.form .control-label {
  padding: 5px 0; }

.form .control-group {
  margin-bottom: 10px; }

.no-js .clearButton {
  display: none; }

.hiddenField {
  display: none; }

.control-tooltip {
  display: none;
  padding: 0 10px;
  max-width: 200px;
  margin-left: 5px;
  position: absolute;
  z-index: 1;
  background-color: #ddd;
  left: 100%;
  top: 0; }
  .control-tooltip:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 10px;
    display: inline-block;
    border: solid transparent;
    height: 0;
    width: 0;
    border-right-color: #ddd;
    border-width: 5px;
    margin-top: -5px; }
  .control-tooltip-container {
    position: relative;
    display: inline-block; }
  .control-tooltip-button:hover + .control-tooltip, .control-tooltip:hover {
    display: block; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.hidden-password-field {
  display: none; }

.gigya-screen .default-submit-button input[type=submit] {
  background-color: #f36633; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/html.scss */
.html .hints a {
  float: left;
  margin-right: 5px;
}
.scotts-momazing-video{
	padding: 0 14.5% 0 12.5%;
}
.scotts-momazing-video iframe{
	border: none;
	min-height: 360px;
}
@media only screen and (max-width: 640px) {
	.scotts-momazing-video {
		padding: 0 3.5%;
	}	
}
/*Change for youtube video fix*/

@media only screen and (min-width: 520px) {
	.scotts-momazing-video iframe{
		border: none;
		min-height: 400px;
	}
}

@media only screen and (min-width: 320px) and (max-width:400px){
	.scotts-momazing-video iframe{
		border: none;
		min-height: 265px;
	}
}
