/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/******************************* Settings */
/******************************* Mixins - Base*/
/******************************* Base navigation ?? Should that be removed ?? */
/* line 112, ../../sass/components/navigation.scss */
.navigation .component-content {
  overflow: visible;
}
/* line 115, ../../sass/components/navigation.scss */
.navigation .navigation-branch {
  z-index: 200;
}
/* line 119, ../../sass/components/navigation.scss */
.navigation .navigation-item-decoration {
  display: none;
}

/* line 125, ../../sass/components/navigation.scss */
.no-js .navigation-branch {
  display: block;
}

/******************************* Mixin - Core navigation */
/******************************* Mixin - Overloads to default values */
/******************************* Mixin - Reset to default values */
/******************************* Mixin - Horizontal navigation */
/******************************* Mixin - Vertical navigation */
/******************************* Mixin - Full navigation */
/******************************* Horizontal core */
/* line 134, ../../sass/components/navigation.scss */
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%;
}

/* line 139, ../../sass/components/navigation.scss */
.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 149, ../../sass/components/navigation.scss */
.navigation-branch.navigation-level1 {
  border: medium none;
  display: block;
  padding-left: 12px;
  padding-right: 15px;
  /*padding-top: 15px;*/
}

.richtext-navigation-language,.richtext-navigation-contact{
/*  padding-left: 25px;*//*Anand-2008*/
  font-family: "Open Sans";/*Anand-1808*/
  font-size: 14px;/*Anand-1808*/
  font-weight: 400;/*Anand-1808*/
}

.box-social-navigation{ padding-left: 25px;font-family: "Open Sans";font-size: 14px; font-weight: 400; }/*Anand-2008*/

.richtext-navigation-contact a { padding:0px; }/*Anand-2008*/

.richtext-navigation-language p { padding-left: 25px;}/*Anand-2008*/



.richtext-navigation-contact .component-content{
/*  border-bottom: 1px solid white;
*/  width:184px; /*Anand-2008*/
  margin-left: 25px; /*Anand-2808*/
  
    border-bottom: 1px solid #ffffff;
    -webkit-border-image: url('../../img/nav-cont-border-bottom.png') 27 27 27 27 stretch stretch; /* Safari 5 */
    -o-border-image: url('../../img/nav-cont-border-bottom.png') 27 27 27 27 stretch stretch; /* Opera */
    border-image: url('../../img/nav-cont-border-bottom.png') 27 27 27 27 stretch stretch;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.box-social-navigation .component-content{
  padding-top: 5px;
}

.image-facebook-navigation{
  width: 20px !important;
}
/* line 154, ../../sass/components/navigation.scss */
.navigation-item {
/*   margin: 0 0 0 0;
  border-color: #4a4a4a;
  border-width: 0 0 0 0;
  border-style: solid; */
  width:176px;
}
/* line 159, ../../sass/components/navigation.scss */
.navigation-item > .navigation-item-title {
  display: block;
  padding: 5px 15px 5px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 172, ../../sass/components/navigation.scss */
.navigation-item > a.navigation-item-title:hover {
  color: #000000;
  text-decoration: none;
}
/* line 179, ../../sass/components/navigation.scss */
.navigation-item > span.navigation-item-title {
  cursor: default;
}
/* line 184, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title {
  position: relative;
  padding-right: 39px;
}
/* line 69, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  display: none;
  background: url('../../img/arrows.png') 0 -563px no-repeat;
  height: 4px;
  width: 8px;
  background-position: 0 -544.5px;
}
/* line 76, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  margin: -10px 0 -10px 0;
  display: inline-block;
  vertical-align: top;
}
/* line 92, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-position: 16.5px -544.5px;
}
/* line 99, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  width: 41px;
  position: absolute;
  right: 0;
}
/* line 186, ../../sass/components/navigation.scss */
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}
/* line 194, ../../sass/components/navigation.scss */
.navigation-item.has-active-child > .navigation-item-title, .navigation-item.is-active > .navigation-item-title {
  color: #000000;
/*   background: #a2a2a2; */
  text-decoration: none;
}
/* line 203, ../../sass/components/navigation.scss */
.navigation-item.is-open > .navigation-branch, .no-js .navigation-item:hover > .navigation-branch {
  display: block;
}
/* line 208, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1 {
/*   margin: 0 0 -2px -2px;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid; */
  margin-top: 11px;
}
.page-gummies-left-nav .navigation-item.navigation-level1 { margin-top: 5px; }
.page-gummies-left-nav .navigation-item.navigation-level1:first-of-type { margin-top: 22px; }
/* line 213, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1 > .navigation-item-title {
  color: #3a3a3a !important;
  font-size: 14px;
  line-height: 26px;
  padding: 0px 16px;/*Anand-1808*/
  text-decoration: none;
  font-family: 'Open Sans';/*Anand-1808*/
  font-weight: 400; /*Anand-1808*/
}
/* line 223, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1 > a.navigation-item-title:hover {
  color: #000000;
  text-decoration: none;
/*   background: #f05123 none repeat scroll 0 0;  */
  border-radius: 5px; color: white; 
  font-family: 'Open Sans'; 
  font-style: normal;
  font-weight: 400;    
  font-size: 14px;
}
/* line 230, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title {
  position: relative;
  padding-right: 39px;
}
/* line 69, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
  display: none;
  background: url('../../img/arrows.png') 0 -563px no-repeat;
  height: 4px;
  width: 8px;
  background-position: 0 -544.5px;
}
/* line 76, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  margin: -10px 0 -10px 0;
  display: inline-block;
  vertical-align: top;
}
/* line 92, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
  background-position: 16.5px -544.5px;
}
/* line 99, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
  width: 41px;
  position: absolute;
  right: 0;
}
/* line 232, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}
/* line 239, ../../sass/components/navigation.scss */
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  /* background: #f05123 none repeat scroll 0 0;  */
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400; /*Anand-1808*/
  font-size: 14px;
  padding-top: -6px !important;
  text-decoration: none;
  height: 27px;
}

/******************************* Horizontal navigation */
/* line 502, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-branch {
  display: none;
}
/* line 504, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-branch.navigation-level1 {
  display: block;
}
/* line 507, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-branch.navigation-level2 {
  min-width: 100%;
  position: absolute;
  top: 41px;
  left: -2px;
}
/* line 516, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-branch.navigation-level2 .navigation-branch {
  position: absolute;
  margin-left: 100%;
  top: -2px;
  left: 0;
}
/* line 526, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-item {
  position: relative;
}
/* line 532, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-item.is-open > .navigation-branch, .no-js .navigation-horizontal .navigation-item:hover > .navigation-branch {
  display: block;
}
/* line 537, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-item.navigation-level1 {
  float: left;
}
/* line 602, ../../sass/components/navigation.scss */
.navigation-horizontal:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 611, ../../sass/components/navigation.scss */
.navigation-horizontal .navigation-item-decoration {
  background-color: inherit !important;
}
/* Home Page Start */

.navigation-left {
  margin: 0 !important;
}

/*  navigation-left is -active color code */
#wrapper .navigation-left .navigation-root li.is-active a {
  color: #ffffff !important;
}
#wrapper .navigation-left .navigation-root li a:hover{
  color: #ffffff !important;
}
#wrapper .navigation-left .navigation-root li a:active{
  color: #ffffff !important;
}
#wrapper .navigation-left .navigation-root li a:focus{
  color: #ffffff !important;
}
.navigation-left .navigation-root li.is-active:nth-child(1), .navigation-left .navigation-root li:nth-child(1):hover, 
.navigation-left .navigation-root li:nth-child(1) a:focus{
  background: #f05123 !important;
  border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(2), .navigation-left .navigation-root li:nth-child(2):hover, 
.navigation-left .navigation-root li:nth-child(2) a:focus{
    background: #f3b431 !important;
	border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(3), .navigation-left .navigation-root li:nth-child(3):hover, 
.navigation-left .navigation-root li:nth-child(3) a:focus{
    background: #d13d3d !important;
	border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(4), .navigation-left .navigation-root li:nth-child(4):hover, .navigation-left .navigation-root li:nth-child(4) a:focus {
  background: #005391 none repeat scroll 0 0 !important;
  border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(5), .navigation-left .navigation-root li:nth-child(5):hover, 
.navigation-left .navigation-root li:nth-child(5) a:focus{
    background: #4da848 !important;
	border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(6), .navigation-left .navigation-root li:nth-child(6):hover, 
.navigation-left .navigation-root li:nth-child(6) a:focus{
    background: #0192d5 !important;
	border-radius: 2px;/*jayesh change 01-09-2015*/
}
.navigation-left .navigation-root li.is-active:nth-child(7), .navigation-left .navigation-root li:nth-child(7):hover, 
.navigation-left .navigation-root li:nth-child(7) a:focus{
    background: #f05123 !important;
	border-radius: 2px;/*jayesh change 01-09-2015*/
}
.bahasa-bh .navigation-left .navigation-root li.is-active:nth-child(8),.bahasa-bh .navigation-left .navigation-root li:nth-child(8):hover, 
.bahasa-bh .navigation-left .navigation-root li:nth-child(8) a:focus{
    background: #f3b431 !important;
	border-radius: 2px;
}
.malaysia-en .navigation-left .navigation-root li.is-active:nth-child(8),.malaysia-en .navigation-left .navigation-root li:nth-child(8):hover, 
.malaysia-en .navigation-left .navigation-root li:nth-child(8) a:focus{
    background: #f3b431 !important;
	border-radius: 2px;
}

/*  navigation-left is -active color code End*/
/* Home Page End */
/*scott Gummies code start*/
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(2), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(2):hover, .gummies-left-navigation-template .navigation-root li:nth-child(2) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(2), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(2):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(2) a:focus{
    background-color: #005391 !important;
	border-radius: 2px;
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(3), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(3):hover, .gummies-left-navigation-template .navigation-root li:nth-child(3) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(3), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(3):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(3) a:focus{
    background: #f3b431 !important;
	border-radius: 2px;
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(4), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(4):hover, .gummies-left-navigation-template .navigation-root li:nth-child(4) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(4), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(4):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(4) a:focus{
    background: #d13d3d !important;
	border-radius: 2px;
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(5), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(5):hover, .gummies-left-navigation-template .navigation-root li:nth-child(5) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(5), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(5):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(5) a:focus {
  background: #005391 none repeat scroll 0 0 !important;
  border-radius: 2px;
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(6), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(6):hover, .gummies-left-navigation-template .navigation-root li:nth-child(6) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(6), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(6):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(6) a:focus{
    background: #4da848 !important;
	border-radius: 2px; 
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(7), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(7):hover, .gummies-left-navigation-template .navigation-root li:nth-child(7) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(7), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(7):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(7) a:focus{
    background: #0192d5 !important;
	border-radius: 2px; 
}
.gummies-left-navigation-template .navigation-left .navigation-root li.is-active:nth-child(8), .gummies-left-navigation-template .navigation-left .navigation-root li:nth-child(8):hover, .gummies-left-navigation-template .navigation-root li:nth-child(8) a:focus,
.page-gummies-left-nav .navigation-left .navigation-root li.is-active:nth-child(8), .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(8):hover, .page-gummies-left-nav .navigation-left .navigation-root li:nth-child(8) a:focus{
    background: #f05123 !important;
	border-radius: 2px; 
}


/*scott Gummies code end*/
@media only screen and (max-width: 767px) {


/*.image-facebook-navigation img{  max-width: 24px !important; height:44px !important; }
.image-twitter-navigation img {  max-width: 50px !important; height:40px !important; }
*/
	
  /* line 452, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item-decoration {
    display: none;
  }
  /* line 456, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-branch {
    display: auto;
  }
  /* line 458, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-branch.navigation-level1 {
    display: auto;
  }
  /* line 461, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-branch.navigation-level2 {
    position: inherit;
    min-width: 0;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 467, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-branch.navigation-level2 .navigation-branch {
    position: inherit;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 475, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item {
    position: inherit;
  }
  /* line 479, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.is-open > .navigation-branch, .no-js .navigation-horizontal .navigation-item:hover > .navigation-branch {
    display: auto;
  }
  /* line 483, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.navigation-level1 {
    float: none;
  }
  /* line 487, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.has-children > .navigation-item-title {
    position: relative;
    padding-right: 39px;
  }
  /* line 69, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    display: none;
    background: url('../../img/arrows.png') 0 -563px no-repeat;
    height: 4px;
    width: 8px;
    background-position: 0 -544.5px;
  }
  /* line 76, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    height: 41px;
    margin: -10px 0 -10px 0;
    display: inline-block;
    vertical-align: top;
  }
  /* line 92, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    background-position: 16.5px -544.5px;
  }
  /* line 99, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    width: 41px;
    position: absolute;
    right: 0;
  }
  /* line 286, ../../sass/components/navigation.scss */
  .navigation-horizontal .navigation-branch {
    border-width: 2px 0 2px 0;
  }
  
  .navigation-item.navigation-level1 > a.navigation-item-title:hover {
	font-size: 28px;
  }
}

/******************************* Vertical navigation */
/* line 547, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-branch {
  display: none;
}
/* line 549, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-branch.navigation-level1 {
  display: inline-block;
}
/* line 552, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-branch.navigation-level2 {
  position: absolute;
  margin-left: 100%;
  top: -2px;
  left: 2px 2px 2px 2px;
}
/* line 558, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-branch.navigation-level2 .navigation-branch {
  position: absolute;
  margin-left: 100%;
  top: -2px;
  left: 0 0 0 0;
}
/* line 568, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item {
  position: relative;
}
/* line 572, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.is-open > .navigation-branch, .no-js .navigation-vertical .navigation-item:hover > .navigation-branch {
  display: block;
}
/* line 577, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.has-children > .navigation-item-title {
  position: relative;
  padding-right: 39px;
}
/* line 63, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  display: none;
  background: url('../../img/arrows.png') 0 -505px no-repeat;
  height: 8px;
  width: 4px;
  background-position: 0 -488.5px;
}
/* line 76, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  margin: -10px 0 -10px 0;
  display: inline-block;
  vertical-align: top;
}
/* line 88, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-position: 18.5px -488.5px;
}
/* line 99, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  width: 41px;
  position: absolute;
  right: 0;
}
/* line 625, ../../sass/components/navigation.scss */
.navigation-vertical .navigation-item-decoration {
  background-color: inherit !important;
}
@media only screen and (max-width: 767px) {
  /* line 452, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item-decoration {
    display: none;
  }
  /* line 456, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-branch {
    display: auto;
  }
  /* line 458, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-branch.navigation-level1 {
    display: auto;
  }
  /* line 461, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-branch.navigation-level2 {
    position: inherit;
    min-width: 0;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 467, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-branch.navigation-level2 .navigation-branch {
    position: inherit;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 475, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item {
    position: inherit;
  }
  /* line 479, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.is-open > .navigation-branch, .no-js .navigation-vertical .navigation-item:hover > .navigation-branch {
    display: auto;
  }
  /* line 483, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.navigation-level1 {
    float: none;
  }
  /* line 487, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.has-children > .navigation-item-title {
    position: relative;
    padding-right: 39px;
  }
  /* line 69, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    display: none;
    background: url('../../img/arrows.png') 0 -563px no-repeat;
    height: 4px;
    width: 8px;
    background-position: 0 -544.5px;
  }
  /* line 76, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    height: 41px;
    margin: -10px 0 -10px 0;
    display: inline-block;
    vertical-align: top;
  }
  /* line 92, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    background-position: 16.5px -544.5px;
  }
  /* line 99, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    width: 41px;
    position: absolute;
    right: 0;
  }
  /* line 286, ../../sass/components/navigation.scss */
  .navigation-vertical .navigation-branch {
    border-width: 2px 0 2px 0;
  }
}

/******************************* Full navigation */
/* line 586, ../../sass/components/navigation.scss */
.navigation-full .navigation-item-decoration {
  visibility: hidden;
  display: none;
}
/* line 591, ../../sass/components/navigation.scss */
.navigation-full .navigation-branch {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 452, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item-decoration {
    display: none;
  }
  /* line 456, ../../sass/components/navigation.scss */
  .navigation-full .navigation-branch {
    display: auto;
  }
  /* line 458, ../../sass/components/navigation.scss */
  .navigation-full .navigation-branch.navigation-level1 {
    display: auto;
  }
  /* line 461, ../../sass/components/navigation.scss */
  .navigation-full .navigation-branch.navigation-level2 {
    position: inherit;
    min-width: 0;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 467, ../../sass/components/navigation.scss */
  .navigation-full .navigation-branch.navigation-level2 .navigation-branch {
    position: inherit;
    margin-left: 0;
    top: auto;
    left: auto;
  }
  /* line 475, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item {
    position: inherit;
  }
  /* line 479, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.is-open > .navigation-branch, .no-js .navigation-full .navigation-item:hover > .navigation-branch {
    display: auto;
  }
  /* line 483, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.navigation-level1 {
    float: none;
  }
  /* line 487, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.has-children > .navigation-item-title {
    position: relative;
    padding-right: 39px;
  }
  /* line 69, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    display: none;
    background: url('../../img/arrows.png') 0 -563px no-repeat;
    height: 4px;
    width: 8px;
    background-position: 0 -544.5px;
  }
  /* line 76, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    height: 41px;
    margin: -10px 0 -10px 0;
    display: inline-block;
    vertical-align: top;
  }
  /* line 92, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    background-position: 16.5px -544.5px;
  }
  /* line 99, ../../sass/components/navigation.scss */
  .navigation-full .navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    width: 41px;
    position: absolute;
    right: 0;
  }
  /* line 286, ../../sass/components/navigation.scss */
  .navigation-full .navigation-branch {
    border-width: 2px 0 2px 0;
  }
.navigation-left,  .searchBox, .richtext-navigation-language, .richtext-navigation-contact, .box-social-navigation{
  display:none !important;
}
/* home page mobile */

.navigation-item {
  width: 100%;
}
.box-outer-left-navigation .navigation-branch.navigation-level1 {
  padding-left: 24px;
  padding-right: 24px;
}
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  /* background: #f05123 none repeat scroll 0 0; */
  border-radius: 5px;
  color: white;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  height: 27px;
  padding: 18px 64px 21px;
  text-decoration: none;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  border-bottom: 1px solid #ccc;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  padding: 9px 64px 24px;
  text-decoration: none;
}
.richtext-navigation-contact .component-content {
  border-bottom: 1px solid #ccc;
  width: 97%;
}
.image-facebook-navigation {
  float: left !important;
  width: 10% !important;
}
.image-twitter-navigation {
  width: 15% !important;
}

.box-social-navigation-mobile .image-facebook-navigation {
  float: left !important;
  padding-left: 25px;
  padding-top: 14px;
  width: 10% !important;
}
}


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

.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  padding: 12px 25px 13px;
  font-size: 25px;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  padding: 12px 25px 13px;
  font-size: 25px;
}

.navigation-item.navigation-level1 > a.navigation-item-title:hover {
	font-size: 25px;
}

}
@media only screen and (max-width: 480px) {
.navigation-item.navigation-level1 {
  margin-top: 0;
}
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  font-size: 22px;
  padding: 10px 19px;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  font-size: 20px;
  padding: 10px 19px;
}
.navigation-item.navigation-level1 > a.navigation-item-title:hover {
  font-size: 20px;
}
.box-social-navigation-mobile .image-facebook-navigation {
  padding-left: 0;
}

}

@media only screen and (max-width: 375px) {
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  font-size: 18px;
  padding: 8px 15px;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  font-size: 18px;
  padding: 8px 15px;
}

.navigation-item.navigation-level1 > a.navigation-item-title:hover {
	font-size: 18px;
}

}


@media only screen and (max-width: 320px) {
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  font-size: 15px;
  padding: 8px 15px;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  font-size: 15px;
  padding: 8px 15px;
}
.navigation-item.navigation-level1 > a.navigation-item-title:hover {
	font-size: 15px;
}
.box-social-navigation-mobile .image-facebook-navigation {
  padding-left: 10px;
}

}


/*1st Feb- Navigation Word wrap changes*/
.navigation-left.navigation-indonesia .navigation-root .navigation-item.navigation-level1 > .navigation-item-title{
	white-space: normal;
	line-height: 1.5;
}

/*4th Feb- Navigation Word wrap issue*/
.navigation-left.navigation-indonesia .navigation-item.navigation-level1.is-active > .navigation-item-title{
	  height: initial;
}
/*END*/
/*Changes for ticket - USIM10014639207 || Infosys --  Starts*/
.co-locale .navigation-item > .navigation-item-title {
	white-space: normal;
}
/*Changes for ticket - USIM10014639207 || Infosys --  Ends*/ 
/*Migration Issue Fixes -- Starts*/                                                                
.navigation-mobile-menu{
	display : none;
}
@media only screen and (max-width: 375px){
.richtext-navigation-language p {
	font-size: 18px;
	padding-left: 40px;
}
}
/*Migration Issue Fixes -- ends*/  /* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/map.scss */
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, ../../sass/components/map.scss */
.map-canvas img {
  width: 100%;
  max-width: inherit;
}

/* line 14, ../../sass/components/map.scss */
.no-js .map-canvas img {
  width: 100%;
  max-width: 640px;
}
/* line 2, ../../sass/components/layout.editor.scss */
.layout-builder-new #wrapper {
  background: none;
}
/* line 6, ../../sass/components/layout.editor.scss */
.layout-builder-new .author-only-placeholder,
.layout-builder-new .container-name {
  display: none;
}

/* line 13, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .container {
  background: none;
}
/* line 17, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .author-only-placeholder,
.layout-builder-bootstrap .container-name {
  display: none;
}
/* line 22, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .paragraph {
  clear: none;
  /* override .component class*/
}
/* line 26, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .paragraph .validationMessages,
.layout-builder-bootstrap .validationMessages {
  background: #FFF;
  color: #000;
  text-align: left;
  font-weight: normal;
}
/* line 34, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .wrapper {
  clear: none;
  /* override .component class*/
}
/* line 38, ../../sass/components/layout.editor.scss */
.layout-builder-bootstrap .paragraphSystem {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 44, ../../sass/components/layout.editor.scss */
.layout-editor-paragraph,
.layout-editor-fixed-component {
  background-color: #f0f0f0;
  border: 1px solid #e1e1e8;
  min-height: 60px;
  text-align: center;
  padding-top: 10px;
  color: #bebec5;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/image.gallery.scss */
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 9, ../../sass/components/image.gallery.scss */
.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 13, ../../sass/components/image.gallery.scss */
.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white;
}

/* line 22, ../../sass/components/image.gallery.scss */
.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 29, ../../sass/components/image.gallery.scss */
.imageGallery-description {
  margin: 10px 0;
}

/* line 33, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0;
}

/* line 38, ../../sass/components/image.gallery.scss */
.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 45, ../../sass/components/image.gallery.scss */
.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}

/* line 57, ../../sass/components/image.gallery.scss */
.imageGallery-description {
  margin: 15px 0;
}

/* line 61, ../../sass/components/image.gallery.scss */
.imageGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 65, ../../sass/components/image.gallery.scss */
.imageGallery-arrow-left:hover {
  background-image: url(../../../../wireframe/desktop/img/arrow-big-left-hover.png);
}

/* line 69, ../../sass/components/image.gallery.scss */
.imageGallery-arrow-right:hover {
  background-image: url(../../../../wireframe/desktop/img/arrow-big-right-hover.png);
}

/* line 74, ../../sass/components/image.gallery.scss */
.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0;
  background-image: url(../../../../wireframe/desktop/img/arrow-big-left.png);
}

/* line 80, ../../sass/components/image.gallery.scss */
.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0;
  background-image: url(../../../../wireframe/desktop/img/arrow-big-right.png);
}

/* line 85, ../../sass/components/image.gallery.scss */
.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px;
}

/* line 97, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 117, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 122, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail-cover {
  display: block;
  max-width: none;
}

/* line 127, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 135, ../../sass/components/image.gallery.scss */
.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

/* line 140, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

/* line 146, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  background: url(../../../../wireframe/desktop/img/smallplay.png) no-repeat scroll left top transparent;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer;
}

/* line 158, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 167, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail a {
  display: block;
}

/* line 171, ../../sass/components/image.gallery.scss */
.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto;
}

/* line 178, ../../sass/components/image.gallery.scss */
.imageGallery-view {
  cursor: pointer;
}

/* line 182, ../../sass/components/image.gallery.scss */
.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  background: url(../../../../wireframe/desktop/img/bigplay.png) no-repeat;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 199, ../../sass/components/image.gallery.scss */
.imageGallery.is-playing .imageGallery-view-overlay {
  background: url(../../../../wireframe/desktop/img/bigpause.png) no-repeat center center transparent;
}

/* line 203, ../../sass/components/image.gallery.scss */
.imageGallery .gallery-play {
  color: #323131;
}

/* line 207, ../../sass/components/image.gallery.scss */
.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7;
}

/* line 211, ../../sass/components/image.gallery.scss */
.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 217, ../../sass/components/image.gallery.scss */
.js .imageGallery-thumbnail {
  padding: 0;
}
/* line 221, ../../sass/components/image.gallery.scss */
.js .imageGallery-thumbnails {
  overflow: hidden;
  position: relative;
}

/*no js view*/
/* line 229, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-view {
  display: none;
}

/* line 233, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-list {
  margin: 0;
}

/* line 237, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto;
}

/* line 242, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden;
}

/* line 249, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left;
}

/* line 256, ../../sass/components/image.gallery.scss */
.no-js .imageGallery-arrow {
  display: none;
}
/* 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;
}

/* Home Page Start */

.image-navigation-top .component-content {
  text-align: center;
}
.image-navigation-top {
  margin: 0 auto !important;
  padding-top: 20px;
}
.image-inner-two-callout-first {
  margin: 0 !important;
}
.image-inner-two-callout-second {
  margin: 0 !important;
}
/* .image-inner-three-callout-first .component-content {
  position: absolute;
  left:25%;
  top: 5%;
}
 */
#wrapper .image-inner-two-callout-video-first {
  margin: 0;
}
#wrapper .box-inner-article-three {padding-left: 0px; padding-right: 15px; }/*Anand-2008*/


/* Bg related image */

.image-background, .mobile-image-background {
  display: none !important;
}



/* Home Page End */
/*--------------------- Making-kids-brighter Start ----------------------*/

.image-mkb-inner-three-callout-yellow .component-content.left {
  text-align: center;
  margin-top:30px;
}
.image-mkb-inner-three-callout-pink .component-content {
  text-align: center;
  margin-top:30px;
}
.mobile-image-mkb-inner-three-callout-first, .mobile-image-mkb-inner-three-callout-second, .mobile-image-mkb-inner-three-callout-yellow, 
.mobile-image-mkb-inner-two-callout-first, .mobile-image-mkb-inner-two-callout-second, .mobile-image-mkb-inner-three-callout-pink, 
.mobile-image-mkb-inner-three-callout-second{
  display:none;
}
.mobile-image-ss-tab-single, .mobile-image-ss-tab-box-inner-one, .mobile-image-ss-tab-box-inner-two{
  display:none;
}

/*--------------------- Making-kids-brighter End ----------------------*/
.image-ss-tab-single .component-content.left {
  text-align: center;
}
#wrapper .science-of-scotts-tab .image-ss-tab-single {
  margin: 14px 0px 8px 0px;/*Anand-28-08*/
}
.image-ss-tab-box-inner-two .component-content.left {
  text-align: right;
}
#wrapper .image-inner-article {
  margin: 0;
}
.box-inner-two-callout-video img {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
#wrapper .mobile-image-inner-three-callout-first{
  display:none;
}
#wrapper .box-inner-article-three {  padding: 0px;} /*Anand-2508*/
  /* line 16, ../../sass/components/image.scss */
  .image .component-content {
    text-align: center;
  }
.mobile-image-inner-two-callout-first, .mobile-image-inner-two-callout-second, .mobile-image-inner-three-callout-first, .mobile-image-inner-three-callout-second,
.mobile-image-inner-three-callout-third, .mobile-image-inner-article{
  display: block;
}  

#wrapper .image-inner-two-callout-first, #wrapper .image-inner-two-callout-second, #wrapper .image-inner-three-callout-first,
#wrapper .image-inner-three-callout-second, #wrapper .image-inner-three-callout-third, #wrapper .image-inner-article{   display: none; }

.image-header-top {
  left: 77%;
  position: absolute;
  right: 0;
  text-align: right;
  top: 24px;
  width: 53px !important;
  z-index:999999;
}
#wrapper .image-inner-two-callout-video-first {
  float: left;
  width: 34% !important;/*Anand-0209*/
}
.mobile-image-inner-three-callout-first {
  float: left;
  margin-left: 20px;
  margin-top: 40px;
  width: 28%;
}
#wrapper .image-inner-two-callout-video-first{
	width: 28% !important;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*--------------------- Making-kids-brighter Start ----------------------*/
#wrapper .image-mkb-inner-three-callout-yellow {
  display: block !important;
  float: left;
  width: 28%;
}

.mobile-image-mkb-inner-three-callout-first, .mobile-image-mkb-inner-three-callout-second, .mobile-image-mkb-inner-three-callout-yellow, .mobile-image-mkb-inner-two-callout-first, .mobile-image-mkb-inner-two-callout-second, .mobile-image-mkb-inner-three-callout-pink, .mobile-image-mkb-inner-three-callout-second {
  display: block;
}

#wrapper .image-mkb-inner-three-callout-first, #wrapper .image-mkb-inner-three-callout-second, #wrapper .image-mkb-inner-three-callout-yellow, #wrapper 
.image-mkb-inner-two-callout-first, #wrapper .image-mkb-inner-two-callout-second, #wrapper .image-mkb-inner-three-callout-pink, #wrapper 
.image-mkb-inner-three-callout-first, #wrapper  .image-mkb-inner-three-callout-second{
  display: none;
}

.mobile-image-mkb-inner-three-callout-pink {
  margin-bottom: 30px;
  margin-top: 20px;
  width: 28%;
  float: left;
}
#wrapper .mobile-image-mkb-inner-three-callout-yellow {
  display: none;
}

/*--------------------- Making-kids-brighter End ----------------------*/
/*--------------------- Science of Scotts Start ----------------------*/

.image-ss-tab-box-inner-two .component-content.left {
  text-align: center;
}

/*--------------------- Science of Scotts End ----------------------*/
  
#wrapper .image-rowone-as-first-callout, #wrapper  .image-rowone-as-second-callout, #wrapper  .mobile-image-rowone-as-third-callout{
  display:none;
}
#wrapper .image-rowone-as-third-callout {  float: left;  width: 40%; } /*Anand-0209*/
  
#wrapper .image-ss-tab-box-inner-one {
  padding:0 15px;
}
#wrapper .image-ss-tab-box-inner-two {
  float: right;
  margin-top: 15px;
  padding-right: 15px;
  width: 48%;
}
  
#wrapper .science-of-scotts-tab .image-ss-tab-single {
  padding: 0px 10px;
}  
}
@media only screen and (max-width: 640px) {

#wrapper .image-ss-tab-single {
  margin: 30px 0;
}

}

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

#wrapper .image-ss-tab-box-inner-two {
  margin-top: 9px;
}
}

@media only screen and (max-width: 520px) {
.image-header-top {
  left: 74%;
  top: 16px;
  width: 43px !important;
}


}

@media only screen and (max-width: 480px) {
#wrapper .box-inner-three-callout-first .mobile-image-inner-three-callout-first {
  padding-left: 11px;
  padding-top: 5%;
  width: 29%;
}
/* .image-ss-tab-box-inner-one img, .image-ss-tab-box-inner-two img {
  width: 70%;
} */
#wrapper .image-ss-tab-single {
  margin: 20px 0;
}

}
@media only screen and (max-width: 375px) {
.image-header-top {
  left: 73%;
  top: 26px;
  width: 35px !important;
}
#wrapper .richtext-inner-three-callout-first {
  margin-bottom: 30px !important;

}
}

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

.box-outer-ss-social-share-parent {
  left: 27px;
}
#wrapper .richtext-ss-share {
  width: 46%;
}
}
@media only screen and (max-width: 320px) {
.image-header-top {
  left: 73%;
  top: 27px;
  width: 30px !important;
}
.box-outer-social-share {
  left: 25px;
}

}


@media only screen and (min-width:768px) {
#wrapper .mobile-image-inner-two-callout-first, #wrapper .mobile-image-inner-two-callout-second, #wrapper .mobile-image-inner-three-callout-first, 
#wrapper .mobile-image-inner-three-callout-second, #wrapper .mobile-image-inner-three-callout-third, #wrapper .mobile-image-inner-article{
  display: none;
}
#wrapper .mobile-image-rowone-as-first-callout, #wrapper .mobile-image-rowone-as-second-callout, #wrapper .mobile-image-rowone-as-third-callout {
	display:none;
}

}
/*Migration Issue Fixes -- Starts*/                                                                
img {
    max-width: 100%;
}
.main .gsk-logo-grid .grid_1.image-header-top{
	margin-left: 0;
}
.image.prefix_1.image-op-inner-three-callout-first.product-align{
	width: fit-content; 
}
/*Migration Issue Fixes -- ends*/ /* 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 2.0 MY Gummies Localization--Starts*/
.bahasa-bh .gummies-home-total-outer-box .gummies-box-inner-two-callouts-first .gummies-richtext-inner-two-callout-first-readmore{
	margin-top: 18.5%;
}
.bahasa-bh .component.even.richText.gummies-richtext-inner-two-callout-second-readmore.section {
    margin-top: 6%;
}
.bahasa-bh .gummies-home-total-outer-box .gummies-learnmore-orange-bg-box {
    margin-bottom: 20px;
}
.bahasa-bh .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: 27.3%;
}
.bahasa-bh .component.gummies-exploration-taking-out-readmore.even.richText.section {
    margin-top: 8.5%;
}
.bahasa-bh .gummies-homepage-article-section-box .component.even.richText.gummies-richtext-inner-two-callout-second-readmore.section {
    margin-top: 9.9%;
}
.page-ScottsExplorersClub.bahasa-bh .image-twitter-navigation{
	margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    height: 40px;
}
.page-GummiesFAQs.bahasa-bh .box-inner-as-first-callout, .page-GummiesFAQs.bahasa-bh .box-inner-as-second-callout, .page-GummiesFAQs.bahasa-bh .box-outer-as-three-callouts .box-inner-as-third-callout{
    height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 359px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 45%;
	}
	.page-GummiesFAQs.bahasa-bh #wrapper .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first {
		width: 56%;
	}
	.page-GummiesFAQs.bahasa-bh .richtext-inner-three-callout-hlink-first {
		bottom: 34px !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a  {
    font-size: 15px;
	}
	.page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		top: 2px !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language select {
    background-position: 59px 8px !important;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 53%;
	}
	.page-GummiesFAQs.bahasa-bh .richtext-inner-three-callout-hlink-first {
		bottom: 34px !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a {
		font-size: 18px;
	}
	.page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		top: 0px !important;
	}
	.page-ScottsExplorersClub.malaysia-en .box-social-navigation-mobile .image-twitter-navigation {
		padding-top: 22px !important;
	}
}
@media only screen and (min-width: 375px) and (max-width: 413px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 53%;
	}	
	.page-GummiesFAQs.bahasa-bh .richtext-inner-three-callout-hlink-first {
		bottom: 50px !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a {
		font-size: 18px;
	}
	.page-ScottsExplorersClub.bahasa-bh #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 8% !important;
	}	
	.page-ScottsExplorersClub.bahasa-bh .box-social-navigation-mobile .image-twitter-navigation, .page-ScottsExplorersClub.malaysia-en.box-social-navigation-mobile .image-twitter-navigation {
		padding-top: 24px;
	}
	.page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		top: 0px !important;
	}	
}
@media only screen and (min-width: 414px) and (max-width: 567px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 70%;
	}	
	.page-GummiesFAQs.bahasa-bh .richtext-inner-three-callout-hlink-first {
		bottom: 75px !important;
	}
	.page-GummiesFAQs.bahasa-bh #wrapper .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first {
		width: 55%;
	}
	.bahasa-bh.singapore #wrapper .box-article-inner-social-share-first .richtext-ss-share{
		left: 41%;
	}
	.bahasa-bh #wrapper .gummies-article-total-outer-box .box-article-inner-social-share-second .richtext-ss-share {
		left: 15%;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a  {
		font-size: 20px;
	}	
	.page-ScottsExplorersClub.bahasa-bh #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 8% !important;
	}
	.page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		top: 0px !important;
	}		
}
@media only screen and (min-width: 568px) and (max-width: 639px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 68%;
	}	
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a {
		font-size: 25px;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language{
		padding-left: 1%;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact {
		padding-left: 1%;
	}
	.page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 6% !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language select {
		background-position: 59px 8px !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 667px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 68%;
	}	
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact p a {
		font-size: 25px;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language{
		padding-left: 7%;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact {
		padding-left: 7%;
	}
	.page-ScottsExplorersClub.bahasa-bh #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 6% !important;
	}	
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language select {
		background-position: 59px 8px !important;
	}
}
@media only screen and (min-width: 668px) and (max-width: 767px){
	.bahasa-bh .gummies-faq-total-outer-box .article-image-overlay-text {
		top: 68%;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language{
		padding-left: 6%;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact {
		padding-left: 6%;
	}
	.page-ScottsExplorersClub.bahasa-bh #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 4% !important;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language select {
		background-position: 59px 7px !important;
	}	
}
@media only screen and (min-width: 1024px){
	.page-GummiesFAQs.bahasa-bh .box-inner-as-first-callout{
		height: 640px;
	}
	.page-GummiesFAQs.bahasa-bh .gummies-faq-total-outer-box .box-outer-as-three-callouts .box-inner-as-first-callout .richtext-as-inner-three-callout-first {
		height: 405px;
	}
	.page-GummiesFAQs.bahasa-bh .box-inner-as-second-callout{
		height: 640px;
	}
	.page-GummiesFAQs.bahasa-bh .box-outer-as-three-callouts .box-inner-as-third-callout{
		height: 640px;
	}
	.bahasa-bh .gummies-faq-total-outer-box .box-inner-as-third-callout .richtext-inner-three-callout-hlink-first{
		margin-top: 0px;
	}
	.bahasa-bh .component.gummies-box-outer-two-callouts.box.odd.section .gummies-box-inner-two-callouts-second {
		min-height: 638px;
	}
	.page-ScottsExplorersClub.page-GummiesFAQs.malaysia-en .box-outer-as-three-callouts .box-inner-as-third-callout {
		height: 612px;
	}
}
@media only screen and (max-width: 767px){
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language select {
		background-position: 78px 11px;
	    margin-left: 30px;
		padding-left: 0;
	}
	.page-ScottsExplorersClub.bahasa-bh .box-social-navigation-mobile .image-twitter-navigation, .page-ScottsExplorersClub.malaysia-en .box-social-navigation-mobile .image-twitter-navigation {
		border-bottom: none;
		padding-top: 23px;
		padding-top: 25px;
		padding-bottom: 0px;
	}
	.page-ScottsExplorersClub.bahasa-bh .box-social-navigation-mobile .image-facebook-navigation, .page-ScottsExplorersClub.malaysia-en .box-social-navigation-mobile .image-facebook-navigation {
		padding-top: 0;
	}
	.page-ScottsExplorersClub.bahasa-bh  #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en  #wrapper .box-social-navigation-mobile{
		float: left;
		top: 0;
		padding-left: 4%;
	}
	.page-ScottsExplorersClub.bahasa-bh .image-facebook-navigation .component-content, .page-ScottsExplorersClub.malaysia-en .image-facebook-navigation .component-content{
		padding-top: 25px;
	}
	.page-ScottsExplorersClub.bahasa-bh .page-gummies-left-nav .mobile-richtext-navigation-contact p, .page-ScottsExplorersClub.malaysia-en .page-gummies-left-nav .mobile-richtext-navigation-contact p{
		margin-top: 0px;
		padding-left: 35px;
	}
	.page-ScottsExplorersClub.bahasa-bh .page-gummies-left-nav .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .page-gummies-left-nav .mobile-richtext-navigation-contact p a{
		padding-left: 0;
		margin-left: -4px;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact .component-content, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact .component-content{
		display: inline-block;
	}
	.page-ScottsExplorersClub.bahasa-bh .image-facebook-navigation img, .page-ScottsExplorersClub.malaysia-en .image-facebook-navigation img {
		padding-top: 0;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language p, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language p {
		padding-left: 30px;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact {
    margin-top: 0 !important;
}
}
@media only screen and (max-width: 360px){
	.page-ScottsExplorersClub.bahasa-bh .image-facebook-navigation .component-content, .page-ScottsExplorersClub.malaysia-en .image-facebook-navigation .component-content {
		padding-top: 25px;
	}
	.page-ScottsExplorersClub.bahasa-bh .page-gummies-left-nav .mobile-richtext-navigation-contact p, .page-ScottsExplorersClub.malaysia-en .page-gummies-left-nav .mobile-richtext-navigation-contact p{
		margin-top: 0px;
		padding-left: 35px;
	}
	.page-ScottsExplorersClub.bahasa-bh .page-gummies-left-nav .mobile-richtext-navigation-contact p a, .page-ScottsExplorersClub.malaysia-en .page-gummies-left-nav .mobile-richtext-navigation-contact p a{
		padding-left: 0;
		margin-left: -4px;
	}
	.page-ScottsExplorersClub.bahasa-bh .mobile-richtext-navigation-contact .component-content, .page-ScottsExplorersClub.malaysia-en .mobile-richtext-navigation-contact .component-content{
		display: inline-block;
	}
	.page-ScottsExplorersClub.bahasa-bh .box-social-navigation-mobile .image-twitter-navigation, .page-ScottsExplorersClub.malaysia-en.box-social-navigation-mobile .image-twitter-navigation{
		padding-top: 21px;
		padding-bottom: 0px;
	}
	.page-ScottsExplorersClub.bahasa-bh .image-facebook-navigation img, .page-ScottsExplorersClub.malaysia-en .image-facebook-navigation img {
		padding-top: 0;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language select, .page-ScottsExplorersClub.malaysia-en.richtext-navigation-language select {
	    margin-left: 26px;
		padding-left: 0;
	}
	.page-ScottsExplorersClub.bahasa-bh .richtext-navigation-language p, .page-ScottsExplorersClub.malaysia-en .richtext-navigation-language p  {
		padding-left: 27px !important;
	}
	.page-ScottsExplorersClub.bahasa-bh #wrapper .box-social-navigation-mobile, .page-ScottsExplorersClub.malaysia-en #wrapper .box-social-navigation-mobile {
		padding-left: 3% !important;
	}	
}
/*Scotts 2.0 MY Gummies Localization--Ends*/
/*Migration Fixes -- Starts*/
.parametrizedhtml.enhancedvideo-carousel-overlay, .parametrizedhtml.whyscotts-videogallery-overlay, .parametrizedhtml.gummies-enhanced-video-carousel-overlay{
  margin: 0 auto;
}
/*Migration Fixes -- Ends*//* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
/* line 94, ../../sass/components/form.scss */
.form {
  /* TWITTER BOOTSTRAP FORM STYLE
  ------------------------------------*/
  /* STATES STYLES
      ------------------------------------*/
  /* ARROW BUTTON STYLES 
     -----------------------------------*/
}
/* line 96, ../../sass/components/form.scss */
.form .form-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 103, ../../sass/components/form.scss */
.form form {
  margin: 0 0 20px;
}
/* line 107, ../../sass/components/form.scss */
.form fieldset {
  background-color: #e1e1e1;
  border: solid 2px #323131;
  padding: 13px;
  margin: 15px 0;
  min-width: 0;
}
/* line 115, ../../sass/components/form.scss */
.form legend {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 5px;
}
/* line 122, ../../sass/components/form.scss */
.form fieldset legend {
  display: table;
  white-space: normal;
  margin-right: 10px;
}
/* line 132, ../../sass/components/form.scss */
.form label,
.form input,
.form button,
.form select,
.form textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  max-width: 100%;
}
/* line 139, ../../sass/components/form.scss */
.form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  min-width: 200px;
}
/* line 148, ../../sass/components/form.scss */
.form input,
.form button,
.form select,
.form textarea {
  font-family: "Open Sans", sans-serif;
}
/* line 152, ../../sass/components/form.scss */
.form label {
  display: block;
  margin-bottom: 5px;
}
/* line 160, ../../sass/components/form.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 174, ../../sass/components/form.scss */
.form input,
.form textarea,
.form .uneditable-input {
  width: 206px;
}
/* line 178, ../../sass/components/form.scss */
.form fieldset textarea {
  resize: vertical;
  width: 100%;
}
/* line 183, ../../sass/components/form.scss */
.form textarea {
  height: auto;
}
/* line 190, ../../sass/components/form.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 200, ../../sass/components/form.scss */
.form select:focus,
.form textarea:focus,
.form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus,
.form .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* line 209, ../../sass/components/form.scss */
.form input + .help-block,
.form select + .help-block,
.form textarea + .help-block,
.form .uneditable-input + .help-block {
  margin-top: 10px;
}
/* line 217, ../../sass/components/form.scss */
.form input,
.form textarea,
.form select,
.form .help-inline,
.form .uneditable-input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
/* line 226, ../../sass/components/form.scss */
.form input[type="radio"],
.form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px                  \9;
  *margin-top: 0;
  line-height: normal;
}
/* line 239, ../../sass/components/form.scss */
.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
  width: auto;
}
/* line 244, ../../sass/components/form.scss */
.form select,
.form input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
/* line 252, ../../sass/components/form.scss */
.form select {
  width: 220px;
  background-color: white;
  border: 1px solid #cccccc;
}
/* line 259, ../../sass/components/form.scss */
.form select[multiple],
.form select[size] {
  height: auto;
}
/* line 264, ../../sass/components/form.scss */
.form .uneditable-input,
.form .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
}
/* line 272, ../../sass/components/form.scss */
.form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
/* line 277, ../../sass/components/form.scss */
.form .uneditable-textarea {
  width: auto;
  height: auto;
}
/* line 287, ../../sass/components/form.scss */
.form input:-moz-placeholder,
.form textarea:-moz-placeholder,
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #999999;
}
/* line 291, ../../sass/components/form.scss */
.form .form-actions {
  padding-left: 180px;
}
/* line 295, ../../sass/components/form.scss */
.form .hide {
  display: none;
}
/* line 300, ../../sass/components/form.scss */
.form .radio,
.form .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
/* line 306, ../../sass/components/form.scss */
.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -22px;
}
/* line 311, ../../sass/components/form.scss */
.form .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 317, ../../sass/components/form.scss */
.form .controls:first-child {
  *padding-left: 180px;
}
/* line 323, ../../sass/components/form.scss */
.form .controls > .radio:first-child,
.form .controls > .checkbox:first-child {
  padding-top: 5px;
}
/* line 328, ../../sass/components/form.scss */
.form .radio.inline,
.form .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 336, ../../sass/components/form.scss */
.form .radio.inline + .radio.inline,
.form .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* line 342, ../../sass/components/form.scss */
.form input,
.form textarea,
.form .uneditable-input {
  margin-left: 0;
}
/* line 346, ../../sass/components/form.scss */
.form .controls-row {
  *zoom: 1;
}
/* line 349, ../../sass/components/form.scss */
.form .controls-row:before, .form .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 354, ../../sass/components/form.scss */
.form .controls-row:after {
  clear: both;
}
/* line 364, ../../sass/components/form.scss */
.form input[disabled],
.form select[disabled],
.form textarea[disabled],
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
/* line 372, ../../sass/components/form.scss */
.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* line 379, ../../sass/components/form.scss */
.form .control-label {
  word-break: break-all;
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  line-height: normal;
}
/* line 390, ../../sass/components/form.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea, .form .control-group.warning .control-label, .form .control-group.warning .help-block, .form .control-group.warning .help-inline, .form .control-group.warning .checkbox, .form .control-group.warning .radio {
  color: #c09853;
}
/* line 394, ../../sass/components/form.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 399, ../../sass/components/form.scss */
.form .control-group.warning input:focus, .form .control-group.warning select:focus, .form .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 408, ../../sass/components/form.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea, .form .control-group.error .control-label, .form .control-group.error .help-block, .form .control-group.error .help-inline, .form .control-group.error .checkbox, .form .control-group.error .radio {
  color: #b94a48;
}
/* line 412, ../../sass/components/form.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 417, ../../sass/components/form.scss */
.form .control-group.error input:focus, .form .control-group.error select:focus, .form .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 426, ../../sass/components/form.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea, .form .control-group.success .control-label, .form .control-group.success .help-block, .form .control-group.success .help-inline, .form .control-group.success .checkbox, .form .control-group.success .radio {
  color: #468847;
}
/* line 430, ../../sass/components/form.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 435, ../../sass/components/form.scss */
.form .control-group.success input:focus, .form .control-group.success select:focus, .form .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 444, ../../sass/components/form.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea, .form .control-group.info .control-label, .form .control-group.info .help-block, .form .control-group.info .help-inline, .form .control-group.info .checkbox, .form .control-group.info .radio {
  color: #3a87ad;
}
/* line 448, ../../sass/components/form.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 453, ../../sass/components/form.scss */
.form .control-group.info input:focus, .form .control-group.info select:focus, .form .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 465, ../../sass/components/form.scss */
.form .control-group.warning input[type="radio"],
.form .control-group.error input[type="radio"],
.form .control-group.success input[type="radio"],
.form .control-group.info input[type="radio"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 473, ../../sass/components/form.scss */
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 480, ../../sass/components/form.scss */
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
/* line 486, ../../sass/components/form.scss */
.form .help-block,
.form .help-inline {
  color: #595959;
}
/* line 490, ../../sass/components/form.scss */
.form .help-block {
  display: block;
  margin-bottom: 0;
}
/* line 495, ../../sass/components/form.scss */
.form .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
/* line 503, ../../sass/components/form.scss */
.form .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 508, ../../sass/components/form.scss */
.form .control-group:before, .form .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 513, ../../sass/components/form.scss */
.form .control-group:after {
  clear: both;
}
/* line 519, ../../sass/components/form.scss */
.form legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
/* line 524, ../../sass/components/form.scss */
.form .radio input[type="radio"] {
  width: 20px;
  float: none;
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 532, ../../sass/components/form.scss */
.form .radio .radio-label-text {
  line-height: 13px;
  vertical-align: baseline;
}
/* line 541, ../../sass/components/form.scss */
.form .button-arrow-left button,
.form .button-arrow-right button {
  position: relative;
  box-shadow: none;
  height: 28px;
  overflow: visible;
}
/* line 548, ../../sass/components/form.scss */
.form .button-arrow-left button {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 20px;
}
/* line 555, ../../sass/components/form.scss */
.form .button-arrow-right button {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 20px;
}
/* line 563, ../../sass/components/form.scss */
.form .button-arrow-left button:after,
.form .button-arrow-right button:after {
  content: ' ';
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 3px;
  background-color: #e1e1e1;
  border: 2px solid #656363;
  box-shadow: none;
}
/* line 575, ../../sass/components/form.scss */
.form .button-arrow-left button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -10px;
  border-width: 0px 1px 1px 0px;
  border-bottom-right-radius: 5px;
}
/* line 586, ../../sass/components/form.scss */
.form .button-arrow-right button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  border-width: 1px 1px 0px 0px;
  border-top-right-radius: 5px;
}
/* line 598, ../../sass/components/form.scss */
.form .button-arrow-left button:hover:after,
.form .button-arrow-right button:hover:after {
  background-color: #939191;
}

/* FORM HORIZONTAL STYLES
   ------------------------------------*/
/* line 607, ../../sass/components/form.scss */
.form-horizontal .radio {
  display: inline-block;
  margin-right: 10px;
}

/* IE STYLES
    ------------------------------------*/
/* line 621, ../../sass/components/form.scss */
.lt-ie9 .form fieldset {
  position: relative;
  margin: 10px;
}
/* line 626, ../../sass/components/form.scss */
.lt-ie9 .form fieldset legend {
  position: relative;
  top: -0.7em;
  left: 0.5em;
  margin-right: 20px;
}
/* line 633, ../../sass/components/form.scss */
.lt-ie9 .form fieldset legend span {
  display: block;
  width: 100%;
}
/* line 638, ../../sass/components/form.scss */
.lt-ie9 .form .input-focus-border-fix {
  border-color: #52a8ec;
}
/* line 642, ../../sass/components/form.scss */
.lt-ie9 .form .button {
  border: 1px solid #656363;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
/* line 650, ../../sass/components/form.scss */
.lt-ie9 .form .button-arrow-left button:after,
.lt-ie9 .form .button-arrow-right button:after {
  position: static;
  border: none;
  display: inline;
}
/* line 656, ../../sass/components/form.scss */
.lt-ie9 .form .button-arrow-left button:before {
  content: "<<";
  padding-right: 5px;
}
/* line 661, ../../sass/components/form.scss */
.lt-ie9 .form .button-arrow-right button:after {
  content: ">>";
  padding-left: 5px;
}

/* line 673, ../../sass/components/form.scss */
.lt-ie8 .form fieldset legend {
  top: -0.5em;
}
/* line 677, ../../sass/components/form.scss */
.lt-ie8 .form .button {
  display: inline;
}
/* line 682, ../../sass/components/form.scss */
.lt-ie8 .form .button-arrow-left button,
.lt-ie8 .form .button-arrow-right button {
  position: static;
}

/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 767px) {
  /* line 696, ../../sass/components/form.scss */
  .form .radio input[type="radio"] {
    height: 14px;
  }
  /* line 700, ../../sass/components/form.scss */
  .form .control-group {
    margin-bottom: 10px;
  }
  /* line 704, ../../sass/components/form.scss */
  .form .checkboxField .control-label {
    float: left;
  }
  /* line 708, ../../sass/components/form.scss */
  .form .control-label {
    float: none;
    width: 160px;
    padding-top: 5px;
    text-align: left;
  }
  /* line 715, ../../sass/components/form.scss */
  .form .controls {
    margin-left: 0;
  }
  /* line 719, ../../sass/components/form.scss */
  .form .help-block {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 239px) {
  /* line 732, ../../sass/components/form.scss */
  .form input,
  .form textarea,
  .form .uneditable-input {
    width: 200px;
  }
  /* line 736, ../../sass/components/form.scss */
  .form select {
    width: 200px;
  }
}
/* NO JS STYLES
    ------------------------------------*/
/* line 749, ../../sass/components/form.scss */
.no-js .clearButton {
  display: none;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/flash.scss */
.flash {
  text-align: center;
}

/* line 7, ../../sass/components/flash.scss */
.flash object {
  max-width: 100%;
}

/* Flash is not installed */
/* line 12, ../../sass/components/flash.scss */
.flash-missing {
  margin: 0 auto;
}

/* line 16, ../../sass/components/flash.scss */
.flash .seoDescription {
  display: none;
}
/* 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 21, ../../sass/components/file.list.scss */
.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* 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 {
  text-align: right;
}

/* line 41, ../../sass/components/file.list.scss */
.fileList-download-size {
  color: #868484;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/file.list.scss */
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}
/* 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;
}

