/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
@media screen and (max-width: 480px) {
  .mobile-plp-club-promo {
    background-color: #252a2f;
    width: 100%;
    padding: 16px 5px 20px;
    text-align: center;
  }
  .mobile-plp-club-promo .big-text {
    font-family: "robotoBoldCondensed", helvetica, arial, sans-serif;
    font-size: 32px;
    display: block;
    color: #D54400;
  }
  .mobile-plp-club-promo .small-text {
    font-family: "robotoBold", helvetica, arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.54756;
    line-height: 13px;
    letter-spacing: 2px;
    color: #fff;
  }
  .mobile-plp-club-promo img {
    display: block;
    margin: 0 auto 10px;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.product-tile.double-wide {
  margin: 0;
  padding: 0;
  width: 66.4%;
}

#bg-double-wide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 500px;
  width: 100%;
}

#double-wide-col {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  height: 100%;
  padding: 6% 1% 6% 5%;
  width: 50%;
  position: relative;
}

#double-wide-col > div:last-of-type {
  position: absolute;
  left: 9%;
  bottom: 6%;
}

#double-wide-col > div:last-of-type > h3 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-size: 48px;
  line-height: 44px;
  margin-bottom: 3%;
  width: 100%;
}

#double-wide-col > div:last-of-type > span {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5%;
  width: 100%;
  display: block;
}

#bg-double-wide #double-wide-action-container {
  position: absolute;
  bottom: 6%;
  left: 5%;
}

#bg-double-wide #double-wide-action-container > a.button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 2px 18px;
  margin-right: 5px;
}

#bg-double-wide #double-wide-action-container > a.button:hover {
  background-color: #CA4F25;
}

#bg-double-wide #double-wide-disclaimer.button {
  background-color: transparent;
  border: #54565b 2px solid;
  color: #D54400;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  outline: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
  color: white;
  border-color: #D54400;
  padding: 0 14px;
}

#bg-double-wide #double-wide-disclaimer.button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#bg-double-wide #double-wide-disclaimer.button:hover {
  background-color: #D54400;
}

.md-sg-material-theme.double-wide-modal .product-coupon-promo-modal {
  line-height: 18px;
}

@media screen and (max-width: 1127px) {
  .product-tile.double-wide {
    width: 100%;
  }
  #bg-double-wide {
    background-position: top right;
    min-height: 400px;
  }
  #double-wide-col > div:last-of-type > h3 {
    font-size: 36px;
    line-height: 36px;
  }
  #double-wide-col > div:last-of-type > span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 480px) {
  .product-tile.double-wide {
    width: 100%;
  }
  #bg-double-wide {
    min-height: 300px;
  }
  #double-wide-col > div:first-of-type > img {
    width: 75%;
  }
  #double-wide-col > div:last-of-type > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6%;
  }
  #double-wide-col > div:last-of-type > span {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8%;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.notifyMeModal.notifyMeModalSubmit {
  padding: 0;
}

.notifyMeModal.notifyMeModalSubmit .moby-close {
  width: 24px;
  height: 24px;
}

.notifyMeModal.notifyMeModalSubmit .moby-close img {
  position: absolute;
  top: 5px;
  right: 5px;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notify-me-header {
  background-color: #54565A;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notify-me-header h1 {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  line-height: 3rem;
  color: #fff;
  margin-left: 15px;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notifyMeContainer {
  padding: 30px;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notifyMeContainer h2 {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  margin-bottom: 10px;
  color: #54565A;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notifyMeContainer p {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notifyMeContainer input {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  vertical-align: top;
  -webkit-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
  float: none;
}

.notifyMeModal.notifyMeModalSubmit #notify-me-submit #notifyMeContainer input:hover {
  background-color: #CA4F25;
}

label#notify-me-subscribe-label {
  display: inline-block;
  float: none;
  width: 85%;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
#plp-main-content, #plp-bottom-content {
  max-width: 1400px;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 960px) {
  #plp-main-content, #plp-bottom-content {
    width: 96%;
    margin: 0 2%;
  }
}

.category-view aside.filters .categories ul,
.category-view aside.filters .accordion ul {
  padding-bottom: 12px;
}

.category-view aside.filters .filter-by li {
  display: none;
}

.category-view aside.filters .filter-by li.show-more {
  display: block;
}

.category-view aside.filters ul li:first-child {
  margin-top: 0;
}

.category-view aside.filters ul li .style-checkbox {
  margin-top: 0;
}

.category-view aside.filters .current-filters {
  margin-bottom: 24px;
  padding: 8px 0;
}

.category-view aside.filters .current-filters div {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 13px;
  text-transform: none;
}

.category-view aside.filters .current-filters div a {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.category-view aside.filters .current-filters > div {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  width: 100%;
  margin-bottom: 5px;
}

.category-view aside.filters .current-filters li {
  display: block;
  margin: 0;
  padding: 0;
}

.category-view aside.filters .current-filters li:before,
.category-view aside.filters .current-filters li:after {
  content: " ";
  display: table;
}

.category-view aside.filters .current-filters li:after {
  clear: both;
}

.category-view aside.filters .current-filters li div {
  float: left;
  font-family: 'roboto', helvetica, arial, sans-serif;
  margin: 0;
}

.category-view aside.filters .current-filters a {
  display: inline-block;
  font-size: 12px;
  float: right;
}

.category-view aside.unanchored ul li {
  margin-top: 17px;
}

.category-view .dept-cat-list {
  max-height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  z-index: 2;
}

.category-view .dept-cat-list ul {
  width: 100%;
}

.category-view .dept-cat-list ul li {
  text-align: center;
  margin-bottom: 10px;
  background-color: #4f5b31;
  border-radius: 5px;
  padding: 10px 5px;
}

.category-view .dept-cat-list ul li a {
  font-family: 'roboto', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.category-view .more-cats {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.category-view .more-cats .plus {
  background: url("/images/gorilla/sprite.png") no-repeat -5px -204px;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.category-view .more-cats span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  color: #b7b7b7;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.view-all .toolbar.top .paging,
.view-all .toolbar.bottom .paging {
  display: none;
}

.view-all .page-wrapper .toolbar .showing {
  width: 160px;
}

.view-all .page-wrapper .toolbar .showing::after {
  border-left: none;
}

.product-list .page-title {
  margin-top: 0px;
}

.toolbar.top {
  margin-top: 0px !important;
}

.toolbar.top .mobilePagingStatus {
  display: block;
  margin-top: 15px;
  height: 30px;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}

.toolbar.top .right {
  float: right !important;
}

.toolbar.top .sort .select-wrap {
  margin-bottom: 15px;
}

.toolbar.top .button {
  display: block;
  height: 30px;
  font-size: 100%;
  text-transform: uppercase;
}

.toolbar.top .sort {
  width: 45%;
}

.toolbar {
  margin: 20px 0;
  padding: 12px 2.5316455696202533%;
}

.toolbar:before,
.toolbar:after {
  content: " ";
  display: table;
}

.toolbar:after {
  clear: both;
}

.toolbar > * {
  float: left;
  font-size: 12px;
}

.toolbar .label {
  display: block;
  float: left;
  line-height: 28px;
  margin-right: 8px;
}

.toolbar .select-wrap {
  height: 28px;
}

.toolbar .select-wrap .customStyleSelectBox {
  width: 139px;
  height: 28px;
  background-color: #fff;
}

.toolbar .select-wrap .customStyleSelectBox .customStyleSelectBoxInner {
  line-height: 26px;
}

.toolbar .select-wrap .customStyleSelectBox:before {
  height: 26px;
}

.toolbar .view {
  margin-right: 2.5316455696202533%;
}

.toolbar .view .grid,
.toolbar .view .list {
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  margin-right: 10px;
  background: url("/images/gorilla/sprite.png") -38px -130px no-repeat;
  text-indent: -999em;
  width: 28px;
}

.toolbar .view .grid.current,
.toolbar .view .grid:hover {
  background-position: 0px -130px;
}

.toolbar .view .list {
  background-position: -38px -168px;
  margin-right: 0;
}

.toolbar .view .list.current,
.toolbar .view .list:hover {
  background-position: 0px -168px;
}

.page-wrapper .toolbar .sort {
  width: 192px;
}

.page-wrapper .toolbar .showing {
  float: left;
  width: 180px;
}

.toolbar .showing .customStyleSelectBox {
  width: 108px;
}

.toolbar.bottom {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.toolbar.bottom .right {
  margin-left: 0;
  width: 100%;
  float: none !important;
}

.dimlabel {
  font-size: 13px;
  vertical-align: middle;
  padding-left: 2px;
}

.dimcount {
  font-size: 11px;
  vertical-align: middle;
}

.dim-accordion {
  border-bottom: 1px solid #BABABA;
}

.dim-accordion .trigger {
  border-top: 1px solid #BABABA;
}

.dim-accordion .trigger {
  cursor: pointer;
  position: relative;
  padding: 16px 5px;
}

.dim-accordion .trigger:hover:not(.open) {
  background-color: #F0F0F0;
}

.dim-accordion .trigger:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
}

.dim-accordion .content {
  height: 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.01s ease;
  -moz-transition: height 0.01s ease;
  -o-transition: height 0.01s ease;
  transition: height 0.01s ease;
}

.dim-accordion .content.open {
  height: auto;
}

.dim-accordion .content.open.scrollDim {
  height: auto;
  max-height: 210px;
  overflow: auto;
}

.dim-accordion .trigger:after {
  right: 3%;
}

.dim-accordion .trigger {
  cursor: pointer;
  line-height: 40px;
  margin: 0;
}

.dim-accordion .content .style-checkbox {
  vertical-align: middle;
}

.scrollDim {
  max-height: 330px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

div.open.content li a {
  line-height: 14px;
}

.product-image:hover .btn-quickview,
.product-image .btn-quickview.show,
.product-tile .btn-quickview.show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-collateral {
  clear: both;
}

.product-collateral.container .slider-wrapper,
.product-collateral.container .slider-header-wrapper {
  margin-bottom: 50px;
}

.products-grid .plpVideoIcon {
  float: right;
}

.products-grid .plpVideoIcon img {
  margin-left: 0;
}

.product-tile.plp-extra {
  display: flex;
  background-color: #F0F0F0;
}

.product-tile.plp-extra div {
  align-self: center;
  text-align: center;
  width: 100%;
}

.product-tile.plp-extra div a {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 17px;
  color: #54565A;
}

.product-tile.plp-extra div a:hover {
  text-decoration: underline;
}

.product-tile.plp-extra div a:after {
  content: '';
  height: 23px;
  margin-top: -5px;
  background: url(/images/gorilla/sprite.png) -490px -232px no-repeat;
  text-indent: -999em;
  width: 10px;
  margin-left: 5px;
  margin-right: 0;
  position: absolute;
}

@media screen and (max-width: 1128px) {
  .product-tile.plp-extra {
    display: none;
  }
}

.page-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.page-wrapper > div {
  max-width: 89%;
  margin: 0 auto;
}

.page-wrapper .toolbar {
  background-color: #54565A;
  color: #fff;
  height: 52px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .page-wrapper .toolbar {
    height: auto;
  }
}

.page-wrapper .toolbar .select-wrap .customStyleSelectBox {
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
}

.page-wrapper .toolbar .select-wrap .customStyleSelectBox .customStyleSelectBoxInner {
  color: #54565A;
}

.page-wrapper .toolbar .select-wrap .customStyleSelectBox:before {
  content: "";
  background: none;
  border: none;
  border-top: 5px solid #54565A;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  height: 0;
  right: 8px;
  top: 12px;
  width: 0;
}

.page-wrapper .toolbar .showing::after {
  border-left: 1px solid #F0F0F0;
  content: "";
  display: inline-block;
  height: 36px;
  margin-top: -4px;
  margin-left: 14px;
}

@media screen and (max-width: 1060px) {
  .page-wrapper .toolbar .showing::after {
    display: none;
  }
}

.page-wrapper .toolbar .paging {
  border: 1px solid #707070;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
}

.page-wrapper .toolbar .paging .paging-item {
  display: inline-block;
  vertical-align: middle;
}

.page-wrapper .toolbar .paging .paging-item ol li {
  margin-right: 0;
}

.page-wrapper .toolbar .paging .paging-item ol li a,
.page-wrapper .toolbar .paging .paging-item ol .current,
.page-wrapper .toolbar .paging .paging-item ol .elip {
  display: inline-block;
  width: 26px;
  text-align: center;
}

.page-wrapper .toolbar .paging .paging-item .current span {
  text-decoration: none;
  padding: 0 2px 1px 1px;
  border-bottom: 2px solid #D54400;
}

.page-wrapper .toolbar .paging .paging-item ol li a:hover {
  background-color: #38383C;
}

.page-wrapper .toolbar .paging .previous, .page-wrapper .toolbar .paging .next {
  position: relative;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  text-transform: uppercase;
}

.page-wrapper .toolbar .paging .previous {
  padding: 5px 7px 3px 7px;
  border-radius: 4px 0 0 4px;
}

.page-wrapper .toolbar .paging .previous img.prv {
  position: relative;
  margin-right: 6px;
  top: 2px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-wrapper .toolbar .paging .previous:before {
  content: "";
  width: 1px;
  height: 19px;
  background: #707070;
  position: absolute;
  top: 5px;
  right: -2px;
}

.page-wrapper .toolbar .paging .next {
  padding: 5px 7px 3px 7px;
  border-radius: 0 4px 4px 0;
}

.page-wrapper .toolbar .paging .next img.nxt {
  position: relative;
  margin-left: 8px;
  top: 2px;
}

.page-wrapper .toolbar .paging .next:before {
  content: "";
  width: 1px;
  height: 19px;
  background: #707070;
  position: absolute;
  top: 5px;
  left: -2px;
}

.page-wrapper .toolbar .paging .previous:hover:not(.disabled),
.page-wrapper .toolbar .paging .next:hover:not(.disabled) {
  background-color: #38383C;
}

.page-wrapper .toolbar .paging .disabled {
  opacity: 30%;
}

.page-wrapper .toolbar .paging a {
  color: #fff;
}

.page-wrapper .toolbar.top .paging ol li a,
.page-wrapper .toolbar.top .paging ol .current,
.page-wrapper .toolbar.top .paging ol .elip {
  width: 23px;
}

.page-wrapper .toolbar.top .paging img.nxt {
  margin-left: 0;
}

.page-wrapper .toolbar.top .paging img.prv {
  margin-right: 0;
}

.page-wrapper .product-list .col-main {
  background-color: #F0F0F0;
}

.page-wrapper .products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 1px;
  /* margin-right: 1px; */
  /* due to leftover partial percentages we don't want to add this */
  width: 100%;
}

.page-wrapper .products-grid:before {
  content: normal;
}

@media screen and (max-width: 480px) {
  .page-wrapper .products-grid {
    margin: 0 auto;
    padding: 0 1px;
    width: 100%;
  }
}

.page-wrapper .products-grid .rating-box {
  margin: 4px 0;
  min-height: 14px;
}

.page-wrapper .products-grid .rating-box .rating {
  width: 64px;
  height: 14px;
  text-indent: -999em;
  background: url("/images/gorilla/sprite.png") -302px 1px no-repeat;
  float: left;
}

.page-wrapper .products-grid .rating-box .stars-overlay {
  background: url("/images/gorilla/sprite.png") -367px 1px no-repeat;
  position: absolute;
}

.page-wrapper .products-grid .rating-box .rating-count {
  float: left;
  /*margin-left: 5px;*/
  font-size: 12px;
  line-height: 15px;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
}

.page-wrapper .products-grid .add-to-cart {
  margin-top: 4px;
}

.page-wrapper .products-grid .add-to-cart .btn-cart.blue {
  background-color: #D54400;
  width: 100%;
}

.page-wrapper .products-grid .add-to-cart .btn-cart.blue:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

aside.filters.menu-container {
  color: #54565A;
  padding: 52px 0 0 0;
}

aside.filters.menu-container a, aside.filters.menu-container h2, aside.filters.menu-container h3, aside.filters.menu-container .trigger, aside.filters.menu-container .categories a:hover {
  color: #54565A;
}

aside.filters.menu-container h1 {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 18px;
}

aside.filters.menu-container .trigger {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  margin-bottom: 0;
}

aside.filters.menu-container ul li {
  font-family: "robotoMedium", helvetica, arial, sans-serif;
  display: block;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

aside.filters.menu-container h1.filter-title,
aside.filters.menu-container div.filter-title {
  border-bottom: none;
  margin-bottom: 12px;
  padding: 0;
  font-family: robotobold,helvetica,arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
}

aside.filters.menu-container .current-filters {
  border-bottom: 1px solid #BABABA;
  border-top: 1px solid #BABABA;
}

aside.filters.menu-container .current-filters a,
aside.filters.menu-container .show-all-link {
  font-family: "roboto", helvetica, arial, sans-serif;
  color: #2A61FF;
  font-weight: normal;
  text-decoration: underline;
}

aside.filters.menu-container .show-X-text {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 13px;
  margin-bottom: 24px;
}

aside.filters.menu-container .dim-accordion .trigger::after {
  background-image: url("/images/expand.svg");
}

aside.filters.menu-container .dim-accordion .trigger.open::after {
  background-image: url("/images/collapse.svg");
  margin-top: -1px;
}

aside.filters.menu-container .dim-accordion .content.open ul li {
  padding-left: 5px;
}

aside.filters.menu-container .categories .trigger {
  display: block;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (max-width: 960px) {
  .col-left aside.menu-container {
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9996;
    -webkit-transform: translate(0, -130%);
    -moz-transform: translate(0, -130%);
    -ms-transform: translate(0, -130%);
    -o-transform: translate(0, -130%);
    transform: translate(0, -130%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform .5s;
    transform-style: flat;
    -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
  }
  .col-left aside.menu-container.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
  }
  .col-left aside.menu-container h4 {
    font-size: 16px;
    line-height: 25px;
  }
  .col-left aside.menu-container h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .col-left aside.menu-container header {
    display: none;
  }
  .col-left aside.menu-container .contain {
    padding: 0 3%;
  }
  .col-left aside.menu-container li a {
    display: block;
    line-height: 15px;
    padding-top: 10px;
    font-size: 15px;
  }
  .col-left aside.menu-container li a:after {
    display: none;
  }
  .col-left .filters-close {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 22px auto 20px;
    max-width: 93.75%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  .toolbar .view,
.toolbar .paging {
    display: none;
  }
  .view-all .toolbar.bottom .paging {
    display: none;
  }
  .product-list .page-title {
    margin-top: 0px;
  }
  .toolbar.top {
    margin-top: 0px !important;
  }
  .toolbar.top .mobilePagingStatus {
    display: block;
    margin-top: 15px;
    height: 30px;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
  }
  .toolbar.top .label {
    display: none !important;
  }
  .toolbar.top .right {
    float: right !important;
  }
  .toolbar.top .sort .select-wrap {
    margin-bottom: 15px;
  }
  .toolbar.top .button {
    display: block;
    height: 30px;
    font-size: 100%;
    text-transform: uppercase;
  }
  .toolbar.top .right,
.toolbar.top .sort {
    width: 45% !important;
  }
  .toolbar.top .select-wrap,
.toolbar.top .customStyleSelectBox,
.toolbar.top .input-text,
.toolbar.top .showing {
    width: 100% !important;
  }
  .single-line-ellipsis-trigger {
    cursor: pointer;
  }
  .single-line-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
  }
}

.featuredProductsX-product .product-media .rating-box-large .ratings-container {
  height: 20px;
  line-height: 30px;
  color: #ccc;
}

.seo-top-abstract-container .SEOTopAbstract .page-title .seo-title {
  line-height: 27px;
  font-size: 24px;
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .seo-top-abstract-container .SEOTopAbstract .page-title .seo-title {
    line-height: 20px;
    font-size: 18px;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
li .product-tile {
  width: 100%;
}

.product-tile {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  align-self: stretch;
  background-color: #fff;
  margin: 1px;
  padding: 24px 30px;
  position: relative;
  width: 33%;
}

.product-tile:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

@media screen and (max-width: 1128px) {
  .product-tile {
    width: 49.5%;
  }
}

@media screen and (max-width: 960px) {
  .product-tile {
    width: 33%;
  }
}

@media screen and (max-width: 730px) {
  .product-tile {
    width: 49.5%;
  }
}

@media screen and (max-width: 480px) {
  .product-tile {
    width: 100%;
  }
}

.product-tile .btn-quickview .button {
  left: 40%;
}

.product-tile .anchor-container {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .product-tile .anchor-container {
    margin: 10px 3.5% 0;
    width: auto;
  }
}

.product-tile .product-image img {
  border: none !important;
}

.product-tile .product-image .flag {
  position: absolute;
  height: auto;
  top: 19px;
  width: auto;
}

.product-tile .product-details {
  text-align: center;
}

.product-tile .product-details .new {
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "roboto", helvetica, arial, sans-serif;
  color: #D54400;
  text-transform: uppercase;
}

.product-tile .product-details .product-name {
  margin-bottom: 12px;
}

.product-tile .product-details .product-name h2, .product-tile .product-details .product-name span {
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  color: #54565A;
}

.product-tile .product-details .product-name h2:hover, .product-tile .product-details .product-name span:hover {
  text-decoration: underline;
}

.product-tile .product-details .starting-at {
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.product-tile .product-details .price-box {
  font-size: 0.9375rem;
  line-height: 1.3668;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-tile .product-details .price-box .club-price {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  color: #D54400;
}

.product-tile .product-details .price-box .was-price span {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 13px;
  color: #6b6b6b;
  margin-left: 5px;
}

.product-tile .product-details .price-box .price-box-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-tile .product-details .price-box .price-box-child .regular-price {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.product-tile .product-details .price-box .price-box-child .regular-price .slash {
  color: #D9D8D6;
}

.product-tile .product-details .price-box .price-box-child .club-price {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #D54400;
  margin-left: 5px;
}

.product-tile .product-details .price-box .price-box-child .club-price .member-span {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
}

.product-tile .product-details .price-box > span:after {
  border-bottom: 0;
}

.product-tile .product-details .price-box .sold-out,
.product-tile .product-details .price-box .stock-note {
  font-family: unset !important;
  font-size: unset !important;
  color: #54565A;
  text-align: center;
}

.product-tile .product-details .price-box .club-price > span {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.product-tile .product-details .price-box .plp-ppr {
  border-top: 1px solid #d8d8d8;
  margin-top: 2px;
  padding-top: 2px;
  color: #54565A;
  font-size: 0.6875rem;
  line-height: 1.66773;
  justify-content: center;
  width: 100%;
}

.product-tile .product-details .rating-box {
  margin: 12px 0;
}

.product-tile .product-details .rating-box .rating-count, .product-tile .product-details .rating-box span {
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
  text-decoration: none;
}

.product-tile .product-details .promo-text-bold {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #D54400;
}

.product-tile .product-details .promo-text {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #D54400;
}

.product-tile .product-details .promo-with-swatch {
  margin: 0 0 12px 0;
}

.product-tile .product-details .promo-club-only {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #54565A;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .product-tile .product-details .new,
.product-tile .product-details .product-name h2,
.product-tile .product-details .starting-at,
.product-tile .product-details .price-box {
    font-size: 0.875rem;
    line-height: 1.41473;
  }
  .product-tile .product-details .promo-with-swatch {
    margin: 0;
  }
}

.product-tile .choose-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
}

.product-tile .choose-from > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.product-tile .choose-from span:first-child {
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  background-color: #D54400;
  justify-content: center;
  width: 15%;
}

.product-tile .choose-from span:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "roboto", helvetica, arial, sans-serif;
  background-color: #252a2f;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  padding-left: 12px;
}

.product-tile .ratings-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.product-tile .colorswatches {
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .product-tile .colorswatches {
    padding: 10px 5px 0;
  }
}

.product-tile .colorswatches ul {
  list-style-position: inside;
  list-style-type: none;
  text-align: center;
}

.product-tile .colorswatches ul li {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
}

@media screen and (max-width: 960px) {
  .product-tile .colorswatches ul li {
    height: 45px;
    width: 45px;
  }
}

.product-tile .colorswatches ul li.selected {
  border: 1px solid #D54400;
}

.product-tile .colorswatches ul li.swatch-more {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  background-color: #F0F0F0;
  border: none;
  margin-right: 0 !important;
}

.product-tile .colorswatches ul li.swatch-more a {
  color: #54565A;
  display: block;
  height: 100%;
  line-height: 12px;
  padding: 5px 1px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .product-tile .colorswatches ul li.swatch-more a {
    padding: 10px 5px;
  }
}

.product-tile .colorswatches ul li button {
  height: 28px;
  width: 28px;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .product-tile .colorswatches ul li button {
    height: 43px;
    width: 43px;
  }
}

.product-tile .add-to-cart .qty, .product-tile .add-to-cart button, .product-tile .add-to-cart a {
  height: 40px;
  line-height: 40px;
}

.product-tile .add-to-cart .qty {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 0;
  width: 15%;
  text-align: center;
}

.product-tile .add-to-cart button {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  background-color: #D54400;
  letter-spacing: 1px;
  width: 85%;
}

.product-tile .add-to-cart button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.product-tile .btn-quickview {
  margin: 0;
  top: 25%;
}

.product-tile .btn-quickview a {
  margin: 0 0 0 -70px;
}

.product-tile .group-promo {
  margin-bottom: 12px;
}

.product-tile .group-promo .promo-text-bold {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #D54400;
}

.product-tile .group-promo .promo-text {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #D54400;
}

.product-tile .group-promo .promo-club-only {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  color: #54565A;
  text-transform: uppercase;
}

body.user-tab-detected .colorswatches .swatch > button:focus,
body.user-tab-detected .colorswatches .swatch > button.psuedo-focus {
  border: 2px solid #2A61FF;
}

/* theme generated by material... IE11 performance improvements */
md-autocomplete.md-sg-material-theme input {
  color: rgba(0, 0, 0, 0.87);
}

.md-autocomplete-suggestions-container.md-sg-material-theme li {
  color: rgba(0, 0, 0, 0.87);
}

md-bottom-sheet.md-sg-material-theme.md-list md-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-primary {
  color: #9e9e9e;
}

.md-button.md-sg-material-theme.md-primary.md-fab, .md-button.md-sg-material-theme.md-primary.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: #9e9e9e;
}

.md-button.md-sg-material-theme.md-primary.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-primary.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-primary.md-raised:not([disabled]):hover {
  background-color: #757575;
}

.md-button.md-sg-material-theme.md-primary:not([disabled]) md-icon {
  color: #9e9e9e;
}

._md a.md-sg-material-theme:not(.md-button).md-primary {
  color: #9e9e9e;
}

._md a.md-sg-material-theme:not(.md-button).md-primary:hover {
  color: #616161;
}

md-card.md-sg-material-theme .md-card-image {
  border-radius: 2px 2px 0 0;
}

md-card.md-sg-material-theme md-card-header md-card-header-text .md-subhead, md-card.md-sg-material-theme md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(158, 158, 158, 0.87);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(158, 158, 158, 0.87);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(158, 158, 158, 0.26);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
}

md-chips.md-sg-material-theme .md-chips.md-focused {
  box-shadow: 0 2px #9e9e9e;
}

md-chips.md-sg-material-theme .md-chips .md-chip-input-container input {
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme .md-chips .md-chip-input-container input:-moz-placeholder, md-chips.md-sg-material-theme .md-chips .md-chip-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme md-chip.md-focused {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme md-chip.md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #9e9e9e;
}

.md-sg-material-theme .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled {
  color: rgba(158, 158, 158, 0.6);
}

.md-sg-material-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-sg-material-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.md-sg-material-theme .md-calendar-date-disabled, .md-sg-material-theme .md-calendar-month-label-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme .md-calendar-month-label md-icon, .md-sg-material-theme .md-datepicker-input {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme .md-datepicker-input:-moz-placeholder, .md-sg-material-theme .md-datepicker-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme .md-datepicker-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme .md-datepicker-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.md-sg-material-theme .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #9e9e9e;
}

.md-sg-material-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.md-sg-material-theme .md-datepicker-open .md-datepicker-calendar-icon {
  color: #9e9e9e;
}

md-dialog.md-sg-material-theme.md-content-overflow .md-actions, md-dialog.md-sg-material-theme.md-content-overflow md-dialog-actions, md-divider.md-sg-material-theme {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.layout-gt-lg-row > md-divider.md-sg-material-theme, .layout-gt-md-row > md-divider.md-sg-material-theme, .layout-gt-sm-row > md-divider.md-sg-material-theme, .layout-gt-xs-row > md-divider.md-sg-material-theme, .layout-lg-row > md-divider.md-sg-material-theme, .layout-md-row > md-divider.md-sg-material-theme, .layout-row > md-divider.md-sg-material-theme, .layout-sm-row > md-divider.md-sg-material-theme, .layout-xl-row > md-divider.md-sg-material-theme, .layout-xs-row > md-divider.md-sg-material-theme {
  border-right-color: rgba(0, 0, 0, 0.12);
}

md-icon.md-sg-material-theme {
  color: rgba(0, 0, 0, 0.54);
}

md-icon.md-sg-material-theme.md-primary {
  color: #9e9e9e;
}

md-input-container.md-sg-material-theme .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}

md-input-container.md-sg-material-theme .md-input:-moz-placeholder, md-input-container.md-sg-material-theme .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme > md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme .md-placeholder, md-input-container.md-sg-material-theme label {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme .md-input-message-animation .md-char-counter, md-input-container.md-sg-material-theme .md-input-messages-animation .md-char-counter {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-input-focused .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #9e9e9e;
}

md-list.md-sg-material-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-sg-material-theme md-list-item.md-2-line .md-list-item-text h4, md-list.md-sg-material-theme md-list-item.md-3-line .md-list-item-text h3, md-list.md-sg-material-theme md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
}

md-list.md-sg-material-theme md-list-item.md-2-line .md-list-item-text p, md-list.md-sg-material-theme md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme md-list-item > md-icon.md-highlight {
  color: #9e9e9e;
}

md-menu-bar.md-sg-material-theme > button.md-button {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
}

md-menu-bar.md-sg-material-theme md-menu > button {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme .md-menu > .md-button:after {
  color: rgba(0, 0, 0, 0.54);
}

md-toolbar.md-sg-material-theme.md-menu-toolbar md-toolbar-filler {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-menu-toolbar md-toolbar-filler md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme md-menu-item {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme md-menu-item md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-menu-content.md-sg-material-theme md-menu-item .md-button[disabled], md-menu-content.md-sg-material-theme md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme .md-button._md-nav-button.md-unselected {
  color: rgba(0, 0, 0, 0.54);
}

md-nav-bar.md-sg-material-theme .md-button._md-nav-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-primary > .md-nav-bar {
  background-color: #9e9e9e;
}

md-nav-bar.md-sg-material-theme.md-primary > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-nav-bar.md-sg-material-theme.md-primary > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-nav-bar.md-sg-material-theme > .md-nav-bar {
  background-color: #9e9e9e;
}

md-toolbar > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-toolbar > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-progress-circular.md-sg-material-theme path {
  stroke: #9e9e9e;
}

md-radio-button.md-sg-material-theme .md-off {
  border-color: rgba(0, 0, 0, 0.54);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-primary .md-on, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary .md-on, md-radio-group.md-sg-material-theme:not([disabled]).md-primary .md-on, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary .md-on {
  background-color: rgba(158, 158, 158, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary .md-checked .md-off {
  border-color: rgba(158, 158, 158, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple {
  color: rgba(158, 158, 158, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-primary .md-container .md-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-primary .md-container .md-ripple {
  color: #757575;
}

md-radio-button.md-sg-material-theme[disabled], md-radio-group.md-sg-material-theme[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-radio-button.md-sg-material-theme[disabled] .md-container .md-off, md-radio-button.md-sg-material-theme[disabled] .md-container .md-on, md-radio-group.md-sg-material-theme[disabled] .md-container .md-off, md-radio-group.md-sg-material-theme[disabled] .md-container .md-on {
  border-color: rgba(0, 0, 0, 0.38);
}

md-radio-group.md-sg-material-theme .md-checked:not([disabled]).md-primary .md-ink-ripple, md-radio-group.md-sg-material-theme.md-primary .md-checked:not([disabled]) .md-ink-ripple {
  color: rgba(158, 158, 158, 0.26);
}

md-radio-group.md-sg-material-theme.md-focused:not(:empty) .md-checked.md-primary .md-container:before, md-radio-group.md-sg-material-theme.md-focused:not(:empty).md-primary .md-checked .md-container:before {
  background-color: rgba(158, 158, 158, 0.26);
}

md-progress-linear.md-sg-material-theme .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme .md-bar {
  background-color: #9e9e9e;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-primary .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-sg-material-theme .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme .md-select-value.md-select-placeholder {
  color: #9e9e9e;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

md-select.md-sg-material-theme .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme:not([disabled]):focus .md-select-value {
  border-bottom-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme[disabled] .md-select-icon, md-select.md-sg-material-theme[disabled] .md-select-value, md-select.md-sg-material-theme[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme md-content md-optgroup {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme md-content md-option {
  color: rgba(0, 0, 0, 0.87);
}

md-select-menu.md-sg-material-theme md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.38);
}

md-select-menu.md-sg-material-theme md-content md-option[selected] {
  color: #9e9e9e;
}

md-select-menu.md-sg-material-theme md-content md-option[selected]:focus {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme .md-ripple {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme[selected] .md-ink-ripple {
  color: rgba(158, 158, 158, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme[selected] .md-icon {
  background-color: rgba(158, 158, 158, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme[selected].md-focused .md-container:before {
  background-color: rgba(158, 158, 158, 0.26);
}

.md-checkbox-enabled.md-sg-material-theme[selected] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

.md-checkbox-enabled.md-sg-material-theme md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-primary .md-focus-ring {
  background-color: rgba(238, 238, 238, 0.38);
}

md-slider.md-sg-material-theme.md-primary .md-track.md-track-fill {
  background-color: #9e9e9e;
}

md-slider.md-sg-material-theme.md-primary .md-thumb:after {
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}

md-slider.md-sg-material-theme.md-primary .md-sign {
  background-color: #9e9e9e;
}

md-slider.md-sg-material-theme.md-primary .md-sign:after {
  border-top-color: #9e9e9e;
}

md-slider.md-sg-material-theme.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #9e9e9e;
}

md-slider.md-sg-material-theme.md-primary .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme[disabled] .md-thumb:after {
  border-color: transparent;
}

md-slider-container[disabled] > :first-child:not(md-slider), md-slider-container[disabled] > :last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
}

.md-subheader.md-sg-material-theme.md-primary {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(158, 158, 158, 0.5);
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(158, 158, 158, 0.26);
}

md-tabs.md-sg-material-theme .md-paginator md-icon {
  color: #9e9e9e;
}

md-tabs.md-sg-material-theme .md-tab {
  color: rgba(0, 0, 0, 0.54);
}

md-tabs.md-sg-material-theme .md-tab[disabled], md-tabs.md-sg-material-theme .md-tab[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-tabs.md-sg-material-theme .md-tab.md-active, md-tabs.md-sg-material-theme .md-tab.md-active md-icon, md-tabs.md-sg-material-theme .md-tab.md-focused, md-tabs.md-sg-material-theme .md-tab.md-focused md-icon {
  color: #9e9e9e;
}

md-tabs.md-sg-material-theme .md-tab.md-focused {
  background: rgba(158, 158, 158, 0.1);
}

md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper {
  background-color: #9e9e9e;
}

md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper {
  background-color: #9e9e9e;
}

md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toast.md-sg-material-theme .md-toast-content .md-button.md-highlight.md-primary {
  color: #9e9e9e;
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar) {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar) md-icon {
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar) .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.26);
  fill: rgba(0, 0, 0, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-1 input {
  color: rgba(0, 0, 0, 0.87);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-1 li {
  color: rgba(0, 0, 0, 0.87);
}

md-bottom-sheet.md-sg-material-theme.md-hue-1.md-list md-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-primary {
  color: #e0e0e0;
}

.md-button.md-sg-material-theme.md-hue-1.md-primary.md-fab, .md-button.md-sg-material-theme.md-hue-1.md-primary.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}

.md-button.md-sg-material-theme.md-hue-1.md-primary.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-1.md-primary.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-primary.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-1.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-primary.md-raised:not([disabled]):hover {
  background-color: #757575;
}

.md-button.md-sg-material-theme.md-hue-1.md-primary:not([disabled]) md-icon {
  color: #e0e0e0;
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-primary {
  color: #e0e0e0;
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-primary:hover {
  color: #616161;
}

md-card.md-sg-material-theme.md-hue-1 .md-card-image {
  border-radius: 2px 2px 0 0;
}

md-card.md-sg-material-theme.md-hue-1 md-card-header md-card-header-text .md-subhead, md-card.md-sg-material-theme.md-hue-1 md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(224, 224, 224, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(224, 224, 224, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(224, 224, 224, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-1[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-1[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-1[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips.md-focused {
  box-shadow: 0 2px #e0e0e0;
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips .md-chip-input-container input {
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips .md-chip-input-container input:-moz-placeholder, md-chips.md-sg-material-theme.md-hue-1 .md-chips .md-chip-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-1 .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-1 md-chip.md-focused {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme.md-hue-1 md-chip.md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-1 .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #9e9e9e;
}

.md-sg-material-theme.md-hue-1 .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled {
  color: rgba(158, 158, 158, 0.6);
}

.md-sg-material-theme.md-hue-1 .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-1 .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.md-sg-material-theme.md-hue-1 .md-calendar-date-disabled, .md-sg-material-theme.md-hue-1 .md-calendar-month-label-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-1 .md-calendar-month-label md-icon, .md-sg-material-theme.md-hue-1 .md-datepicker-input {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input:-moz-placeholder, .md-sg-material-theme.md-hue-1 .md-datepicker-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #e0e0e0;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-open .md-datepicker-calendar-icon {
  color: #e0e0e0;
}

md-dialog.md-sg-material-theme.md-hue-1.md-content-overflow .md-actions, md-dialog.md-sg-material-theme.md-hue-1.md-content-overflow md-dialog-actions, md-divider.md-sg-material-theme.md-hue-1 {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.layout-gt-lg-row > md-divider.md-sg-material-theme.md-hue-1, .layout-gt-md-row > md-divider.md-sg-material-theme.md-hue-1, .layout-gt-sm-row > md-divider.md-sg-material-theme.md-hue-1, .layout-gt-xs-row > md-divider.md-sg-material-theme.md-hue-1, .layout-lg-row > md-divider.md-sg-material-theme.md-hue-1, .layout-md-row > md-divider.md-sg-material-theme.md-hue-1, .layout-row > md-divider.md-sg-material-theme.md-hue-1, .layout-sm-row > md-divider.md-sg-material-theme.md-hue-1, .layout-xl-row > md-divider.md-sg-material-theme.md-hue-1, .layout-xs-row > md-divider.md-sg-material-theme.md-hue-1 {
  border-right-color: rgba(0, 0, 0, 0.12);
}

md-icon.md-sg-material-theme.md-hue-1 {
  color: rgba(0, 0, 0, 0.54);
}

md-icon.md-sg-material-theme.md-hue-1.md-primary {
  color: #e0e0e0;
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-1 .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-1 > md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-1 .md-placeholder, md-input-container.md-sg-material-theme.md-hue-1 label {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input-message-animation .md-char-counter, md-input-container.md-sg-material-theme.md-hue-1 .md-input-messages-animation .md-char-counter {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-1.md-input-focused .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-1.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-1.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-1.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #e0e0e0;
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused label, md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused md-icon {
  color: #e0e0e0;
}

md-list.md-sg-material-theme.md-hue-1 md-list-item.md-2-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-1 md-list-item.md-2-line .md-list-item-text h4, md-list.md-sg-material-theme.md-hue-1 md-list-item.md-3-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-1 md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
}

md-list.md-sg-material-theme.md-hue-1 md-list-item.md-2-line .md-list-item-text p, md-list.md-sg-material-theme.md-hue-1 md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-1 md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-1 md-list-item > md-icon.md-highlight {
  color: #e0e0e0;
}

md-menu-bar.md-sg-material-theme.md-hue-1 > button.md-button {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
}

md-menu-bar.md-sg-material-theme.md-hue-1 md-menu > button {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-1 .md-menu > .md-button:after {
  color: rgba(0, 0, 0, 0.54);
}

md-toolbar.md-sg-material-theme.md-hue-1.md-menu-toolbar md-toolbar-filler {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1.md-menu-toolbar md-toolbar-filler md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-1 md-menu-item {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-1 md-menu-item md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-menu-content.md-sg-material-theme.md-hue-1 md-menu-item .md-button[disabled], md-menu-content.md-sg-material-theme.md-hue-1 md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-1 .md-button._md-nav-button.md-unselected {
  color: rgba(0, 0, 0, 0.54);
}

md-nav-bar.md-sg-material-theme.md-hue-1 .md-button._md-nav-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-primary > .md-nav-bar {
  background-color: #e0e0e0;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-primary > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-primary > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-1.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar {
  background-color: #e0e0e0;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-1 path {
  stroke: #e0e0e0;
}

md-radio-button.md-sg-material-theme.md-hue-1 .md-off {
  border-color: rgba(0, 0, 0, 0.54);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-on, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-on {
  background-color: rgba(224, 224, 224, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-checked .md-off {
  border-color: rgba(224, 224, 224, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-checked .md-ink-ripple {
  color: rgba(224, 224, 224, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-primary .md-container .md-ripple {
  color: #757575;
}

md-radio-button.md-sg-material-theme.md-hue-1[disabled], md-radio-group.md-sg-material-theme.md-hue-1[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-radio-button.md-sg-material-theme.md-hue-1[disabled] .md-container .md-off, md-radio-button.md-sg-material-theme.md-hue-1[disabled] .md-container .md-on, md-radio-group.md-sg-material-theme.md-hue-1[disabled] .md-container .md-off, md-radio-group.md-sg-material-theme.md-hue-1[disabled] .md-container .md-on {
  border-color: rgba(0, 0, 0, 0.38);
}

md-radio-group.md-sg-material-theme.md-hue-1 .md-checked:not([disabled]).md-primary .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1.md-primary .md-checked:not([disabled]) .md-ink-ripple {
  color: rgba(224, 224, 224, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-1.md-focused:not(:empty) .md-checked.md-primary .md-container:before, md-radio-group.md-sg-material-theme.md-hue-1.md-focused:not(:empty).md-primary .md-checked .md-container:before {
  background-color: rgba(224, 224, 224, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-1 .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-1 .md-bar {
  background-color: #e0e0e0;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-primary .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-sg-material-theme.md-hue-1 .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-1 .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-1 .md-select-value.md-select-placeholder {
  color: #e0e0e0;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-1.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-1 .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

md-select.md-sg-material-theme.md-hue-1 .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-1.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-1.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-1:not([disabled]):focus .md-select-value {
  border-bottom-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-1:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-1:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-1[disabled] .md-select-icon, md-select.md-sg-material-theme.md-hue-1[disabled] .md-select-value, md-select.md-sg-material-theme.md-hue-1[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-1 .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-optgroup {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option {
  color: rgba(0, 0, 0, 0.87);
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.38);
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option[selected] {
  color: #9e9e9e;
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option[selected]:focus {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1 .md-ripple {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1[selected] .md-ink-ripple {
  color: rgba(224, 224, 224, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1[selected] .md-icon {
  background-color: rgba(224, 224, 224, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1[selected].md-focused .md-container:before {
  background-color: rgba(224, 224, 224, 0.26);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1[selected] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1 .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1 md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-focus-ring {
  background-color: rgba(238, 238, 238, 0.38);
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-track.md-track-fill {
  background-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-thumb:after {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-sign {
  background-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-sign:after {
  border-top-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-1.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-1.md-primary .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-1[disabled] .md-thumb:after {
  border-color: transparent;
}

md-slider-container[disabled] > :first-child:not(md-slider), md-slider-container[disabled] > :last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
}

.md-subheader.md-sg-material-theme.md-hue-1.md-primary {
  color: #e0e0e0;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #e0e0e0;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: #e0e0e0;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(224, 224, 224, 0.5);
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(224, 224, 224, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-1 .md-paginator md-icon {
  color: #e0e0e0;
}

md-tabs.md-sg-material-theme.md-hue-1 .md-tab {
  color: rgba(0, 0, 0, 0.54);
}

md-tabs.md-sg-material-theme.md-hue-1 .md-tab[disabled], md-tabs.md-sg-material-theme.md-hue-1 .md-tab[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-tabs.md-sg-material-theme.md-hue-1 .md-tab.md-active, md-tabs.md-sg-material-theme.md-hue-1 .md-tab.md-active md-icon, md-tabs.md-sg-material-theme.md-hue-1 .md-tab.md-focused, md-tabs.md-sg-material-theme.md-hue-1 .md-tab.md-focused md-icon {
  color: #e0e0e0;
}

md-tabs.md-sg-material-theme.md-hue-1 .md-tab.md-focused {
  background: rgba(224, 224, 224, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper {
  background-color: #e0e0e0;
}

md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-1.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper {
  background-color: #e0e0e0;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toast.md-sg-material-theme.md-hue-1 .md-toast-content .md-button.md-highlight.md-primary {
  color: #e0e0e0;
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar) md-icon {
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar) .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.26);
  fill: rgba(0, 0, 0, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-2 input {
  color: rgba(0, 0, 0, 0.87);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-2 li {
  color: rgba(0, 0, 0, 0.87);
}

md-bottom-sheet.md-sg-material-theme.md-hue-2.md-list md-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-primary {
  color: #424242;
}

.md-button.md-sg-material-theme.md-hue-2.md-primary.md-fab, .md-button.md-sg-material-theme.md-hue-2.md-primary.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: #424242;
}

.md-button.md-sg-material-theme.md-hue-2.md-primary.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-2.md-primary.md-raised:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-primary.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-2.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-primary.md-raised:not([disabled]):hover {
  background-color: #757575;
}

.md-button.md-sg-material-theme.md-hue-2.md-primary:not([disabled]) md-icon {
  color: #424242;
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-primary {
  color: #424242;
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-primary:hover {
  color: #616161;
}

md-card.md-sg-material-theme.md-hue-2 .md-card-image {
  border-radius: 2px 2px 0 0;
}

md-card.md-sg-material-theme.md-hue-2 md-card-header md-card-header-text .md-subhead, md-card.md-sg-material-theme.md-hue-2 md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(66, 66, 66, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(66, 66, 66, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(66, 66, 66, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-2[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-2[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-2[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips.md-focused {
  box-shadow: 0 2px #424242;
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips .md-chip-input-container input {
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips .md-chip-input-container input:-moz-placeholder, md-chips.md-sg-material-theme.md-hue-2 .md-chips .md-chip-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-2 .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-2 md-chip.md-focused {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

md-chips.md-sg-material-theme.md-hue-2 md-chip.md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-sg-material-theme.md-hue-2 .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #9e9e9e;
}

.md-sg-material-theme.md-hue-2 .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled {
  color: rgba(158, 158, 158, 0.6);
}

.md-sg-material-theme.md-hue-2 .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-2 .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.md-sg-material-theme.md-hue-2 .md-calendar-date-disabled, .md-sg-material-theme.md-hue-2 .md-calendar-month-label-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-2 .md-calendar-month-label md-icon, .md-sg-material-theme.md-hue-2 .md-datepicker-input {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input:-moz-placeholder, .md-sg-material-theme.md-hue-2 .md-datepicker-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #424242;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-open .md-datepicker-calendar-icon {
  color: #424242;
}

md-dialog.md-sg-material-theme.md-hue-2.md-content-overflow .md-actions, md-dialog.md-sg-material-theme.md-hue-2.md-content-overflow md-dialog-actions, md-divider.md-sg-material-theme.md-hue-2 {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.layout-gt-lg-row > md-divider.md-sg-material-theme.md-hue-2, .layout-gt-md-row > md-divider.md-sg-material-theme.md-hue-2, .layout-gt-sm-row > md-divider.md-sg-material-theme.md-hue-2, .layout-gt-xs-row > md-divider.md-sg-material-theme.md-hue-2, .layout-lg-row > md-divider.md-sg-material-theme.md-hue-2, .layout-md-row > md-divider.md-sg-material-theme.md-hue-2, .layout-row > md-divider.md-sg-material-theme.md-hue-2, .layout-sm-row > md-divider.md-sg-material-theme.md-hue-2, .layout-xl-row > md-divider.md-sg-material-theme.md-hue-2, .layout-xs-row > md-divider.md-sg-material-theme.md-hue-2 {
  border-right-color: rgba(0, 0, 0, 0.12);
}

md-icon.md-sg-material-theme.md-hue-2 {
  color: rgba(0, 0, 0, 0.54);
}

md-icon.md-sg-material-theme.md-hue-2.md-primary {
  color: #424242;
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-2 .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-2 > md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-2 .md-placeholder, md-input-container.md-sg-material-theme.md-hue-2 label {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input-message-animation .md-char-counter, md-input-container.md-sg-material-theme.md-hue-2 .md-input-messages-animation .md-char-counter {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-2.md-input-focused .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-2.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-2.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-2.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #424242;
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused label, md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused md-icon {
  color: #424242;
}

md-list.md-sg-material-theme.md-hue-2 md-list-item.md-2-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-2 md-list-item.md-2-line .md-list-item-text h4, md-list.md-sg-material-theme.md-hue-2 md-list-item.md-3-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-2 md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
}

md-list.md-sg-material-theme.md-hue-2 md-list-item.md-2-line .md-list-item-text p, md-list.md-sg-material-theme.md-hue-2 md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-2 md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-2 md-list-item > md-icon.md-highlight {
  color: #424242;
}

md-menu-bar.md-sg-material-theme.md-hue-2 > button.md-button {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
}

md-menu-bar.md-sg-material-theme.md-hue-2 md-menu > button {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-2 .md-menu > .md-button:after {
  color: rgba(0, 0, 0, 0.54);
}

md-toolbar.md-sg-material-theme.md-hue-2.md-menu-toolbar md-toolbar-filler {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2.md-menu-toolbar md-toolbar-filler md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-2 md-menu-item {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-2 md-menu-item md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-menu-content.md-sg-material-theme.md-hue-2 md-menu-item .md-button[disabled], md-menu-content.md-sg-material-theme.md-hue-2 md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-2 .md-button._md-nav-button.md-unselected {
  color: rgba(0, 0, 0, 0.54);
}

md-nav-bar.md-sg-material-theme.md-hue-2 .md-button._md-nav-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-primary > .md-nav-bar {
  background-color: #424242;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-primary > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-primary > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-2.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar {
  background-color: #424242;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-2 path {
  stroke: #424242;
}

md-radio-button.md-sg-material-theme.md-hue-2 .md-off {
  border-color: rgba(0, 0, 0, 0.54);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-on, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-on {
  background-color: rgba(66, 66, 66, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-checked .md-off {
  border-color: rgba(66, 66, 66, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-checked .md-ink-ripple {
  color: rgba(66, 66, 66, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-primary .md-container .md-ripple {
  color: #757575;
}

md-radio-button.md-sg-material-theme.md-hue-2[disabled], md-radio-group.md-sg-material-theme.md-hue-2[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-radio-button.md-sg-material-theme.md-hue-2[disabled] .md-container .md-off, md-radio-button.md-sg-material-theme.md-hue-2[disabled] .md-container .md-on, md-radio-group.md-sg-material-theme.md-hue-2[disabled] .md-container .md-off, md-radio-group.md-sg-material-theme.md-hue-2[disabled] .md-container .md-on {
  border-color: rgba(0, 0, 0, 0.38);
}

md-radio-group.md-sg-material-theme.md-hue-2 .md-checked:not([disabled]).md-primary .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2.md-primary .md-checked:not([disabled]) .md-ink-ripple {
  color: rgba(66, 66, 66, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-2.md-focused:not(:empty) .md-checked.md-primary .md-container:before, md-radio-group.md-sg-material-theme.md-hue-2.md-focused:not(:empty).md-primary .md-checked .md-container:before {
  background-color: rgba(66, 66, 66, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-2 .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-2 .md-bar {
  background-color: #424242;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-primary .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-sg-material-theme.md-hue-2 .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-2 .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-2 .md-select-value.md-select-placeholder {
  color: #424242;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-2.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-2 .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

md-select.md-sg-material-theme.md-hue-2 .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-2.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-2.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-2:not([disabled]):focus .md-select-value {
  border-bottom-color: #424242;
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-2:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-2:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-2[disabled] .md-select-icon, md-select.md-sg-material-theme.md-hue-2[disabled] .md-select-value, md-select.md-sg-material-theme.md-hue-2[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-2 .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-optgroup {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option {
  color: rgba(0, 0, 0, 0.87);
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.38);
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option[selected] {
  color: #9e9e9e;
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option[selected]:focus {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2 .md-ripple {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2[selected] .md-ink-ripple {
  color: rgba(66, 66, 66, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2[selected] .md-icon {
  background-color: rgba(66, 66, 66, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2[selected].md-focused .md-container:before {
  background-color: rgba(66, 66, 66, 0.26);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2[selected] .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2 .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2 md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-focus-ring {
  background-color: rgba(238, 238, 238, 0.38);
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-track.md-track-fill {
  background-color: #424242;
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-thumb:after {
  border-color: #424242;
  background-color: #424242;
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-sign {
  background-color: #424242;
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-sign:after {
  border-top-color: #424242;
}

md-slider.md-sg-material-theme.md-hue-2.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #424242;
}

md-slider.md-sg-material-theme.md-hue-2.md-primary .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
}

md-slider.md-sg-material-theme.md-hue-2[disabled] .md-thumb:after {
  border-color: transparent;
}

md-slider-container[disabled] > :first-child:not(md-slider), md-slider-container[disabled] > :last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
}

.md-subheader.md-sg-material-theme.md-hue-2.md-primary {
  color: #424242;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #424242;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: #424242;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(66, 66, 66, 0.5);
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(66, 66, 66, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-2 .md-paginator md-icon {
  color: #424242;
}

md-tabs.md-sg-material-theme.md-hue-2 .md-tab {
  color: rgba(0, 0, 0, 0.54);
}

md-tabs.md-sg-material-theme.md-hue-2 .md-tab[disabled], md-tabs.md-sg-material-theme.md-hue-2 .md-tab[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-tabs.md-sg-material-theme.md-hue-2 .md-tab.md-active, md-tabs.md-sg-material-theme.md-hue-2 .md-tab.md-active md-icon, md-tabs.md-sg-material-theme.md-hue-2 .md-tab.md-focused, md-tabs.md-sg-material-theme.md-hue-2 .md-tab.md-focused md-icon {
  color: #424242;
}

md-tabs.md-sg-material-theme.md-hue-2 .md-tab.md-focused {
  background: rgba(66, 66, 66, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper {
  background-color: #424242;
}

md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-2.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper {
  background-color: #424242;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toast.md-sg-material-theme.md-hue-2 .md-toast-content .md-button.md-highlight.md-primary {
  color: #424242;
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar) {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar) md-icon {
  color: rgba(255, 255, 255, 0.87);
  fill: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar) .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  fill: rgba(255, 255, 255, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-3 input {
  color: rgba(0, 0, 0, 0.87);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-3 li {
  color: rgba(0, 0, 0, 0.87);
}

md-bottom-sheet.md-sg-material-theme.md-hue-3.md-list md-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-primary {
  color: white;
}

.md-button.md-sg-material-theme.md-hue-3.md-primary.md-fab, .md-button.md-sg-material-theme.md-hue-3.md-primary.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.md-button.md-sg-material-theme.md-hue-3.md-primary.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-3.md-primary.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-primary.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-3.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-primary.md-raised:not([disabled]):hover {
  background-color: #757575;
}

.md-button.md-sg-material-theme.md-hue-3.md-primary:not([disabled]) md-icon {
  color: white;
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-primary {
  color: white;
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-primary:hover {
  color: #616161;
}

md-card.md-sg-material-theme.md-hue-3 .md-card-image {
  border-radius: 2px 2px 0 0;
}

md-card.md-sg-material-theme.md-hue-3 md-card-header md-card-header-text .md-subhead, md-card.md-sg-material-theme.md-hue-3 md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(255, 255, 255, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-3[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-3[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-3[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips.md-focused {
  box-shadow: 0 2px white;
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips .md-chip-input-container input {
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips .md-chip-input-container input:-moz-placeholder, md-chips.md-sg-material-theme.md-hue-3 .md-chips .md-chip-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-3 .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-chips.md-sg-material-theme.md-hue-3 md-chip.md-focused {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

md-chips.md-sg-material-theme.md-hue-3 md-chip.md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-3 .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #9e9e9e;
}

.md-sg-material-theme.md-hue-3 .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled {
  color: rgba(158, 158, 158, 0.6);
}

.md-sg-material-theme.md-hue-3 .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-3 .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.md-sg-material-theme.md-hue-3 .md-calendar-date-disabled, .md-sg-material-theme.md-hue-3 .md-calendar-month-label-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-3 .md-calendar-month-label md-icon, .md-sg-material-theme.md-hue-3 .md-datepicker-input {
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input:-moz-placeholder, .md-sg-material-theme.md-hue-3 .md-datepicker-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: white;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-open .md-datepicker-calendar-icon {
  color: white;
}

md-dialog.md-sg-material-theme.md-hue-3.md-content-overflow .md-actions, md-dialog.md-sg-material-theme.md-hue-3.md-content-overflow md-dialog-actions, md-divider.md-sg-material-theme.md-hue-3 {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.layout-gt-lg-row > md-divider.md-sg-material-theme.md-hue-3, .layout-gt-md-row > md-divider.md-sg-material-theme.md-hue-3, .layout-gt-sm-row > md-divider.md-sg-material-theme.md-hue-3, .layout-gt-xs-row > md-divider.md-sg-material-theme.md-hue-3, .layout-lg-row > md-divider.md-sg-material-theme.md-hue-3, .layout-md-row > md-divider.md-sg-material-theme.md-hue-3, .layout-row > md-divider.md-sg-material-theme.md-hue-3, .layout-sm-row > md-divider.md-sg-material-theme.md-hue-3, .layout-xl-row > md-divider.md-sg-material-theme.md-hue-3, .layout-xs-row > md-divider.md-sg-material-theme.md-hue-3 {
  border-right-color: rgba(0, 0, 0, 0.12);
}

md-icon.md-sg-material-theme.md-hue-3 {
  color: rgba(0, 0, 0, 0.54);
}

md-icon.md-sg-material-theme.md-hue-3.md-primary {
  color: white;
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-3 .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-3 > md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-3 .md-placeholder, md-input-container.md-sg-material-theme.md-hue-3 label {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input-message-animation .md-char-counter, md-input-container.md-sg-material-theme.md-hue-3 .md-input-messages-animation .md-char-counter {
  color: rgba(0, 0, 0, 0.87);
}

md-input-container.md-sg-material-theme.md-hue-3.md-input-focused .md-input:-moz-placeholder, md-input-container.md-sg-material-theme.md-hue-3.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-3.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-3.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-resized .md-input {
  border-color: white;
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused label, md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused md-icon {
  color: white;
}

md-list.md-sg-material-theme.md-hue-3 md-list-item.md-2-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-3 md-list-item.md-2-line .md-list-item-text h4, md-list.md-sg-material-theme.md-hue-3 md-list-item.md-3-line .md-list-item-text h3, md-list.md-sg-material-theme.md-hue-3 md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
}

md-list.md-sg-material-theme.md-hue-3 md-list-item.md-2-line .md-list-item-text p, md-list.md-sg-material-theme.md-hue-3 md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-3 md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-list.md-sg-material-theme.md-hue-3 md-list-item > md-icon.md-highlight {
  color: white;
}

md-menu-bar.md-sg-material-theme.md-hue-3 > button.md-button {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
}

md-menu-bar.md-sg-material-theme.md-hue-3 md-menu > button {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-3 .md-menu > .md-button:after {
  color: rgba(0, 0, 0, 0.54);
}

md-toolbar.md-sg-material-theme.md-hue-3.md-menu-toolbar md-toolbar-filler {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3.md-menu-toolbar md-toolbar-filler md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-3 md-menu-item {
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-3 md-menu-item md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-menu-content.md-sg-material-theme.md-hue-3 md-menu-item .md-button[disabled], md-menu-content.md-sg-material-theme.md-hue-3 md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-3 .md-button._md-nav-button.md-unselected {
  color: rgba(0, 0, 0, 0.54);
}

md-nav-bar.md-sg-material-theme.md-hue-3 .md-button._md-nav-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-primary > .md-nav-bar {
  background-color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-primary > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-primary > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-3.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-primary > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar {
  background-color: white;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button {
  color: whitesmoke;
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-3 path {
  stroke: white;
}

md-radio-button.md-sg-material-theme.md-hue-3 .md-off {
  border-color: rgba(0, 0, 0, 0.54);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-on, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-on, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-on {
  background-color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-checked .md-off {
  border-color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-checked .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-primary .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-primary .md-container .md-ripple {
  color: #757575;
}

md-radio-button.md-sg-material-theme.md-hue-3[disabled], md-radio-group.md-sg-material-theme.md-hue-3[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

md-radio-button.md-sg-material-theme.md-hue-3[disabled] .md-container .md-off, md-radio-button.md-sg-material-theme.md-hue-3[disabled] .md-container .md-on, md-radio-group.md-sg-material-theme.md-hue-3[disabled] .md-container .md-off, md-radio-group.md-sg-material-theme.md-hue-3[disabled] .md-container .md-on {
  border-color: rgba(0, 0, 0, 0.38);
}

md-radio-group.md-sg-material-theme.md-hue-3 .md-checked:not([disabled]).md-primary .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3.md-primary .md-checked:not([disabled]) .md-ink-ripple {
  color: rgba(255, 255, 255, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-3.md-focused:not(:empty) .md-checked.md-primary .md-container:before, md-radio-group.md-sg-material-theme.md-hue-3.md-focused:not(:empty).md-primary .md-checked .md-container:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-3 .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-3 .md-bar {
  background-color: white;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-primary .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-sg-material-theme.md-hue-3 .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-3 .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-sg-material-theme.md-hue-3 .md-select-value.md-select-placeholder {
  color: white;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-3.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-3 .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

md-select.md-sg-material-theme.md-hue-3 .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-3.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-3.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-3:not([disabled]):focus .md-select-value {
  border-bottom-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-3:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}

md-select.md-sg-material-theme.md-hue-3:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}

md-select.md-sg-material-theme.md-hue-3[disabled] .md-select-icon, md-select.md-sg-material-theme.md-hue-3[disabled] .md-select-value, md-select.md-sg-material-theme.md-hue-3[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

md-select.md-sg-material-theme.md-hue-3 .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-optgroup {
  color: rgba(0, 0, 0, 0.54);
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option {
  color: rgba(0, 0, 0, 0.87);
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.38);
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option[selected] {
  color: #9e9e9e;
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option[selected]:focus {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3 .md-ripple {
  color: #757575;
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3 .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3[selected] .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3[selected] .md-icon {
  background-color: rgba(255, 255, 255, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3[selected].md-focused .md-container:before {
  background-color: rgba(255, 255, 255, 0.26);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3[selected] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3 .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3 md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-focus-ring {
  background-color: rgba(238, 238, 238, 0.38);
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-track.md-track-fill {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-thumb:after {
  border-color: white;
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-sign {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-sign:after {
  border-top-color: white;
}

md-slider.md-sg-material-theme.md-hue-3.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: white;
}

md-slider.md-sg-material-theme.md-hue-3.md-primary .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-3[disabled] .md-thumb:after {
  border-color: transparent;
}

md-slider-container[disabled] > :first-child:not(md-slider), md-slider-container[disabled] > :last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
}

.md-subheader.md-sg-material-theme.md-hue-3.md-primary {
  color: white;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: white;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: white;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-3 .md-paginator md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-3 .md-tab {
  color: rgba(0, 0, 0, 0.54);
}

md-tabs.md-sg-material-theme.md-hue-3 .md-tab[disabled], md-tabs.md-sg-material-theme.md-hue-3 .md-tab[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

md-tabs.md-sg-material-theme.md-hue-3 .md-tab.md-active, md-tabs.md-sg-material-theme.md-hue-3 .md-tab.md-active md-icon, md-tabs.md-sg-material-theme.md-hue-3 .md-tab.md-focused, md-tabs.md-sg-material-theme.md-hue-3 .md-tab.md-focused md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-3 .md-tab.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper {
  background-color: white;
}

md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-3.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper {
  background-color: white;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: whitesmoke;
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toast.md-sg-material-theme.md-hue-3 .md-toast-content .md-button.md-highlight.md-primary {
  color: white;
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar) {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar) md-icon {
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar) .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.26);
  fill: rgba(0, 0, 0, 0.26);
}

md-autocomplete.md-sg-material-theme.md-accent md-input-container.md-input-focused .md-input {
  border-color: black;
}

md-autocomplete.md-sg-material-theme.md-accent md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-accent md-input-container.md-input-focused md-icon {
  color: black;
}

md-autocomplete.md-sg-material-theme.md-accent md-progress-linear .md-container {
  background-color: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-accent md-progress-linear .md-bar {
  background-color: black;
}

.md-button.md-sg-material-theme.md-fab md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-fab {
  background-color: black;
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-fab:not([disabled]) .md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-fab:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-accent {
  color: black;
}

.md-button.md-sg-material-theme.md-accent.md-fab, .md-button.md-sg-material-theme.md-accent.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: black;
}

.md-button.md-sg-material-theme.md-accent.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-accent.md-raised:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-accent.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-accent.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-accent.md-raised:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-accent:not([disabled]) md-icon {
  color: black;
}

.md-button.md-sg-material-theme.md-accent[disabled], .md-button.md-sg-material-theme.md-fab[disabled], .md-button.md-sg-material-theme.md-raised[disabled], .md-button.md-sg-material-theme.md-warn[disabled], .md-button.md-sg-material-theme[disabled] {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.md-button.md-sg-material-theme.md-accent[disabled] md-icon, .md-button.md-sg-material-theme.md-fab[disabled] md-icon, .md-button.md-sg-material-theme.md-raised[disabled] md-icon, .md-button.md-sg-material-theme.md-warn[disabled] md-icon, .md-button.md-sg-material-theme[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

._md a.md-sg-material-theme:not(.md-button).md-accent {
  color: black;
}

._md a.md-sg-material-theme:not(.md-button).md-accent:hover {
  color: #616161;
}

md-checkbox.md-sg-material-theme .md-ripple {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-checked.md-focused .md-container:before {
  background-color: rgba(0, 0, 0, 0.26);
}

md-checkbox.md-sg-material-theme.md-checked .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}

md-checkbox.md-sg-material-theme.md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.87);
}

md-checkbox.md-sg-material-theme.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
}

.md-accent .md-sg-material-theme .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: black;
}

.md-accent .md-sg-material-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-sg-material-theme .md-datepicker-open.md-accent .md-datepicker-calendar-icon {
  color: black;
}

md-icon.md-sg-material-theme.md-accent {
  color: black;
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: black;
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-accent label, md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: black;
}

md-list.md-sg-material-theme md-list-item > md-icon.md-highlight.md-accent {
  color: black;
}

md-nav-bar.md-sg-material-theme md-nav-ink-bar {
  color: black;
  background: black;
}

md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar {
  background-color: black;
}

md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-nav-bar.md-sg-material-theme.md-accent > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar {
  background-color: black;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-progress-circular.md-sg-material-theme.md-accent path {
  stroke: black;
}

md-radio-button.md-sg-material-theme .md-on {
  background-color: rgba(0, 0, 0, 0.87);
}

md-radio-button.md-sg-material-theme.md-checked .md-off {
  border-color: rgba(0, 0, 0, 0.87);
}

md-radio-button.md-sg-material-theme.md-checked .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}

md-radio-button.md-sg-material-theme .md-container .md-ripple {
  color: #616161;
}

md-radio-group.md-sg-material-theme .md-checked .md-ink-ripple {
  color: rgba(0, 0, 0, 0.26);
}

md-radio-group.md-sg-material-theme.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(0, 0, 0, 0.26);
}

md-progress-linear.md-sg-material-theme.md-accent .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-accent .md-bar {
  background-color: black;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-accent .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: black;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
  color: black;
}

md-select.md-sg-material-theme:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: black;
}

md-select-menu.md-sg-material-theme md-content md-option[selected].md-accent {
  color: black;
}

md-select-menu.md-sg-material-theme md-content md-option[selected].md-accent:focus {
  color: #616161;
}

md-slider.md-sg-material-theme .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.2);
}

md-slider.md-sg-material-theme .md-track.md-track-fill {
  background-color: black;
}

md-slider.md-sg-material-theme .md-thumb:after {
  border-color: black;
  background-color: black;
}

md-slider.md-sg-material-theme .md-sign {
  background-color: black;
}

md-slider.md-sg-material-theme .md-sign:after {
  border-top-color: black;
}

md-slider.md-sg-material-theme[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: black;
}

md-slider.md-sg-material-theme .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
}

.md-subheader.md-sg-material-theme.md-accent {
  color: black;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]) .md-ink-ripple {
  color: black;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]) .md-thumb {
  background-color: black;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]) .md-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.26);
}

md-tabs.md-sg-material-theme md-ink-bar {
  color: black;
  background: black;
}

md-tabs.md-sg-material-theme .md-tab .md-ripple-container {
  color: white;
}

md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper {
  background-color: black;
}

md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-tabs.md-sg-material-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper {
  background-color: black;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toast.md-sg-material-theme .md-toast-content .md-button.md-highlight {
  color: black;
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar).md-accent {
  background-color: black;
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar).md-accent .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar).md-accent md-icon {
  color: rgba(255, 255, 255, 0.87);
  fill: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  fill: rgba(255, 255, 255, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-accent md-input-container.md-input-focused .md-input {
  border-color: white;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-accent md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-1.md-accent md-input-container.md-input-focused md-icon {
  color: white;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-accent md-progress-linear .md-container {
  background-color: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-accent md-progress-linear .md-bar {
  background-color: white;
}

.md-button.md-sg-material-theme.md-hue-1.md-fab md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-fab {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-fab:not([disabled]) .md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-fab:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent {
  color: white;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent.md-fab, .md-button.md-sg-material-theme.md-hue-1.md-accent.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-1.md-accent.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-accent.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-accent.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-1.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-accent.md-raised:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent:not([disabled]) md-icon {
  color: white;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent[disabled], .md-button.md-sg-material-theme.md-hue-1.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-1.md-raised[disabled], .md-button.md-sg-material-theme.md-hue-1.md-warn[disabled], .md-button.md-sg-material-theme.md-hue-1[disabled] {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.md-button.md-sg-material-theme.md-hue-1.md-accent[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-1.md-fab[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-1.md-raised[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-1.md-warn[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-1[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-accent {
  color: white;
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-accent:hover {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-1 .md-ripple {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-1.md-checked.md-focused .md-container:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-1.md-checked .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1.md-checked .md-icon {
  background-color: rgba(255, 255, 255, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1.md-checked .md-icon:after {
  border-color: rgba(0, 0, 0, 0.87);
}

.md-accent .md-sg-material-theme.md-hue-1 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: white;
}

.md-accent .md-sg-material-theme.md-hue-1 .md-datepicker-open .md-datepicker-calendar-icon, .md-sg-material-theme.md-hue-1 .md-datepicker-open.md-accent .md-datepicker-calendar-icon {
  color: white;
}

md-icon.md-sg-material-theme.md-hue-1.md-accent {
  color: white;
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: white;
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-accent label, md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: white;
}

md-list.md-sg-material-theme.md-hue-1 md-list-item > md-icon.md-highlight.md-accent {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-1 md-nav-ink-bar {
  color: white;
  background: white;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar {
  background-color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-accent > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar {
  background-color: white;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-progress-circular.md-sg-material-theme.md-hue-1.md-accent path {
  stroke: white;
}

md-radio-button.md-sg-material-theme.md-hue-1 .md-on {
  background-color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1.md-checked .md-off {
  border-color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1.md-checked .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1 .md-container .md-ripple {
  color: #616161;
}

md-radio-group.md-sg-material-theme.md-hue-1 .md-checked .md-ink-ripple {
  color: rgba(255, 255, 255, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-1.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-1.md-accent .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-1.md-accent .md-bar {
  background-color: white;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-accent .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: white;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
  color: white;
}

md-select.md-sg-material-theme.md-hue-1:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: white;
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option[selected].md-accent {
  color: white;
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option[selected].md-accent:focus {
  color: #616161;
}

md-slider.md-sg-material-theme.md-hue-1 .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.2);
}

md-slider.md-sg-material-theme.md-hue-1 .md-track.md-track-fill {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-1 .md-thumb:after {
  border-color: white;
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-1 .md-sign {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-1 .md-sign:after {
  border-top-color: white;
}

md-slider.md-sg-material-theme.md-hue-1[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: white;
}

md-slider.md-sg-material-theme.md-hue-1 .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

.md-subheader.md-sg-material-theme.md-hue-1.md-accent {
  color: white;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]) .md-ink-ripple {
  color: white;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]) .md-thumb {
  background-color: white;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]) .md-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(255, 255, 255, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-1 md-ink-bar {
  color: white;
  background: white;
}

md-tabs.md-sg-material-theme.md-hue-1 .md-tab .md-ripple-container {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper {
  background-color: white;
}

md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-1.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper {
  background-color: white;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toast.md-sg-material-theme.md-hue-1 .md-toast-content .md-button.md-highlight {
  color: white;
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar).md-accent {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar).md-accent .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar).md-accent md-icon {
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.26);
  fill: rgba(0, 0, 0, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-accent md-input-container.md-input-focused .md-input {
  border-color: #303030;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-accent md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-2.md-accent md-input-container.md-input-focused md-icon {
  color: #303030;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-accent md-progress-linear .md-container {
  background-color: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-accent md-progress-linear .md-bar {
  background-color: #303030;
}

.md-button.md-sg-material-theme.md-hue-2.md-fab md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-fab {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-fab:not([disabled]) .md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-fab:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent {
  color: #303030;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent.md-fab, .md-button.md-sg-material-theme.md-hue-2.md-accent.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: #303030;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-2.md-accent.md-raised:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2.md-accent.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-accent.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-2.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-accent.md-raised:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent:not([disabled]) md-icon {
  color: #303030;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent[disabled], .md-button.md-sg-material-theme.md-hue-2.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-2.md-raised[disabled], .md-button.md-sg-material-theme.md-hue-2.md-warn[disabled], .md-button.md-sg-material-theme.md-hue-2[disabled] {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.md-button.md-sg-material-theme.md-hue-2.md-accent[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-2.md-fab[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-2.md-raised[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-2.md-warn[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-2[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-accent {
  color: #303030;
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-accent:hover {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-2 .md-ripple {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-2.md-checked.md-focused .md-container:before {
  background-color: rgba(48, 48, 48, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-2.md-checked .md-ink-ripple {
  color: rgba(48, 48, 48, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2.md-checked .md-icon {
  background-color: rgba(48, 48, 48, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
}

.md-accent .md-sg-material-theme.md-hue-2 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #303030;
}

.md-accent .md-sg-material-theme.md-hue-2 .md-datepicker-open .md-datepicker-calendar-icon, .md-sg-material-theme.md-hue-2 .md-datepicker-open.md-accent .md-datepicker-calendar-icon {
  color: #303030;
}

md-icon.md-sg-material-theme.md-hue-2.md-accent {
  color: #303030;
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #303030;
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-accent label, md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: #303030;
}

md-list.md-sg-material-theme.md-hue-2 md-list-item > md-icon.md-highlight.md-accent {
  color: #303030;
}

md-nav-bar.md-sg-material-theme.md-hue-2 md-nav-ink-bar {
  color: #303030;
  background: #303030;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar {
  background-color: #303030;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-accent > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar {
  background-color: #303030;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-progress-circular.md-sg-material-theme.md-hue-2.md-accent path {
  stroke: #303030;
}

md-radio-button.md-sg-material-theme.md-hue-2 .md-on {
  background-color: rgba(48, 48, 48, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2.md-checked .md-off {
  border-color: rgba(48, 48, 48, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2.md-checked .md-ink-ripple {
  color: rgba(48, 48, 48, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2 .md-container .md-ripple {
  color: #616161;
}

md-radio-group.md-sg-material-theme.md-hue-2 .md-checked .md-ink-ripple {
  color: rgba(48, 48, 48, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-2.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(48, 48, 48, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-2.md-accent .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-2.md-accent .md-bar {
  background-color: #303030;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-accent .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: #303030;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
  color: #303030;
}

md-select.md-sg-material-theme.md-hue-2:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: #303030;
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option[selected].md-accent {
  color: #303030;
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option[selected].md-accent:focus {
  color: #616161;
}

md-slider.md-sg-material-theme.md-hue-2 .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.2);
}

md-slider.md-sg-material-theme.md-hue-2 .md-track.md-track-fill {
  background-color: #303030;
}

md-slider.md-sg-material-theme.md-hue-2 .md-thumb:after {
  border-color: #303030;
  background-color: #303030;
}

md-slider.md-sg-material-theme.md-hue-2 .md-sign {
  background-color: #303030;
}

md-slider.md-sg-material-theme.md-hue-2 .md-sign:after {
  border-top-color: #303030;
}

md-slider.md-sg-material-theme.md-hue-2[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #303030;
}

md-slider.md-sg-material-theme.md-hue-2 .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
}

.md-subheader.md-sg-material-theme.md-hue-2.md-accent {
  color: #303030;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]) .md-ink-ripple {
  color: #303030;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]) .md-thumb {
  background-color: #303030;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]) .md-bar {
  background-color: rgba(48, 48, 48, 0.5);
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(48, 48, 48, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-2 md-ink-bar {
  color: #303030;
  background: #303030;
}

md-tabs.md-sg-material-theme.md-hue-2 .md-tab .md-ripple-container {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper {
  background-color: #303030;
}

md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-2.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper {
  background-color: #303030;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toast.md-sg-material-theme.md-hue-2 .md-toast-content .md-button.md-highlight {
  color: #303030;
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar).md-accent {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar).md-accent .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar).md-accent md-icon {
  color: rgba(255, 255, 255, 0.87);
  fill: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  fill: rgba(255, 255, 255, 0.26);
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-accent md-input-container.md-input-focused .md-input {
  border-color: #616161;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-accent md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-3.md-accent md-input-container.md-input-focused md-icon {
  color: #616161;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-accent md-progress-linear .md-container {
  background-color: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-accent md-progress-linear .md-bar {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-fab md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-fab {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-fab:not([disabled]) .md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-fab:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent {
  color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent.md-fab, .md-button.md-sg-material-theme.md-hue-3.md-accent.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-3.md-accent.md-raised:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-accent.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-accent.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-3.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-accent.md-raised:not([disabled]):hover {
  background-color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent:not([disabled]) md-icon {
  color: #616161;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent[disabled], .md-button.md-sg-material-theme.md-hue-3.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-3.md-raised[disabled], .md-button.md-sg-material-theme.md-hue-3.md-warn[disabled], .md-button.md-sg-material-theme.md-hue-3[disabled] {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.md-button.md-sg-material-theme.md-hue-3.md-accent[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-3.md-fab[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-3.md-raised[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-3.md-warn[disabled] md-icon, .md-button.md-sg-material-theme.md-hue-3[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-accent {
  color: #616161;
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-accent:hover {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-3 .md-ripple {
  color: #616161;
}

md-checkbox.md-sg-material-theme.md-hue-3.md-checked.md-focused .md-container:before {
  background-color: rgba(97, 97, 97, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-3.md-checked .md-ink-ripple {
  color: rgba(97, 97, 97, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3.md-checked .md-icon {
  background-color: rgba(97, 97, 97, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
}

.md-accent .md-sg-material-theme.md-hue-3 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #616161;
}

.md-accent .md-sg-material-theme.md-hue-3 .md-datepicker-open .md-datepicker-calendar-icon, .md-sg-material-theme.md-hue-3 .md-datepicker-open.md-accent .md-datepicker-calendar-icon {
  color: #616161;
}

md-icon.md-sg-material-theme.md-hue-3.md-accent {
  color: #616161;
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #616161;
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-accent label, md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: #616161;
}

md-list.md-sg-material-theme.md-hue-3 md-list-item > md-icon.md-highlight.md-accent {
  color: #616161;
}

md-nav-bar.md-sg-material-theme.md-hue-3 md-nav-ink-bar {
  color: #616161;
  background: #616161;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar {
  background-color: #616161;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-accent > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar {
  background-color: #616161;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button {
  color: white;
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar md-nav-ink-bar {
  color: #757575;
  background: #757575;
}

md-progress-circular.md-sg-material-theme.md-hue-3.md-accent path {
  stroke: #616161;
}

md-radio-button.md-sg-material-theme.md-hue-3 .md-on {
  background-color: rgba(97, 97, 97, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3.md-checked .md-off {
  border-color: rgba(97, 97, 97, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3.md-checked .md-ink-ripple {
  color: rgba(97, 97, 97, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3 .md-container .md-ripple {
  color: #616161;
}

md-radio-group.md-sg-material-theme.md-hue-3 .md-checked .md-ink-ripple {
  color: rgba(97, 97, 97, 0.26);
}

md-radio-group.md-sg-material-theme.md-hue-3.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(97, 97, 97, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-3.md-accent .md-container {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-3.md-accent .md-bar {
  background-color: #616161;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-accent .md-bar1 {
  background-color: whitesmoke;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(whitesmoke 0, whitesmoke 16%, transparent 42%);
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: #616161;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
  color: #616161;
}

md-select.md-sg-material-theme.md-hue-3:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: #616161;
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option[selected].md-accent {
  color: #616161;
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option[selected].md-accent:focus {
  color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3 .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.2);
}

md-slider.md-sg-material-theme.md-hue-3 .md-track.md-track-fill {
  background-color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3 .md-thumb:after {
  border-color: #616161;
  background-color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3 .md-sign {
  background-color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3 .md-sign:after {
  border-top-color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #616161;
}

md-slider.md-sg-material-theme.md-hue-3 .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
}

.md-subheader.md-sg-material-theme.md-hue-3.md-accent {
  color: #616161;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]) .md-ink-ripple {
  color: #616161;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]) .md-thumb {
  background-color: #616161;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]) .md-bar {
  background-color: rgba(97, 97, 97, 0.5);
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(97, 97, 97, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-3 md-ink-bar {
  color: #616161;
  background: #616161;
}

md-tabs.md-sg-material-theme.md-hue-3 .md-tab .md-ripple-container {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper {
  background-color: #616161;
}

md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-tabs.md-sg-material-theme.md-hue-3.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper {
  background-color: #616161;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: white;
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-accent > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #757575;
  background: #757575;
}

md-toast.md-sg-material-theme.md-hue-3 .md-toast-content .md-button.md-highlight {
  color: #616161;
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar).md-accent {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar).md-accent .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar).md-accent md-icon {
  color: rgba(255, 255, 255, 0.87);
  fill: rgba(255, 255, 255, 0.87);
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  fill: rgba(255, 255, 255, 0.26);
}

md-autocomplete.md-sg-material-theme.md-warn md-input-container.md-input-focused .md-input {
  border-color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-warn md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-warn md-input-container.md-input-focused md-icon {
  color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-warn md-progress-linear .md-container {
  background-color: #ffccbc;
}

md-autocomplete.md-sg-material-theme.md-warn md-progress-linear .md-bar {
  background-color: #ff5722;
}

.md-button.md-sg-material-theme.md-warn {
  color: #ff5722;
}

.md-button.md-sg-material-theme.md-warn.md-fab, .md-button.md-sg-material-theme.md-warn.md-raised {
  color: white;
  background-color: #ff5722;
}

.md-button.md-sg-material-theme.md-warn.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-warn.md-raised:not([disabled]) md-icon {
  color: white;
}

.md-button.md-sg-material-theme.md-warn.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-warn.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-warn.md-raised:not([disabled]):hover {
  background-color: #f4511e;
}

.md-button.md-sg-material-theme.md-warn:not([disabled]) md-icon {
  color: #ff5722;
}

._md a.md-sg-material-theme:not(.md-button).md-warn {
  color: #ff5722;
}

._md a.md-sg-material-theme:not(.md-button).md-warn:hover {
  color: #e64a19;
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn .md-ripple {
  color: #f4511e;
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(255, 87, 34, 0.87);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(255, 87, 34, 0.87);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(255, 87, 34, 0.26);
}

md-checkbox.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
}

.md-sg-material-theme .md-datepicker-input-container.md-datepicker-invalid, .md-warn .md-sg-material-theme .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #dd2c00;
}

.md-sg-material-theme .md-datepicker-open.md-warn .md-datepicker-calendar-icon, .md-warn .md-sg-material-theme .md-datepicker-open .md-datepicker-calendar-icon {
  color: #dd2c00;
}

md-icon.md-sg-material-theme.md-warn {
  color: #ff5722;
}

md-input-container.md-sg-material-theme label.md-required:after {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme .md-input-message-animation, md-input-container.md-sg-material-theme .md-input-messages-animation {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-warn label, md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-input-invalid .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-input-invalid .md-char-counter, md-input-container.md-sg-material-theme.md-input-invalid .md-input-message-animation, md-input-container.md-sg-material-theme.md-input-invalid label {
  color: #dd2c00;
}

md-nav-bar.md-sg-material-theme.md-warn > .md-nav-bar {
  background-color: #ff5722;
}

md-nav-bar.md-sg-material-theme.md-warn > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-nav-bar.md-sg-material-theme.md-warn > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme > .md-nav-bar {
  background-color: #ff5722;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-warn > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: white;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-progress-circular.md-sg-material-theme.md-warn path {
  stroke: #ff5722;
}

md-radio-button.md-sg-material-theme:not([disabled]).md-warn .md-on, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn .md-on, md-radio-group.md-sg-material-theme:not([disabled]).md-warn .md-on, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn .md-on {
  background-color: rgba(255, 87, 34, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]).md-warn .md-checked .md-off, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]).md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn .md-checked .md-off {
  border-color: rgba(255, 87, 34, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple {
  color: rgba(255, 87, 34, 0.87);
}

md-radio-button.md-sg-material-theme:not([disabled]).md-warn .md-container .md-ripple, md-radio-button.md-sg-material-theme:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme:not([disabled]).md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme:not([disabled]) .md-warn .md-container .md-ripple {
  color: #f4511e;
}

md-radio-group.md-sg-material-theme.md-focused:not(:empty) .md-checked.md-warn .md-container:before, md-radio-group.md-sg-material-theme.md-focused:not(:empty).md-warn .md-checked .md-container:before {
  background-color: rgba(255, 87, 34, 0.26);
}

md-progress-linear.md-sg-material-theme.md-warn .md-container {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-warn .md-bar {
  background-color: #ff5722;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-warn .md-bar1 {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#ffccbc 0, #ffccbc 16%, transparent 42%);
}

md-input-container md-select.md-sg-material-theme .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #dd2c00;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
  color: #dd2c00;
}

md-select.md-sg-material-theme .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-select.md-sg-material-theme.ng-invalid.ng-touched .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-select.md-sg-material-theme:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn .md-focus-ring {
  background-color: rgba(255, 171, 145, 0.38);
}

md-slider.md-sg-material-theme.md-warn .md-track.md-track-fill {
  background-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn .md-thumb:after {
  border-color: #ff5722;
  background-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn .md-sign {
  background-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn .md-sign:after {
  border-top-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #ff5722;
}

md-slider.md-sg-material-theme.md-warn .md-thumb-text {
  color: white;
}

.md-subheader.md-sg-material-theme.md-warn {
  color: #ff5722;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #ff5722;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #ff5722;
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(255, 87, 34, 0.5);
}

md-switch.md-sg-material-theme.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(255, 87, 34, 0.26);
}

md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper {
  background-color: #ff5722;
}

md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper {
  background-color: #ff5722;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: white;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toast.md-sg-material-theme .md-toast-content .md-button.md-highlight.md-warn {
  color: #ff5722;
}

md-toolbar.md-sg-material-theme:not(.md-menu-toolbar).md-warn {
  background-color: #ff5722;
  color: white;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-warn md-input-container.md-input-focused .md-input {
  border-color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-warn md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-1.md-warn md-input-container.md-input-focused md-icon {
  color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-warn md-progress-linear .md-container {
  background-color: #ffccbc;
}

md-autocomplete.md-sg-material-theme.md-hue-1.md-warn md-progress-linear .md-bar {
  background-color: #ff8a65;
}

.md-button.md-sg-material-theme.md-hue-1.md-warn {
  color: #ff8a65;
}

.md-button.md-sg-material-theme.md-hue-1.md-warn.md-fab, .md-button.md-sg-material-theme.md-hue-1.md-warn.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ff8a65;
}

.md-button.md-sg-material-theme.md-hue-1.md-warn.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-1.md-warn.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1.md-warn.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-warn.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-1.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1.md-warn.md-raised:not([disabled]):hover {
  background-color: #f4511e;
}

.md-button.md-sg-material-theme.md-hue-1.md-warn:not([disabled]) md-icon {
  color: #ff8a65;
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-warn {
  color: #ff8a65;
}

._md a.md-sg-material-theme.md-hue-1:not(.md-button).md-warn:hover {
  color: #e64a19;
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-ripple {
  color: #f4511e;
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(255, 138, 101, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(255, 138, 101, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(255, 138, 101, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input-container.md-datepicker-invalid, .md-warn .md-sg-material-theme.md-hue-1 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #dd2c00;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-open.md-warn .md-datepicker-calendar-icon, .md-warn .md-sg-material-theme.md-hue-1 .md-datepicker-open .md-datepicker-calendar-icon {
  color: #dd2c00;
}

md-icon.md-sg-material-theme.md-hue-1.md-warn {
  color: #ff8a65;
}

md-input-container.md-sg-material-theme.md-hue-1 label.md-required:after {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-1 .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-1 .md-input-messages-animation {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-warn label, md-input-container.md-sg-material-theme.md-hue-1:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-1.md-input-invalid .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-1.md-input-invalid .md-char-counter, md-input-container.md-sg-material-theme.md-hue-1.md-input-invalid .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-1.md-input-invalid label {
  color: #dd2c00;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-warn > .md-nav-bar {
  background-color: #ff8a65;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-warn > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-warn > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-1.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-1.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar {
  background-color: #ff8a65;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-1 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-1.md-warn path {
  stroke: #ff8a65;
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-on, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-on {
  background-color: rgba(255, 138, 101, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-checked .md-off {
  border-color: rgba(255, 138, 101, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-checked .md-ink-ripple {
  color: rgba(255, 138, 101, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]).md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-1:not([disabled]) .md-warn .md-container .md-ripple {
  color: #f4511e;
}

md-radio-group.md-sg-material-theme.md-hue-1.md-focused:not(:empty) .md-checked.md-warn .md-container:before, md-radio-group.md-sg-material-theme.md-hue-1.md-focused:not(:empty).md-warn .md-checked .md-container:before {
  background-color: rgba(255, 138, 101, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-1.md-warn .md-container {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-1.md-warn .md-bar {
  background-color: #ff8a65;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-warn .md-bar1 {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-1[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#ffccbc 0, #ffccbc 16%, transparent 42%);
}

md-input-container md-select.md-sg-material-theme.md-hue-1 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-1 .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #dd2c00;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-1 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-1.ng-invalid.ng-touched .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-select.md-sg-material-theme.md-hue-1:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-focus-ring {
  background-color: rgba(255, 171, 145, 0.38);
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-track.md-track-fill {
  background-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-thumb:after {
  border-color: #ff8a65;
  background-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-sign {
  background-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-sign:after {
  border-top-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #ff8a65;
}

md-slider.md-sg-material-theme.md-hue-1.md-warn .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

.md-subheader.md-sg-material-theme.md-hue-1.md-warn {
  color: #ff8a65;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #ff8a65;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #ff8a65;
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(255, 138, 101, 0.5);
}

md-switch.md-sg-material-theme.md-hue-1.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(255, 138, 101, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper {
  background-color: #ff8a65;
}

md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-1.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper {
  background-color: #ff8a65;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-1 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toast.md-sg-material-theme.md-hue-1 .md-toast-content .md-button.md-highlight.md-warn {
  color: #ff8a65;
}

md-toolbar.md-sg-material-theme.md-hue-1:not(.md-menu-toolbar).md-warn {
  background-color: #ff8a65;
  color: rgba(0, 0, 0, 0.87);
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-warn md-input-container.md-input-focused .md-input {
  border-color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-warn md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-2.md-warn md-input-container.md-input-focused md-icon {
  color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-warn md-progress-linear .md-container {
  background-color: #ffccbc;
}

md-autocomplete.md-sg-material-theme.md-hue-2.md-warn md-progress-linear .md-bar {
  background-color: #d84315;
}

.md-button.md-sg-material-theme.md-hue-2.md-warn {
  color: #d84315;
}

.md-button.md-sg-material-theme.md-hue-2.md-warn.md-fab, .md-button.md-sg-material-theme.md-hue-2.md-warn.md-raised {
  color: white;
  background-color: #d84315;
}

.md-button.md-sg-material-theme.md-hue-2.md-warn.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-2.md-warn.md-raised:not([disabled]) md-icon {
  color: white;
}

.md-button.md-sg-material-theme.md-hue-2.md-warn.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-warn.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-2.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2.md-warn.md-raised:not([disabled]):hover {
  background-color: #f4511e;
}

.md-button.md-sg-material-theme.md-hue-2.md-warn:not([disabled]) md-icon {
  color: #d84315;
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-warn {
  color: #d84315;
}

._md a.md-sg-material-theme.md-hue-2:not(.md-button).md-warn:hover {
  color: #e64a19;
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-ripple {
  color: #f4511e;
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(216, 67, 21, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(216, 67, 21, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(216, 67, 21, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input-container.md-datepicker-invalid, .md-warn .md-sg-material-theme.md-hue-2 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #dd2c00;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-open.md-warn .md-datepicker-calendar-icon, .md-warn .md-sg-material-theme.md-hue-2 .md-datepicker-open .md-datepicker-calendar-icon {
  color: #dd2c00;
}

md-icon.md-sg-material-theme.md-hue-2.md-warn {
  color: #d84315;
}

md-input-container.md-sg-material-theme.md-hue-2 label.md-required:after {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-2 .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-2 .md-input-messages-animation {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-warn label, md-input-container.md-sg-material-theme.md-hue-2:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-2.md-input-invalid .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-2.md-input-invalid .md-char-counter, md-input-container.md-sg-material-theme.md-hue-2.md-input-invalid .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-2.md-input-invalid label {
  color: #dd2c00;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-warn > .md-nav-bar {
  background-color: #d84315;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-warn > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-warn > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-2.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: white;
}

md-nav-bar.md-sg-material-theme.md-hue-2.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar {
  background-color: #d84315;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: white;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-2 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-2.md-warn path {
  stroke: #d84315;
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-on, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-on {
  background-color: rgba(216, 67, 21, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-checked .md-off {
  border-color: rgba(216, 67, 21, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-checked .md-ink-ripple {
  color: rgba(216, 67, 21, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]).md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-2:not([disabled]) .md-warn .md-container .md-ripple {
  color: #f4511e;
}

md-radio-group.md-sg-material-theme.md-hue-2.md-focused:not(:empty) .md-checked.md-warn .md-container:before, md-radio-group.md-sg-material-theme.md-hue-2.md-focused:not(:empty).md-warn .md-checked .md-container:before {
  background-color: rgba(216, 67, 21, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-2.md-warn .md-container {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-2.md-warn .md-bar {
  background-color: #d84315;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-warn .md-bar1 {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-2[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#ffccbc 0, #ffccbc 16%, transparent 42%);
}

md-input-container md-select.md-sg-material-theme.md-hue-2 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-2 .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #dd2c00;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-2 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-2.ng-invalid.ng-touched .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-select.md-sg-material-theme.md-hue-2:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-focus-ring {
  background-color: rgba(255, 171, 145, 0.38);
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-track.md-track-fill {
  background-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-thumb:after {
  border-color: #d84315;
  background-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-sign {
  background-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-sign:after {
  border-top-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #d84315;
}

md-slider.md-sg-material-theme.md-hue-2.md-warn .md-thumb-text {
  color: white;
}

.md-subheader.md-sg-material-theme.md-hue-2.md-warn {
  color: #d84315;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #d84315;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #d84315;
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(216, 67, 21, 0.5);
}

md-switch.md-sg-material-theme.md-hue-2.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(216, 67, 21, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper {
  background-color: #d84315;
}

md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: white;
}

md-tabs.md-sg-material-theme.md-hue-2.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper {
  background-color: #d84315;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: white;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-2 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
}

md-toast.md-sg-material-theme.md-hue-2 .md-toast-content .md-button.md-highlight.md-warn {
  color: #d84315;
}

md-toolbar.md-sg-material-theme.md-hue-2:not(.md-menu-toolbar).md-warn {
  background-color: #d84315;
  color: white;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-warn md-input-container.md-input-focused .md-input {
  border-color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-warn md-input-container.md-input-focused label, md-autocomplete.md-sg-material-theme.md-hue-3.md-warn md-input-container.md-input-focused md-icon {
  color: #dd2c00;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-warn md-progress-linear .md-container {
  background-color: #ffccbc;
}

md-autocomplete.md-sg-material-theme.md-hue-3.md-warn md-progress-linear .md-bar {
  background-color: #ff9e80;
}

.md-button.md-sg-material-theme.md-hue-3.md-warn {
  color: #ff9e80;
}

.md-button.md-sg-material-theme.md-hue-3.md-warn.md-fab, .md-button.md-sg-material-theme.md-hue-3.md-warn.md-raised {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ff9e80;
}

.md-button.md-sg-material-theme.md-hue-3.md-warn.md-fab:not([disabled]) md-icon, .md-button.md-sg-material-theme.md-hue-3.md-warn.md-raised:not([disabled]) md-icon {
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3.md-warn.md-fab:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-warn.md-fab:not([disabled]):hover, .md-button.md-sg-material-theme.md-hue-3.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3.md-warn.md-raised:not([disabled]):hover {
  background-color: #f4511e;
}

.md-button.md-sg-material-theme.md-hue-3.md-warn:not([disabled]) md-icon {
  color: #ff9e80;
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-warn {
  color: #ff9e80;
}

._md a.md-sg-material-theme.md-hue-3:not(.md-button).md-warn:hover {
  color: #e64a19;
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-ripple {
  color: #f4511e;
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(255, 158, 128, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(255, 158, 128, 0.87);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(255, 158, 128, 0.26);
}

md-checkbox.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input-container.md-datepicker-invalid, .md-warn .md-sg-material-theme.md-hue-3 .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #dd2c00;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-open.md-warn .md-datepicker-calendar-icon, .md-warn .md-sg-material-theme.md-hue-3 .md-datepicker-open .md-datepicker-calendar-icon {
  color: #dd2c00;
}

md-icon.md-sg-material-theme.md-hue-3.md-warn {
  color: #ff9e80;
}

md-input-container.md-sg-material-theme.md-hue-3 label.md-required:after {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-3 .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-3 .md-input-messages-animation {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-warn label, md-input-container.md-sg-material-theme.md-hue-3:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-3.md-input-invalid .md-input {
  border-color: #dd2c00;
}

md-input-container.md-sg-material-theme.md-hue-3.md-input-invalid .md-char-counter, md-input-container.md-sg-material-theme.md-hue-3.md-input-invalid .md-input-message-animation, md-input-container.md-sg-material-theme.md-hue-3.md-input-invalid label {
  color: #dd2c00;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-warn > .md-nav-bar {
  background-color: #ff9e80;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-warn > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-warn > .md-nav-bar .md-button._md-nav-button.md-active, md-nav-bar.md-sg-material-theme.md-hue-3.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-nav-bar.md-sg-material-theme.md-hue-3.md-warn > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar {
  background-color: #ff9e80;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button {
  color: #ffccbc;
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-active, md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-warn > md-nav-bar.md-sg-material-theme.md-hue-3 > .md-nav-bar .md-button._md-nav-button.md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-progress-circular.md-sg-material-theme.md-hue-3.md-warn path {
  stroke: #ff9e80;
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-on, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-on, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-on {
  background-color: rgba(255, 158, 128, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn.md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-checked .md-off, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn.md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-checked .md-off, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-checked .md-off {
  border-color: rgba(255, 158, 128, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-checked .md-ink-ripple {
  color: rgba(255, 158, 128, 0.87);
}

md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-container .md-ripple, md-radio-button.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]).md-warn .md-container .md-ripple, md-radio-group.md-sg-material-theme.md-hue-3:not([disabled]) .md-warn .md-container .md-ripple {
  color: #f4511e;
}

md-radio-group.md-sg-material-theme.md-hue-3.md-focused:not(:empty) .md-checked.md-warn .md-container:before, md-radio-group.md-sg-material-theme.md-hue-3.md-focused:not(:empty).md-warn .md-checked .md-container:before {
  background-color: rgba(255, 158, 128, 0.26);
}

md-progress-linear.md-sg-material-theme.md-hue-3.md-warn .md-container {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-3.md-warn .md-bar {
  background-color: #ff9e80;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-warn .md-bar1 {
  background-color: #ffccbc;
}

md-progress-linear.md-sg-material-theme.md-hue-3[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#ffccbc 0, #ffccbc 16%, transparent 42%);
}

md-input-container md-select.md-sg-material-theme.md-hue-3 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-input-container.md-input-invalid md-select.md-sg-material-theme.md-hue-3 .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #dd2c00;
}

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-3 .md-select-value span:first-child:after {
  color: #dd2c00;
}

md-select.md-sg-material-theme.md-hue-3.ng-invalid.ng-touched .md-select-value {
  color: #dd2c00 !important;
  border-bottom-color: #dd2c00 !important;
}

md-select.md-sg-material-theme.md-hue-3:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-focus-ring {
  background-color: rgba(255, 171, 145, 0.38);
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-track.md-track-fill {
  background-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-thumb:after {
  border-color: #ff9e80;
  background-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-sign {
  background-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-sign:after {
  border-top-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #ff9e80;
}

md-slider.md-sg-material-theme.md-hue-3.md-warn .md-thumb-text {
  color: rgba(0, 0, 0, 0.87);
}

.md-subheader.md-sg-material-theme.md-hue-3.md-warn {
  color: #ff9e80;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #ff9e80;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #ff9e80;
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(255, 158, 128, 0.5);
}

md-switch.md-sg-material-theme.md-hue-3.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(255, 158, 128, 0.26);
}

md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper {
  background-color: #ff9e80;
}

md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-tabs.md-sg-material-theme.md-hue-3.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper {
  background-color: #ff9e80;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #ffccbc;
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-warn > md-tabs.md-sg-material-theme.md-hue-3 > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.1);
}

md-toast.md-sg-material-theme.md-hue-3 .md-toast-content .md-button.md-highlight.md-warn {
  color: #ff9e80;
}

md-toolbar.md-sg-material-theme.md-hue-3:not(.md-menu-toolbar).md-warn {
  background-color: #ff9e80;
  color: rgba(0, 0, 0, 0.87);
}

md-autocomplete.md-sg-material-theme {
  background: white;
}

md-autocomplete.md-sg-material-theme[disabled]:not([md-floating-label]) {
  background: whitesmoke;
}

md-autocomplete.md-sg-material-theme button md-icon path {
  fill: #757575;
}

md-autocomplete.md-sg-material-theme button:after {
  background: rgba(117, 117, 117, 0.3);
}

.md-autocomplete-suggestions-container.md-sg-material-theme {
  background: white;
}

.md-autocomplete-suggestions-container.md-sg-material-theme li.selected, .md-autocomplete-suggestions-container.md-sg-material-theme li:hover {
  background: rgba(158, 158, 158, 0.18);
}

md-backdrop {
  background-color: rgba(33, 33, 33, 0);
}

md-backdrop.md-opaque.md-sg-material-theme {
  background-color: #212121;
}

md-bottom-sheet.md-sg-material-theme {
  background-color: #fafafa;
  border-top-color: #e0e0e0;
}

md-bottom-sheet.md-sg-material-theme .md-subheader {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme:not([disabled]).md-focused, .md-button.md-sg-material-theme:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button.md-sg-material-theme:not([disabled]).md-icon-button:hover {
  background-color: transparent;
}

.md-button.md-sg-material-theme.md-raised {
  color: #212121;
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-raised:not([disabled]) md-icon {
  color: #212121;
}

.md-button.md-sg-material-theme.md-raised:not([disabled]):hover {
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-raised:not([disabled]).md-focused {
  background-color: #eeeeee;
}

.md-button.md-sg-material-theme.md-fab[disabled], .md-button.md-sg-material-theme.md-raised[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}

.md-button.md-sg-material-theme[disabled] {
  background-color: transparent;
}

md-card.md-sg-material-theme {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 2px;
}

md-card.md-sg-material-theme md-card-header md-card-avatar md-icon {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
}

md-chips.md-sg-material-theme md-chip {
  background: #e0e0e0;
  color: #424242;
}

md-chips.md-sg-material-theme md-chip md-icon {
  color: #616161;
}

md-chips.md-sg-material-theme md-chip._md-chip-editing {
  background: transparent;
  color: #424242;
}

md-chips.md-sg-material-theme md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
}

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
}

md-content.md-sg-material-theme {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

.md-sg-material-theme .md-calendar {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme .md-calendar tr:last-child td {
  border-bottom-color: whitesmoke;
}

.md-sg-material-theme .md-calendar-day-header {
  background: rgba(158, 158, 158, 0.32);
  color: rgba(0, 0, 0, 0.87);
}

.md-calendar-date.md-focus .md-sg-material-theme .md-calendar-date-selection-indicator, .md-sg-material-theme .md-calendar-date-selection-indicator:hover {
  background: rgba(158, 158, 158, 0.32);
}

.md-sg-material-theme .md-datepicker-calendar-pane {
  border-color: white;
}

.md-sg-material-theme .md-datepicker-calendar {
  background: white;
}

.md-sg-material-theme .md-datepicker-input-mask-opaque {
  box-shadow: 0 0 0 9999px white;
}

.md-sg-material-theme .md-datepicker-open .md-datepicker-input-container {
  background: white;
}

md-dialog.md-sg-material-theme {
  border-radius: 4px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

[disabled] md-input-container.md-sg-material-theme .md-input, md-input-container.md-sg-material-theme .md-input[disabled] {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-list.md-sg-material-theme .md-proxy-focus.md-focused div.md-no-style {
  background-color: whitesmoke;
}

md-list.md-sg-material-theme md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  color: #fafafa;
}

md-menu-bar.md-sg-material-theme md-menu.md-open > button, md-menu-bar.md-sg-material-theme md-menu > button:focus {
  outline: none;
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-open:not(.md-keyboard-mode) md-menu:hover > button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:focus, md-menu-bar.md-sg-material-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:hover {
  background: transparent;
}

md-menu-content.md-sg-material-theme .md-menu.md-open > .md-button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-toolbar.md-sg-material-theme.md-menu-toolbar {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme {
  background-color: white;
}

md-menu-content.md-sg-material-theme md-menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

md-nav-bar.md-sg-material-theme .md-nav-bar {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

._md-panel-backdrop.md-sg-material-theme {
  background-color: #212121;
}

md-select.md-sg-material-theme[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-select-menu.md-sg-material-theme md-content {
  background-color: white;
}

md-select-menu.md-sg-material-theme md-content md-option:not([disabled]):focus, md-select-menu.md-sg-material-theme md-content md-option:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.18);
}

.md-checkbox-enabled.md-sg-material-theme[selected] .md-ripple {
  color: #757575;
}

md-sidenav.md-sg-material-theme, md-sidenav.md-sg-material-theme md-content {
  background-color: white;
}

md-slider.md-sg-material-theme .md-track {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme .md-disabled-thumb {
  border-color: #fafafa;
  background-color: #fafafa;
}

md-slider.md-sg-material-theme.md-min .md-thumb:after {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-min[md-discrete] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme[disabled]:not(.md-min) .md-thumb:after, md-slider.md-sg-material-theme[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  border-color: transparent;
}

md-slider.md-sg-material-theme[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme[disabled][readonly] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent;
}

.md-subheader.md-sg-material-theme {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
}

md-switch.md-sg-material-theme .md-ink-ripple {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme .md-thumb {
  background-color: #fafafa;
}

md-switch.md-sg-material-theme .md-bar {
  background-color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-focused:not(.md-checked) .md-thumb:before, md-switch.md-sg-material-theme.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch.md-sg-material-theme[disabled] .md-thumb {
  background-color: #bdbdbd;
}

md-switch.md-sg-material-theme[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
}

md-tabs.md-sg-material-theme md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

md-toast.md-sg-material-theme .md-toast-content {
  background-color: #323232;
  color: #fafafa;
}

md-toast.md-sg-material-theme .md-toast-content .md-button {
  color: #fafafa;
}

.md-panel.md-tooltip.md-sg-material-theme {
  color: rgba(255, 255, 255, 0.87);
  background-color: #616161;
}

body.md-sg-material-theme, html.md-sg-material-theme {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

md-autocomplete.md-sg-material-theme.md-hue-1 {
  background: white;
}

md-autocomplete.md-sg-material-theme.md-hue-1[disabled]:not([md-floating-label]) {
  background: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-1 button md-icon path {
  fill: #757575;
}

md-autocomplete.md-sg-material-theme.md-hue-1 button:after {
  background: rgba(117, 117, 117, 0.3);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-1 {
  background: white;
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-1 li.selected, .md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-1 li:hover {
  background: rgba(158, 158, 158, 0.18);
}

md-backdrop {
  background-color: rgba(33, 33, 33, 0);
}

md-backdrop.md-opaque.md-sg-material-theme.md-hue-1 {
  background-color: #212121;
}

md-bottom-sheet.md-sg-material-theme.md-hue-1 {
  background-color: white;
  border-top-color: #e0e0e0;
}

md-bottom-sheet.md-sg-material-theme.md-hue-1 .md-subheader {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-1:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-1:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button.md-sg-material-theme.md-hue-1:not([disabled]).md-icon-button:hover {
  background-color: transparent;
}

.md-button.md-sg-material-theme.md-hue-1.md-raised {
  color: #212121;
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-1.md-raised:not([disabled]) md-icon {
  color: #212121;
}

.md-button.md-sg-material-theme.md-hue-1.md-raised:not([disabled]):hover {
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-1.md-raised:not([disabled]).md-focused {
  background-color: #eeeeee;
}

.md-button.md-sg-material-theme.md-hue-1.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-1.md-raised[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}

.md-button.md-sg-material-theme.md-hue-1[disabled] {
  background-color: transparent;
}

md-card.md-sg-material-theme.md-hue-1 {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 2px;
}

md-card.md-sg-material-theme.md-hue-1 md-card-header md-card-avatar md-icon {
  color: white;
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-1.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-1[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-1[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
}

md-chips.md-sg-material-theme.md-hue-1 md-chip {
  background: #e0e0e0;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-1 md-chip md-icon {
  color: #616161;
}

md-chips.md-sg-material-theme.md-hue-1 md-chip._md-chip-editing {
  background: transparent;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-1 md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
}

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
}

md-content.md-sg-material-theme.md-hue-1 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

.md-sg-material-theme.md-hue-1 .md-calendar {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-1 .md-calendar tr:last-child td {
  border-bottom-color: whitesmoke;
}

.md-sg-material-theme.md-hue-1 .md-calendar-day-header {
  background: rgba(158, 158, 158, 0.32);
  color: rgba(0, 0, 0, 0.87);
}

.md-calendar-date.md-focus .md-sg-material-theme.md-hue-1 .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-1 .md-calendar-date-selection-indicator:hover {
  background: rgba(158, 158, 158, 0.32);
}

.md-sg-material-theme.md-hue-1 .md-datepicker-calendar-pane {
  border-color: white;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-calendar {
  background: white;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-input-mask-opaque {
  box-shadow: 0 0 0 9999px white;
}

.md-sg-material-theme.md-hue-1 .md-datepicker-open .md-datepicker-input-container {
  background: white;
}

md-dialog.md-sg-material-theme.md-hue-1 {
  border-radius: 4px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

[disabled] md-input-container.md-sg-material-theme.md-hue-1 .md-input, md-input-container.md-sg-material-theme.md-hue-1 .md-input[disabled] {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-list.md-sg-material-theme.md-hue-1 .md-proxy-focus.md-focused div.md-no-style {
  background-color: whitesmoke;
}

md-list.md-sg-material-theme.md-hue-1 md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  color: white;
}

md-menu-bar.md-sg-material-theme.md-hue-1 md-menu.md-open > button, md-menu-bar.md-sg-material-theme.md-hue-1 md-menu > button:focus {
  outline: none;
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-1.md-open:not(.md-keyboard-mode) md-menu:hover > button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-1:not(.md-keyboard-mode):not(.md-open) md-menu button:focus, md-menu-bar.md-sg-material-theme.md-hue-1:not(.md-keyboard-mode):not(.md-open) md-menu button:hover {
  background: transparent;
}

md-menu-content.md-sg-material-theme.md-hue-1 .md-menu.md-open > .md-button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-toolbar.md-sg-material-theme.md-hue-1.md-menu-toolbar {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-1 {
  background-color: white;
}

md-menu-content.md-sg-material-theme.md-hue-1 md-menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

md-nav-bar.md-sg-material-theme.md-hue-1 .md-nav-bar {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

._md-panel-backdrop.md-sg-material-theme.md-hue-1 {
  background-color: #212121;
}

md-select.md-sg-material-theme.md-hue-1[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content {
  background-color: white;
}

md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option:not([disabled]):focus, md-select-menu.md-sg-material-theme.md-hue-1 md-content md-option:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.18);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-1[selected] .md-ripple {
  color: #757575;
}

md-sidenav.md-sg-material-theme.md-hue-1, md-sidenav.md-sg-material-theme.md-hue-1 md-content {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-1 .md-track {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-1 .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-1 .md-disabled-thumb {
  border-color: white;
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-1.md-min .md-thumb:after {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-1.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-1.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-1.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1.md-min[md-discrete] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1[disabled]:not(.md-min) .md-thumb:after, md-slider.md-sg-material-theme.md-hue-1[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-1[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1[disabled][readonly] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-1[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent;
}

.md-subheader.md-sg-material-theme.md-hue-1 {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-1 .md-ink-ripple {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-1 .md-thumb {
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-1 .md-bar {
  background-color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-1.md-focused:not(.md-checked) .md-thumb:before, md-switch.md-sg-material-theme.md-hue-1.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch.md-sg-material-theme.md-hue-1[disabled] .md-thumb {
  background-color: #bdbdbd;
}

md-switch.md-sg-material-theme.md-hue-1[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
}

md-tabs.md-sg-material-theme.md-hue-1 md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

md-toast.md-sg-material-theme.md-hue-1 .md-toast-content {
  background-color: #323232;
  color: #fafafa;
}

md-toast.md-sg-material-theme.md-hue-1 .md-toast-content .md-button {
  color: #fafafa;
}

.md-panel.md-tooltip.md-sg-material-theme.md-hue-1 {
  color: rgba(255, 255, 255, 0.87);
  background-color: #616161;
}

body.md-sg-material-theme.md-hue-1, html.md-sg-material-theme.md-hue-1 {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

md-autocomplete.md-sg-material-theme.md-hue-2 {
  background: white;
}

md-autocomplete.md-sg-material-theme.md-hue-2[disabled]:not([md-floating-label]) {
  background: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-2 button md-icon path {
  fill: #757575;
}

md-autocomplete.md-sg-material-theme.md-hue-2 button:after {
  background: rgba(117, 117, 117, 0.3);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-2 {
  background: white;
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-2 li.selected, .md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-2 li:hover {
  background: rgba(158, 158, 158, 0.18);
}

md-backdrop {
  background-color: rgba(33, 33, 33, 0);
}

md-backdrop.md-opaque.md-sg-material-theme.md-hue-2 {
  background-color: #212121;
}

md-bottom-sheet.md-sg-material-theme.md-hue-2 {
  background-color: whitesmoke;
  border-top-color: #e0e0e0;
}

md-bottom-sheet.md-sg-material-theme.md-hue-2 .md-subheader {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-2:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-2:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button.md-sg-material-theme.md-hue-2:not([disabled]).md-icon-button:hover {
  background-color: transparent;
}

.md-button.md-sg-material-theme.md-hue-2.md-raised {
  color: #212121;
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-2.md-raised:not([disabled]) md-icon {
  color: #212121;
}

.md-button.md-sg-material-theme.md-hue-2.md-raised:not([disabled]):hover {
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-2.md-raised:not([disabled]).md-focused {
  background-color: #eeeeee;
}

.md-button.md-sg-material-theme.md-hue-2.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-2.md-raised[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}

.md-button.md-sg-material-theme.md-hue-2[disabled] {
  background-color: transparent;
}

md-card.md-sg-material-theme.md-hue-2 {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 2px;
}

md-card.md-sg-material-theme.md-hue-2 md-card-header md-card-avatar md-icon {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-2.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-2[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-2[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
}

md-chips.md-sg-material-theme.md-hue-2 md-chip {
  background: #e0e0e0;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-2 md-chip md-icon {
  color: #616161;
}

md-chips.md-sg-material-theme.md-hue-2 md-chip._md-chip-editing {
  background: transparent;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-2 md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
}

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
}

md-content.md-sg-material-theme.md-hue-2 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

.md-sg-material-theme.md-hue-2 .md-calendar {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-2 .md-calendar tr:last-child td {
  border-bottom-color: whitesmoke;
}

.md-sg-material-theme.md-hue-2 .md-calendar-day-header {
  background: rgba(158, 158, 158, 0.32);
  color: rgba(0, 0, 0, 0.87);
}

.md-calendar-date.md-focus .md-sg-material-theme.md-hue-2 .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-2 .md-calendar-date-selection-indicator:hover {
  background: rgba(158, 158, 158, 0.32);
}

.md-sg-material-theme.md-hue-2 .md-datepicker-calendar-pane {
  border-color: white;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-calendar {
  background: white;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-input-mask-opaque {
  box-shadow: 0 0 0 9999px white;
}

.md-sg-material-theme.md-hue-2 .md-datepicker-open .md-datepicker-input-container {
  background: white;
}

md-dialog.md-sg-material-theme.md-hue-2 {
  border-radius: 4px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

[disabled] md-input-container.md-sg-material-theme.md-hue-2 .md-input, md-input-container.md-sg-material-theme.md-hue-2 .md-input[disabled] {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-list.md-sg-material-theme.md-hue-2 .md-proxy-focus.md-focused div.md-no-style {
  background-color: whitesmoke;
}

md-list.md-sg-material-theme.md-hue-2 md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  color: whitesmoke;
}

md-menu-bar.md-sg-material-theme.md-hue-2 md-menu.md-open > button, md-menu-bar.md-sg-material-theme.md-hue-2 md-menu > button:focus {
  outline: none;
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-2.md-open:not(.md-keyboard-mode) md-menu:hover > button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-2:not(.md-keyboard-mode):not(.md-open) md-menu button:focus, md-menu-bar.md-sg-material-theme.md-hue-2:not(.md-keyboard-mode):not(.md-open) md-menu button:hover {
  background: transparent;
}

md-menu-content.md-sg-material-theme.md-hue-2 .md-menu.md-open > .md-button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-toolbar.md-sg-material-theme.md-hue-2.md-menu-toolbar {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-2 {
  background-color: white;
}

md-menu-content.md-sg-material-theme.md-hue-2 md-menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

md-nav-bar.md-sg-material-theme.md-hue-2 .md-nav-bar {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

._md-panel-backdrop.md-sg-material-theme.md-hue-2 {
  background-color: #212121;
}

md-select.md-sg-material-theme.md-hue-2[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content {
  background-color: white;
}

md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option:not([disabled]):focus, md-select-menu.md-sg-material-theme.md-hue-2 md-content md-option:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.18);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-2[selected] .md-ripple {
  color: #757575;
}

md-sidenav.md-sg-material-theme.md-hue-2, md-sidenav.md-sg-material-theme.md-hue-2 md-content {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-2 .md-track {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-2 .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-2 .md-disabled-thumb {
  border-color: whitesmoke;
  background-color: whitesmoke;
}

md-slider.md-sg-material-theme.md-hue-2.md-min .md-thumb:after {
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-2.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-2.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-2.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2.md-min[md-discrete] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2[disabled]:not(.md-min) .md-thumb:after, md-slider.md-sg-material-theme.md-hue-2[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-2[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2[disabled][readonly] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-2[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent;
}

.md-subheader.md-sg-material-theme.md-hue-2 {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-2 .md-ink-ripple {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-2 .md-thumb {
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-2 .md-bar {
  background-color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-2.md-focused:not(.md-checked) .md-thumb:before, md-switch.md-sg-material-theme.md-hue-2.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch.md-sg-material-theme.md-hue-2[disabled] .md-thumb {
  background-color: #bdbdbd;
}

md-switch.md-sg-material-theme.md-hue-2[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
}

md-tabs.md-sg-material-theme.md-hue-2 md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

md-toast.md-sg-material-theme.md-hue-2 .md-toast-content {
  background-color: #323232;
  color: #fafafa;
}

md-toast.md-sg-material-theme.md-hue-2 .md-toast-content .md-button {
  color: #fafafa;
}

.md-panel.md-tooltip.md-sg-material-theme.md-hue-2 {
  color: rgba(255, 255, 255, 0.87);
  background-color: #616161;
}

body.md-sg-material-theme.md-hue-2, html.md-sg-material-theme.md-hue-2 {
  color: rgba(0, 0, 0, 0.87);
  background-color: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-3 {
  background: white;
}

md-autocomplete.md-sg-material-theme.md-hue-3[disabled]:not([md-floating-label]) {
  background: whitesmoke;
}

md-autocomplete.md-sg-material-theme.md-hue-3 button md-icon path {
  fill: #757575;
}

md-autocomplete.md-sg-material-theme.md-hue-3 button:after {
  background: rgba(117, 117, 117, 0.3);
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-3 {
  background: white;
}

.md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-3 li.selected, .md-autocomplete-suggestions-container.md-sg-material-theme.md-hue-3 li:hover {
  background: rgba(158, 158, 158, 0.18);
}

md-backdrop {
  background-color: rgba(33, 33, 33, 0);
}

md-backdrop.md-opaque.md-sg-material-theme.md-hue-3 {
  background-color: #212121;
}

md-bottom-sheet.md-sg-material-theme.md-hue-3 {
  background-color: #e0e0e0;
  border-top-color: #e0e0e0;
}

md-bottom-sheet.md-sg-material-theme.md-hue-3 .md-subheader {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.md-button.md-sg-material-theme.md-hue-3:not([disabled]).md-focused, .md-button.md-sg-material-theme.md-hue-3:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button.md-sg-material-theme.md-hue-3:not([disabled]).md-icon-button:hover {
  background-color: transparent;
}

.md-button.md-sg-material-theme.md-hue-3.md-raised {
  color: #212121;
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-3.md-raised:not([disabled]) md-icon {
  color: #212121;
}

.md-button.md-sg-material-theme.md-hue-3.md-raised:not([disabled]):hover {
  background-color: #fafafa;
}

.md-button.md-sg-material-theme.md-hue-3.md-raised:not([disabled]).md-focused {
  background-color: #eeeeee;
}

.md-button.md-sg-material-theme.md-hue-3.md-fab[disabled], .md-button.md-sg-material-theme.md-hue-3.md-raised[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}

.md-button.md-sg-material-theme.md-hue-3[disabled] {
  background-color: transparent;
}

md-card.md-sg-material-theme.md-hue-3 {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 2px;
}

md-card.md-sg-material-theme.md-hue-3 md-card-header md-card-avatar md-icon {
  color: #e0e0e0;
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-3.md-checked .md-ripple {
  color: #757575;
}

md-checkbox.md-sg-material-theme.md-hue-3[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
}

md-checkbox.md-sg-material-theme.md-hue-3[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
}

md-chips.md-sg-material-theme.md-hue-3 md-chip {
  background: #e0e0e0;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-3 md-chip md-icon {
  color: #616161;
}

md-chips.md-sg-material-theme.md-hue-3 md-chip._md-chip-editing {
  background: transparent;
  color: #424242;
}

md-chips.md-sg-material-theme.md-hue-3 md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
}

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
}

md-content.md-sg-material-theme.md-hue-3 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

.md-sg-material-theme.md-hue-3 .md-calendar {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.md-sg-material-theme.md-hue-3 .md-calendar tr:last-child td {
  border-bottom-color: whitesmoke;
}

.md-sg-material-theme.md-hue-3 .md-calendar-day-header {
  background: rgba(158, 158, 158, 0.32);
  color: rgba(0, 0, 0, 0.87);
}

.md-calendar-date.md-focus .md-sg-material-theme.md-hue-3 .md-calendar-date-selection-indicator, .md-sg-material-theme.md-hue-3 .md-calendar-date-selection-indicator:hover {
  background: rgba(158, 158, 158, 0.32);
}

.md-sg-material-theme.md-hue-3 .md-datepicker-calendar-pane {
  border-color: white;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-calendar {
  background: white;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-input-mask-opaque {
  box-shadow: 0 0 0 9999px white;
}

.md-sg-material-theme.md-hue-3 .md-datepicker-open .md-datepicker-input-container {
  background: white;
}

md-dialog.md-sg-material-theme.md-hue-3 {
  border-radius: 4px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

[disabled] md-input-container.md-sg-material-theme.md-hue-3 .md-input, md-input-container.md-sg-material-theme.md-hue-3 .md-input[disabled] {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-list.md-sg-material-theme.md-hue-3 .md-proxy-focus.md-focused div.md-no-style {
  background-color: whitesmoke;
}

md-list.md-sg-material-theme.md-hue-3 md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  color: #e0e0e0;
}

md-menu-bar.md-sg-material-theme.md-hue-3 md-menu.md-open > button, md-menu-bar.md-sg-material-theme.md-hue-3 md-menu > button:focus {
  outline: none;
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-3.md-open:not(.md-keyboard-mode) md-menu:hover > button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-menu-bar.md-sg-material-theme.md-hue-3:not(.md-keyboard-mode):not(.md-open) md-menu button:focus, md-menu-bar.md-sg-material-theme.md-hue-3:not(.md-keyboard-mode):not(.md-open) md-menu button:hover {
  background: transparent;
}

md-menu-content.md-sg-material-theme.md-hue-3 .md-menu.md-open > .md-button {
  background-color: rgba(158, 158, 158, 0.18);
}

md-toolbar.md-sg-material-theme.md-hue-3.md-menu-toolbar {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

md-menu-content.md-sg-material-theme.md-hue-3 {
  background-color: white;
}

md-menu-content.md-sg-material-theme.md-hue-3 md-menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

md-nav-bar.md-sg-material-theme.md-hue-3 .md-nav-bar {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

._md-panel-backdrop.md-sg-material-theme.md-hue-3 {
  background-color: #212121;
}

md-select.md-sg-material-theme.md-hue-3[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.38) 100%);
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content {
  background-color: white;
}

md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option:not([disabled]):focus, md-select-menu.md-sg-material-theme.md-hue-3 md-content md-option:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.18);
}

.md-checkbox-enabled.md-sg-material-theme.md-hue-3[selected] .md-ripple {
  color: #757575;
}

md-sidenav.md-sg-material-theme.md-hue-3, md-sidenav.md-sg-material-theme.md-hue-3 md-content {
  background-color: white;
}

md-slider.md-sg-material-theme.md-hue-3 .md-track {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-3 .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
}

md-slider.md-sg-material-theme.md-hue-3 .md-disabled-thumb {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

md-slider.md-sg-material-theme.md-hue-3.md-min .md-thumb:after {
  background-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-3.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
}

md-slider.md-sg-material-theme.md-hue-3.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-3.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3.md-min[md-discrete] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3[disabled]:not(.md-min) .md-thumb:after, md-slider.md-sg-material-theme.md-hue-3[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  border-color: transparent;
}

md-slider.md-sg-material-theme.md-hue-3[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3[disabled][readonly] .md-sign:after {
  border-top-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
}

md-slider.md-sg-material-theme.md-hue-3[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent;
}

.md-subheader.md-sg-material-theme.md-hue-3 {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-3 .md-ink-ripple {
  color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-3 .md-thumb {
  background-color: #fafafa;
}

md-switch.md-sg-material-theme.md-hue-3 .md-bar {
  background-color: #9e9e9e;
}

md-switch.md-sg-material-theme.md-hue-3.md-focused:not(.md-checked) .md-thumb:before, md-switch.md-sg-material-theme.md-hue-3.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch.md-sg-material-theme.md-hue-3[disabled] .md-thumb {
  background-color: #bdbdbd;
}

md-switch.md-sg-material-theme.md-hue-3[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
}

md-tabs.md-sg-material-theme.md-hue-3 md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

md-toast.md-sg-material-theme.md-hue-3 .md-toast-content {
  background-color: #323232;
  color: #fafafa;
}

md-toast.md-sg-material-theme.md-hue-3 .md-toast-content .md-button {
  color: #fafafa;
}

.md-panel.md-tooltip.md-sg-material-theme.md-hue-3 {
  color: rgba(255, 255, 255, 0.87);
  background-color: #616161;
}

body.md-sg-material-theme.md-hue-3, html.md-sg-material-theme.md-hue-3 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
button.md-button.md-sg-material-theme:not(.md-icon-button) {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  vertical-align: top;
  -webkit-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
  font-size: 1rem;
  line-height: 1.32757;
  color: #fff;
}

button.md-button.md-sg-material-theme:not(.md-icon-button):hover {
  background-color: #CA4F25;
}

button.md-button.md-sg-material-theme:not(.md-icon-button).black-btn {
  background-color: #000;
}

button.md-button.md-sg-material-theme:not(.md-icon-button).black-btn:hover, button.md-button.md-sg-material-theme:not(.md-icon-button).black-btn.md-focused {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000;
}

button.md-button.md-sg-material-theme:not(.md-icon-button):hover, button.md-button.md-sg-material-theme:not(.md-icon-button).md-focused {
  background-color: #CA4F25;
}

button.md-button.md-sg-material-theme.md-secondary {
  background-color: #000;
  color: #fff;
  max-width: 250px;
  margin: 20px auto 10px;
  padding: 3px 6px;
}

button.md-button.md-sg-material-theme.md-secondary:hover {
  background-color: #54565A;
}

md-input-container button.inline-button {
  float: none;
  padding: 0;
  position: absolute;
  right: 0;
}

button.link {
  font-size: 1rem;
  line-height: 1.32757;
  background-color: transparent;
  border: none;
  text-transform: capitalize;
}

button.link:hover {
  background-color: transparent;
  text-decoration: underline;
}

button[cf-video] {
  border: none;
  padding: 0;
}

button[cf-video]:hover {
  background-color: transparent;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
md-calendar.md-sg-material-theme {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

@media screen and (max-width: 680px) {
  md-calendar.md-sg-material-theme {
    margin-top: 25px;
  }
  md-calendar.md-sg-material-theme th {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 33px;
  }
  md-calendar.md-sg-material-theme .md-calendar-date {
    padding-left: 0 !important;
    width: 33px;
  }
  md-calendar.md-sg-material-theme .md-calendar-date .md-calendar-date-selection-indicator {
    width: 33px;
  }
}

md-calendar.md-sg-material-theme .md-calendar-day-header {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  background: #fff;
  color: #000;
}

md-calendar.md-sg-material-theme tbody {
  box-sizing: border-box;
}

md-calendar.md-sg-material-theme .md-virtual-repeat-scroll {
  width: 100% !important;
}

md-calendar.md-sg-material-theme .md-calendar-scroll-container {
  box-shadow: none;
}

md-calendar.md-sg-material-theme .md-calendar-date {
  color: #828282;
}

md-calendar.md-sg-material-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: none;
}

md-calendar.md-sg-material-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
md-calendar.md-sg-material-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #D54400;
  border-radius: 100%;
  color: #fff;
}

@media screen and (max-width: 680px) {
  md-calendar.md-sg-material-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
md-calendar.md-sg-material-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    height: 35px;
    line-height: 35px;
  }
}

md-checkbox.md-sg-material-theme {
  margin-bottom: 0;
}

md-checkbox.md-sg-material-theme.md-checked .md-container .md-icon {
  background-color: #D54400;
  color: white;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
body .fourpay-required-note {
  margin: 5px 0;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
}

body .form-container {
  margin-bottom: 25px;
}

body .form-container form div[layout=row] md-input-container {
  max-width: 200px;
}

body .form-container form .require-note {
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
  margin-bottom: 5px;
}

body .form-container form md-input-container.md-sg-material-theme {
  display: block;
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  body .form-container form md-input-container.md-sg-material-theme {
    max-width: 100%;
  }
}

body .form-container form md-input-container.md-sg-material-theme.expand {
  max-width: 100%;
}

body .form-container form md-input-container.md-sg-material-theme.expand > label, body .form-container form md-input-container.md-sg-material-theme.expand > span {
  display: inline-block;
  vertical-align: middle;
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

body .form-container form md-input-container.md-sg-material-theme.expand > label[ng-message], body .form-container form md-input-container.md-sg-material-theme.expand > span[ng-message] {
  margin-left: 30px;
}

body .form-container form md-input-container.md-sg-material-theme.expand > label {
  margin-left: 20px;
  text-transform: none;
  top: 2px;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid label {
  color: #dd2c00;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid label.md-required:after {
  color: #dd2c00;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid md-select {
  border-color: #dd2c00;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid div[ng-messages] {
  bottom: -15px;
  left: 8px;
  position: absolute;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-focused input, body .form-container form md-input-container.md-sg-material-theme.md-input-focused md-select {
  border-bottom-color: #D54400;
  outline: none;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-focused input.md-sg-material-theme:not([disabled]):focus .md-select-value, body .form-container form md-input-container.md-sg-material-theme.md-input-focused md-select.md-sg-material-theme:not([disabled]):focus .md-select-value {
  border-bottom-color: #D54400;
}

body .form-container form md-input-container.md-sg-material-theme label {
  font-family: "robotoBoldCondensed", helvetica, arial, sans-serif;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.6875rem;
  line-height: 1.66773;
  color: #54565A;
  height: 30px;
  left: 8px;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  transform: none;
  z-index: 2;
}

body .form-container form md-input-container.md-sg-material-theme label.md-required:after {
  color: #54565A;
}

body .form-container form md-input-container.md-sg-material-theme input {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0 0 2px 0;
  color: #54565A;
  padding: 12px 8px 0;
  width: 100%;
}

body .form-container form md-input-container.md-sg-material-theme md-select md-select-value span {
  padding: 12px 8px 0;
}

body .form-container form md-input-container.md-sg-material-theme md-checkbox .md-label,
body .form-container form md-input-container.md-sg-material-theme md-radio-group md-radio-button .md-label {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

body .form-container form md-input-container.md-sg-material-theme md-checkbox[disabled] .md-label,
body .form-container form md-input-container.md-sg-material-theme md-radio-group md-radio-button[disabled] .md-label {
  text-decoration: line-through;
}

body .form-container form md-input-container.md-sg-material-theme .md-errors-spacer {
  margin-left: 0;
  width: 100%;
}

body .form-container form md-input-container.md-sg-material-theme .md-errors-spacer .md-char-counter {
  font-family: "roboto", helvetica, arial, sans-serif;
  color: #54565A;
  padding-right: 10px;
}

body .form-container form md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused .md-input {
  border-bottom-color: #D54400;
}

body .form-container form button.md-button.md-sg-material-theme {
  margin: 0;
  padding: 5px 25px;
}

@media screen and (max-width: 480px) {
  body .form-container form button.md-button.md-sg-material-theme {
    width: 100%;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
md-input-container.md-sg-material-theme {
  margin: 0;
}

md-input-container.md-sg-material-theme input {
  font-size: 1rem;
  line-height: 1.32757;
  background-color: #F0F0F0;
  color: #54565A;
  min-height: 48px;
}

md-input-container.md-sg-material-theme .md-errors-spacer {
  bottom: -20px;
  color: #dd2c00;
  float: none;
  left: 5px;
  position: absolute;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
body.md-dialog-is-showing {
  overflow: hidden;
}

.md-dialog-container {
  height: 100% !important;
  position: fixed !important;
  top: 0px !important;
}

.md-dialog-container, md-backdrop.md-dialog-backdrop.md-sg-material-theme {
  z-index: 9999 !important;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) {
  border-radius: 0;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal).cf-video md-dialog-content {
  max-width: 100%;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal).cf-video h1 {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme:not(.pick-your-path-modal) {
    max-width: 94%;
  }
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-toolbar.md-sg-material-theme.md-accent {
  background-color: #54565A;
  height: 50px;
  min-height: 50px;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-toolbar.md-sg-material-theme.md-accent .md-toolbar-tools h1 {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #fff;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-toolbar.md-sg-material-theme.md-accent .md-toolbar-tools button.md-button.md-icon-button {
  position: absolute;
  right: 15px;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-toolbar.md-sg-material-theme.md-accent .md-toolbar-tools button.md-button.md-icon-button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #54565A;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-toolbar.md-sg-material-theme.md-accent .md-toolbar-tools button.md-button.md-icon-button md-icon {
  color: #fff;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-dialog-content {
  max-width: 700px;
  padding: 24px;
}

md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-dialog-content button.md-button.md-sg-material-theme {
  margin: 0;
  padding: 5px 25px;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme:not(.pick-your-path-modal) md-dialog-content button.md-button.md-sg-material-theme {
    width: 100%;
  }
}

@media print {
  body.md-dialog-is-showing {
    visibility: hidden;
  }
  body.md-dialog-is-showing .print-area {
    visibility: visible;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.loading,
.inlineLoading {
  margin: 25px 0;
}

.loading md-progress-circular.md-sg-material-theme path,
.inlineLoading md-progress-circular.md-sg-material-theme path {
  stroke: #D54400;
}

.loading.ui-block {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 960px) {
  .loading.ui-block {
    align-items: center;
    position: fixed;
  }
}

.loading.ui-block md-progress-circular.md-sg-material-theme {
  margin-top: 75px;
}

@media screen and (max-width: 960px) {
  .loading.ui-block md-progress-circular.md-sg-material-theme {
    margin-top: 0;
  }
}

.inlineLoading {
  margin: 0;
  padding-left: 8px;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
body md-input-container md-panel {
  z-index: -1;
}

body md-panel {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  max-height: 250px;
  overflow-y: auto;
  width: 200px;
  z-index: 9998;
}

body md-panel a {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 48px;
  padding: 0 16px;
  position: relative;
  transition: background 0.15s linear;
  width: 100%;
}

body md-panel a:hover {
  background-color: #eeeeee;
}

body md-panel a.selected {
  color: #D54400;
}

md-radio-button.md-sg-material-theme .md-on {
  background-color: #D54400 !important;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
md-select.md-sg-material-theme .md-select-value {
  font-size: 1rem;
  line-height: 1.32757;
  background-color: #F0F0F0;
  color: #54565A;
  min-height: 44px;
}

md-select.md-sg-material-theme .md-select-value > span:not(.md-select-icon) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.md-select-menu-container.md-sg-material-theme.md-active {
  z-index: 9999;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
body md-sidenav.md-sg-material-theme {
  position: fixed;
  z-index: 9998;
}

body md-sidenav.md-sg-material-theme md-toolbar h1 {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.26781;
  color: #fff !important;
  margin-bottom: 0 !important;
  justify-content: center;
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.container md-toolbar.md-sg-material-theme {
  background-color: #54565A;
}

.container md-toolbar.md-sg-material-theme.white-theme, .container md-toolbar.md-sg-material-theme.white-theme h2 {
  background-color: #fff;
  color: #54565A;
}

.container md-toolbar.md-sg-material-theme h2 {
  display: inline-block;
  vertical-align: middle;
}

.sh-2col:before,
.sh-2col:after {
  content: " ";
  display: table;
}

.sh-2col:after {
  clear: both;
}

.sh-2col .sh-col1 {
  float: left;
  width: 75px;
}

.sh-2col .sh-col2 {
  float: left;
  width: 55%;
  padding-left: 10px;
}

/** 2 Column layout */
.col2-left-layout .col-main,
.col2-right-layout .col-main {
  width: 74.52830188679245%;
  float: left;
}

.col2-left-layout .col-left,
.col2-right-layout .col-left,
.col2-left-layout .col-right,
.col2-right-layout .col-right {
  width: 23.58490566037736%;
}

.col2-left-layout .col-left,
.col2-right-layout .col-left {
  float: left;
  margin-right: 1.8867924528301887%;
}

@media screen and (max-width: 960px) {
  .col2-left-layout .col-main,
.col2-right-layout .col-main {
    width: 100%;
    float: none;
  }
  .col2-left-layout .col-left,
.col2-right-layout .col-left,
.col2-left-layout .col-right,
.col2-right-layout .col-right {
    width: 100%;
    float: none;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.customize-it {
  margin-bottom: 20px;
  position: relative;
}

.customize-it-img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.customize-it-text-full {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.customize-it-text {
  margin-right: 10px;
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
}

.product-view #customization-box,
.customization-box, .addl-options-box {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
}

.product-view #customization-box p:not(.jqv-error) {
  padding: 5px 10px;
}

.product-view #customization-box .buttons-set label, input {
  float: left;
  padding-right: 10px;
}

.product-view .customization-tip {
  margin-top: 7px;
}

.product-view .customization-tip-text {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}

.customization-tip .tip li {
  margin-bottom: 3px;
}

#customization-box .form-list.stacked li > div {
  vertical-align: middle;
  display: inline-block;
}

#customization-box .form-list.stacked .label-container {
  width: 50%;
}

#customization-box .form-list.stacked .label-container label {
  display: inline-block;
}

#customization-box .form-list.stacked .label-container .style-checkbox {
  margin-top: 7px;
}

.customization-cart {
  margin-top: 10px;
  margin-bottom: 10px;
}

.customization-cart-img {
  margin-right: 9px;
}

.customization-cart-head {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.customize-it-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.customize-it-flex .spiff {
  -webkit-flex-basis: calc(50%);
  flex-basis: calc(50%);
  margin: 0;
}

.customize-it-flex .spiff img {
  display: inline;
}

.pdp2019 .cart-actions .customize-it {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pdp2019 .cart-actions .customize-it-img {
  margin-right: 16px;
  align-self: center;
}

.pdp2019 .cart-actions .customize-it-img img {
  width: 36px;
  height: 36px;
}

.pdp2019 .cart-actions .customize-it-text-full {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-right: 16px;
}

.pdp2019 .cart-actions .customize-it-text-full span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.pdp2019 .cart-actions .customize-it .customize-it-selection {
  align-self: flex-end;
}

/*personalize modal*/
.customize-modal-head {
  display: block;
  margin-bottom: 10px;
}

.customize-modal-head-image {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-right: 5px;
}

.customize-modal-head-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}

#personalize-modal .add-to-cart #btnAddPersToCart {
  background-color: #D54400;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 10px;
  line-height: 38px;
}

#personalize-modal .add-to-cart #btnCloseModal {
  color: #D54400;
  background-color: white;
  border: 1px solid #D54400;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 38px;
}

#personalize-modal .customStyleSelectBox {
  border: 1px solid #999;
}

#personalize-modal .customStyleSelectBox:before {
  background: #D54400 url(/images/gorilla/sprite.png) -180px 11px no-repeat;
}

#personalize-modal .style-radio {
  background: url(/images/gorilla/sprite.png) -239px -258px no-repeat;
}

#personalize-modal .style-radio.active {
  background-position: -257px -258px;
}

.moby-container.personalize-mod {
  width: 350px;
}

.moby-container.personalize-mod h2 {
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-size: 24px;
  color: #D54400;
  line-height: inherit;
}

.moby-container.personalize-mod p {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 10px;
}

.moby-container.personalize-mod .products-grid li {
  float: none;
  width: 160px;
}

.moby-container.personalize-mod .products-grid li .product-name {
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0 0;
}

.moby-container.personalize-mod .products-grid li .sku {
  font-size: 13px;
  text-transform: uppercase;
}

.moby-container.personalize-mod .buttons-set {
  padding-top: 10px;
}

.moby-container.personalize-mod .buttons-set .button {
  color: #ffffff;
}

.customization-box,
.addl-options-box {
  background-color: #d3dfbb;
  /* Faded Moss Green */
  /* used to be #e1ead5 */
  border: 1px solid #2b2b2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 8px;
}

.customization-box > .form-list li,
.addl-options-box > .form-list li {
  margin-bottom: 0;
}

.customization-box > .form-list li a,
.addl-options-box > .form-list li a {
  float: left;
}

.customization-box .customization-view,
.addl-options-box .customization-view {
  display: none;
  margin-top: 15px;
}

.customization-box p,
.addl-options-box p {
  line-height: 22px;
  margin-bottom: 15px;
}

.customization-detail .col-1 {
  width: 32.467532467532465%;
  padding: 0;
}

.customization-detail .col-2 {
  width: 63.63636363636363%;
  padding: 0;
  margin-left: 2.5974025974025974%;
}

@media screen and (max-width: 960px) {
  .customization-box .form-list li .input-box + a {
    margin-left: 0;
  }
}

@media screen and (max-width: 730px) {
  .customization-box .form-list li .input-box + a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .customize-it-flex {
    flex-direction: column;
  }
  .customize-it-flex .spiff {
    flex-basis: 0;
    width: 100%;
  }
}

/*****************************/
/*     PDP Redesign 2019     */
/*****************************/
/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
body.pdp2019.product-view {
  margin-bottom: 150px;
  /* protect the content on the bottom of the page from the PDP Sticky Add To Cart */
}

.pdp2019 .container {
  max-width: 1400px;
  width: 100%;
}

.pdp2019 .pdp2019-container,
.pdp2019 .breadcrumbs,
.pdp2019 #global-messages {
  max-width: 89%;
  margin: 0 auto;
}

body.user-tab-detected.pdp2019 .MagicZoom:focus,
body.user-tab-detected.pdp2019 button.mz-button:focus {
  outline-offset: 0;
}

body.user-tab-detected.pdp2019 .MagicZoom:focus,
body.user-tab-detected.pdp2019 button.mz-button:focus {
  outline: 2px solid #2A61FF !important;
  /* for non-webkit browsers (i.e. IE, FF) */
  outline: 5px auto -webkit-focus-ring-color !important;
  /* looks better than a flat square line for people w/ Chrome-based browsers */
  outline-offset: 0;
}

body.user-tab-detected.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb:focus {
  /* hybrid of *:focus and the .mz-thumb bordering/outlining so it looks sorta natural as it crosses the selected one */
  border-color: #2A61FF;
  box-shadow: 0 1px 3px #2A61FF;
}

/* #region PDP Price Block 2019 */
.pdp2019 .price-box2 {
  display: block;
  max-width: 100%;
}

.pdp2019 .price-box2.border-top {
  border-top: 1px solid #d9d8d6;
  padding-top: 16px;
}

.pdp2019 .price-box2.border-bottom {
  border-bottom: 1px solid #d9d8d6;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.pdp2019 .price-block-notification2 {
  color: #D54400;
  font-size: 16px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  margin-bottom: 4px;
  display: inline-block;
}

.pdp2019 .price-block-notification2 .was-price {
  color: #54565A;
  font-family: 'roboto', helvetica, arial, sans-serif;
}

.pdp2019 .price-block-notification2 .special-buy {
  margin-right: 12px;
}

.pdp2019 .price-block-notification2 .compare-price {
  color: #54565A;
  font-family: 'roboto', helvetica, arial, sans-serif;
}

.pdp2019 .price-box2 .bullseye {
  color: #D54400;
  display: block;
  font-size: 16px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  margin-bottom: 0;
}

.pdp2019 .price-box2 .bullseyeimg {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.pdp2019 .price-box2 .bullseyeimg img {
  width: 30px;
}

.pdp2019 .price-box2 .bullseye-text {
  display: inline-block;
  vertical-align: middle;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price {
  margin-left: 5px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price span.tip-container.top-tip {
  font-size: 1.5rem;
  line-height: 1.26955;
}

@media (max-width: 1200px) {
  .pdp2019 .pdp2019-container .price-box.price-box2 .club-price span.tip-container.top-tip {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.apply-checkout span {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #D54400;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .slash {
  color: #D9D8D6;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay.fpnoprice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 16px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay.fpprice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 16px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay .price-image {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40px;
  flex-basis: 40px;
  align-self: center;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay.fpprice .fourpay-info {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 8px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay img {
  max-width: 40px;
  margin-right: 5px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay .fourpay-info {
  align-self: center;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay .fourpay-info span {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay span.fourpay-label-club {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  color: #D54400;
  display: block;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay span.fourpay-label {
  color: #54565a;
  display: block;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay .fourpay-price {
  align-self: flex-end;
  padding-bottom: 2px;
}

.pdp2019 .pdp2019-container .price-box.price-box2 .club-price.fourpay span.price {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #D54400;
}

.pdp2019 .pay-installment-pdp {
  display: block;
  margin-top: 5px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
}

.pdp2019 .pay-installment-pdp span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.pdp2019 .pay-installment-pdp img {
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.pdp2019 .pay-installment-pdp button.four-pay-details-link {
  background-color: unset;
  padding: unset;
  text-transform: unset;
  font-family: "roboto", helvetica, arial, sans-serif;
  color: #2A61FF;
  text-decoration: underline;
  line-height: 15px;
}

/* #endregion Price Block 2019 */
/* #region PDP Coupon Promo */
.pdp2019 .pdp-coupon-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
}

.pdp2019 .pdp-coupon-promo .coupon-promo-image {
  margin-right: 10px;
  align-self: center;
}

.pdp2019 .pdp-coupon-promo .coupon-promo-text {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #d54400;
  align-self: center;
}

.pdp2019 .pdp-coupon-promo .coupon-promo-text .promo-details a {
  font-size: 14px;
  color: #2a61ff;
  text-decoration: underline;
}

/* #endregion PDP Coupon Promo */
/* #region PDP Customize It 2019 */
.pdp2019 .cart-actions .customize-it {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pdp2019 .cart-actions .customize-it-img {
  margin-right: 16px;
  align-self: center;
}

.pdp2019 .cart-actions .customize-it-img img {
  width: 36px;
  height: 36px;
}

.pdp2019 .cart-actions .customize-it-text-full {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-right: 16px;
}

.pdp2019 .cart-actions .customize-it-text-full span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.pdp2019 .cart-actions .customize-it .customize-it-selection {
  align-self: flex-end;
}

/* #endregion PDP Customzie It 2019*/
/* #region PDP Selection Group 2019 */
.pdp2019 .cart-actions .group-label-container_new {
  margin-bottom: 24px;
}

.pdp2019 .cart-actions .group-label-container_new label {
  display: inline;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .cart-actions .group-label-container_new .selection-group_new {
  display: inline;
}

.pdp2019 .cart-actions .group-label-container_new .selection-group_new .selection-item_new:first-of-type {
  margin-left: 40px;
}

.pdp2019 .cart-actions .selection-group_new .selection-item_new {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 24px 16px 0;
  background-color: #f0f0f0;
  border-radius: 12px;
}

.pdp2019 .cart-actions .selection-group_new .selection-item_new a,
.pdp2019 .cart-actions .selection-group_new .selection-item_new span {
  font-family: 'roboto', helvetica, arial, sans-serif;
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;
  padding: 15px 12px;
  /*padding-top: 6px;*/
}

.pdp2019 .cart-actions .selection-group_new .selection-item_new.selected_new a {
  color: #fff;
}

.pdp2019 .cart-actions .selection-group_new .selection-item_new:hover {
  background-color: #d9d8d6;
}

.pdp2019 .cart-actions .selection-group_new .selection-item_new.selected_new {
  background-color: #D54400;
  color: #fff;
}

/* #endregion PDP Selection Group 2019*/
/* #region Image Gallery */
.pdp2019 .pdp2019-container .product-gallery {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.pdp2019 #details-image {
  max-width: 600px;
  text-align: left;
}

.pdp2019 #mainImageContainer .mz-hint-message {
  background-color: rgba(217, 216, 214, 0.5);
  border-radius: 2em;
  color: #54565A;
  font-family: 'robotoRegCondensed', helvetica, arial, sans-serif;
}

.pdp2019 #mainImageContainer .mz-hint-message:before {
  content: ' ';
  background-image: url("/images/product/zoom.svg");
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.pdp2019 .product-gallery #details-image #mainImageContainer #main-image img {
  /* MagicZoom uses important unfortunately */
  border: none !important;
  border-bottom: 1px solid #D9D8D6 !important;
}

.pdp2019 #details-image .mainImageCaption {
  color: #54565A;
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0 16px;
}

.moby-container.quickview .pdp2019 #product-thumbs.slick-initialized {
  display: none;
  /* definitely don't want the thumbnails to show, even if they get initialized */
}

.pdp2019 #product-thumbs {
  display: none;
  margin: 0 auto;
  width: 94%;
}

.pdp2019 #product-thumbs.slick-initialized {
  display: block;
}

.pdp2019 #product-thumbs .slick-list .slick-track {
  margin-left: 0;
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide {
  margin-right: 11px;
  width: 60px;
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide a {
  cursor: pointer;
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb {
  border: 1px solid #D9D8D6;
  box-shadow: 0 1px 3px #D9D8D6;
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb.mz-thumb-selected {
  border-color: #D54400;
  box-shadow: 0 1px 3px #D54400;
}

.pdp2019 .product-gallery #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb.cf-vid:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  background-image: url("/images/product/video_play.png");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin: auto;
}

.pdp2019 .product-gallery #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb.cf-vid.three-sixty:after {
  background-image: url("/images/product/video_play_360.png");
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb img {
  border: none;
  box-shadow: none;
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide .mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.pdp2019 #product-thumbs .slick-list .slick-track .slick-slide #div-audio-trigger img {
  width: 100%;
}

.moby-container.audio-modal {
  width: 380px;
  top: 200px;
}

.pdp2019 #product-thumbs .slick-prev {
  left: -30px;
}

.pdp2019 #product-thumbs .slick-next {
  right: -30px;
}

.pdp2019 #product-thumbs .sg-slick-prev {
  left: -25px;
  top: 0;
}

.pdp2019 #product-thumbs .sg-slick-next {
  right: -35px;
  top: 0;
}

.pdp2019 #image-feedback {
  float: none;
}

.pdp2019 #product-thumbs .slick-list .slick-track button {
  padding: 0;
  background-color: white;
  line-height: 60px;
}

.product-view .product-gallery .slick-slide .cf-vid img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product-view .product-gallery .slick-slide img {
  line-height: 100%;
  display: inline-block !important;
  float: none !important;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.product-view .product-gallery {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
}

.product-view .product-gallery .product-image img {
  margin: 0px;
  border: 1px solid #d2d2d2 !important;
}

.product-view .product-gallery .slick-slide a {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 60px;
}

.product-view .page-title,
.moby-container.quickview .page-title {
  margin-bottom: 0;
}

.product-view .page-title h1,
.moby-container.quickview .page-title h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.moby-container.quickview .page-title h1 a {
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: inherit;
}

.product-view .page-title .sku,
.moby-container.quickview .page-title .sku {
  font-size: 13px;
  text-transform: none;
}

.product-view .stock-note {
  font-size: 13px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  color: #556925;
  vertical-align: middle;
  text-transform: capitalize;
}

.product-view .stock-note:after {
  clear: both;
}

.product-view .product-info .stock-note.backordered,
.product-view .product-info .stock-note.out {
  font-size: 13px;
  text-transform: capitalize;
}

.product-view .stock-note.backordered,
.product-view .stock-note.out {
  color: #e3592a;
}

.product-gallery .image-zoom {
  cursor: crosshair;
  width: 100% !important;
}

.product-gallery .image-zoom img {
  display: block;
}

.product-gallery .MagicZoomBigImageCont img {
  max-width: none;
}

.product-gallery .slick-slider .cf-vid {
  position: relative;
  overflow: hidden;
}

.product-gallery .slick-slider .slick-slide a {
  line-height: 60px;
  width: 100%;
  height: 100%;
}

.product-gallery:after {
  clear: both;
}

.product-main .product-gallery {
  margin-bottom: 25px;
}

/* #endregion */
.product-main.ajax-loading,
.pdp2019-container .cart-actions.ajax-loading {
  background: url(/images/product/calculating.gif) no-repeat;
  background-position: 50% 40%;
  height: auto;
  width: auto;
  pointer-events: none;
  position: relative;
  background-color: #eee;
  z-index: 99;
}

.product-main.ajax-loading:before,
.pdp2019-container .cart-actions.ajax-loading:before {
  content: "We're finding you the best shipping rate. Please wait...";
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.pdp2019-container .col2 .right-col-stuff .cart-actions.ajax-loading:before {
  top: 50%;
}

.product-main.ajax-loading form,
.pdp2019-container .cart-actions.ajax-loading > * {
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}

/*Title, ratings and item #*/
.pdp2019 .pdp2019-container .col2 .right-col-stuff .brand-image {
  max-height: 60px;
  margin-bottom: 16px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .brand-image img {
  display: block;
  max-height: 60px;
}

.pdp2019 .pdp2019-container .pdp-header-wrapper {
  margin-bottom: 24px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title {
  text-align: left;
}

.pdp2019 .pdp2019-container .quick-view-title {
  padding-bottom: 8px;
}

.pdp2019 .pdp2019-container .quick-view-title h1,
.pdp2019 .pdp2019-container .quick-view-title h2,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title h1 {
  display: inline;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  color: #54565A;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title {
  margin-bottom: 16px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .is-new-pdp {
  color: #D54400;
  font-family: robotoLight, helvetica, arial, sans-serif;
  line-height: 33px;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .item-number-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 12px;
  color: #54565A;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > div,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > dl {
  margin-bottom: 16px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .content-info {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #54565A;
  margin-right: 7px;
  display: inline;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large,
#stickyAddToCart .product-details .rating-box-large {
  position: relative;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .rating,
#stickyAddToCart .product-details .rating-box-large .rating {
  width: 91px;
  height: 22px;
  text-indent: -999em;
  background: url(/images/gorilla/sprite.png) -302px -46px no-repeat;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .stars-overlay,
#stickyAddToCart .product-details .rating-box-large .stars-overlay {
  background: url(/images/gorilla/sprite.png) -394px -46px no-repeat;
  zoom: 0.75;
  -moz-transform: scale(0.75);
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .rating-average,
#stickyAddToCart .product-details .rating-box-large .rating-average {
  float: left;
  margin-left: 10px;
  line-height: 20px;
  font-size: 13px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  color: #000000;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large a.rating-average {
  text-decoration: underline;
  color: #2A61FF;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .rating-count,
#stickyAddToCart .product-details .rating-box-large .rating-count {
  float: left;
  font-size: 13px;
  color: black;
  line-height: 20px;
  margin-left: 2px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  color: #2A61FF;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .write-review {
  float: right;
  margin-left: 10px;
  line-height: 20px;
  font-size: 13px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #2A61FF;
}

/* #region product options */
.pdp2019 .cart-actions {
  margin-top: 16px;
}

.pdp2019 .cart-actions .product-options .form-list li {
  margin-bottom: 24px;
}

/*.pdp2019 .cart-actions .product-options .form-list li .size-info,
.pdp2019 .cart-actions .product-options .form-list li .width-info {
    font-family: 'roboto', helvetica, arial, sans-serif;
    font-size: 12px;
    margin-top: 0;
    text-align: right;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info #size-chart {
    color: #2A61FF;
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
    position: relative;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info .bvFitRatingContainer,
.pdp2019 .cart-actions .product-options .form-list li .width-info .bvWidthRatingContainer {
    color: #54565A;
    display: block;
    font-family: 'robotoBold', helvetica, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info .bvFitRatingContainer #BVFitRating,
.pdp2019 .cart-actions .product-options .form-list li .width-info .bvWidthRatingContainer #BVWidthRating {
    height: 0.1em;
    margin-bottom: 6px;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info .bvFitRatingContainer #BVFitRating .ui-slider-tick-mark,
.pdp2019 .cart-actions .product-options .form-list li .width-info .bvWidthRatingContainer #BVWidthRating .ui-slider-tick-mark {
    height: 0.75em;
    top: -4px;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info .bvFitRatingContainer #BVFitRating span.ui-slider-handle,
.pdp2019 .cart-actions .product-options .form-list li .width-info .bvWidthRatingContainer #BVWidthRating span.ui-slider-handle {
    height: 1.3em;
    top: -7px;
    width: 0.6em;
}*/
.club-dynamic-data-pdp-class {
  font-family: 'roboto', helvetica, arial, sans-serif;
  margin-bottom: 30px;
  color: #54565a;
  font-size: 14px;
  line-height: 16px;
}

.club-dynamic-data-pdp-class .style-checkbox {
  margin-right: 4px;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .label-container label {
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .pdp2019-container .cart-actions .product-options .form-list.stacked li .input-box {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox {
  background-color: #F0F0F0;
  border: none;
  border-bottom: 2px solid #d9d8d6;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox:before {
  content: "";
  background: none;
  border: none;
  border-top: 5px solid #54565A;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  height: 0;
  right: 20px;
  top: 23px;
  width: 0;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox.disabled {
  color: #bababa;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox .customStyleSelectBoxInner {
  margin-left: 5px;
}

/* #endregion */
/* #region quantity and add to cart / notify me */
.moby-container.quickview #quantityAdjustment {
  margin-bottom: 0;
  margin-top: 15px;
}

#quantityAdjustment {
  margin-bottom: 20px;
}

#quantityAdjustment .form-list.stacked li {
  width: 100%;
}

#quantityAdjustment .form-list.stacked li label {
  float: none;
  width: 20%;
  max-width: 100%;
  display: inline-block;
}

#quantityAdjustment .form-list.stacked li p.jqv-error {
  line-height: 30px;
  margin: 2px;
}

#quantityAdjustment .form-list.stacked li > div {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.product-info .qty {
  width: 40px;
  float: left;
  border-radius: 0 !important;
}

.product-info .qty-adjust {
  cursor: pointer;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #4f5b31;
  border-radius: 0 !important;
  width: 30px;
  line-height: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pdp2019 .pdp2019-quantityAdjustment {
  margin-bottom: 0;
  padding-bottom: 20px;
}

#quantityAdjustment .form-list.stacked li > div.qty-adjust-inputcontainer {
  margin-bottom: 5px;
  /* matches the #btnAddItemToCart bottom margin */
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust,
.pdp2019 .pdp2019-quantityAdjustment input#quantity {
  background-color: #F0F0F0;
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  height: 48px;
  width: 48px;
  text-align: center;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust:hover {
  background-color: #D9D8D6;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus:before,
.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus:before {
  content: ' ';
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus {
  border-right: 1px solid #D9D8D6;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus:before {
  background-image: url("/images/minus-sign.svg");
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus {
  border-left: 1px solid #D9D8D6;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus:before {
  background-image: url("/images/plus-sign.svg");
}

.pdp2019 .pdp2019-quantityAdjustment input#quantity {
  float: none;
  border: 1px solid #F0F0F0;
  border-radius: 0;
  box-shadow: none;
  width: 48px;
}

.pdp2019 .pdp2019-quantityAdjustment input#quantity:invalid {
  /* custom invalid effect */
  border: 1px solid #ca0000;
  box-shadow: none;
}

.pdp2019 #quantityAdjustment span.stock-note.backordered,
.pdp2019 #quantityAdjustment span.stock-note.out,
.pdp2019 #quantityAdjustment span.stock-note.in {
  font-size: 13px;
  color: #e3592a;
  padding-right: 15px;
}

.backorder-note-container {
  margin-bottom: 30px;
}

.backordered-note {
  padding: 12px;
  color: #D54400;
  font-size: 13px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  border: 1px solid #D54400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 16px;
}

.backordered-note span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.club-promo-pdp-atc-text {
  color: #252a2f;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 5px;
  text-align: center;
  /* message centered over just the ATC button */
  margin-left: 176px;
  /* this needs to match the width of the qty-adjust-inputcontainer */
}

.quickview .club-promo-pdp-atc-text {
  margin-left: 0;
}

/* flexbox stuff needs to be tested / work on old iPads and above */
.pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent > div:first-of-type {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 144px;
  /* 48px for each button and the input */
  white-space: nowrap;
  margin-right: 32px;
}

.pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent > div:last-of-type {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.pdp2019 #quantityAdjustment p.jqv-error,
.pdp2019 #quantityAdjustment span.stock-note {
  display: block;
  padding: 5px 0;
  margin: 0;
}

.pdp2019 #quantityAdjustment p.jqv-error {
  line-height: 13px;
  max-width: 144px;
  /* capped at the size of the buttons/input */
  white-space: normal;
}

.pdp2019 #quantityAdjustment span.stock-note {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 13px;
  text-transform: none;
}

.pdp2019 #quantityAdjustment span.stock-note.in {
  color: #556925;
}

.pdp2019 #quantityAdjustment .primary-buttons button#btnAddItemToCart,
.pdp2019 .notifyMeButtonDiv .primary-buttons a.btn-notify,
.pdp2019 .generic-button a.generic-link,
#stickyAddToCart .add-to-cart button {
  background-color: #D54400;
  /* burnt orange */
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  /* protect the box shadow */
  min-width: 126px;
  text-transform: uppercase;
  width: 100%;
}

.pdp2019 #quantityAdjustment .primary-buttons button#btnAddItemToCart:hover,
.pdp2019 .notifyMeButtonDiv .primary-buttons a.btn-notify:hover,
.pdp2019 .generic-button a.generic-link:hover,
#stickyAddToCart .add-to-cart button:hover {
  background-color: #CA4F25;
}

.pdp2019 .generic-button {
  margin-bottom: 40px;
}

.pdp2019 .generic-button a.generic-link {
  line-height: 48px;
}

.pdp2019 #quantityAdjustment .secondary-buttons,
.pdp2019 .notifyMeButtonDiv .secondary-buttons {
  text-align: right;
}

.pdp2019 #quantityAdjustment .secondary-buttons a.wishlist,
.pdp2019 .notifyMeButtonDiv .secondary-buttons a.wishlist {
  color: #2A61FF;
  text-decoration: underline;
  white-space: nowrap;
}

.pdp2019 .notifyMeButtonDiv {
  margin-bottom: 40px;
}

.pdp2019 .notifyMeButtonDiv .stock-note-container {
  margin: 40px 0 16px 0;
  text-align: center;
}

.pdp2019 .notifyMeButtonDiv .stock-note-container .stock-note {
  color: #54565A;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.button.sold-out-button {
  text-align: center !important;
  font-size: 18px !important;
  line-height: 36px !important;
  height: 40px !important;
  width: 100% !important;
  background-color: #fff !important;
  color: #999 !important;
  border: 2px solid #999 !important;
}

/* #endregion*/
.product-suggestions {
  margin-top: 20px;
}

.product-suggestions .suggestion {
  margin-top: 34px;
}

.product-suggestions .suggestion:before,
.product-suggestions .suggestion:after {
  content: " ";
  display: table;
}

.product-suggestions .suggestion:after {
  clear: both;
}

.product-suggestions .products-grid {
  margin-bottom: 0;
}

.product-view .product-suggestions .price-box {
  padding-bottom: 0;
}

.product-view .product-suggestions .suggestion:first-child {
  margin-top: 0;
}

.product-view .product-suggestions {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.product-view .product-suggestions .suggestion {
  max-width: 100%;
  margin-top: 0;
}

.product-view .product-suggestions.col-container .rightCol .default-slider {
  margin-bottom: 55px;
}

/* #region Restrictions */
.pdp2019 .restrictions-container {
  border: none;
  cursor: unset;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0;
}

.pdp2019 .restrictions-container > ul > li {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 16px;
  text-align: left;
}

.pdp2019 .restrictions-container > ul > li:before {
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.pdp2019 .restrictions-container > ul > li:last-of-type {
  margin-bottom: 5px;
}

.pdp2019 .restrictions-container .tip ul li {
  max-height: unset;
}

@media screen and (max-width: 480px) {
  .pdp2019 .restrictions-container ul li .tip-container {
    width: 100%;
  }
}

.pdp2019 .restrictions-container ul li button.tool-tip {
  height: unset;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  /* need this so the tip stays centered */
}

.pdp2019 .restrictions-container > ul > li > div,
.pdp2019 .restrictions-container > ul > li p {
  color: #54565A;
  flex-grow: 0;
  flex-shrink: 1;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 16px;
}

.pdp2019 .restrictions-container > ul > li span.viewVideo {
  cursor: pointer;
  margin-left: 0;
}

.pdp2019 .restrictions-container > ul > li > div > a {
  color: inherit;
}

.pdp2019 .restrictions-container > ul > li[class="18plus ng-scope"]:before {
  background-image: url(/images/restrictions/restrictions_18.svg);
}

.pdp2019 .restrictions-container > ul > li[class="21plus ng-scope"]:before {
  background-image: url(/images/restrictions/restrictions_21.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictShip:before {
  background-image: url(/images/restrictions/restrictions_shipping.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictGeneric:before {
  background-image: url(/images/restrictions/restrictions_generic.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictPurchaseGun:before {
  background-image: url(/images/restrictions/restrictions_purchasegun.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictFfl:before {
  background-image: url(/images/restrictions/restrictions_ffl.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictCa:before {
  background-image: url(/images/restrictions/restrictions_prop63.svg);
}

.pdp2019 .restrictions-container > ul > li.restrictFreeShip:before {
  background-image: url(/images/restrictions/FreeShippingBox.png);
}

/* #endregion */
/* #region free club with purchase */
.pdp2019 .fcwp {
  border: 2px solid #54565A;
  width: 100%;
  color: #54565A;
  margin-bottom: 20px;
  align-items: center;
}

.pdp2019 .fcwp .fcwp-img {
  background-color: #54565A;
  padding: 10px;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.pdp2019 .fcwp .fcwp-text {
  padding-left: 15px;
  -webkit-align-self: center;
  align-self: center;
}

.pdp2019 .fcwp .fcwp-text .fcwp-main {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
}

.pdp2019 .fcwp .fcwp-text .fcwp-sub {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}

.pdp2019 .fcwp .fcwp-text .fcwp-restrictions {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 11px;
}

/* #endregion */
.pdp2019 .caret-down-gray {
  position: relative;
  cursor: pointer;
}

.pdp2019 .caret-down-gray:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  border-top: 6px solid #54565A;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.pdp2019 .caret-down-gray:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 6px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pdp2019 .caret-up-gray {
  position: relative;
  cursor: pointer;
}

.pdp2019 .caret-up-gray:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 6px solid #54565A;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.pdp2019 .caret-up-gray:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 2px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* Bazaar Voice User Generated Content*/
.bv-ugc-list {
  list-style: none;
  vertical-align: top;
}

.bv-ugc-list li {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  line-height: 170px;
  height: 175px;
  width: 175px;
  background-color: #000;
  text-align: center;
  vertical-align: top;
}

.bv-ugc-list li img {
  max-height: 100%;
  vertical-align: middle;
}

/*#endregion*/
.pdp2019 .quickview-form .rebates {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.pdp2019 .quickview-form .rebates img {
  max-width: 32px;
  margin-right: 16px;
}

.pdp2019-container .sold-out-item {
  border-top: 1px solid #D9D8D6;
  border-bottom: 1px solid #D9D8D6;
  color: #BABABA;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 0;
  font-family: robotoBold;
}

/* #region value propostions */
.pdp2019-container .valueProps {
  background-color: #54565A;
  padding: 24px 0;
  min-height: 64px;
  color: #fff;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  /* tool tips */
}

.pdp2019-container .valueProps .flex-parent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 45px;
  align-content: center;
}

@media screen and (max-width: 960px) {
  .pdp2019-container .valueProps .flex-parent {
    column-gap: 25px;
  }
}

@media screen and (max-width: 730px) {
  .pdp2019-container .valueProps .flex-parent {
    flex-direction: column;
    row-gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  .pdp2019-container .valueProps .flex-parent {
    column-gap: 5px;
  }
}

.pdp2019-container .valueProps .flex-parent .flex-child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 45px;
  align-content: center;
}

@media screen and (max-width: 480px) {
  .pdp2019-container .valueProps .flex-parent .flex-child {
    flex-direction: column;
    row-gap: 5px;
  }
}

@media screen and (max-width: 960px) {
  .pdp2019-container .valueProps .flex-parent .flex-child {
    column-gap: 25px;
  }
}

@media screen and (max-width: 560px) {
  .pdp2019-container .valueProps .flex-parent .flex-child {
    column-gap: 5px;
  }
}

@media screen and (max-width: 730px) {
  .pdp2019-container .valueProps .flex-parent .flex-child .satisfaction, .pdp2019-container .valueProps .flex-parent .flex-child .lowestPrice, .pdp2019-container .valueProps .flex-parent .flex-child .easyReturns, .pdp2019-container .valueProps .flex-parent .flex-child .shareThis {
    width: 190px;
  }
}

.pdp2019-container .valueProps .flex-parent .flex-child .tip-container,
.pdp2019-container .valueProps .flex-parent .flex-child .easyReturns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 13px;
  align-content: center;
}

.pdp2019-container .valueProps .flex-parent .flex-child .tip-container .propImg,
.pdp2019-container .valueProps .flex-parent .flex-child .easyReturns .propImg {
  padding-top: 4px;
}

.pdp2019-container .valueProps .flex-parent .flex-child .tip-container .propImg img,
.pdp2019-container .valueProps .flex-parent .flex-child .easyReturns .propImg img {
  height: 17px;
  width: 17px;
}

.pdp2019-container .valueProps a,
.pdp2019-container .valueProps button {
  color: #fff;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  position: relative;
  width: auto;
}

.pdp2019-container .valueProps .tip-content h3 {
  text-transform: none;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #fff;
  margin: 0;
}

.pdp2019-container .valueProps .tip-content p {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  margin: 0;
}

.pdp2019-container .valueProps .tip-content p a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.41473;
  text-decoration: underline;
}

.pdp2019-container .valueProps .tip-content .connect a {
  width: 30px;
}

.pdp2019-container .valueProps #socialsTip .tip-content {
  width: 174px;
}

.pdp2019-container .valueProps #socialsTip .tip-content .connect {
  width: 150px;
}

/* #endregion*/
/* #region quick view */
.moby-container.quickview .pdp2019 .product-shop {
  font-family: unset;
  width: 100%;
  display: unset;
  vertical-align: unset;
  margin-left: unset;
}

.moby-container.quickview .pdp2019 .pdp2019-container .quickview-form .price-box.price-box2 .club-price,
.moby-container.quickview .pdp2019 .pdp2019-container .quickview-form .price-box.price-box2 .regular-price {
  font-size: 19px;
}

.moby-container.quickview .pdp2019 .product-main .price-box .club-price.fourpay {
  line-height: unset;
}

.moby-container.quickview .pdp2019 .product-main .price-box .club-price.fourpay .fourpay-info span {
  font-size: 13px;
  line-height: 15px;
}

.moby-container.quickview .pdp2019 .product-main .price-box .club-price.fourpay span.price {
  font-size: 16px;
  width: unset;
}

.moby-container.quickview .pdp2019 .product-options.mustshopfullpage {
  border: 1px solid #D54400;
  /* burnt orange */
  color: #D54400;
  /* burnt orange */
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  line-height: 17px;
  margin-bottom: 40px;
  padding: 12px;
}

.moby-container.quickview .pdp2019 .product-options.mustshopfullpage .link-text {
  color: #D54400;
  /* burnt orange */
  text-decoration: none;
  text-transform: none;
}

.moby-container.quickview .pdp2019 .product-options.mustshopfullpage .link-text:hover {
  /*text-decoration: underline;*/
}

.moby-container.quickview .pdp2019 .qty-adjust {
  float: none;
}

.moby-container.quickview .pdp2019 .key-features-container {
  background-color: unset;
  color: #54565A;
  padding: 0px;
}

.moby-container.quickview .pdp2019 .key-features-container h2 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: unset;
  margin-right: unset;
}

.moby-container.quickview .pdp2019 .key-features-container .key-features-flex-container {
  justify-content: unset;
  align-items: unset;
}

.moby-container.quickview .pdp2019 .key-features-container .key-features-flex-container .key-features {
  margin-left: 16px;
}

.moby-container.quickview .pdp2019 .key-features-container .key-features-flex-container .key-features ul {
  column-count: unset;
}

.moby-container.quickview .pdp2019 .quickview-moredetails {
  border-top: 1px solid #bababa;
  padding-top: 16px;
  text-align: center;
}

.moby-container.quickview .pdp2019 .quickview-moredetails a {
  color: #2A61FF;
  line-height: 17px;
  text-decoration: underline;
  text-transform: none;
}

/* funky middle tablet size shows quickview in flyout */
.moby-container.quickview.mm-panel .pdp2019 .pdp2019-container .col1,
.moby-container.quickview.mm-panel .pdp2019 .pdp2019-container .col2 {
  float: none;
  width: 100%;
}

.moby-container.quickview.mm-panel .pdp2019 .pdp2019-container .hideLT680.qvkeyfeatures {
  display: none;
}

.moby-container.quickview.mm-panel .pdp2019 .respond680.qvkeyfeatures {
  display: block !important;
}

.moby-container.quickview .pdp2019 .pdp2019-container .price-box.price-box2 .club-price.apply-checkout span {
  font-size: 1rem;
  line-height: 1.32757;
}

/* #endregion*/
/* #region Rebates*/
.pdp2019 .rebates {
  font-size: 16px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.pdp2019 .rebates img {
  max-width: 45px;
  margin-right: 20px;
}

.pdp2019 .rebates a:hover {
  color: #D54400;
}

/* #endregion*/
/* #region Family Groups */
.pdp2019 #FamilyGroupDiv {
  background-color: #F5F5F5;
  padding-bottom: 60px;
}

.pdp2019 #FamilyGroupDiv > h2 {
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 90%;
  padding: 30px 0;
  text-align: center;
}

.pdp2019 #FamilyGroupDiv .group-container {
  background-color: #fff;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group {
  border-bottom: 1px solid #d9d8d6;
  margin-top: 0;
  padding-bottom: 0;
  padding: 32px 24px;
}

.pdp2019 #FamilyGroupDiv .family-group .family-group-image {
  width: 20%;
}

.pdp2019 #FamilyGroupDiv .family-group .family-group-info {
  width: 79%;
}

.pdp2019 #FamilyGroupDiv .family-group .mobileFgHeader {
  float: right;
  /* no choice with the respond960 also on it */
  padding-left: 10px;
  width: 64%;
}

.pdp2019 #FamilyGroupDiv .family-group .mobileFgHeader:after {
  clear: both;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group .media-container {
  margin: 6px 0 24px 0;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group h2.product-name {
  margin-bottom: 5px;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group h2.product-name a {
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 20px;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group .sku,
.pdp2019 #FamilyGroupDiv .group-container .family-group .product-media {
  display: inline-block;
  line-height: 24px;
  vertical-align: bottom;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group .sku {
  color: #54565A;
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 13px;
  margin-right: 10px;
}

.pdp2019 #FamilyGroupDiv .group-container .product-media .rating-box-large .rating {
  width: 92px;
}

.pdp2019 .family-group-product-link > a,
.pdp2019 #FamilyGroupDiv .group-container .family-group .product-media .rating-average,
.pdp2019 #FamilyGroupDiv .group-container .family-group .product-media .rating-count {
  color: #2A61FF !important;
  /* sorry Andy overriding an existing important */
  font-family: 'roboto', helvetica, arial, sans-serif;
  line-height: 24px;
}

.pdp2019 .family-group .price-box {
  margin-bottom: 10px;
}

.pdp2019 .family-group .price-box.border-bottom {
  border-bottom: 1px solid #d9d8d6 !important;
  /* sorry Andy overriding an existing important */
  padding-bottom: 10px !important;
}

.pdp2019 .family-group .price-box.border-top {
  border-top: 1px solid #d9d8d6 !important;
  /* sorry Andy overriding an existing important */
  padding-top: 10px !important;
}

.pdp2019 #FamilyGroupDiv .price-box.price-box2 .club-price .tool-tip {
  display: none;
}

.pdp2019 #FamilyGroupDiv .price-box.price-box2 .club-price.fourpay.fpprice {
  margin-top: 0;
  line-height: unset;
}

.pdp2019 #FamilyGroupDiv .price-box.price-box2 .club-price.fourpay .price-image,
.pdp2019 #FamilyGroupDiv .price-box.price-box2 .club-price.fourpay .fourpay-price .price {
  width: unset;
}

.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .club-price .price-label,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .club-price .price,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .regular-price .price-label,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .regular-price .price {
  font-size: 20px;
}

.pdp2019 .family-group .family-group-buttons {
  padding-left: 25px;
}

.pdp2019 .family-group .family-group-buttons .secondary-buttons {
  margin-top: -5px;
}

.pdp2019 .family-group .family-group-buttons p.sold-out-button {
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pdp2019 .family-group .family-group-buttons .button-set .button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0 3px 9px 0 #d9d8d6;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pdp2019 .family-group .family-group-buttons .button-set .btn-quickview {
  opacity: 100;
  position: relative;
}

.pdp2019 .family-group .family-group-buttons .button-set .btn-quickview .button {
  left: 0;
  margin: 0;
}

.pdp2019 .family-group .family-group-buttons .button-set .button:hover {
  background-color: #CA4F25;
}

.pdp2019 .family-group .family-group-buttons .button-set a.wishlist {
  background-color: #fff;
  color: #2A61FF;
  display: block;
  text-align: right;
  text-decoration: underline;
}

.pdp2019 .family-group .family-group-buttons .button-set a.wishlist:hover {
  -ms-opacity: 1;
  opacity: 1;
}

.pdp2019 #FamilyGroupDiv .family-group-buttons .family-group-product-link {
  margin-top: 24px;
  text-align: center;
}

.pdp2019 .family-group .restrictions-container {
  margin-bottom: 0;
  margin-top: 20px;
}

.pdp2019 .family-group .family-group-info .exploder {
  display: block;
  margin-top: -14px;
  max-height: 25px;
}

.pdp2019 .family-group .family-group-info .exploder:after {
  background: #fff;
  content: "\00a0";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.pdp2019 .family-group .family-group-info .exploder .exploder-button {
  background-color: #fff;
  box-shadow: none;
  color: #2A61FF;
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 26px;
  height: 100%;
  max-width: 100%;
  padding: 0;
  top: 0;
}

.pdp2019 .sg-header {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  color: #D54400;
  margin: 10px 0 20px;
  border-bottom: 1px solid #959595;
  line-height: 0.1em;
}

/* #endregion*/
/* #region price per round pdp */
.pdp2019 .pdp-ppr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: end;
}

.pdp2019 .pdp-ppr span {
  color: #54565A;
  font-size: 0.875rem;
  line-height: 1.41473;
}

/* #endregion */
/*****************************/
/*   END PDP Redesign 2019   */
/*****************************/
@media screen and (max-width: 1060px) {
  /*#region PDP Redesign 2019*/
  /*#endregion PDP Redesign 2019*/
}

@media screen and (max-width: 960px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 #main.main.container {
    width: 100%;
  }
  .pdp2019 .pdp2019-container {
    max-width: 90%;
  }
  .product-shop .product-media .pdp {
    width: auto;
  }
  /*prevent BV wrapping*/
  .bv-cleanslate .bv-core-container-55 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
    margin-right: 0 !important;
  }
  .bv-cleanslate .bv-core-container-55 .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review {
    margin-right: 5px !important;
  }
  .product-shop .buttons-set .wishlist {
    display: inline-block;
    margin: 0;
  }
  /*buyers spiff*/
  .product-view .buyers-club p,
.product-view .buyers-club .clubmoreinfo {
    font-size: 12px;
  }
  .product-view .buyers-club .buttons-set {
    margin-top: 5px;
    padding-top: 0;
  }
  .product-view .buyers-club .buttons-set a,
.product-view .buyers-club .note {
    display: inline-block;
  }
  /*certona*/
  .product-view .product-suggestions {
    width: 100%;
  }
  .product-view .product-suggestions.col-container .leftCol,
.product-view .product-suggestions.col-container .rightCol {
    float: none;
    width: 100%;
  }
  .slider-container .default-slider .product-name {
    overflow: hidden;
    height: 5em;
  }
  .slider-container {
    margin: 0;
    border: none;
  }
  .moby-container.quickview {
    padding: 10px;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    max-height: 100%;
    width: 100% !important;
  }
  .moby-container.quickview .product-shop {
    display: block;
    width: 100%;
  }
  .moby-container.quickview .product-gallery {
    width: 100%;
    margin-right: 0;
    padding: 25px;
  }
  .moby-container.quickview .product-options .form-list li .size-info {
    text-align: center;
  }
  .selection-group .selection-item {
    padding: 5px;
    margin: 2.5px;
  }
  .club-promo-pdp-atc-text {
    margin-left: 0;
    /* full-width, centered */
  }
  .pdp2019 .pdp2019-container .price-box.price-box2 .club-price {
    margin-left: 0;
  }
  /*#endregion PDP Redesign 2019*/
}

@media screen and (max-width: 900px) {
  .product-view .product-gallery {
    width: 100%;
  }
  .pdp2019 #quantityAdjustment .primary-buttons button#btnAddItemToCart {
    letter-spacing: 0px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .bullseye,
.pdp2019 .price-block-notification2 {
    font-size: 14px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .regular-price,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .compare-price span {
    font-size: 19px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay .fourpay-info span {
    font-size: 13px;
    line-height: 15px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay span.price {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 .pdp2019-container .col2 .right-col-stuff {
    width: 96%;
  }
  .pdp2019 #freightLookup .lookup .input-label {
    width: 25%;
  }
  .pdp2019 #freightLookup .lookup #freightZip {
    width: 72%;
  }
  .pdp2019 #freightLookup #freightSubmit {
    top: 12.5px;
  }
  /*#endregion PDP Redesign 2019*/
}

@media screen and (max-width: 730px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent > div:first-of-type {
    margin-right: 16px;
  }
  .product-view .product-gallery {
    display: block;
    width: 100%;
  }
  .pdp2019 .family-group .family-group-buttons .button-set .btn-quickview {
    display: block;
  }
  /*#endregion PDP Redesign 2019*/
}

@media screen and (min-width: 681px) {
  .pdp2019 .pdp2019-container .col1,
.pdp2019 .pdp2019-container .col2 {
    margin: 0;
  }
  .pdp2019 .pdp2019-container .col1 {
    float: left;
    width: 50%;
  }
  .pdp2019 .pdp2019-container .col1 .left-col-stuff {
    max-width: 600px;
    min-height: 100px;
  }
  .pdp2019 .pdp2019-container .col2 {
    float: right;
    width: 50%;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff {
    float: right;
    max-width: 500px;
    width: 92%;
  }
}

@media screen and (max-width: 680px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 .pdp2019-container .col1,
.pdp2019 .pdp2019-container .col2 {
    float: none;
    width: 100%;
    /* single column layout */
  }
  /* left col image gallery */
  .pdp2019 .product-gallery #details-image #mainImageContainer #main-image img {
    /* MagicZoom uses important unfortunately */
    border: none !important;
    border-bottom: none !important;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff {
    max-width: 600px;
    /* to match the left column, could unset both columns and let them go to 100% */
    width: 100%;
  }
  .pdp2019 .pdp2019-container .pdp-header-wrapper {
    margin-bottom: 32px;
  }
  .pdp2019 .pdp2019-container .quick-view-title h1,
.pdp2019 .pdp2019-container .quick-view-title h2,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .is-new-pdp,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title h1 {
    font-size: 23px;
    line-height: 26px;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > div,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > dl {
    margin-bottom: 10px;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container {
    margin-top: 10px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .bullseye,
.pdp2019 .price-block-notification2 {
    font-size: 16px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price span,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .regular-price span,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .compare-price span {
    font-size: 24px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay .fourpay-info span {
    font-size: 14px;
    line-height: 16px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay span.price {
    font-size: 18px;
  }
  .pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent > div:first-of-type {
    margin-right: 32px;
  }
  .pdp2019 #quantityAdjustment .primary-buttons button#btnAddItemToCart {
    letter-spacing: 1px;
  }
  /* Family Groups */
  .pdp2019 #FamilyGroupDiv .group-container .family-group {
    border-bottom: 6px solid #F5F5F5;
    padding: 10px 16px;
  }
  .pdp2019 #FamilyGroupDiv .family-group .family-group-image {
    margin-bottom: 10px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    width: 35%;
  }
  .pdp2019 #FamilyGroupDiv .family-group .family-group-info {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .pdp2019 #FamilyGroupDiv .family-group .price {
    width: auto !important;
    /*sorry Andy overwriting an exising important*/
  }
  .pdp2019 #FamilyGroupDiv > h2,
.pdp2019 #FamilyGroupDiv .family-group .mobileFgHeader h2.product-name,
.pdp2019 #FamilyGroupDiv .family-group .mobileFgHeader h2.product-name a {
    font-size: 18px;
    line-height: 21px;
  }
  .pdp2019 #FamilyGroupDiv .family-group .family-group-info .family-group-product-info {
    margin-bottom: 24px;
  }
  .pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .club-price .price-label,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .club-price .price,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .regular-price .price-label,
.pdp2019 #FamilyGroupDiv .group-container .family-group .price-box.price-box2 .regular-price .price {
    font-size: 16px;
  }
  .pdp2019 .family-group .family-group-buttons {
    padding-top: 0;
  }
  .club-promo-pdp-atc-text {
    /* message centered over just the ATC button */
    margin-left: 176px;
    /* this needs to match the width of the qty-adjust-inputcontainer */
  }
  /*#endregion PDP Redesign 2019*/
}

@media screen and (max-width: 480px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .bullseye,
.pdp2019 .price-block-notification2 {
    font-size: 14px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price span,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .regular-price,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .regular-price span,
.pdp2019 .pdp2019-container #product-form .price-box.price-box2 .compare-price span {
    font-size: 19px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay .fourpay-info span {
    font-size: 13px;
    line-height: 15px;
  }
  .pdp2019 .pdp2019-container #product-form .price-box.price-box2 .club-price.fourpay span.price {
    font-size: 16px;
  }
  .pdp2019 #quantityAdjustment .quantityAdjustment-flex-parent > div:first-of-type {
    margin-right: 16px;
  }
  .pdp2019 #quantityAdjustment .primary-buttons button#btnAddItemToCart {
    letter-spacing: 0px;
  }
  .club-promo-pdp-atc-text {
    margin-left: 0px;
    /* full-width centered */
  }
  /*#endregion PDP Redesign 2019*/
}

@media screen and (max-width: 320px) {
  /*gorilla standard*/
  /*#region PDP Redesign 2019*/
  .pdp2019 .pdp2019-container {
    max-width: 98%;
  }
  .pdp2019 #quantityAdjustment span.stock-note {
    font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  }
  .pdp2019 #product-thumbs {
    width: 80%;
  }
  /*#endregion PDP Redesign 2019*/
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
/*
  ============================================
  Product Price Display
  ============================================
*/
.price-box .price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.price-box {
  max-width: 250px;
}

.price-box > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.price-box .club-price.apply-checkout {
  overflow: visible;
}

.price-box > span span {
  background-color: #ffffff;
  /*used to be fbfbfb*/
  position: relative;
  z-index: 8;
  font-size: 12px;
  /*color: #54565A;*/
}

.price-box .compare-price > span {
  font-size: 11px;
}

.price-box .was-price > span {
  font-size: 11px;
}

.price-box > span:after {
  /*content: '';*/
  border-bottom: 1px dotted;
  border-color: inherit;
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
}

.price-box .club-price span::not(.tip-content),
.price-box .clearance-price span::not(.tip-content),
.price-box .club-exclusive-plp::not(.tip-content) {
  color: #D54400;
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-size: 14px;
}

.price-box .clearance-price span {
  text-transform: uppercase;
}

.price-box .club-price:after,
.price-box .clearance-price:after {
  border-color: #D54400;
  /* burnt orange */
}

.price-box .club-price.apply-checkout:after {
  border-bottom: none;
}

.price-box .regular-price {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #54565A;
}

@media (max-width: 1200px) {
  .price-box .regular-price {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.price-box .club-price {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #D54400;
}

@media (max-width: 1200px) {
  .price-box .club-price {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.price-box .club-price.apply-checkout {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #D54400;
}

@media (max-width: 1200px) {
  .price-box .club-price.apply-checkout {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.price-wrapper .club-price span.member-span {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
}

.price-box .old-price {
  font-size: 14px;
}

.price-box .compare-price {
  color: #828282;
}

.price-box .was-price {
  color: #828282;
}

.price-box .price-label {
  white-space: nowrap;
}

.price-box .price-box-child .slash {
  color: #D9D8D6;
}

.club-four-pay-available-map {
  white-space: nowrap;
  float: none;
}

.price-box .strike {
  text-decoration: line-through;
}

.price-box .you-save {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ac162c;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 0;
}

#stock-note-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.price-box .stock-note {
  margin-bottom: 0;
}

.stock-note {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #008000;
}

.products-grid .stock-note {
  text-align: center;
}

.is-new-pdp {
  color: #D54400;
  /* burnt orange */
  font-size: 20px;
  margin-right: 5px;
}

/*rating stars*/
.ratings {
  margin-bottom: 5px;
}

.ratings:before,
.ratings:after {
  content: " ";
  display: table;
}

.ratings:after {
  clear: both;
}

.rating-box {
  display: block;
}

.rating-count {
  float: left;
  /*margin-left: 5px;*/
  margin-left: 67px;
  font-size: 12px;
  line-height: 15px;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
}

.rating-box:before,
.rating-box:after {
  content: " ";
  display: table;
}

.rating-box:after {
  clear: both;
}

.rating-box .rating {
  width: 64px;
  height: 14px;
  text-indent: -999em;
  background: url("/images/gorilla/sprite.png") -302px 1px no-repeat;
  float: left;
}

.rating-box .stars-overlay {
  background: url("/images/gorilla/sprite.png") -367px 1px no-repeat;
  position: absolute;
}

.rating-box-large .rating {
  width: 91px;
  height: 18px;
  text-indent: -999em;
  background: url("/images/gorilla/sprite.png") -302px -49px no-repeat;
}

.rating-box-large .stars-overlay {
  background: url("/images/gorilla/sprite.png") -394px -49px no-repeat;
  position: absolute;
}

.rating-box-large .write-review {
  float: right;
  line-height: 18px;
  font-size: 13px;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #4f5b31 !important;
}

.rating-box-large .rating-average {
  float: left;
  margin-left: 100px;
  line-height: 18px;
  font-size: 13px;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  color: #000000;
}

.rating-box-large a.rating-average {
  text-decoration: underline;
  color: #4b7637;
}

.rating-box-large .rating-count {
  font-size: 13px;
  color: black;
  line-height: 18px;
  margin-left: 7px;
}

.rating-box-large .rating-summary {
  float: left;
  display: block;
  margin-left: 18px;
  height: 18px;
  vertical-align: baseline;
}

.rating-links:before,
.rating-links:after {
  content: " ";
  display: table;
}

.rating-links:after {
  clear: both;
}

.rating-links li {
  float: left;
  padding: 0 6px;
  border-left: 1px solid #5a5e62;
}

.rating-links li:first-child {
  border-left: 0;
}

.rating-links li a,
.rating-links li span {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #4b7637;
  /* Mallard Head Green */
}

.rating-links li a:hover {
  text-decoration: underline;
}

.products-grid .price-box {
  position: relative;
}

.products-grid .rating-box {
  margin: 4px 0;
  min-height: 14px;
}

/*#region Price Block */
.starting-at {
  font-size: 12px;
}

.product-view .product-main .price-box,
.moby-container.quickview .price-box {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.product-view .price-box span:after {
  border-bottom: none;
}

.price-box .price-block-notification {
  color: #D54400;
  font-size: 24px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  margin-bottom: 10px;
}

.price-box .bullseye {
  color: #D54400;
  font-size: 24px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  display: flex;
  margin-bottom: 8px;
}

.price-box .bullseye > div {
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  height: 50px;
  line-height: 25px;
  vertical-align: bottom;
}

.price-box .bullseyeimg {
  padding-right: 5px;
  flex-grow: 0 !important;
}

.price-box .tip a {
  color: #D54400;
}

.save-banner {
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 50px;
  width: auto;
  line-height: 30px;
  background: #ac162c;
  color: #fff;
  text-transform: uppercase;
}

.save-banner.rebate {
  background: #F3C317;
  color: #AC162C;
}

.save-banner.clearance {
  color: #F3C317;
}

.triangle {
  height: 0;
  border-right: 15px solid #ffffff;
  /*used to be fbfbfb*/
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.save-banner span {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  bottom: 15px;
}

.product-view .price-box .club-price.apply-checkout span {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 5px;
}

.rebate-notification {
  position: relative;
  display: block;
}

.rebate-notification a {
  position: absolute;
  display: block;
  top: -47px;
  right: 0;
  color: #4F5B31;
  font-size: 16px;
}

.rebate-notification a:hover {
  text-decoration: underline;
}

.clearance-save-banner {
  color: #F3C317 !important;
}

.product-main .price-box .price-label {
  width: 30%;
  display: inline-block;
  font-size: 18px;
  float: none;
  text-align: left;
}

.product-main .price-box .price {
  width: 68%;
  display: inline-block;
  font-size: 18px;
  float: none;
  text-align: right;
  white-space: nowrap;
}

.product-main .price-box .club-price span::not(.tip-content) {
  font-family: 'roboto', helvetica, arial, sans-serif;
}

/*sub price block prices*/
.product-main .price-box .regular-price span::not(.tip-content) {
  font-weight: normal;
  font-family: 'roboto', helvetica, arial, sans-serif;
}

.product-main .price-box .compare-price span {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-weight: normal;
  color: #828282;
}

.pdp2019-container .sold-out-item {
  border-top: 1px solid #D9D8D6;
  border-bottom: 1px solid #D9D8D6;
  color: #BABABA;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 0;
  font-family: robotoBold;
}

/*#endregion*/
/*#region club 4-pay*/
#FamilyGroupDiv .product-main .price-box .club-price.fourpay {
  margin-top: 0;
}

.product-main .price-box .club-price.fourpay {
  margin-top: 10px;
  line-height: 50px;
}

.product-main .price-box .club-price.fourpay .fourpay-container {
  margin-top: 5px;
}

.product-main .price-box .club-price.fourpay .price-image {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: middle;
  margin-right: 2%;
}

.product-main .price-box .club-price.fourpay img {
  display: inline-block;
  max-width: 50px;
  vertical-align: middle;
}

.product-main .price-box .club-price.fourpay span.price-label {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 15px;
  white-space: normal;
  vertical-align: middle;
  width: 58%;
}

.product-main .price-box .club-price.fourpay span.price {
  width: 21.5%;
}

/*#endregion*/
/*color/size ddl*/
.product-view .product-options {
  margin-bottom: 0;
}

.product-view .form-list li {
  margin-bottom: 15px;
}

.product-view .product-options .form-list li {
  width: 100%;
}

.product-view .product-options .form-list li .label-container,
.product-view .product-info .form-list.stacked li .label-container {
  width: 20%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.product-view .product-options .form-list li label {
  float: none;
}

.product-view .product-options .form-list li .input-box {
  width: 80%;
  display: inline-block;
}

.product-view .product-options .form-list .customStyleSelectBox:before {
  background: url("/images/gorilla/sprite.png") -292px -27px no-repeat;
  width: 18px;
  height: 12px;
  top: 17px;
  right: 10px;
}

.product-view .product-options .form-list .customStyleSelectBox {
  width: 100%;
  border-color: black;
  height: 45px;
  line-height: 45px;
}

.product-view .product-options .form-list .customStyleSelectBox.disabled {
  border-color: #ddd;
}

.product-view .product-options .form-list li .select-wrap.error .customStyleSelectBox:before,
.product-view .product-options .form-list li .select-wrap.jqv-error .customStyleSelectBox:before {
  background-color: inherit !important;
}

.product-view .product-options .form-list .select-wrap {
  vertical-align: middle;
}

.product-view .product-options .form-list .select-wrap select {
  height: 45px;
}

.product-view .product-options .form-list.stacked .tool-tip {
  margin-left: 5px;
}

.product-options .form-list li .size-info,
.product-options .form-list li .width-info {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}

.products-grid .price-box {
  position: relative;
}

@media screen and (max-width: 900px) {
  /*gorilla standard*/
  /*
      ============================================
      Product View
      ============================================
    */
  .product-shop .rating-box {
    float: none;
    width: 100%;
  }
  .product-options .form-list li .size-info {
    text-align: center;
  }
  .product-options #size-chart {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .product-main .price-box .price-label {
    width: 49%;
  }
  .product-main .price-box .price {
    width: 49%;
  }
  .product-view .product-gallery {
    width: 100%;
  }
  .price-box .bullseye {
    font-size: 20px;
  }
}

@media screen and (max-width: 730px) {
  /*gorilla standard*/
  /*
      ============================================
      Product View
      ============================================
    */
  .product-view .main {
    width: 100%;
    max-width: none;
  }
  .product-view .product-gallery {
    display: block;
    width: 100%;
  }
  .product-view .product-shop {
    width: 100%;
    margin-left: 0;
  }
  .product-main .price-box .price-label {
    width: 34%;
  }
  .product-main .price-box .price {
    width: 64%;
  }
  .product-shop .buyers-club {
    display: none;
  }
  .product-shop .price-box {
    max-width: none;
  }
  .product-shop .buttons-set .qty {
    width: 42px;
    height: 42px;
    float: left;
  }
  .product-shop .buttons-set .add-to-cart {
    display: block;
  }
  .product-shop .buttons-set .btn-cart {
    line-height: 42px;
    width: 100%;
  }
  .product-options {
    margin-bottom: 20px;
  }
  .product-options .form-list li {
    margin-bottom: 0;
  }
  .product-view .product-options .form-list li .label-container,
#quantityAdjustment .form-list.stacked li label {
    width: 17%;
    float: none;
    max-width: 100%;
    display: inline-block;
  }
  .pdp2019 .cart-actions .product-options .form-list.stacked li .label-container {
    width: 20%;
  }
  .product-options .form-list label {
    max-width: none;
    margin-bottom: 0;
  }
  .product-options .form-list .input-box,
.product-options .form-list .select-wrap,
.product-options .form-list .customStyleSelectBox {
    width: 100%;
  }
  .customization-box .form-list li .input-box + a {
    margin-left: 10px;
  }
  /**********************************************/
  /*                PDP Redesign                */
  /**********************************************/
  .product-view .product-options .form-list li {
    margin-bottom: 25px;
  }
  .product-view #customization-box {
    padding: 0;
  }
  .product-view .restrictions-container {
    margin-top: 25px;
  }
  .buyers-spiff-container {
    height: 75px;
    margin-top: 15px;
  }
  .product-shop .buyers-club {
    display: inline-block;
  }
  .product-shop .connect {
    text-align: center;
  }
  .product-view .product-suggestions.col-container .leftCol,
.product-view .product-suggestions.col-container .rightCol {
    float: none;
    width: 100%;
  }
  .pdp-header-flex-container {
    flex-direction: column;
  }
  .product-view .page-title .pdp-header-flex-container .sku {
    font-size: 13px;
  }
  .product-view .product-main .price-box {
    border-top: none;
    padding-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  /*gorilla standard*/
  /*
      ============================================
      Product Detail
      ============================================
    */
  .product-view #trackif-container {
    margin-left: 0;
  }
  .customization-view .form-list.stacked > li > .input-box {
    width: 100%;
  }
  .customization-view .form-list.stacked > li > .input-box + a {
    float: none;
    margin-left: 0;
    clear: left;
  }
  #personalize-modal .add-to-cart #btnAddPersToCart {
    padding-left: 45px;
    padding-right: 45px;
  }
  #personalize-modal .add-to-cart #btnCloseModal {
    padding-left: 35px;
    padding-right: 35px;
  }
  .form-list.stacked .price-box .price-label {
    width: 49%;
  }
  .form-list.stacked .price-box .price {
    width: 49%;
  }
  .product-main .price-box .price-label {
    width: 49%;
  }
  .product-main .price-box .price {
    width: 49%;
  }
  /*club four pay in price block*/
  .product-main .price-box .club-price.fourpay span.price-label {
    font-size: 12px;
  }
  .price-box .bullseye {
    font-size: 20px;
  }
  #value-props-container p {
    font-size: 13px;
  }
  .left-value-prop {
    width: 60%;
  }
  .right-value-prop {
    margin-left: 3px;
    width: 35%;
  }
  #right-enhanced-uvp-link {
    position: relative;
    text-decoration: underline;
  }
}

/*****************************/
/*         Quickview         */
/*****************************/
/*#region Title*/
/*#endregion*/
/*#region Image*/
.moby-container.quickview #mainImageCaption {
  font-size: 12px;
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
}

/*#endregion*/
/*#region Product Info*/
.moby-container.quickview .product-shop {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  width: 53%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}

.moby-container.quickview .product-shop .product-info {
  width: 100%;
}

.moby-container.quickview .product-shop .product-main {
  width: 100%;
}

.moby-container.quickview .product-shop .product-main {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
}

.moby-container.quickview .link-text {
  text-transform: uppercase;
}

/*color/size ddl*/
.moby-container .product-options #size-chart {
  display: none;
}

.slick-slide .product-image .btn-quickview {
  top: 40%;
}

.home .slick-slide .product-image .btn-quickview {
  top: 42.5%;
}

.btn-quickview {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 32px;
  margin: -16px 0 0 0;
  background-color: #000000;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.btn-quickview .button {
  /* seems like you could just text-align:center the container class..*/
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0 1px 6px #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -57px;
  padding: 0 !important;
}

.btn-quickview .button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.btn-quickview .button span {
  padding: 4px 18px;
  display: block;
}

.product-image:hover .btn-quickview,
.product-image .btn-quickview.show,
.product-tile .btn-quickview.show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-image > a:hover h2.product-name {
  text-decoration: underline;
}

/*Quick View Modal*/
.moby-container.quickview {
  width: 830px;
  padding: 23px 20px;
}

.moby-container.quickview .product-gallery img {
  border: 1px solid #999;
}

.moby-container.quickview .product-gallery a {
  font-size: 12px;
}

.moby-container.quickview .product-shop .sku {
  font-size: 13px;
  margin-bottom: 5px;
}

.moby-container.quickview .product-shop .product-info {
  width: 48.07692307692308%;
  margin-right: 3.8461538461538463%;
}

.moby-container.quickview .product-options .form-list label {
  max-width: 65px;
  display: inline;
}

.moby-container.quickview .product-options .form-list.stacked .input-box {
  float: none;
}

.moby-container.quickview .product-options > div > .options-dd > md-input-container > md-select > md-select-value > span {
  margin-left: 5px;
}

.moby-container.quickview .product-options .form-list.stacked .tool-tip {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.moby-container.quickview .product-shop .product-description {
  float: right;
  width: 48.07692307692308%;
  padding-top: 20px;
}

.moby-container.quickview .product-shop .product-description > * {
  font-size: 13px;
}

.moby-container.quickview .product-shop .product-description ul {
  margin-left: 16px;
  list-style: disc;
  margin-bottom: 18px;
}

.moby-container.quickview .product-shop .product-description a {
  color: #000080;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
}

.moby-container.quickview .product-shop .qty {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.more-link {
  text-align: right;
  width: 100%;
}

.more-link a {
  font-size: 13px;
  color: #000080;
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
}

.moby-container.quickview .add-to-cart {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.moby-container.quickview .add-to-cart button.btn-cart {
  line-height: 40px;
  width: 100%;
}

.size-chart-modal .size-chart-header {
  text-transform: capitalize;
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.size-chart-modal .select-wrap {
  width: 100%;
}

.size-chart-modal .input-box label:not(.error),
.size-chart-modal .input-box label:not(.jqv-error) {
  line-height: 30px;
}

.size-chart-modal .moby-close.brand-chart-close {
  background: url(/images/gorilla/sprite.png) -247px -49px no-repeat;
}

.product-options .form-list li .size-info,
.product-options .form-list li .width-info {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}

/* BV Fit Rating */
.bvFitRatingContainer {
  display: flex;
  justify-content: end;
}

.bvFitRatingContainer > div > #FitRatingSlider {
  float: none;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 120px;
}

.bvFitRatingContainer > span {
  text-transform: uppercase;
  color: #54565a;
  font-weight: 900;
  font-size: 12px;
}

.bvFitRatingContainer > span:nth-child(3) {
  margin-right: 8px;
}

.bvFitRatingContainer > div > #FitRatingSlider:disabled::-ms-track {
  background-color: #939393;
}

.bvFitRatingContainer > div > #FitRatingSlider:disabled::-moz-range-track {
  background-color: #939393;
}

.bvFitRatingContainer > div > input[type="range"]:disabled::-moz-range-thumb {
  background-color: yellow;
  border-radius: 10%;
  width: 5px;
}

.bvFitRatingContainer > div > #FitRatingSlider {
  -webkit-appearance: none;
}

.bvFitRatingContainer > div > input[type=range][disabled]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #939393;
  -webkit-appearance: none;
}

.bvFitRatingContainer > div > input[type=range]::-webkit-slider-thumb {
  border: 1px solid #939393;
  height: 18px;
  width: 8px;
  border-radius: 10%;
  background: yellow;
  -webkit-appearance: none;
  margin-top: -9px;
}

#width-meter {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
}

#width-meter > div {
  margin-top: 8px;
}

#width-meter > span {
  margin-right: 15px;
  text-transform: uppercase;
  color: #54565a;
  font-weight: 900;
  font-size: 12px;
}

#width-meter > .tip-container {
  margin-top: -5px;
}

#width-meter > div > #WidthRatingSlider:disabled::-ms-track {
  background-color: #939393;
}

#width-meter > div > #WidthRatingSlider:disabled::-moz-range-track {
  background-color: #939393;
}

#width-meter > div > #WidthRatingSlider:disabled::-moz-range-thumb {
  background-color: yellow;
  border-radius: 10%;
  width: 5px;
}

#width-meter > div > #WidthRatingSlider {
  -webkit-appearance: none;
  max-width: 120px;
}

#width-meter > div > #WidthRatingSlider[disabled]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #939393;
  -webkit-appearance: none;
}

#width-meter > div > #WidthRatingSlider::-webkit-slider-thumb {
  border: 1px solid #939393;
  height: 18px;
  width: 8px;
  border-radius: 10%;
  background: yellow;
  -webkit-appearance: none;
  margin-top: -9px;
}

/* End BV Fit Rating */
.moby-container.quickview .pdp2019 .product-options .form-list li .size-info #size-chart {
  display: none;
}

/*product view modals fix*/
.moby-container #customization-box .customization-view .form-list.stacked label {
  max-width: 100%;
}

.moby-container.quickview .product-options .form-list.stacked .input-box {
  display: inline-block;
}

.moby-container.quickview #BuyMoreSaveMoreController {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*Quantity*/
.moby-container.quickview .qty {
  width: 40px;
  float: left;
  border-radius: 0 !important;
  text-align: center;
}

/*Customization*/
.moby-container.quickview #customization-box .buttons-set label, input {
  float: left;
  padding-right: 10px;
}

/*Restrictions*/
.moby-container.quickview .restrictions-note {
  border: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.moby-container.quickview .restrictions-note legend {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4f5b31;
  cursor: pointer;
}

.moby-container.quickview .restrictions-note p {
  color: #000;
}

.moby-container.quickview #ProductOptionsController .zip-restrict-pdp {
  display: none;
}

/*buttons*/
.moby-container.quickview .product-shop .addToCartButtonDiv,
.moby-container.quickview .product-shop .notifyMeButtonDiv {
  margin-top: 5px;
}

/*notify me button*/
.moby-container.quickview .product-shop a.button.blue {
  line-height: 40px;
  font-size: 18px;
}

/*#endregion*/
/* embroidery fix */
.moby-container #personalize-modal #customization-box div {
  margin: 0 !important;
}

.size-chart-modal .size-chart-header {
  text-transform: capitalize;
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.size-chart-modal .select-wrap {
  width: 100%;
}

.size-chart-modal .input-box label:not(.error),
.size-chart-modal .input-box label:not(.jqv-error) {
  line-height: 30px;
}

.size-chart-modal .moby-close.brand-chart-close {
  background: url(/images/gorilla/sprite.png) -247px -49px no-repeat;
}

/*product view modals fix*/
.moby-container #customization-box .customization-view .form-list.stacked label {
  max-width: 100%;
}

.moby-container.quickview .product-options .form-list.stacked .input-box {
  display: inline-block;
}

/*Customization*/
.moby-container.quickview #customization-box .buttons-set label, input {
  float: left;
  padding-right: 10px;
}

/*Restrictions*/
.moby-container.quickview .restrictions-note {
  border: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.moby-container.quickview .restrictions-note legend {
  font-family: 'robotoMedium', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4f5b31;
  cursor: pointer;
}

.moby-container.quickview .restrictions-note p {
  color: #000;
}

/*buttons*/
.moby-container.quickview .product-shop .addToCartButtonDiv,
.moby-container.quickview .product-shop .notifyMeButtonDiv {
  margin-top: 5px;
}

/*notify me button*/
.moby-container.quickview .product-shop a.button.blue {
  line-height: 40px;
  font-size: 18px;
}

/*#endregion*/
/* embroidery fix */
.moby-container #personalize-modal #customization-box div {
  margin: 0 !important;
}

/*product view modals fix*/
.moby-container.quickview .product-options .form-list.stacked .input-box {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  /*gorilla standard*/
  .moby-container.quickview {
    padding: 10px;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    max-height: 100%;
    width: 100% !important;
  }
  .moby-container.quickview .product-shop {
    display: block;
    width: 100%;
  }
  .moby-container.quickview .product-gallery {
    width: 100%;
    margin-right: 0;
    padding: 25px;
  }
  .moby-container.quickview .product-options .form-list li .size-info {
    text-align: center;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.key-features-container {
  background-color: #F5F5F5;
  padding: 40px 0;
  position: relative;
}

.key-features-container h2 {
  margin: auto;
  display: table;
  font-size: 18px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  margin-bottom: 24px;
}

.key-features-container .full-specs-link {
  margin: auto;
  display: table;
  font-size: 14px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  color: #2A61FF;
}

.key-features-container .key-features-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 94px;
  position: relative;
  margin-bottom: 10px;
}

.key-features-container .key-features {
  float: none;
  margin-left: 25px;
  max-width: 800px;
}

.key-features-container .key-features-flex-container .key-features ul {
  list-style-type: disc;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 0;
}

.key-features ul li {
  margin-bottom: 5px;
}

.key-features-container .key-features-flex-container .pdp-group-spiff {
  max-width: 400px;
  margin-top: 0;
  padding-left: 0px;
}

.key-features-container .key-features-flex-container .pdp-group-spiff.table-spiff {
  margin-left: 50px;
  max-width: 350px;
}

.key-features-container .key-features-flex-container .pdp-group-spiff.table-spiff a {
  padding-right: 0;
}

.key-features-container .key-features-flex-container .pdp-group-spiff.table-spiff a p {
  margin: 10px 25px;
}

.key-features-container .key-features-flex-container .pdp-group-spiff a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-right: 68px;
  border: 2px solid #2A61FF;
  background-color: #fff;
}

.key-features-container .key-features-flex-container .pdp-group-spiff a .pdp-group-spiff-img {
  height: 90px;
  width: 90px;
  margin-right: 24px;
}

.key-features-container .key-features-flex-container .pdp-group-spiff a p {
  margin-bottom: 0px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #2A61FF;
}

.key-features-container .key-features-flex-container .pdp-group-spiff a .caret-down-blue {
  width: 20px;
  position: absolute;
  right: 24px;
}

@media screen and (max-width: 960px) {
  .key-features-container .key-features {
    flex-basis: auto !important;
    max-width: 90%;
    margin-bottom: 32px;
  }
  .key-features-container .key-features-flex-container {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .key-features-container .key-features-flex-container .pdp-group-spiff {
    margin: 32px auto auto;
    max-width: 90%;
  }
  .key-features-container .key-features-flex-container .pdp-group-spiff.table-spiff {
    margin-left: auto;
  }
}

@media screen and (max-width: 680px) {
  .key-features-container {
    padding: 32px 0;
  }
  .key-features-container .key-features-flex-container {
    justify-content: flex-start;
    align-items: unset;
  }
  .key-features-container .key-features ul {
    column-count: 1;
  }
}

@media screen and (max-width: 480px) {
  .key-features-container .key-features-flex-container .pdp-group-spiff a p {
    font-size: 16px;
  }
  .key-features-container .key-features-flex-container .pdp-group-spiff a .caret-down-blue {
    right: 16px;
  }
  .key-features-container .key-features-flex-container .pdp-group-spiff a .pdp-group-spiff-img {
    margin-right: 16px;
  }
  .key-features-container .key-features-flex-container .pdp-group-spiff a {
    padding-right: 52px;
  }
}

@media screen and (max-width: 320px) {
  .key-features-container .key-features-flex-container .pdp-group-spiff a .pdp-group-spiff-img {
    margin-right: 0;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
/*Bundle and Save, Free Gift with Purchase, Recommended Add-on fieldsets*/
/* shared */
.moby-container.free-gift {
  font-family: 'roboto', helvetica, arial, sans-serif;
  width: 550px;
  padding: 0px;
}

.moby-container.free-gift form,
.moby-container.free-gift .form-elements-container,
.moby-container.free-gift .form-elements-container .product-options,
.moby-container.free-gift .form-elements-container .product-options .form-list ul {
  overflow: auto;
  /* ensures height is calc'd correctly when contents are floated */
}

.moby-container.free-gift h2 {
  color: #ffffff;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
}

.moby-container.free-gift p,
.moby-container.free-gift div {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.moby-container.free-gift div#gwp-modal-header {
  background-color: #54565A;
  padding: 10px 16px;
  margin-bottom: 10px;
}

.moby-container.free-gift #free-gift-container {
  padding: 0 16px;
}

.moby-container.free-gift .form-elements-container,
.moby-container.free-gift .free-gift-disclaimers {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.41473;
}

.moby-container.free-gift .form-elements-container,
.moby-container.free-gift .item-data-container {
  padding: 0 20px;
}

.moby-container.free-gift .item-name {
  font-size: 15px;
  line-height: 17px;
  margin: 8px 0 0;
}

.moby-container.free-gift .item-sku {
  font-size: 13px;
  text-transform: uppercase;
}

.moby-container.free-gift .buttons-set {
  margin-bottom: 20px;
}

.moby-container.free-gift .buttons-set {
  width: 100%;
  text-align: center;
}

.moby-container.free-gift .buttons-set .button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  vertical-align: top;
  -webkit-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
  padding: 5px 18px;
  width: 25%;
}

.moby-container.free-gift .buttons-set .button:hover {
  background-color: #CA4F25;
}

#freegift-submit {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  vertical-align: top;
  -webkit-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out, color 0.24s ease-out;
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
  padding: 5px 18px;
  width: 25%;
}

#freegift-submit:hover {
  background-color: #CA4F25;
}

md-dialog md-dialog-content #free-gift #free-gift-container .free-gift-details div div:nth-child(2) .product-options div div md-input-container {
  border: 1px solid #999;
}

.free-gift-container,
.rec-addon-container,
.bundle-container {
  border: 1px solid #999;
  font-family: 'roboto', helvetica, arial, sans-serif;
  margin-bottom: 20px;
}

.rec-addon-flex-container .item-data-container:hover {
  text-decoration: underline;
}

.rec-addon-div-content {
  width: 95%;
}

.moby-container.free-gift .bold-text,
.free-gift-container .bold-text,
.rec-addon-container .bold-text,
.bundle-container .bold-text {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.free-gift-container legend,
.rec-addon-container legend,
.bundle-container legend {
  margin: 0 auto;
  font-size: 16px;
  padding: 0 8px;
  text-align: center;
  /* for if it wraps */
}

.free-gift-container .free-gift-flex-container,
.rec-addon-container .rec-addon-flex-container,
.bundle-container .bundle-flex-container {
  align-items: center;
  display: flex;
}

.free-gift-container .free-gift-flex-container .item-image-container,
.bundle-container .bundle-flex-container .item-image-container {
  max-width: 150px;
  width: 30%;
}

.free-gift-container .free-gift-flex-container .item-image-container img,
.rec-addon-container .rec-addon-flex-container .item-image-container img,
.bundle-container .bundle-flex-container .item-image-container img {
  width: 100%;
}

.free-gift-container .free-gift-flex-container .item-data-container,
.bundle-container .bundle-flex-container .item-data-container {
  padding-left: 10px;
  width: 70%;
}

.free-gift-container .item-name,
.rec-addon-container .item-name,
.rec-addon-container .add-on-text,
.bundle-container .item-name {
  font-size: 14px;
}

.bundle-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.bundle-container div {
  padding-bottom: 5px;
}

.free-gift-container {
  padding: 10px;
}

.free-gift-container .item-sku,
.free-gift-container .static-text {
  font-size: 14px;
  padding-top: 3px;
}

.free-gift-container .item-sku {
  text-transform: uppercase;
}

.auto-height {
  height: auto !important;
}

.always-show {
  display: block !important;
  opacity: 1 !important;
}

.rec-addon-container {
  padding: 10px;
  margin-bottom: 40px;
}

.rec-addon-container .rec-addon-flex-container .item-data-container {
  padding-left: 10px;
  padding-right: 10px;
  width: 85%;
}

.rec-addon-container .rec-addon-flex-container .item-image-container {
  max-width: 60px;
  width: 10%;
}

.rec-addon-container .rec-addon-flex-container .regular-price {
  color: #54565A;
}

.rec-addon-container .rec-addon-flex-container .club-price {
  color: #D54400;
}

.rec-addon-container .rec-addon-flex-container .rec-addon-selection {
  align-self: center;
}

.group-free-gift {
  margin-top: 16px;
}

.group-free-gift .free-gift-container legend {
  font-size: 0.875rem;
  line-height: 1.41473;
}

.group-free-gift .free-gift-container .item-name,
.group-free-gift .free-gift-container .static-text {
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .moby-container.free-gift {
    text-align: center;
  }
  .moby-container.free-gift h2 {
    font-size: 25px;
  }
  .moby-container.free-gift .form-elements-container .product-options .form-list li .label-container,
.moby-container.free-gift .form-elements-container .product-options .form-list li .input-box {
    margin-bottom: 0;
  }
  .moby-container.free-gift .form-elements-container .product-options .form-list li .label-container,
.moby-container.free-gift .form-elements-container .product-options .form-list li .input-box,
.moby-container.free-gift .buttons-set .button {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .moby-container.free-gift .item-image-container img {
    max-width: 150px;
  }
  .moby-container.free-gift .form-elements-container .product-options .form-list li .label-container {
    width: 30%;
  }
  .moby-container.free-gift .form-elements-container .product-options .form-list li .input-box {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .moby-container.free-gift h2 {
    font-size: 19px;
  }
}

@media screen and (max-width: 320px) {
  .moby-container.free-gift .form-elements-container .product-options .form-list li .label-container,
.moby-container.free-gift .form-elements-container .product-options .form-list li .input-box {
    margin-bottom: 0;
  }
  .moby-container.free-gift .form-elements-container .product-options .form-list li .label-container,
.moby-container.free-gift .form-elements-container .product-options .form-list li .input-box,
.moby-container.free-gift .buttons-set .button {
    width: 100%;
  }
}

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
.product-options {
  margin-bottom: 20px;
}

.product-options .form-list label {
  max-width: 65px;
  display: inline;
}

.product-options .form-list.stacked .input-box {
  float: none;
}

.product-options .form-list .input-box,
.product-options .form-list .customStyleSelectBox {
  width: 220px;
}

.product-options .addl-options-box .form-list label.error,
.product-options .addl-options-box .form-list p.jqv-error {
  max-width: none;
  color: #fff;
  background-color: #ca0000;
  margin-bottom: 5px;
  padding: 3px 6px;
  font-size: 13px;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.product-view-alt .product-options {
  margin-bottom: 0;
}

.product-options .form-list p.jqv-error {
  margin-top: 0;
  vertical-align: top;
}

.product-view .product-options {
  margin-bottom: 0;
}

.product-view .product-options > div > .options-dd > md-input-container > md-select > md-select-value > span,
#BuyMoreSaveMoreController > .options-dd > md-input-container > md-select > md-select-value > span {
  margin-left: 5px;
}

.product-view .form-list li {
  margin-bottom: 15px;
}

.product-view .product-options .form-list li {
  width: 100%;
}

.product-view .product-options .form-list li .label-container,
.product-view .product-info .form-list.stacked li .label-container {
  width: 20%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.product-view .product-options .form-list li label {
  float: none;
}

.product-view .product-options .form-list li .input-box {
  width: 80%;
  display: inline-block;
}

.product-view .product-options .form-list .customStyleSelectBox:before {
  background: url("/images/gorilla/sprite.png") -292px -27px no-repeat;
  width: 18px;
  height: 12px;
  top: 17px;
  right: 10px;
}

.product-view .product-options .form-list .customStyleSelectBox {
  width: 100%;
  border-color: black;
  height: 45px;
  line-height: 45px;
}

.product-view .product-options .form-list .customStyleSelectBox.disabled {
  border-color: #ddd;
}

.product-view .product-options .form-list li .select-wrap.error .customStyleSelectBox:before,
.product-view .product-options .form-list li .select-wrap.jqv-error .customStyleSelectBox:before {
  background-color: inherit !important;
}

.product-view .product-options .form-list .select-wrap {
  vertical-align: middle;
}

.product-view .product-options .form-list .select-wrap select {
  height: 45px;
}

.product-view .product-options .form-list.stacked .tool-tip {
  margin-left: 5px;
}

.product-options .form-list li .size-info,
.product-options .form-list li .width-info {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}

.product-view .product-options .form-list.stacked .input-box {
  display: inline-block;
}

.product-options .options-dd {
  margin: 5px 0;
}

.product-options .options-dd md-input-container {
  width: 80%;
}

.pdp2019 #size-chart-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pdp2019 #size-chart {
  margin-bottom: 10px;
}

.pdp2019 .bvFitRatingContainer {
  display: flex;
  justify-content: end;
}

.bvFitRatingContainer > div > #FitRatingSlider {
  float: none;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.bvFitRatingContainer > span {
  text-transform: uppercase;
  color: #54565a;
  font-weight: 900;
  font-size: 12px;
}

.bvFitRatingContainer > span:nth-child(3) {
  margin-right: 8px;
}

.bvFitRatingContainer > div > #FitRatingSlider:disabled::-ms-track {
  background-color: #939393;
}

.bvFitRatingContainer > div > #FitRatingSlider:disabled::-moz-range-track {
  background-color: #939393;
}

.bvFitRatingContainer > div > input[type="range"]:disabled::-moz-range-thumb {
  background-color: yellow;
  border-radius: 10%;
  width: 5px;
}

.bvFitRatingContainer > div > #FitRatingSlider {
  -webkit-appearance: none;
}

.bvFitRatingContainer > div > input[type=range][disabled]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #939393;
  -webkit-appearance: none;
}

.bvFitRatingContainer > div > input[type=range]::-webkit-slider-thumb {
  border: 1px solid #939393;
  height: 18px;
  width: 8px;
  border-radius: 10%;
  background: yellow;
  -webkit-appearance: none;
  margin-top: -9px;
}

#width-meter {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
}

#width-meter > div {
  margin-top: 8px;
}

#width-meter > span {
  margin-right: 15px;
  text-transform: uppercase;
  color: #54565a;
  font-weight: 900;
  font-size: 12px;
}

#width-meter > .tip-container {
  margin-top: -5px;
}

#width-meter > div > #WidthRatingSlider:disabled::-ms-track {
  background-color: #939393;
}

#width-meter > div > #WidthRatingSlider:disabled::-moz-range-track {
  background-color: #939393;
}

#width-meter > div > #WidthRatingSlider:disabled::-moz-range-thumb {
  background-color: yellow;
  border-radius: 10%;
  width: 5px;
}

#width-meter > div > #WidthRatingSlider {
  -webkit-appearance: none;
}

#width-meter > div > #WidthRatingSlider[disabled]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #939393;
  -webkit-appearance: none;
}

#width-meter > div > #WidthRatingSlider::-webkit-slider-thumb {
  border: 1px solid #939393;
  height: 18px;
  width: 8px;
  border-radius: 10%;
  background: yellow;
  -webkit-appearance: none;
  margin-top: -9px;
}

#size-chart {
  color: #2A61FF;
  text-decoration: underline;
}

.pdp2019 .cart-actions {
  margin-top: 16px;
}

.pdp2019 .cart-actions .product-options .form-list li {
  margin-bottom: 24px;
}

.pdp2019 .cart-actions .product-options .form-list li .size-info,
.pdp2019 .cart-actions .product-options .form-list li .width-info {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  margin-top: 0;
  text-align: right;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .label-container label,
#BuyMoreSaveMoreController > .options-dd > label {
  color: #54565A;
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .pdp2019-container .cart-actions .product-options .form-list.stacked li .input-box {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox {
  background-color: #F0F0F0;
  border: none;
  border-bottom: 2px solid #d9d8d6;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox:before {
  content: "";
  background: none;
  border: none;
  border-top: 5px solid #54565A;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  height: 0;
  right: 20px;
  top: 23px;
  width: 0;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox.disabled {
  color: #bababa;
}

.pdp2019 .cart-actions .product-options .form-list.stacked li .input-box .customStyleSelectBox .customStyleSelectBoxInner {
  margin-left: 5px;
}

/* #endregion */
/* #region buy-more-save-more pdp */
.pdp2019 #BuyMoreSaveMoreController {
  margin-top: 25px;
  margin-bottom: 30px;
}

.pdp2019 #BuyMoreSaveMoreController table {
  border: 8px solid #54565A;
  border-radius: 8px;
}

.pdp2019 #BuyMoreSaveMoreController tbody {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pdp2019 #BuyMoreSaveMoreController table tbody tr:nth-child(1) {
  background-color: #54565A;
  display: block;
  padding-bottom: 8px;
  flex-grow: 1;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-header {
  text-align: left;
  color: #FFF;
  font-family: 'robotoBold';
  font-size: 16px;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-labels {
  border-bottom: 1px solid #E8E1DA;
  width: 90%;
  display: flex;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-labels > th {
  text-align: right;
  font-family: 'roboto';
  padding-top: 8px;
  padding-bottom: 8px;
  width: 50px;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-labels > th:last-child {
  text-align: center;
  width: 80px;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-details {
  display: flex;
  width: 90%;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-details > td {
  font-family: 'robotoBold';
  font-size: 14px;
  color: #54565A;
  text-align: right;
  width: 50px;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-details > td:last-child {
  text-align: center;
  width: 80px;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-details:nth-child(even) {
  background-color: #F4F0ED;
}

.pdp2019 #BuyMoreSaveMoreController .space-between {
  justify-content: space-between;
}

.pdp2019 #BuyMoreSaveMoreController .space-even {
  justify-content: space-evenly;
}

.pdp2019 #BuyMoreSaveMoreController .space-even td {
  text-align: center;
}

/* end buy-more-save-more pdp */

/**
 * Calculates numbers to the mathmatical power (exponent)
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to increase
 * @param	int		$exponent	The power to increase the number by
 *
 * @return	int					The new number
 */
/**
 * Removes units from values for easier modification
 *
 * @since	1.0.0
 *
 * @param	int		$number		The number to strip units from
 *
 * @return	int					The number without the unit
 */
/**
 * Calculates the line height based on multiple parameters
 *
 * @since	1.0.0
 *
 * @param	int		$font-size			The font size
 * @param	int		$content-width		The width of the content area
 * @param	int		$ratio				The ratio. Default 1.61803398875 (golden ratio)
 *
 * @return	int							The calculated line height
 */
/* 50% of Faded Moss Green */
/* used to be #e1ead5 */
/* mixin for multiline */
md-dialog.md-sg-material-theme.sezzle-fourpay-modal {
  color: #54565A;
  max-width: 800px;
}

@media screen and (max-width: 960px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal {
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal {
    max-width: 100%;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal md-dialog-content {
  max-width: 800px;
  /*width: 800px;*/
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .intro-img {
  margin-bottom: 24px;
  text-align: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .intro-line {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.30104;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .intro-line {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .info-line {
  width: 100%;
  text-align: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .info-line .line {
  padding-bottom: 20px;
  margin: 0 auto 24px auto;
  border-bottom: 1px solid #DEDEDE;
  max-width: 700px;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .info-line .line .info-content {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 20px;
  max-width: 540px;
  margin: 0 auto;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .info-line .line .info-content a {
  color: #2A61FF;
  text-decoration: underline;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
}

@media screen and (max-width: 730px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .breakdown-main {
  color: white;
  max-width: 315px;
  border-radius: 5px;
  margin: 0 auto;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .breakdown-main .breakdown-title {
  font-size: 1.1875rem;
  line-height: 1.33082;
  padding-top: 8px;
  margin-bottom: 2px;
  font-family: "robotoBold", helvetica, arial, sans-serif;
  text-align: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .breakdown-main .breakdown-description {
  font-size: 0.875rem;
  line-height: 1.41473;
  padding-bottom: 12px;
  font-family: "roboto", helvetica, arial, sans-serif;
  text-align: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .breakdown-info {
  padding: 38px 15px 12px 15px;
  margin-top: -18px;
  border-radius: 5px;
  max-width: 335px;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info {
  max-width: 335px;
  width: 100%;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-main {
  background-color: #D54400;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-info {
  border: 1px solid #D54400;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-info .club-text {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  line-height: 13px;
  text-align: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .has-dash:after {
  border-top: 1px solid #D54400;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or {
  color: #DEDEDE;
  padding-top: 60px;
  font-size: 1.0625rem;
  line-height: 1.29506;
  width: 30px;
  text-align: center;
}

@media screen and (max-width: 730px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 75px;
  left: 15px;
  border-left: 1px solid #DEDEDE;
}

@media screen and (max-width: 730px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or:before {
    border-left: none;
    border-top: 1px solid #DEDEDE;
    width: 40px;
    height: 1px;
    top: 31px;
    left: -50px;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 175px;
  left: 15px;
  border-left: 1px solid #DEDEDE;
}

@media screen and (max-width: 730px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .or-outer .or:after {
    border-left: none;
    border-top: 1px solid #DEDEDE;
    width: 40px;
    height: 1px;
    top: 31px;
    left: 45px;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info {
  max-width: 335px;
  width: 100%;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .breakdown-main {
  background-color: #3D245A;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .breakdown-info {
  border: 1px solid #3D245A;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .has-dash:after {
  border-top: 1px solid #3D245A;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown .payment-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  min-width: 60px;
  /*remove*/
  margin: 0 3px;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown .payment-step .step-date {
  margin-top: 10px;
  margin-bottom: 4px;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown .has-dash:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  top: 10px;
  left: 56px;
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .outtro-line {
  font-family: "robotoBold", helvetica, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.30104;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 1200px) {
  md-dialog.md-sg-material-theme.sezzle-fourpay-modal .outtro-line {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

md-dialog.md-sg-material-theme.sezzle-fourpay-modal .fine-print {
  font-family: "roboto", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  line-height: 13px;
  margin-bottom: 30px;
  text-align: center;
}
