@charset "UTF-8";
.web-page-preview {
  /*used internal when previewing a future date on web page data*/
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  font-family: 'figtreeBold', helvetica, arial sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #D54400;
  padding: 5px 0;
}

.web-page-preview div {
  display: inline-block;
}

.web-page-preview a {
  color: #fff;
  display: block;
}

.web-page-preview .close {
  position: absolute;
  top: 2.5px;
  right: 10px;
  font-size: 15px;
}

#preview-datepicker {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: 0 auto;
  width: 235px;
}

#preview-datepicker .ui-widget-header .ui-icon {
  background-image: url("/content/images/jquery-ui/ui-icons_444444_256x240.png");
}

#preview-datepicker button.ui-datepicker-current {
  display: 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 */
.address-edit-modal {
  min-width: 480px;
}

@media screen and (max-width: 480px) {
  .address-edit-modal {
    min-width: 96%;
  }
}

/**
 * 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 */
.club-links {
  display: inline-block;
}

.club-links .cancel-club-link {
  margin-top: 10px;
  cursor: pointer;
}

.bc-dash-member h2 {
  font-size: 1.125rem;
  line-height: 1.26781;
  margin-bottom: 5px;
}

.bc-dash-member .points-available {
  font-size: 1.125rem;
  line-height: 1.26781;
}

.bc-dash-member .hyperlink {
  color: #2A61FF;
  text-decoration: underline;
}

/**
 * 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 */
.main-minimal #minimal-wrapper {
  max-width: 89%;
  margin: 0 auto;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain {
  margin-right: 0%;
  width: 50%;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain {
    width: 75%;
  }
}

@media screen and (max-width: 680px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain {
    width: 100%;
  }
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-header {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-header {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-header h1 {
  flex-grow: 1;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  background-color: #54565A;
  padding: 10px 10px 10px 15px;
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 960px) {
  .main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-header h1 {
    border-radius: 0;
  }
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 24px 35px;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body li {
  position: relative;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body li .input-box {
  max-width: none;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body li#email {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 10px;
}

.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body .password-display,
.main-minimal #minimal-wrapper #ForgotPasswordDiv #ForgotPasswordMain #card-body .password-display-verify {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #2A61FF;
  cursor: pointer;
}

/**
 * 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 */
.loyalty-transactions-modal {
  min-width: 700px;
}

@media screen and (max-width: 960px) {
  .loyalty-transactions-modal {
    min-width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .loyalty-transactions-modal {
    min-width: 95%;
  }
  .loyalty-transactions-modal .table-header {
    display: none;
  }
}

.loyalty-transactions-modal .table-header {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #D54400;
}

.loyalty-transactions-modal .table-row {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #54565A;
  padding: 8px 0;
}

.loyalty-transactions-modal .table-row:nth-child(2n) {
  background-color: #F0F0F0;
}

.loyalty-transactions-modal .table-row .hyperlink {
  color: #2A61FF;
}

.loyalty-transactions-modal .table-row b {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #D54400;
  display: none;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .loyalty-transactions-modal .table-row b {
    display: inline-block;
  }
}

/**
 * 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 */
.my-account.my-orders #search-box {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders #search-box {
    flex-direction: column;
    margin-bottom: 48px;
  }
}

.my-account.my-orders #search-box .search-area {
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  .my-account.my-orders #search-box .search-area .input-box label {
    left: 4px;
  }
}

.my-account.my-orders #search-box .search-area .input-box input {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  width: 280px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .my-account.my-orders #search-box .search-area .input-box input {
    width: 210px;
  }
}

.my-account.my-orders #search-box .search-area button#search-button {
  background-color: #061C33;
  height: 48px;
  width: 48px;
  padding: 6px 0 0 0;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders #search-box .search-area #clear-search-button {
    margin-top: 20px;
    display: block;
  }
}

.my-account.my-orders #search-box .filter-area {
  flex-grow: 0;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders #search-box .filter-area {
    margin-top: 20px;
  }
}

.my-account.my-orders #search-box .filter-area label {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.my-account.my-orders #search-box .filter-area .dd-input-area {
  display: inline-block;
  position: relative;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  width: 170px;
  vertical-align: middle;
}

.my-account.my-orders #search-box .filter-area .dd-input-area .custom-dd-box-outer {
  display: inline-block;
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #d9d8d6;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 35px 0 15px;
  margin: 0;
}

.my-account.my-orders #search-box .filter-area .dd-input-area span: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;
  position: absolute;
  margin-left: 18px;
}

.my-account.my-orders #search-box .filter-area .dd-input-area select {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  vertical-align: baseline;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .my-account.my-orders #product-recalls-container .orderlist .orderlist-head {
    height: auto;
  }
}

.my-account.my-orders #product-recalls-container .orderlist .recallsButtonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.my-account.my-orders #product-recalls-container .orderlist .recallsButtonContainer > div {
  margin-right: 10px;
}

.my-account.my-orders #product-recalls-container .orderlist button {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: none;
  box-shadow: none;
}

.my-account.my-orders h2.order-details-ship-status {
  color: #061C33;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .my-account.my-orders h2.order-details-ship-status {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.my-account.my-orders .recent-orders {
  margin-bottom: 56px;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders .recent-orders {
    margin-bottom: 48px;
  }
}

.my-account.my-orders .orderlist {
  border: 1px solid #D9D8D6;
  border-radius: 4px;
  margin-bottom: 40px;
}

.my-account.my-orders .orderlist .orderlist-head {
  width: 100%;
  height: 42px;
  background-color: #B5D8F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders .orderlist .orderlist-head {
    height: 68px;
  }
}

@media screen and (max-width: 480px) {
  .my-account.my-orders .orderlist .orderlist-head {
    height: 110px;
  }
}

.my-account.my-orders .orderlist .orderlist-head .orderlist-head-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  margin-right: 40px;
}

.my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
    margin-right: 0;
  }
}

.my-account.my-orders .orderlist .orderlist-head .orderlist-head-link a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.my-account.my-orders .orderlist .itemlist {
  border-top: 1px solid #061C33;
  padding: 12px 12px 16px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.my-account.my-orders .orderlist .itemlist .itemlist-image {
  margin-right: 30px;
  height: 56px;
  min-width: 56px;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
  color: #061C33;
  margin-right: 24px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

@media screen and (max-width: 680px) {
  .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
    margin-right: 0;
  }
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .iteminfo div {
  display: inline-block;
  margin-right: 24px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options {
  display: block;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div {
  display: inline-block;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div button {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .order-again button {
  border: none;
  text-transform: unset;
  color: #2A61FF;
  outline: none;
  background-color: #fff;
  padding: 0;
}

.my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
  border-left: 1px solid #D9D8D6;
  margin-left: 8px;
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
    padding-left: 5px;
    margin-left: 4px;
  }
}

.my-account.my-orders .orderlist .itemlist .itemlist-options.recalled-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.my-account.my-orders .no-results p {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

.my-account.my-orders #search-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.my-account.my-orders #search-table-header button#clear-search-button {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  box-shadow: none;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .my-account.my-orders #search-table-header button#clear-search-button {
    margin-left: 0;
  }
}

.softball.my-account .my-account.my-orders #search-box {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders #search-box {
    flex-direction: column;
    margin-bottom: 48px;
  }
}

.softball.my-account .my-account.my-orders #search-box .search-area {
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders #search-box .search-area .input-box label {
    left: 4px;
  }
}

.softball.my-account .my-account.my-orders #search-box .search-area .input-box input {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  width: 280px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders #search-box .search-area .input-box input {
    width: 210px;
  }
}

.softball.my-account .my-account.my-orders #search-box .search-area button#search-button {
  background-color: #262626;
  height: 48px;
  width: 48px;
  padding: 6px 0 0 0;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders #search-box .search-area #clear-search-button {
    margin-top: 20px;
    display: block;
  }
}

.softball.my-account .my-account.my-orders #search-box .filter-area {
  flex-grow: 0;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders #search-box .filter-area {
    margin-top: 20px;
  }
}

.softball.my-account .my-account.my-orders #search-box .filter-area label {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.softball.my-account .my-account.my-orders #search-box .filter-area .dd-input-area {
  display: inline-block;
  position: relative;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  width: 170px;
  vertical-align: middle;
}

.softball.my-account .my-account.my-orders #search-box .filter-area .dd-input-area .custom-dd-box-outer {
  display: inline-block;
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #d9d8d6;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 35px 0 15px;
  margin: 0;
}

.softball.my-account .my-account.my-orders #search-box .filter-area .dd-input-area span: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;
  position: absolute;
  margin-left: 18px;
}

.softball.my-account .my-account.my-orders #search-box .filter-area .dd-input-area select {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  vertical-align: baseline;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders #product-recalls-container .orderlist .orderlist-head {
    height: auto;
  }
}

.softball.my-account .my-account.my-orders #product-recalls-container .orderlist .recallsButtonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.softball.my-account .my-account.my-orders #product-recalls-container .orderlist .recallsButtonContainer > div {
  margin-right: 10px;
}

.softball.my-account .my-account.my-orders #product-recalls-container .orderlist button {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: none;
  box-shadow: none;
}

.softball.my-account .my-account.my-orders h2.order-details-ship-status {
  color: #262626;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .softball.my-account .my-account.my-orders h2.order-details-ship-status {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.softball.my-account .my-account.my-orders .recent-orders {
  margin-bottom: 56px;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders .recent-orders {
    margin-bottom: 48px;
  }
}

.softball.my-account .my-account.my-orders .orderlist {
  border: 1px solid #D9D8D6;
  border-radius: 4px;
  margin-bottom: 40px;
}

.softball.my-account .my-account.my-orders .orderlist .orderlist-head {
  width: 100%;
  height: 42px;
  background-color: #45ABA6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders .orderlist .orderlist-head {
    height: 68px;
  }
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders .orderlist .orderlist-head {
    height: 110px;
  }
}

.softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  margin-right: 40px;
}

.softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
    margin-right: 0;
  }
}

.softball.my-account .my-account.my-orders .orderlist .orderlist-head .orderlist-head-link a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist {
  border-top: 1px solid #262626;
  padding: 12px 12px 16px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-image {
  margin-right: 30px;
  height: 56px;
  min-width: 56px;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
  color: #262626;
  margin-right: 24px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

@media screen and (max-width: 680px) {
  .softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
    margin-right: 0;
  }
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-info .iteminfo div {
  display: inline-block;
  margin-right: 24px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options {
  display: block;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div {
  display: inline-block;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div button {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options div a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .order-again button {
  border: none;
  text-transform: unset;
  color: #2A61FF;
  outline: none;
  background-color: #fff;
  padding: 0;
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
  border-left: 1px solid #D9D8D6;
  margin-left: 8px;
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
    padding-left: 5px;
    margin-left: 4px;
  }
}

.softball.my-account .my-account.my-orders .orderlist .itemlist .itemlist-options.recalled-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.softball.my-account .my-account.my-orders .no-results p {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

.softball.my-account .my-account.my-orders #search-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.softball.my-account .my-account.my-orders #search-table-header button#clear-search-button {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  box-shadow: none;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .softball.my-account .my-account.my-orders #search-table-header button#clear-search-button {
    margin-left: 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 */
.rewards-cert md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-focused label {
  color: #54565A;
}

.rewards-cert md-input-container.md-sg-material-theme:not(.md-input-invalid).md-input-has-value label {
  color: #54565A;
  height: 30px;
}

.rewards-cert .table-header-small {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.rewards-cert .table-header-large {
  border-bottom: 1px solid #898a8d;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  color: #54565A;
}

.rewards-cert table.data-table.stacked {
  border-bottom: none;
  margin-bottom: 50px;
}

.rewards-cert table.data-table.stacked thead tr th {
  font-size: 13px;
}

.rewards-cert table.data-table.stacked tbody tr {
  border-top: none;
}

.rewards-cert table.data-table.stacked tbody tr:nth-child(odd) {
  background-color: #eee;
}

.rewards-cert table.data-table.stacked tbody tr td {
  font-size: 16px;
}

.rewards-cert table.data-table.stacked tbody tr td a.orange {
  text-decoration: underline;
  color: #D54400;
}

@media screen and (max-width: 730px) {
  .rewards-cert table.data-table.stacked tbody td:before {
    color: #D54400;
    font-size: 14px !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 */
.my-transactions {
  margin-bottom: 60px;
}

.my-transactions h2 {
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  margin-top: 20px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .my-transactions h2 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

.my-transactions table, .my-transactions .data-table {
  border-bottom: solid 1px #898a8d;
  border-top: solid 1px #898a8d;
  margin-bottom: 5px;
}

.my-transactions table tr, .my-transactions .data-table tr {
  border: none;
}

.my-transactions table tr:first-child, .my-transactions .data-table tr:first-child {
  border: none;
}

.my-transactions table.data-table.stacked tbody td:not(.no-header)::before {
  font-family: "figtreeboldcondensed", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #D54400;
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .my-transactions table.data-table.stacked tbody tr {
    padding: 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 */
.bcwp .articleHeader-container {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container {
    margin-bottom: 32px;
  }
}

.bcwp .articleHeader-container .article-header-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container .article-header-widget {
    flex-direction: column;
    border-bottom: none;
    padding-top: 12px;
  }
}

.bcwp .articleHeader-container .article-header-widget .article-text {
  width: 50%;
  padding: 0 50px;
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container .article-header-widget .article-text {
    width: 100%;
    padding: 24px 20px;
  }
}

.bcwp .articleHeader-container .article-header-widget .article-text .article-title {
  font-family: 'volkhov';
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 16px;
  color: #252a2f;
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container .article-header-widget .article-text .article-title {
    font-size: 21px;
    line-height: 27px;
  }
}

.bcwp .articleHeader-container .article-header-widget .article-text .article-description {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

.bcwp .articleHeader-container .article-header-widget .article-text .article-attribute-group {
  margin-bottom: 16px;
}

.bcwp .articleHeader-container .article-header-widget .article-text .article-attribute-group .article-attribute {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #7b7b7b;
}

.bcwp .articleHeader-container .article-header-widget .article-text .article-attribute-group :nth-child(2)::before {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #7b7b7b;
  margin: 0 12px;
  content: "|";
}

.bcwp .articleHeader-container .article-header-widget .img {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container .article-header-widget .img {
    width: 100%;
    text-align: center;
  }
}

.bcwp .articleHeader-container .article-header-widget .img img {
  vertical-align: bottom;
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .iframe-wrapper iframe {
  border-radius: 12px;
  vertical-align: bottom;
  width: 700px;
  height: 396px;
}

@media screen and (max-width: 1128px) {
  .bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .iframe-wrapper iframe {
    width: 580px;
    height: 328px;
  }
}

@media screen and (max-width: 680px) {
  .bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .iframe-wrapper iframe {
    width: 435px;
    height: 246px;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .iframe-wrapper iframe {
    width: 320px;
    height: 180px;
  }
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content {
  display: none;
  /*                    @include display-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: center;
                    column-gap: 10px;
                    margin-top: 12px;
                    padding-left: 10px;*/
}

@media screen and (max-width: 960px) {
  .bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content {
    justify-content: center;
    padding-left: 0;
  }
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content .youtube-title {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 6px;
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content .youtube-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 7px;
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content .youtube-info .youtube-views {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content .youtube-info .dot {
  width: 3px;
  height: 3px;
  background: #54565A;
  border-radius: 50%;
}

.bcwp .articleHeader-container .article-header-widget .img .youtube-video-object .additional-content .youtube-info .youtube-posted-date {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

/**
 * 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 */
.bcwp .articleImage-container {
  font-size: 0.75rem;
  line-height: 1.54756;
  font-family: "roboto-Italic", helvetica, arial, sans-serif;
  padding: 0 3px;
}

.bcwp .articleImage-container .article-image-widget-1,
.bcwp .articleImage-container .article-image-widget-2 {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.bcwp .articleImage-container .article-image-widget-1 .caption-image,
.bcwp .articleImage-container .article-image-widget-2 .caption-image {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: left;
}

.bcwp .articleImage-container .article-image-widget-1 .caption-image {
  max-width: 700px;
}

.bcwp .articleImage-container .article-image-widget-1 .caption-image .caption-text {
  padding: 8px 15px 0 15px;
}

.bcwp .articleImage-container .article-image-widget-2 {
  column-gap: 40px;
}

@media screen and (max-width: 680px) {
  .bcwp .articleImage-container .article-image-widget-2 {
    margin: 0 auto;
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
    max-width: 630px;
  }
}

.bcwp .articleImage-container .article-image-widget-2 .caption-image {
  max-width: 630px;
}

.bcwp .articleImage-container .article-image-widget-2 .caption-image .caption-text {
  padding: 8px 15px 0 15px;
}

/**
 * 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 */
.blog #BlogCategoryController {
  background-color: #E8E1DA;
}

.blog #BlogCategoryController #category-page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px;
}

.blog #BlogCategoryController #category-page-container a#back-link {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin-bottom: 15px;
  color: #252a2f;
}

.blog #BlogCategoryController #category-page-container a#back-link::before {
  content: '\2190';
  font-size: 1.4375rem;
  line-height: 1.27869;
  padding-left: 5px;
  vertical-align: -0.05em;
}

@media (max-width: 1200px) {
  .blog #BlogCategoryController #category-page-container a#back-link::before {
    font-size: calc(1.26875rem + 0.225vw) ;
    line-height: 1.23857;
  }
}

.blog #BlogCategoryController #category-page-container a#back-link:hover {
  text-decoration: underline;
}

.blog #BlogCategoryController #category-page-container h1 {
  font-family: 'volkhov';
  font-size: 2.25rem;
  line-height: 1.34545;
  color: #252a2f;
}

@media (max-width: 1200px) {
  .blog #BlogCategoryController #category-page-container h1 {
    font-size: calc(1.35rem + 1.2vw) ;
    line-height: 1.23017;
  }
}

.blog #BlogCategoryController #category-page-container h1 span {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

.blog #BlogCategoryController #category-page-container #content-container {
  border-top: 1px solid #BABABA;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 12px;
}

.blog #BlogCategoryController #category-page-container #content-container #filters {
  margin-top: 12px;
  width: 300px;
  flex-basis: 20%;
  display: block;
}

@media screen and (max-width: 960px) {
  .blog #BlogCategoryController #category-page-container #content-container #filters {
    display: none;
  }
}

.blog #BlogCategoryController #category-page-container #content-container #filters h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin-bottom: 5px;
}

.blog #BlogCategoryController #category-page-container #content-container #filters .filter {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

.blog #BlogCategoryController #category-page-container #content-container #filters #categories {
  margin-bottom: 10px;
}

.blog #BlogCategoryController #category-page-container #content-container #filters #categories a {
  width: max-content;
  cursor: pointer;
}

.blog #BlogCategoryController #category-page-container #content-container #content {
  flex-grow: 1;
}

.blog #BlogCategoryController #category-page-container #content-container #content #sort-by {
  margin-bottom: 12px;
  min-width: 155px;
}

.blog #BlogCategoryController #category-page-container #content-container #content #sort-by #filter-nav {
  display: none;
}

@media screen and (max-width: 960px) {
  .blog #BlogCategoryController #category-page-container #content-container #content #sort-by #filter-nav {
    display: block;
    padding: 2px;
  }
  .blog #BlogCategoryController #category-page-container #content-container #content #sort-by #filter-nav button {
    height: 100%;
    margin: 0 0 0 10px;
  }
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-gap: 3rem;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card {
  border: 1px solid #D9D8D6;
  border-radius: 4px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-img img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-video .youtube-video-object {
  position: relative;
  padding-bottom: 55.75%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-video .youtube-video-object .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-info {
  padding: 20px 20px 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-info .article-types {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #888888;
}

.blog #BlogCategoryController #category-page-container #content-container #content #article-grid .article-card .article-info .article-title {
  font-family: 'volkhav';
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #252a2f;
}

.blog #BlogCategoryController #category-page-container #content-container .md-sidenav-right md-toolbar h1 {
  background-color: #54565A;
  font-size: 30px !important;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox {
  width: max-content;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox .md-container {
  width: 15px;
  height: 15px;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox .md-container:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox .md-icon {
  width: 15px;
  height: 15px;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox .md-label {
  margin-left: 20px;
}

.blog #BlogCategoryController #category-page-container #content-container .filter-boxes md-checkbox.md-checked .md-icon:after {
  left: 2px;
  top: -2px;
}

/**
 * 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 */
/* Brand Awareness */
.brands-carousel {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 35px;
  position: relative;
}

.brands-carousel .carousel-title {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  background-color: #ffffff;
  color: #54565b;
  display: inline-block;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  padding: 2px 8px;
  text-transform: uppercase;
}

.brands-carousel .brandSlider {
  border-bottom: 1px solid #d9d8d6;
  border-top: 1px solid #d9d8d6;
  height: 90px;
  margin: 0 auto 0 auto;
  width: 94%;
}

.brands-carousel .slick-brands-carousel,
.bcwp .brandCarousel-container .slick-brands-carousel {
  padding-top: 22px;
  padding-bottom: 18px;
}

.brands-carousel .slick-slider .slick-arrow.slick-next:before,
.bcwp .brandCarousel-container .slick-slider .slick-arrow.slick-next:before {
  padding-left: 13px;
}

.brands-carousel .slick-slider .slick-arrow.slick-prev,
.brands-carousel .slick-slider .slick-arrow.slick-next {
  height: 100%;
}

.bcwp .brandCarousel-container .slick-slider .slick-arrow.slick-prev,
.bcwp .brandCarousel-container .slick-slider .slick-arrow.slick-next {
  height: 100%;
  padding-top: 8px;
}

.brands-carousel .sg-slick-prev,
.brands-carousel .sg-slick-next,
.bcwp .brandCarousel-container .sg-slick-prev,
.bcwp .brandCarousel-container .sg-slick-next {
  top: 22px;
  font-size: 30px;
}

.brands-carousel .slick-brands-carousel .slick-slide img,
.bcwp .brandCarousel-container .slick-brands-carousel .slick-slide img {
  max-height: 45px;
  /* protect against non-standard images */
  margin: 0 auto;
}

.home .brands-carousel-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 50px;
}

.brands-carousel-container-pl-bottom {
  margin-top: 18px;
}

.imageTemplate_22 h1 {
  text-transform: none;
}

/*#endregion*/

/**
 * 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 (min-width: 961px) {
  .buyersClub-container.extendfull,
.buyersClub-container.extendfull .sub-base-container {
    padding-left: 400px !important;
    margin-left: -400px !important;
    padding-right: 400px !important;
    margin-right: -400px !important;
  }
}

@media screen and (max-width: 960px) {
  .buyersClub-container.extendfull,
.buyersClub-container.extendfull .sub-base-container {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}

#home-club-container.bc2025-club-container {
  background: url("/Images/Club/BC_banner_background_2025.jpg") no-repeat;
  /*opacity: 0.5;*/
  background-blend-mode: luminosity;
  background-color: #402a2d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85%;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 66px;
  padding-top: 70px;
}

@media screen and (max-width: 960px) {
  #home-club-container.bc2025-club-container {
    padding: 40px 25px;
    background-position: 75%;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #header-container > div:first-child {
    flex: 1 1 0;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #header-container .image-container {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #header-container .image-container {
    text-align: right;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #header-container .image-container img {
  width: 112px;
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .club-header {
  font-size: 48px;
  line-height: 48px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .club-header {
    font-size: 1.75rem;
    line-height: 1.36924;
    line-height: 28px;
  }
}

@media screen and (max-width: 960px) and (max-width: 1200px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .club-header {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-second-hed {
  font-size: 30px;
  margin-bottom: 28px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-second-hed {
    font-size: 0.875rem;
    line-height: 1.41473;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025 {
  font-size: 40px;
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .white-header {
  color: #EBE5DB;
  font-family: 'buyerBlock';
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .white-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .orange-header {
  color: #EF4323;
  font-family: 'buyerBlock';
  white-space: nowrap;
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-club-details > li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-club-details > li .bc2025-subhead {
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-club-details > li .bc2025-subhead img {
    width: 97px;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-club-details > li .bc2025-list-enticement {
  font-family: "figtreeCondensed", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #EBE5DB;
  margin-left: 14px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container .bc2025-club-details > li .bc2025-list-enticement {
    font-size: 0.9375rem;
    line-height: 1.3668;
    line-height: 19px;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 60px;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs {
    margin-bottom: 40px;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs .icon-container.square {
  width: 40px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs .icon-container.square {
    width: 34px;
  }
}

.bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs .icon-container.wide {
  width: 55px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .bc2025-club-main-container .bc2025-content-container #conservation-orgs .icon-container.wide {
    width: 50px;
  }
}

.bc2025-club-container#home-club-container .button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bc2025-club-container#home-club-container .button-container > div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .button-container > div {
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .button-container {
    display: block;
  }
}

.bc2025-club-container#home-club-container .button-container .bc2025-join-club-button {
  text-transform: uppercase;
  font-family: 'figtreeBold';
  background: #EF4323;
  width: 230px;
  height: 40px;
  outline: 3px solid #EF4323;
  border-radius: 2px;
  text-align: center;
  padding-top: 12px;
  letter-spacing: 1px;
  margin-right: 50px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .button-container .bc2025-join-club-button {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.bc2025-club-container#home-club-container .button-container .learn-more-link {
  font-size: 13px;
  color: #FFFFFF;
  align-self: center;
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .bc2025-club-container#home-club-container .button-container .learn-more-link {
    margin-right: 0;
  }
}

#bc2025-club-card-container {
  background-color: #EBE5DB;
  padding-top: 70px;
  padding-bottom: 66px;
  padding-right: 120px;
  padding-left: 200px;
  display: flex;
  flex-direction: row;
}

#bc2025-club-card-container .left-container {
  padding-right: 50px;
}

#bc2025-club-card-container .left-container .orange-header {
  font-family: 'buyerBlock';
  font-size: 40px;
  padding-bottom: 40px;
  color: #EF4323;
  line-height: 40px;
}

#bc2025-club-card-container .left-container .orange-header sub {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: black;
  font-size: 10px;
}

#bc2025-club-card-container .left-container .bc2025-card-details {
  font-family: 'figtreeBold';
  font-size: 16px;
  color: #402A2D;
  line-height: 26px;
  padding-bottom: 40px;
  width: 550px;
}

#bc2025-club-card-container .left-container .bc-button-container {
  display: flex;
  flex-direction: row;
}

#bc2025-club-card-container .left-container .bc-button-container a.learn-more-card-link {
  align-self: center;
  font-size: 10px;
}

#bc2025-club-card-container .left-container .bc-button-container #bread-payments-homepage-placement {
  text-transform: uppercase;
  font-family: 'figtreeBold';
  background: #FFFFFF;
  width: 230px;
  height: 40px;
  outline: 3px solid #EF4323;
  border-radius: 2px;
  text-align: center;
  margin-right: 40px;
  text-align: center;
  padding-top: 12px;
}

#bc2025-club-card-container .left-container .bc-button-container #bread-payments-homepage-placement > div > div > span > a.epjs-body-action-link {
  /*bread injected link*/
  text-decoration: none;
  color: #EF4323;
  cursor: pointer;
  letter-spacing: 1px;
}

.bcwp .catalog-container {
  height: 100vh;
}

/**
 * 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 */
/* Category List Navigation styles */
.bcwp .catlistnav-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bcwp .category-list-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.base-container .sub-base-container.SPGGray .catlistnav-top-container .category-list-nav-container .button-div a {
  background-color: #54565A;
  border-color: #54565A;
  color: #fff;
  box-shadow: none;
}

.base-container .sub-base-container:not(.SPGGray, .SPGOrange, .MidGray) .catlistnav-top-container .category-list-nav-container .button-div a {
  background-color: #fff;
  border-color: #fff;
  color: #252A2F;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
}

.base-container .sub-base-container.SPGOrange .catlistnav-top-container .category-list-nav-container .button-div a {
  background-color: #D54400 !important;
  border-color: #D54400;
  color: #fff;
  box-shadow: none;
}

.base-container .sub-base-container.MidGray .catlistnav-top-container .category-list-nav-container .button-div a {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #252A2F;
  box-shadow: none;
}

.bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -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;
  margin: 10px 8px 0px 8px;
}

.base-container .sub-base-container:not(.SPGGray, .SPGOrange, .MidGray) .catlistnav-top-container .category-list-nav-container .button-div {
  margin: 0 0 0 0;
  padding: 0;
}

.bcwp .base-container .sub-base-container .container-title {
  color: #061C33;
}

.bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div a {
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 365px;
  border-radius: 7px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0px;
  box-shadow: none;
}

.bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 880px) {
  .bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div a {
    height: 37px;
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 1rem;
    box-shadow: none;
  }
}

@media screen and (max-width: 680px) {
  .bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div {
    width: 160px;
    height: 29px;
    margin-bottom: 0;
    margin-top: 0px;
  }
  .base-container .sub-base-container:not(.SPGGray, .SPGOrange, .MidGray) .catlistnav-top-container .category-list-nav-container .button-container {
    margin: 0 0 3px 0;
  }
  .bcwp .category-list-nav-container:not(.SPGGray, .SPGOrange, .MidGray) .button-div {
    margin: 0 0 0 0;
    padding: 0;
  }
  .bcwp .category-list-nav-container .category-list-widget-wrapper .button-container .button-div a {
    font-size: 0.75rem;
    line-height: 1.54756;
    margin-right: 0;
    margin-left: 0;
    margin-left: 20px;
    line-height: 1rem;
    box-shadow: none;
  }
  .bcwp .category-list-nav-container .category-list-widget-wrapper .button-container {
    margin: 8px 0 10px 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 */
.countdown-container .story {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .countdown-container .story {
    padding: 0 2.5%;
  }
}

.countdown-container .story .text h2 {
  font-size: 2rem;
  line-height: 1.35512;
  color: #54565A;
  text-transform: none;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .countdown-container .story .text h2 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

.countdown-container .story .text .normal-text {
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #54565A;
}

@media (max-width: 1200px) {
  .countdown-container .story .text .normal-text {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.countdown-container .countdown {
  position: relative;
}

@media screen and (max-width: 960px) {
  .countdown-container .countdown {
    padding: 0 2.5%;
  }
}

.countdown-container .countdown > * {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/**
 * 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 */
.bcwp .base-container.coupon-offer-disclaimer .sub-base-container {
  border: 1px solid #BABABA;
  width: 100%;
  max-width: 89%;
  margin: 0 auto;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container .container-title {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  line-height: unset;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: #D54400;
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  padding: 6px 20px;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 480px) {
  .bcwp .base-container.coupon-offer-disclaimer .sub-base-container .story .text {
    padding: 0 20px;
  }
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container .story .text h2 {
  text-align: center;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container .story .text h3 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 1.3;
  margin: 25px 0 16px 0;
  text-transform: none;
  text-align: center;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container .story .text .normal-text {
  margin: 0 auto 24px auto;
  max-width: 900px;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container .story .text .normal-text p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  display: none;
  width: 100%;
  text-align: left;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container button {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  padding: 0 20px;
  width: fit-content;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  text-decoration: underline;
  color: #2A61FF;
  margin: 0 auto;
  text-transform: initial;
  background-color: #fff;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.theme-medium button {
  background-color: #F5F5F5;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.theme-dark .story .text {
  color: #fff;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.theme-dark .story .text h3 {
  color: #fff;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.theme-dark .story .text h3 p {
  color: #fff;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.theme-dark button {
  color: #fff;
  background-color: #54565A;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.content-theme-large h3 p:first-child {
  color: #D54400;
}

.bcwp .base-container.coupon-offer-disclaimer .sub-base-container.content-theme-large h3 p {
  margin: 5px 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 */
.bcwp .deals-wide-container .sub-base-container h2.container-title {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  background-color: #252a2f !important;
  color: #fff !important;
  margin: 0 4px 24px 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bcwp .deals-wide-container .sub-base-container h2.container-title > div {
  max-width: 89%;
  margin: 0 auto;
}

.bcwp .deals-tall-container .container-title {
  color: #252a2f;
  font-size: 1.5rem;
  line-height: 1.26955;
}

@media (max-width: 1200px) {
  .bcwp .deals-tall-container .container-title {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .deals-tall-container .container-title {
    font-size: 1.25rem;
    line-height: 1.31481;
  }
}

.deals-tall-container .deal-tall-widget {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: relative;
  z-index: 50;
  align-items: stretch;
  margin-bottom: 20px;
}

@media screen and (max-width: 1060px) {
  .deals-tall-container .deal-tall-widget {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}

@media screen and (max-width: 1060px) {
  .deals-tall-container .deal-tall-widget .deals-tall-wrapper {
    justify-content: center;
    column-gap: 20px;
  }
}

@media screen and (max-width: 560px) {
  .deals-tall-container .deal-tall-widget .deals-tall-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall {
  width: 100%;
  max-width: 330px;
  padding: 8px 20px 24px 20px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 560px) {
  .deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall {
    margin: 0 auto;
  }
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-top {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 6px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-top .deals-tall-image-wrapper {
  max-height: 250px;
  max-width: 250px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-message-wrapper {
  display: block;
  position: absolute;
  z-index: 100;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-message-wrapper .deals-tall-numbering {
  border-radius: 50%;
  background-color: #252a2f;
  color: white;
  height: 41px;
  width: 41px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  padding-top: 11px;
  z-index: 200;
  display: inline-block;
  position: relative;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-message-wrapper .deals-tall-message {
  z-index: 150;
  display: inline-block;
  min-height: 23px;
  font-size: 0.625rem;
  line-height: 1.82572;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  letter-spacing: .06em;
  background-color: rgba(37, 42, 47, 0.75);
  color: white;
  position: relative;
  padding: 3px 8px 0 24px;
  margin-left: -20px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-message-wrapper .deals-tall-message::after,
.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-message-wrapper .deals-tall-message-shift::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 0px;
  height: 1px;
  top: 0;
  border-right: 4px solid transparent;
  border-top: 11px solid rgba(37, 42, 47, 0.75);
  border-bottom: 11px solid rgba(37, 42, 47, 0.75);
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .show-circle {
  margin-left: -10px;
  margin-top: 2px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .show-circle .deals-tall-message {
  padding: 3px 8px 0 24px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .hide-circle {
  margin-top: -8px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .hide-circle .deals-tall-message {
  padding: 3px 8px 0 8px;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-title {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.31481;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #252a2f;
  width: 100%;
  text-align: center;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-body {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  width: 100%;
  text-align: center;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block {
  margin-bottom: 24px;
  text-align: center;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper.map {
  flex-direction: column;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper {
  font-size: 1rem;
  line-height: 1.32757;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  display: flex;
  flex-direction: row;
  column-gap: 2px;
  justify-content: center;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper .deal-tall-main-price {
  color: #54565A;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper .deal-tall-main-price span {
  color: #828282;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper .deals-tall-sub-price {
  color: #D54400;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-price-wrapper .deals-tall-sub-price span {
  font-size: 0.75rem;
  line-height: 1.54756;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .deals-tall-price-block .deals-tall-was-price {
  font-size: 0.75rem;
  line-height: 1.54756;
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-top: 6px;
  color: #828282;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .button-div {
  text-align: center;
}

.deals-tall-container .deal-tall-widget .deals-tall-wrapper .deals-tall .text-button-div {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 4px;
  font-size: 0.8125rem;
  line-height: 1.45404;
}

@media screen and (max-width: 1400px) {
  .deals-wide-container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px) {
  .deals-wide-container {
    padding: 0;
  }
}

.deals-wide-container .deals-wide-widget {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  align-items: stretch;
  margin-bottom: 20px;
}

@media screen and (max-width: 1060px) {
  .deals-wide-container .deals-wide-widget {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .deals-wide-container .deals-wide-widget {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.deals-wide-container .deals-wide {
  max-width: 450px;
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .deals-wide-container .deals-wide {
    margin: 0 auto;
  }
}

.deals-wide-container .deals-wide .deals-wide-message-wrapper {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 9;
}

.deals-wide-container .deals-wide .deals-wide-message-wrapper .deals-wide-numbering {
  border-radius: 50%;
  background-color: #252a2f;
  color: white;
  height: 41px;
  width: 41px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  padding-top: 11px;
  z-index: 200;
  display: inline-block;
  position: relative;
}

.deals-wide-container .deals-wide .deals-wide-message-wrapper .deals-wide-message {
  min-height: 25px;
  font-size: 1.125rem;
  line-height: 1.26781;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  background-color: #D50001;
  color: white;
  padding: 3px 8px 0 24px;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-message-wrapper .deals-wide-message {
    font-size: 1rem;
    line-height: 1.32757;
  }
}

.deals-wide-container .deals-wide .deals-wide-message-wrapper .deals-wide-message::before,
.deals-wide-container .deals-wide .deals-wide-message-wrapper .deals-wide-message-shift::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 0px;
  height: 3px;
  top: 0;
  border-left: 4px solid transparent;
  border-top: 11px solid #F0283C;
  border-bottom: 11px solid #F0283C;
}

.deals-wide-container .deals-wide .show-circle {
  margin-left: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .show-circle {
    margin-left: 6px;
    margin-top: 6px;
  }
}

.deals-wide-container .deals-wide .show-circle .deals-wide-message {
  padding: 3px 8px 0 24px;
}

.deals-wide-container .deals-wide .hide-circle .deals-wide-message {
  padding: 2px 14px 0 12px;
  margin: 0;
}

.deals-wide-container .deals-wide .deals-wide-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  justify-content: center;
  align-items: center;
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-left {
  width: 50%;
  align-self: center;
  min-height: 225px;
  min-width: 225px;
  max-height: 225px;
  max-width: 225px;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-left {
    max-height: 207px;
  }
}

@media screen and (max-width: 375px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-left {
    max-height: 187px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right {
  text-align: right;
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  margin-left: 1%;
  height: 100%;
  margin-top: 10%;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right {
    padding: 24px 20px 24px 0;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-title {
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  padding-top: 0px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-title {
    font-size: 0.875rem;
    line-height: 1.41473;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-body {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #061C33;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-body {
    font-size: 0.75rem;
    line-height: 1.54756;
    margin-top: 6px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block {
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block {
    margin-top: 12px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper {
  font-size: 1.125rem;
  line-height: 1.26781;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper {
    font-size: 1rem;
    line-height: 1.32757;
    line-height: 1em;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper .deal-wide-main-price {
  color: #54565A;
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper .deal-wide-main-price span {
  color: #828282;
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper .deals-wide-sub-price {
  color: #D54400;
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-price-wrapper .deals-wide-sub-price span {
  font-size: 0.75rem;
  line-height: 1.54756;
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-was-price {
  font-size: 0.75rem;
  line-height: 1.54756;
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-top: 6px;
  color: #828282;
  text-decoration: line-through;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-top .deals-wide-price-block .deals-wide-was-price {
    font-size: 0.625rem;
    line-height: 1.82572;
    margin-top: 4px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .button-div {
  margin-top: 24px;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .button-div {
    margin-top: 20px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .button-div .bcwp-button {
  background-color: #061C33;
  border-color: #061C33;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .button-div .bcwp-button {
    padding: 8px 22px 9px;
  }
}

.deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .text-button-div {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.45404;
}

@media screen and (max-width: 480px) {
  .deals-wide-container .deals-wide .deals-wide-content .deals-wide-right .right-bottom .text-button-div {
    margin-top: 16px;
  }
}

.bcwp .deals-wide-container.theme-dark,
.bcwp .deals-wide-container.theme-dark .sub-base-container {
  background-color: #F0F0F0;
  color: #54565A;
}

.bcwp .deals-wide-container .deals-wide-widget a.deals-wide-link {
  color: #54565A !important;
  text-decoration: none !important;
  min-width: 33%;
}

.bcwp .deals-wide-container.theme-dark .deals-wide .deals-wide-content,
.bcwp .deals-wide-container.theme-light .deals-wide .deals-wide-content {
  background-color: #F5F5F5;
}

.bcwp .deals-wide-container.theme-dark .deals-wide .deals-wide-content .deals-wide-left .deals-wide-image-wrapper {
  padding: 2px;
}

.bcwp .deals-wide-container.theme-dark .deals-wide .deals-wide-content .deals-wide-left img,
.bcwp .deals-wide-container.theme-light .deals-wide .deals-wide-content .deals-wide-left img {
  background: white;
  border-radius: 50%;
}

/**
 * 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 */
.bcwp .dept-containers .SEOTopAbstract {
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.bcwp .dept-containers .seo-title {
  font-size: 24px;
  color: #54565a;
  margin-bottom: 12px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.bcwp .dept-containers .seo-top {
  font-size: 14px;
  line-height: 19px;
  color: #54565a;
}

.bcwp .dept-containers .seo-top-abstract-container {
  padding-top: 32px;
  padding-bottom: 16px;
}

@media screen and (max-width: 730px) {
  .bcwp .dept-containers .spiffX2-container .SpiffX2Widget {
    margin: 0 auto;
    width: 95%;
  }
}

.bcwp .dept-containers .spiffX2-container .SpiffX2Widget .spiffX {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 49%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 49%;
}

@media screen and (max-width: 730px) {
  .bcwp .dept-containers .spiffMultiLinkX2-container .spiffMultiLink-widget {
    margin: 0 auto 50px auto;
    width: 95%;
    padding: 0;
  }
}

.bcwp .dept-containers .dept-name {
  text-align: center;
  padding-bottom: 24px;
}

.bcwp .dept-containers .dept-name h1 {
  font-size: 40px;
  color: #54565A;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

@media screen and (max-width: 730px) {
  .bcwp .dept-containers .dept-name h1 {
    font-size: 32px;
  }
}

.bcwp .dept-containers .visual-nav-container {
  width: 100%;
  overflow: auto;
  /* ensures height is calc'd correctly when contents are floated */
  position: relative;
}

.bcwp .dept-containers .visual-nav-container .sub-base-container {
  background-color: #F0F0F0;
  padding: 0 0 40px 0;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-grid {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1128px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-grid {
    width: 95%;
  }
}

.bcwp .dept-containers .visual-nav-container .dept-categories {
  text-align: center;
  padding-bottom: 24px;
  padding-top: 24px;
}

.bcwp .dept-containers .visual-nav-container .dept-categories h2 {
  font-size: 24px;
  color: #54565A;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-grid-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2px;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-grid-parent .visual-nav-item {
  flex: 0 1 24%;
}

@media screen and (max-width: 768px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-grid-parent .visual-nav-item {
    flex: 0 1 33%;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-grid-parent .visual-nav-item {
    flex: 0 1 49%;
  }
}

.bcwp .dept-containers .visual-nav-container .visual-nav-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile {
  background-color: #fff;
  color: #000;
  padding: 12px;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile a {
  color: #000;
}

.bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
  display: block;
  margin: 0 auto;
  padding: 20px 20px 12px 20px;
}

@media screen and (max-width: 960px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (max-width: 560px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 320px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile img {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile .visual-nav-item-desc {
  color: #000;
  font-family: 'figtreeLight', helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 4px 0 2px 0;
  min-height: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile .visual-nav-item-desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .bcwp .dept-containers .visual-nav-container .visual-nav-item .visual-nav-item-tile .visual-nav-item-desc {
    font-size: 11px;
    line-height: 13px;
    min-height: 32px;
  }
}

/**
 * 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: 680px) {
  .featuredProducts-container .story {
    padding: 0 10px;
  }
}

.featuredProducts-container .story .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featuredProducts-container .story .text h2 {
  font-size: 1.5rem;
  line-height: 1.26955;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

@media (max-width: 1200px) {
  .featuredProducts-container .story .text h2 {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.featuredProducts-container .story .text .normal-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  margin: 12px 0 0 0;
  max-width: 800px;
}

.featuredProducts-container .story .text .button-container {
  width: auto;
  margin-top: 16px;
}

.featuredProducts-container .story .text .button-container .button-div a {
  box-shadow: none;
  border: none;
  padding: 0;
  background-color: inherit;
  color: #006EB3;
  text-decoration: underline;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  letter-spacing: 0.05rem;
}

.featuredProducts-container .bcwp-widgets-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .featuredProducts-container .bcwp-widgets-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 16%;
  }
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product {
  background-color: #fff;
  max-width: 321px;
  margin-right: 30px;
}

@media screen and (max-width: 680px) {
  .featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-image img {
  height: 321px;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text {
  color: #54565A;
  margin: 8px 20px 16px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text {
    margin: 8px 10px 16px;
  }
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .product-name {
  margin-bottom: 8px;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .product-name a {
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  text-decoration: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  letter-spacing: inherit;
  text-transform: none;
  padding: 0;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .product-name a:hover {
  text-decoration: underline;
  background-color: #fff;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-star-ratings-container {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-star-ratings-container .rating-box-large .stars-overlay {
  width: 64px;
  height: 18px;
  text-indent: -999em;
  background: url(/images/gorilla/sprite.png) -367px 1px no-repeat;
  position: absolute;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-star-ratings-container .rating-box-large .stars-overlay .rating {
  width: 100%;
  height: 14px;
  text-indent: -999em;
  background: url(/images/gorilla/sprite.png) -302px 1px no-repeat;
  float: left;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-star-ratings-container .rating-average {
  margin-left: 70px;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-price-block .price {
  font-family: "figtreebold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-price-block .slash {
  color: #D9D8D6;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-price-block .club-price {
  color: #D54400;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-price-block .club-price .member-span {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product .bcwp-product-text .bcwp-price-block .club-price.apply-checkout {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
}

.featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 680px) {
  .featuredProducts-container .bcwp-widgets-wrapper .featuredProductsX-product:last-of-type {
    margin-bottom: 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 */
.bcwp .base-container.inline-video-container {
  padding: 50px 10% 60px 10%;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.inline-video-container {
    padding: 30px 0;
  }
}

.bcwp .base-container.inline-video-container .media-widget .video-object {
  max-width: 900px;
  margin: 0 auto;
}

.bcwp .base-container.inline-video-container .media-widget .video-object::before {
  float: left;
  padding-top: 56.25%;
  content: '';
}

.bcwp .base-container.inline-video-container .media-widget .video-object::after {
  display: block;
  content: '';
  clear: both;
}

/**
 * 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 .base-container.lifestylePlusFive-container .container-title {
  padding-bottom: 16px;
  padding-top: 24px;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider {
  padding: 0px;
  max-height: 480px;
}

@media screen and (max-width: 1400px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider {
    max-height: 760px;
    max-width: 500px;
    margin: auto;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-arrow {
  top: 50%;
  width: 22px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-arrow {
    top: 63%;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray.slick-arrow {
  left: 0;
  justify-content: center;
  padding-left: 5px;
}

@media screen and (max-width: 1400px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray.slick-arrow {
    left: 5px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray {
  position: absolute;
  right: 0;
  width: 22px;
  height: 30px;
  background-color: #54565A;
  color: #fff;
  cursor: pointer;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray.slick-arrow {
  right: 0;
  justify-content: center;
  padding-right: 5px;
}

@media screen and (max-width: 1400px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray.slick-arrow {
    right: 5px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray {
  position: absolute;
  right: 0;
  width: 22px;
  height: 30px;
  background-color: #54565A;
  color: #fff;
  cursor: pointer;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide {
  margin: 0;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  max-height: 480px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget {
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    max-height: 760px;
    margin: auto;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box {
  height: 100%;
  max-width: 500px;
  max-height: 480px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 500px;
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img .lifestylePlusFive-img-gradient {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 480px;
  aspect-ratio: auto 500 / 480;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img .lifestylePlusFive-img-gradient {
    max-height: 63%;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  position: fixed;
  bottom: 0;
  max-width: 250px;
  padding-bottom: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline {
    bottom: 35%;
    padding-left: 15px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text {
  margin-bottom: 16px;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text span {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
}

@media screen and (max-width: 1128px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text span {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 960px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text span {
    font-size: 28px;
    line-height: 37px;
  }
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text span {
    font-size: 36px;
    line-height: 47px;
  }
}

@media screen and (max-width: 480px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-image-box .lifestylePlusFive-img-headline .lifestylePlusFive-img-headline-text span {
    font-size: 24px;
    line-height: 32px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 900px;
  -ms-flex-preferred-size: 900px;
  flex-basis: 900px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box {
    margin-top: 12px;
    max-width: 500px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box {
    padding-left: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 334px;
    -ms-flex-preferred-size: 334px;
    flex-basis: 334px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border {
  background-color: #ffffff;
  border: solid 1px;
  border-color: #D9D8D6;
  max-width: 48%;
  max-height: 48.75%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 284px;
  -ms-flex-preferred-size: 284px;
  flex-basis: 284px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 158px;
    -ms-flex-preferred-size: 158px;
    flex-basis: 158px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border .lifestylePlusFive-product-button {
  padding-left: 10px;
  margin-top: -28px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border .lifestylePlusFive-product-button {
    margin-top: -34px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border .lifestylePlusFive-product-button button.bcwp-button {
  height: 24px;
  width: 24px;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  padding: 0 0 0 1px;
  position: absolute;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border:nth-child(1) {
  margin-bottom: 1%;
  margin-right: 1%;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border:nth-child(2) {
  margin-bottom: 1%;
  margin-left: 1%;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border:nth-child(3) {
  margin-top: 1%;
  margin-right: 1%;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product-border:nth-child(4) {
  margin-top: 1%;
  margin-left: 1%;
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 284px;
  -ms-flex-preferred-size: 284px;
  flex-basis: 284px;
  width: 100%;
  padding: 1.25%;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 158px;
    -ms-flex-preferred-size: 158px;
    flex-basis: 158px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product img {
  width: 82%;
  margin: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 228px;
  -ms-flex-preferred-size: 228px;
  flex-basis: 228px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-short-products-box .lifestylePlusFive-short-product img {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 127px;
    -ms-flex-preferred-size: 127px;
    flex-basis: 127px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border {
  display: inline-block;
  background-color: #ffffff;
  border: solid 1px;
  border-color: #D9D8D6;
  margin-left: 1.333%;
  height: 100%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 288px;
  -ms-flex-preferred-size: 288px;
  flex-basis: 288px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border .lifestylePlusFive-tall-product img {
  max-width: 98.611%;
  margin: 34.5% auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 284px;
  -ms-flex-preferred-size: 284px;
  flex-basis: 284px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border .lifestylePlusFive-tall-product img {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 158px;
    -ms-flex-preferred-size: 158px;
    flex-basis: 158px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border .lifestylePlusFive-product-button {
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border .lifestylePlusFive-product-button {
    padding-bottom: 10px;
  }
}

body .base-container.lifestylePlusFive-container .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .lifestylePlusFive-slide .lifestylePlusFive-widget .lifestylePlusFive-products-box .lifestylePlusFive-tall-product-border .lifestylePlusFive-product-button button.bcwp-button {
  height: 24px;
  width: 24px;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  padding: 0 0 0 1px;
}

body .base-container.lifestylePlusFive-container .lifestylePlusFive-button-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .lifestylePlusFive-button-links {
    flex-direction: column;
    text-align: center;
  }
}

body .base-container.lifestylePlusFive-container .lifestylePlusFive-button-links .bcwp-button {
  margin: 0px 1%;
}

@media screen and (max-width: 768px) {
  body .base-container.lifestylePlusFive-container .lifestylePlusFive-button-links .bcwp-button {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 12px auto;
    min-width: 55%;
  }
}

body md-dialog.lifestylePlusProduct-product-modal {
  border-radius: 4px;
}

body md-dialog.lifestylePlusProduct-product-modal md-toolbar {
  display: none;
}

body md-dialog.lifestylePlusProduct-product-modal md-dialog-content {
  padding: 0;
  background-color: transparent;
}

body md-dialog.lifestylePlusProduct-product-modal md-dialog-content .lifestylePlusProduct-product-modal-info {
  text-align: center;
  background-color: #252A2F;
  padding: 12px;
  width: 272px;
}

body md-dialog.lifestylePlusProduct-product-modal md-dialog-content .lifestylePlusProduct-product-modal-info .product-text span {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

body md-dialog.lifestylePlusProduct-product-modal md-dialog-content .lifestylePlusProduct-product-modal-info a {
  text-decoration: none;
  margin-top: 12px;
  font-size: 14px;
  padding: 8px 12px;
}

/**
 * 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 .base-container.navigation-carousel {
  background-color: #fff;
}

body .base-container.navigation-carousel .container-title {
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  color: #061C33;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  body .base-container.navigation-carousel .container-title {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider {
  padding: 8px 50px 16px;
}

@media screen and (max-width: 680px) {
  body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider {
    padding: 8px 35px;
  }
}

@media screen and (max-width: 480px) {
  body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider {
    padding: 8px 25px;
  }
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-arrow {
  top: 40%;
  width: 22px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 680px) {
  body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-arrow {
    top: 40%;
  }
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray.slick-arrow {
  left: 0;
  justify-content: center;
  padding-left: 5px;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray {
  position: absolute;
  right: 0;
  width: 22px;
  height: 30px;
  background-color: #F0F0F0;
  color: #fff;
  cursor: pointer;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-prev-gray::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #061C33;
  border-top: 3px solid #061C33;
  transform: rotate(-45deg);
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray.slick-arrow {
  right: 0;
  justify-content: center;
  padding-right: 5px;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray {
  position: absolute;
  right: 0;
  width: 22px;
  height: 30px;
  background-color: #F0F0F0;
  color: #fff;
  cursor: pointer;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .sg-slick-next-gray::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #061C33;
  border-top: 3px solid #061C33;
  transform: rotate(45deg);
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide {
  margin: 0 5px;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .navigation-slide a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .navigation-slide a img {
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 4px;
}

@media screen and (max-width: 680px) {
  body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .navigation-slide a img {
    max-width: 100px;
    max-height: 100px;
  }
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .navigation-slide a .nav-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  line-height: 13px;
  color: #54565A;
  text-align: center;
  margin-bottom: 8px;
}

body .base-container.navigation-carousel .bcwp-widgets-wrapper.slider-container.slick-slider .slick-slide .navigation-slide a:hover {
  color: #54565A;
  text-decoration: underline;
}

/**
 * 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 */
.bcwp .base-container.responsiveHero-container {
  background-color: #fff;
}

.bcwp .base-container.responsiveHero-container .media-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story {
    flex-wrap: wrap;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .inverted.img {
  -webkit-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .inverted.img {
    -webkit-flex-order: 1;
    order: 1;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .inverted.img img {
  box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .inverted.img img {
    box-shadow: none;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .img {
  -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;
  z-index: 1;
  max-width: 900px;
}

.bcwp .base-container.responsiveHero-container .media-story .img img {
  display: block;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .img img {
    box-shadow: none;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .inverted.text {
  -webkit-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .inverted.text {
    -webkit-flex-order: 2;
    order: 2;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 10px 3% 0 3%;
  max-width: 500px;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .text {
    max-width: 100%;
    margin: 0;
    padding: 20px 8% 20px 8%;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text h2 {
  font-size: 2.5rem;
  line-height: 1.33853;
  font-family: 'figtree-black', 'figtree black', 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: none;
  line-height: 1em;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text h2 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text h2 {
    font-size: 2.1875rem;
    line-height: 1.34756;
  }
}

@media screen and (max-width: 960px) and (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text h2 {
    font-size: calc(1.34375rem + 1.125vw) ;
    line-height: 1.23077;
  }
}

@media screen and (max-width: 680px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text h2 {
    font-size: 28px;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .normal-text {
  font-size: 1.3125rem;
  line-height: 1.30104;
  font-family: "figtree", helvetica, arial, sans-serif;
  line-height: 1.143em;
}

@media (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .normal-text {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

@media screen and (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .normal-text {
    line-height: 1.143em;
  }
}

@media screen and (max-width: 1060px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .normal-text {
    font-size: 1.125rem;
    line-height: 1.26781;
    line-height: 1.143em;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .button-div {
    margin-top: 24px;
  }
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n) {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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: 0.875rem;
  line-height: 1.41473;
  line-height: 1em;
  color: #fff;
  background-color: #061C33;
  border: none;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 22px;
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover {
  background-color: #CA4F25;
}

.bcwp .base-container.responsiveHero-container .media-story .text .media-inner-text .button-div .bcwp-button:nth-child(3) {
  break-before: always;
}

.bcwp .base-container.responsiveHero-container.short .media-story .text .media-inner-text h2 {
  font-size: 2.25rem;
  line-height: 1.34545;
  line-height: 1em;
}

@media (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container.short .media-story .text .media-inner-text h2 {
    font-size: calc(1.35rem + 1.2vw) ;
    line-height: 1.23017;
  }
}

@media screen and (max-width: 1200px) {
  .bcwp .base-container.responsiveHero-container.short .media-story .text .media-inner-text h2 {
    font-size: 28px;
    line-height: 1em;
  }
}

@media screen and (max-width: 1060px) {
  .bcwp .base-container.responsiveHero-container.short.btn2 .text {
    margin: 10px 0;
    padding: 5px 2% 0 2%;
  }
  .bcwp .base-container.responsiveHero-container.short.btn2 .text .media-inner-text .button-div {
    margin-top: 10px;
  }
  .bcwp .base-container.responsiveHero-container.short.btn2 .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.responsiveHero-container.short.btn2 .text {
    margin: 0;
    padding: 20px 8% 20px 8%;
  }
  .bcwp .base-container.responsiveHero-container.short.btn2 .text .media-inner-text .button-div {
    margin-top: 20px;
  }
  .bcwp .base-container.responsiveHero-container.short.btn2 .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n) {
    margin-bottom: 10px;
  }
}

.bcwp .base-container.responsiveHero-container.theme-dark {
  background-color: #54565A;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-light .media-story .text {
  color: #252a2f;
  background-color: #F5F5F5;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-light .media-story .text .media-inner-text h2 {
  color: #252a2f;
  background-color: #F5F5F5;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-dark .media-story .text {
  background-color: #252a2f;
  color: #fff;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-dark .media-story .text .media-inner-text h2 {
  color: #fff;
  background-color: #252a2f;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-orange .media-story .text {
  background-color: #D54400;
  color: #fff;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-orange .media-story .text .media-inner-text h2 {
  color: #fff;
  background-color: #D54400;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-orange .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n) {
  background-color: #252a2f;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-orange .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover {
  background-color: #353E46;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-brown .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n),
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-green .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n),
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-red .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n),
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-blue .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n),
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-bright-green .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n) {
  background-color: #252a2f;
}

.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-brown .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover,
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-green .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover,
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-red .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover,
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-blue .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover,
.bcwp .base-container.responsiveHero-container .sub-base-container.content-theme-bright-green .media-story .text .media-inner-text .button-div > .bcwp-button:nth-of-type(n):hover {
  background-color: #353E46;
}

.bcwp .dept-containers .base-container.responsiveHero-container {
  padding: 0 0 30px 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 */
/*#region Certona items*/
.slider-container {
  position: relative;
  padding: 10px 50px;
}

.slider-container .slider-header {
  margin-bottom: 10px;
  text-align: left;
}

.slider-container .slider-header span,
.slider-container .sg-header {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-style: normal;
  text-transform: capitalize;
  color: #D54400;
  font-size: 27px;
}

.product-view .product-suggestions {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.slider-container {
  padding: 10px 50px;
}

.products-grid .product-name {
  font-size: 13px;
  line-height: 18px;
  margin: 4px 0 5px;
}

.product-name {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  text-transform: 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 */
body .base-container.slimArticleLinks-container .slimArticleLinks-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  height: 68px;
  margin: 0 5px;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget {
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-header {
  background-color: #252A2F;
  width: 136px;
  height: 68px;
  padding: 25px 0;
  border-radius: 7px 0 0 7px;
  text-align: center;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 136px;
  -ms-flex-preferred-size: 136px;
  flex-basis: 136px;
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-header img {
  margin: auto;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-header {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 38px;
    -ms-flex-preferred-size: 38px;
    flex-basis: 38px;
    height: 38px;
    border-radius: 7px;
    padding: 10px 0;
    z-index: 1;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects {
  background-color: #F0F0F0;
  border-radius: 0 7px 7px 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects {
    flex-direction: column;
    border-radius: 7px;
    margin: -19px 10px 0 10px;
    padding: 24px 30px 8px 30px;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink {
    margin: 12px 0;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink a {
  margin: 10px 30px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink a {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink a {
    font-size: 15px;
    line-height: 19px;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink-divider {
  background-color: #B0B0B0;
  width: 1px;
  height: 50px;
}

@media screen and (max-width: 960px) {
  body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink-divider {
    display: none;
  }
}

body .base-container.slimArticleLinks-container .slimArticleLinks-widget .slimArticleLinks-objects .slimArticleLink:nth-child(1) .slimArticleLink-divider {
  display: 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 */
.bcwp .base-container.spiffMultiLinkX4-container .sub-base-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget {
  width: 23%;
}

@media screen and (max-width: 960px) {
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget {
    margin-bottom: 25px;
    width: 45%;
  }
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget:nth-child(3), .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget:nth-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container {
    padding: 12px 10px 0px 10px;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container h2 {
    font-size: 21px;
    line-height: 22px;
  }
}

.bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container h3 {
  text-transform: capitalize;
}

@media screen and (max-width: 480px) {
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container h3 {
    font-size: 21px;
    line-height: 21px;
  }
}

.bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container .multi-links .multi-link {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container .multi-links .multi-link {
    width: auto;
  }
}

.bcwp .base-container.spiffMultiLinkX4-container .sub-base-container > div.spiffMultiLink-widget .sml-content-container .multi-links .multi-link a {
  text-transform: capitalize;
}

/**
 * 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 */
.wysiwyg-container {
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 24px !important;
  max-width: 900px;
  margin: 0 auto;
}

.wysiwyg-container div p span {
  line-height: 24px;
}

.wysiwyg-container div p {
  line-height: 24px;
}

.wysiwyg-container h3 {
  text-transform: none;
  font-size: 16px;
}

/**
 * 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 */
.bcwp .youtube123-container {
  color: #54565A;
}

.bcwp .youtube123-container .container-title {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .bcwp .youtube123-container .container-title {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.bcwp .youtube123-container .youtube123-widget-objects {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: baseline;
  row-gap: 0;
}

@media screen and (max-width: 1128px) {
  .bcwp .youtube123-container .youtube123-widget-objects {
    flex-direction: column;
    row-gap: 30px;
  }
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .iframe-wrapper iframe {
  border-radius: 12px;
}

@media screen and (max-width: 1128px) {
  .bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .iframe-wrapper iframe {
    width: 580px;
    height: 328px;
  }
}

@media screen and (max-width: 680px) {
  .bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .iframe-wrapper iframe {
    width: 435px;
    height: 246px;
  }
}

@media screen and (max-width: 480px) {
  .bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .iframe-wrapper iframe {
    width: 320px;
    height: 180px;
  }
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  column-gap: 10px;
  margin-top: 12px;
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-title {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 6px;
}

@media only screen and (max-width: 960px) {
  .bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-title {
    max-width: 260px;
  }
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 7px;
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-info .youtube-views {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-info .dot {
  width: 3px;
  height: 3px;
  background: #54565A;
  border-radius: 50%;
}

.bcwp .youtube123-container .youtube123-widget-objects .youtube-video-object .additional-content .youtube-info .youtube-posted-date {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

/**
 * 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 */
#ArticleHeader-0 > div > div > div.breadcrumbs.container {
  position: absolute;
  top: 0;
  left: 5px;
}

#ArticleHeader-0 > div > div > div.breadcrumbs.container ul {
  list-style: none;
}

#ArticleHeader-0 > div > div > div.breadcrumbs.container li.home a:before {
  background: none;
}

#ArticleHeader-0 > div > div > div.breadcrumbs.container li a {
  text-decoration: none;
}

.bcwp .article-page .tree-motif {
  background: url(/images/blog/tree_motif.png);
  height: 125px;
}

.bcwp .article-page .blog-articles {
  background-color: #E8E1DA;
  padding: 24px 0 48px 0;
  text-align: center;
}

.bcwp .article-page .blog-articles .back-blog {
  margin-top: 24px;
}

.bcwp .article-page .blog-articles .back-blog a {
  color: #2A61FF;
  text-decoration: underline;
}

.bcwp .article-page .blog-articles .prev-articles {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .bcwp .article-page .blog-articles .prev-articles {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

.bcwp .article-page .blog-articles .prev-articles .blog-article {
  width: 500px;
  min-height: 225px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  margin: 20px;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .bcwp .article-page .blog-articles .prev-articles .blog-article {
    margin: 24px auto;
  }
}

@media screen and (max-width: 560px) {
  .bcwp .article-page .blog-articles .prev-articles .blog-article {
    width: 95%;
  }
}

.bcwp .article-page .blog-articles .prev-articles .blog-article .article-info {
  padding: 20px 20px 24px 20px;
}

.bcwp .article-page .blog-articles .prev-articles .blog-article .article-info .article-types {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
  text-align: left;
  min-height: 22px;
  margin-bottom: 16px;
}

.bcwp .article-page .blog-articles .prev-articles .blog-article .article-info .article-title {
  font-family: 'volkhov';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #252a2f;
  text-align: left;
  margin-bottom: 16px;
}

.bcwp .article-page .blog-articles .prev-articles .blog-article .article-info .article-desc {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #252a2f;
  text-align: left;
}

/**
 * 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 */
.blog .ratings-container {
  margin-top: 16px;
}

.bcwp .article-page .article-ratings,
.blog .article-ratings {
  max-width: 1200px;
  margin: 0 auto 10px auto;
  padding: 20px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.bcwp .article-page .article-ratings .article-ratings-title,
.blog .article-ratings .article-ratings-title {
  text-align: center;
  width: 100%;
  color: #252a2f;
  font-size: 1.125rem;
  line-height: 1.26781;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper,
.blog .article-ratings .article-ratings-input-wrapper {
  max-width: 100px;
  margin: 0 auto;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 16px;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input .ratings-star,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input .ratings-star {
  background: url(/images/gorilla/sprite.png) -393px -49px no-repeat;
  width: 20px;
  height: 20px;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .ratings-star,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .ratings-star {
  background: url(/images/gorilla/sprite.png) -374px -49px no-repeat;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3 + .rs4, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3 + .rs4 + .rs5,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3 + .rs4,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs1:hover + .rs2 + .rs3 + .rs4 + .rs5 {
  background: url(/images/gorilla/sprite.png) -393px -49px no-repeat;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3 + .rs4, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3 + .rs4 + .rs5,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3 + .rs4,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs2:hover + .rs3 + .rs4 + .rs5 {
  background: url(/images/gorilla/sprite.png) -393px -49px no-repeat;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs3:hover + .rs4, .bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs3:hover + .rs4 + .rs5,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs3:hover + .rs4,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs3:hover + .rs4 + .rs5 {
  background: url(/images/gorilla/sprite.png) -393px -49px no-repeat;
}

.bcwp .article-page .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs4:hover + .rs5,
.blog .article-ratings .article-ratings-input-wrapper .article-ratings-input:hover .rs4:hover + .rs5 {
  background: url(/images/gorilla/sprite.png) -393px -49px no-repeat;
}

.bcwp .article-page .ratings-container,
.blog .ratings-container {
  margin-bottom: 20px;
}

.bcwp .article-page .ratings-container .ratings-box,
.blog .ratings-container .ratings-box {
  min-height: 14px;
  display: block;
}

.bcwp .article-page .ratings-container .ratings-box .ratings.stars-overlay,
.blog .ratings-container .ratings-box .ratings.stars-overlay {
  background: url(/images/gorilla/sprite.png) -367px 1px no-repeat;
  position: absolute;
  width: 64px;
  height: 14px;
  text-indent: -999em;
  float: left;
}

.bcwp .article-page .ratings-container .ratings-box .ratings.stars-overlay .rating,
.blog .ratings-container .ratings-box .ratings.stars-overlay .rating {
  width: 64%;
  height: 14px;
  text-indent: -999em;
  background: url(/images/gorilla/sprite.png) -302px 1px no-repeat;
  float: left;
}

.bcwp .article-page .ratings-container .ratings-box .rating-count,
.blog .ratings-container .ratings-box .rating-count {
  text-decoration: none;
  float: left;
  margin-left: 69px;
  margin-top: -1px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #888888;
}

/**
 * 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 */
.blog .blog-home {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .blog .blog-home .hero-div img {
    height: 200px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .blog .blog-home .hero-div img {
    height: 150px;
    object-fit: cover;
  }
}

.blog .blog-home h1 {
  font-family: 'volkhov';
  font-weight: bold;
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 6px;
  color: #252a2f;
}

@media screen and (max-width: 680px) {
  .blog .blog-home h1 {
    font-size: 28px;
    margin-top: 24px;
  }
}

.blog .blog-home .blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 960px;
}

.blog .blog-home .blog-categories .blog-category {
  margin: 22px 12px 22px 12px;
}

@media screen and (max-width: 480px) {
  .blog .blog-home .blog-categories .blog-category {
    margin: 16px 12px 16px 12px;
  }
}

.blog .blog-home .blog-categories .blog-category .category-info {
  width: 206px;
  padding: 12px;
}

.blog .blog-home .blog-categories .blog-category .category-info:hover {
  transition: transform ease 0.5s, box-shadow ease 0.5s;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.blog .blog-home .blog-categories .blog-category .category-info:hover .category-link .name-subcats .subcats {
  transition: transform ease 1.0s, border ease 1.0s;
  border: 1px solid #d54400;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link img {
  width: 40px;
  height: 40px;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats .category-name {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-top: -42px;
  z-index: 1;
  position: absolute;
  background: white;
  padding: 0 5px;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats .subcats {
  width: 170px;
  height: 55px;
  margin-top: 12px;
  border: 1px solid #cbcbcb;
  padding: 12px;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats .subcats span {
  width: 146px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  line-height: 16px;
  max-height: 32px;
  text-align: center;
  margin-right: -1em;
  padding-right: 1em;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats .subcats span:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog .blog-home .blog-categories .blog-category .category-info .category-link .name-subcats .subcats span:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.blog .blog-home .tree-motif {
  background: url(/images/blog/tree_motif.png);
  height: 125px;
}

.blog .blog-home .articles {
  background-color: #E8E1DA;
  padding: 24px 0 48px 0;
}

.blog .blog-home .blog-article {
  width: 276px;
  height: 556px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  margin: 20px;
}

@media screen and (max-width: 1260px) {
  .blog .blog-home .blog-article {
    margin: 10px;
  }
}

@media screen and (max-width: 680px) {
  .blog .blog-home .blog-article {
    width: 95%;
    margin: 36px 10px;
  }
}

.blog .blog-home .blog-article img {
  min-height: 155px;
}

.blog .blog-home .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
  width: 276px;
  height: 155px;
}

@media screen and (max-width: 680px) {
  .blog .blog-home .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 435px;
    height: 246px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .blog .blog-home .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 340px;
    height: 190px;
  }
}

@media screen and (max-width: 320px) {
  .blog .blog-home .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 300px;
    height: 168px;
  }
}

.blog .blog-home .blog-article .article-info {
  padding: 20px 20px 24px 20px;
}

.blog .blog-home .blog-article .article-info .article-types {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
  text-align: left;
  min-height: 22px;
  margin-bottom: 16px;
}

.blog .blog-home .blog-article .article-info .article-title {
  font-family: 'volkhov';
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #252a2f;
  text-align: left;
  margin-bottom: 16px;
}

.blog .blog-home .blog-article .article-info .article-desc {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #252a2f;
  text-align: left;
}

.blog .blog-home .upper-articles .upper-large-article .blog-article {
  width: 600px;
}

@media screen and (max-width: 680px) {
  .blog .blog-home .upper-articles .upper-large-article .blog-article {
    width: 95%;
    margin: 36px 10px;
  }
}

.blog .blog-home .upper-articles .upper-large-article .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
  width: 600px;
  height: 336px;
}

@media screen and (max-width: 680px) {
  .blog .blog-home .upper-articles .upper-large-article .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 435px;
    height: 246px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .blog .blog-home .upper-articles .upper-large-article .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 340px;
    height: 190px;
  }
}

@media screen and (max-width: 320px) {
  .blog .blog-home .upper-articles .upper-large-article .blog-article .article-video .youtube-video-object .iframe-wrapper iframe {
    width: 300px;
    height: 168px;
  }
}

.blog .blog-home .upper-articles,
.blog .blog-home .lower-articles {
  max-width: 1248px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 1060px) {
  .blog .blog-home .upper-articles,
.blog .blog-home .lower-articles {
    flex-direction: column;
  }
}

.blog .blog-home .upper-articles .upper-medium-articles,
.blog .blog-home .lower-articles .lower-col-articles {
  width: 624px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .blog .blog-home .upper-articles .upper-medium-articles,
.blog .blog-home .lower-articles .lower-col-articles {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .blog .blog-home .upper-articles .upper-medium-articles,
.blog .blog-home .lower-articles .lower-col-articles:nth-of-type(2) {
    margin-top: -36px;
  }
}

/**
 * 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.add-to-cart-modal {
  max-height: 90%;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content {
  max-width: 960px;
  padding: 0;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}

@media screen and (max-width: 768px) {
  md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-container > div[flex-container] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 65%;
}

@media screen and (max-width: 768px) {
  md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-container > div[flex-container] {
    max-width: 100%;
  }
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-container > div[flex-container] > div {
  padding: 10px;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column] {
  color: #54565A;
  padding: 10px;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  background-color: #F0F0F0;
  color: #54565A;
  margin-left: auto;
  min-width: 35%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals {
    margin-left: 0;
    min-width: 0;
    width: 100%;
  }
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals .subtotal-line {
  align-items: flex-start;
  border-bottom: 1px solid #BABABA;
  justify-content: space-between;
  width: 100%;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals .bold {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals .club-total, md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals .club-savings {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #D54400;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].subtotals div {
  text-align: right;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column] > div {
  margin-bottom: 5px;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].iad-details {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  width: 100%;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].iad-details .iad-item-name {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].iad-details .iad-price > span.club-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #D54400;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column].iad-details .new-cart-engrave {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #54565a;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div[layout=column] button.md-button.md-sg-material-theme {
  margin-bottom: 10px;
  width: 100%;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona {
  padding: 25px 50px;
  width: 100%;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona .slider-container {
  padding: 0;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona .products-grid .slick-slide {
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona .products-grid .slick-slide {
    margin-right: 0;
  }
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona .products-grid .slick-slide .btn-quickview {
  display: none !important;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content #iad-certona .products-grid .slick-slide .product-details h2.product-name {
  height: 35px;
}

md-dialog.md-sg-material-theme.add-to-cart-modal md-dialog-content div.centered {
  margin: 20px auto;
}

md-dialog.md-sg-material-theme.add-to-cart-modal.wishlist md-dialog-content > div[layout=row] > div:last-of-type {
  margin-left: 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 */
ul.cart-tiles-condensed {
  margin: 10px 0;
}

ul.cart-tiles-condensed > li {
  border-top: 1px solid #BABABA;
  padding: 10px 0;
  width: 100%;
}

ul.cart-tiles-condensed > li:first-of-type {
  border-top: none;
  padding: 0 0 10px 0;
}

ul.cart-tiles-condensed > li:last-of-type {
  padding: 10px 0 0 0;
}

ul.cart-tiles-condensed > li > img {
  margin-right: 15px;
}

ul.cart-tiles-condensed > li > div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  width: 100%;
}

ul.cart-tiles-condensed > li > div > div:last-of-type {
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-top: 5px;
  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 */
#cart-tiles-container {
  background-color: #F0F0F0;
  padding: 12px;
  position: relative;
}

#cart-tiles-container .cart-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 20px;
  background-color: #ffffff;
  margin-bottom: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  min-height: 170px;
  /*        a.item-join,
        a.item-sign-in {
            color: #2A61FF;
            text-decoration: underline;
        }*/
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile {
    padding: 12px 10px;
  }
}

#cart-tiles-container .cart-tile .bc-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #D54400;
}

#cart-tiles-container .cart-tile .discount-bc {
  margin-top: 5px;
}

#cart-tiles-container .cart-tile .bc-price-regular {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #D54400;
}

#cart-tiles-container .cart-tile .bc-price.apply-checkout {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

#cart-tiles-container .cart-tile .non-bc-price {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
}

#cart-tiles-container .cart-tile .non-bc-subTotal {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
}

#cart-tiles-container .cart-tile .full-price {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  text-decoration: line-through;
}

#cart-tiles-container .cart-tile .bc-container {
  margin-top: 5px;
}

#cart-tiles-container .cart-tile .was-price {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 12px;
  color: #828282;
}

#cart-tiles-container .cart-tile .tile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content {
    display: block;
  }
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-img-container {
  position: relative;
  padding-right: 12px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-flex-basis: 138px;
  -ms-flex-preferred-size: 138px;
  flex-basis: 138px;
  max-width: 138px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .cart-tile-img-container {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
  }
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 3;
  flex-shrink: 3;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-bottom: 8px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .cart-tile-info-container {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    border-bottom: none;
  }
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container h2 {
  margin-bottom: 8px;
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 18px;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container h2 a {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 18px;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container h2 a:hover {
  text-decoration: underline;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .item-details {
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 16px;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill {
  width: 20px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill.in {
  background-color: #008000;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill.out {
  background-color: #E53935;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill.yellow {
  background-color: #FFBA00;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-text {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  line-height: 13px;
  margin: 5px 0;
  text-transform: uppercase;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .customization-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .customization-cart .customization-cart-head {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 13px;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .customization-cart .customization-cart-link a {
  color: #2A61FF;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .gc-recipient-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .gc-recipient-btn button {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  box-shadow: none;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .map-text {
    display: block;
  }
}

#cart-tiles-container .cart-tile .tile-content .cart-tile-info-container.bc {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 3;
  flex-shrink: 3;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  justify-content: flex-end;
  padding-bottom: 8px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .quantity-price-container {
    border-bottom: none;
    width: 100%;
    justify-content: flex-start;
    border-top: 1px solid #F6F1EB;
    padding-top: 8px;
  }
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout {
  /*height: 56px;*/
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  #cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container {
    margin-right: 10px;
  }
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-right: 5px;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container div[ng-messages] {
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #F0283C;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container div[ng-messages] {
    bottom: -15px;
  }
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container input {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  border: 1px solid #DEE8F2;
  border-radius: 0;
  box-shadow: none;
  width: 48px;
  height: 48px;
  background-color: #DEE8F2;
  color: #54565A;
  text-align: center;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .subtotal-block-container {
  width: 165px;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .subtotal-block-container .price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .subtotal-block-container .price-container .price-label {
  margin-right: 20px;
  overflow: hidden;
  max-height: 17px;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .subtotal-block-container .price-container.bc-price {
  justify-content: flex-end;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container.bc {
  -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;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .quantity-price-container.bc {
    display: none;
  }
}

#cart-tiles-container .cart-tile #cart-messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  line-height: 13px;
  border-top: 1px solid #D9D8D6;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile #cart-messages {
    padding: 5px 0;
  }
}

#cart-tiles-container .cart-tile #cart-messages .message-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

#cart-tiles-container .cart-tile #cart-messages .message-area p {
  font-size: 0.6875rem;
  line-height: 1.66773;
  line-height: 13px;
  color: #D54400;
  margin-bottom: 0;
}

#cart-tiles-container .cart-tile #cart-messages .message-area a {
  color: #2A61FF;
  text-decoration: underline;
  cursor: pointer;
}

#cart-tiles-container .cart-tile #cart-messages .message-area ul > li {
  margin: 5px 0;
  color: #54565A;
}

#cart-tiles-container .cart-tile #cart-messages .message-area ul > li .cart-note-label {
  color: #D54400;
}

#cart-tiles-container .cart-tile #cart-messages .message-area ul > li.cart-warranty > div {
  margin-bottom: 0;
}

#cart-tiles-container .cart-tile #cart-messages .freightAddOns li {
  display: inline-block;
}

#cart-tiles-container .cart-tile #cart-messages .freightAddOns md-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#cart-tiles-container .cart-tile #cart-messages .freightAddOns .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 3px;
}

#cart-tiles-container .cart-tile #cart-messages .freightAddOns .checkbox .md-label {
  font-size: 0.875rem;
  line-height: 1.41473;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-left: 25px;
  vertical-align: middle;
}

#cart-tiles-container .cart-tile #cart-messages .freightAddOns li:first-of-type {
  margin-right: 10px;
}

#cart-tiles-container .cart-tile .cart-gbi-container {
  border-top: 1px solid #D9D8D6;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cart-gbi-container {
    padding: 5px 0;
    margin-top: -1px;
  }
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi {
  margin: 5px 0;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi > div {
  margin-bottom: 0;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control {
  font-family: 'figtree', helvetica, arial, sans-serif;
  color: #54565a;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control {
    display: block;
  }
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .gbi-atc-text {
  color: #252a2f;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 5px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control md-checkbox.gbi .md-icon {
  width: 18px;
  height: 18px;
  border-style: double;
  opacity: 0.8;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control md-checkbox.gbi.md-checked .md-icon {
  opacity: 1.0;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .gbi-details {
  margin-top: 2px;
  /*margin-left: -6px;*/
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .gbi-details a {
  color: #2A61FF;
  text-decoration: underline;
  margin-right: 10px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .gbi-details img {
  max-width: 32px;
  margin-right: 10px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  justify-content: flex-end;
  padding-bottom: 8px;
  position: relative;
  height: 48px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container {
    border-bottom: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 16px;
    height: 24px;
  }
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  #cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .quantity-container {
    margin-right: 10px;
  }
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .quantity-container div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-right: 5px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .quantity-container div[ng-messages] {
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #F0283C;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .quantity-container div[ng-messages] {
    bottom: -15px;
  }
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .subtotal-block-container {
  width: 165px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .subtotal-block-container .price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .subtotal-block-container .price-container .price-label {
  margin-right: 20px;
}

#cart-tiles-container .cart-tile .cart-gbi-container .cart-gbi .gbi-control .quantity-price-container .subtotal-block-container .price-container.bc-price {
  justify-content: flex-end;
}

#cart-tiles-container .cart-tile .cab-container {
  border-top: 1px solid #D9D8D6;
  flex-direction: row;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cab-container {
    flex-direction: column;
  }
}

#cart-tiles-container .cart-tile .cab-container strong {
  color: #54565A;
}

#cart-tiles-container .cart-tile .cab-container .action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cab-container .action-buttons {
    justify-content: space-around;
  }
}

#cart-tiles-container .cart-tile .cab-container .action-buttons a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cab-container .action-buttons a {
    margin-left: 0;
  }
}

#cart-tiles-container .cart-tile .cab-container .action-buttons button {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  box-shadow: none;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .cab-container .action-buttons button {
    margin-left: 0;
  }
}

#cart-tiles-container .cart-tile .specify-ship-cart {
  color: #54565A;
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 8px;
}

#cart-tiles-container .cart-tile .specify-ship-cart label {
  display: block;
}

#cart-tiles-container .cart-tile .specify-ship-cart .md-select-placeholder {
  color: #F0283C;
  padding-left: 10px;
}

#cart-tiles-container .cart-tile .specify-ship-cart .md-text {
  padding-left: 10px;
}

#cart-tiles-container .cart-tile.club-footer {
  margin: 0;
}

#cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container div[ng-messages] {
  bottom: 15px !important;
}

@media screen and (max-width: 960px) {
  #cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container div[ng-messages] {
    bottom: -7px !important;
  }
}

#cart-tiles-container strong {
  /*font-family: 'figtreeBold', helvetica, arial, sans-serif;*/
  font-weight: bold;
}

#cart-tiles-container strong.bc {
  /*font-family: 'figtreeBold', helvetica, arial, sans-serif;*/
  font-weight: bold;
  color: #D54400;
}

.softball #cart-tiles-container {
  background-color: #F0F0F0;
}

@media screen and (max-width: 960px) {
  .softball #cart-tiles-container .cart-tile .tile-content .quantity-price-container {
    border-top: 1px solid #F0F0F0;
  }
}

.softball #cart-tiles-container .cart-tile .tile-content .quantity-price-container .quantity-price-layout .quantity-container input {
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
}

.view-cart .modal-content .button-container {
  text-align: unset;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 730px) {
  .view-cart .modal-content .button-container {
    flex-direction: column;
  }
  .view-cart .modal-content .button-container button:first-of-type {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1128px) {
  .view-cart-container .cart-tile-img-container {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
  }
}

@media screen and (max-width: 1128px) {
  .view-cart-container .cart-tile-info-container {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    border-bottom: 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 */
body.cqo #cqo-container {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

body.cqo #cqo-container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  body.cqo #cqo-container > div {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}

body.cqo #cqo-container > div > div:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  body.cqo #cqo-container > div > div:first-child {
    margin-right: 0;
  }
}

body.cqo #cqo-container > div div.page-title {
  color: #54565A;
}

body.cqo #cqo-container > div div.page-title h1 {
  font-size: 2.5rem;
  line-height: 1.33853;
  text-transform: none;
}

@media (max-width: 1200px) {
  body.cqo #cqo-container > div div.page-title h1 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

body.cqo #cqo-container > div dl:before,
body.cqo #cqo-container > div dl:after {
  content: " ";
  display: table;
}

body.cqo #cqo-container > div dl:after {
  clear: both;
}

body.cqo #cqo-container > div dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 960px) {
  body.cqo #cqo-container > div dl {
    margin-bottom: 5px;
  }
}

body.cqo #cqo-container > div dt, body.cqo #cqo-container > div dd {
  display: inline;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 18px;
  color: #54565A;
}

body.cqo #cqo-container > div dt {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-right: 10px;
  min-width: 48px;
}

body.cqo #cqo-container > div dd {
  font-family: "figtree", helvetica, arial, sans-serif;
}

body.cqo #cqo-container > div img {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

body.cqo .form-container {
  max-width: 300px;
  margin-top: 15px;
}

body.cqo .form-container form md-input-container.md-sg-material-theme {
  margin-bottom: 0;
  padding: 0;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  body.cqo .form-container form button.md-button.md-sg-material-theme {
    width: 90px;
  }
}

body.cqo .view-cart-container div.page-title {
  display: 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 */
.estimated-shipping {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
}

.estimated-shipping > div:first-of-type {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  align-items: center;
  color: #2b2b2b;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
}

.estimated-shipping > div:first-of-type img {
  height: 14px;
  margin: 0;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}

.estimated-shipping #es-content {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin-top: 20px;
}

.estimated-shipping #es-content md-input-container.md-sg-material-theme {
  position: relative;
  width: 100%;
}

.estimated-shipping #es-content md-input-container.md-sg-material-theme input {
  min-height: 36px;
}

.estimated-shipping #es-content md-input-container.md-sg-material-theme button.md-icon-button {
  position: absolute;
  right: 0;
  top: 3px;
  width: 35px;
}

.estimated-shipping #es-content .link {
  font-size: 0.875rem;
  line-height: 1.41473;
}

.estimated-shipping #es-content button.tool-tip {
  margin-top: -5px;
  margin-left: 5px;
}

.estimated-shipping #es-content ul.totals {
  margin-top: 20px;
}

.estimated-shipping #es-content ul.totals > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.estimated-shipping #es-content #toggleMerch, .estimated-shipping #es-content #fourPaySummary, .estimated-shipping #es-content .membersSaved, .estimated-shipping #es-content .merchandise {
  display: none !important;
}

.estimated-shipping #es-content #shipCouponTip thead {
  display: none;
}

.estimated-shipping #es-content #shipCouponTip tbody tr {
  border-top: 1px solid #888888;
}

.estimated-shipping #es-content #shipCouponTip tbody tr td {
  padding: 0 3px;
  min-width: 35px;
}

.estimated-shipping #es-content #shipCouponTip tbody tr td:nth-of-type(2),
.estimated-shipping #es-content #shipCouponTip tbody tr td:nth-of-type(3),
.estimated-shipping #es-content #shipCouponTip tbody tr td:nth-of-type(4) {
  text-align: right;
}

.estimated-shipping #es-content #shipCouponTip tbody tr:first-of-type,
.estimated-shipping #es-content #shipCouponTip tbody:nth-last-child(2) {
  border-top: none;
}

.estimated-shipping #es-content #shipCouponTip tbody tr:last-of-type {
  border-top: 1px solid #fff;
}

/**
 * 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 */
.view-cart .breadcrumbs,
.view-cart .view-cart-container {
  color: #54565A;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

.view-cart .view-cart-container {
  height: 1000px;
  /*sticky checkout button*/
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container {
    width: 100%;
  }
}

.view-cart .view-cart-container .page-title {
  margin-bottom: 0px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .page-title {
    width: 94%;
    margin: 0 auto;
  }
}

.view-cart .view-cart-container .page-title h1 {
  font-size: 2.5rem;
  line-height: 1.33853;
  text-transform: none;
}

@media (max-width: 1200px) {
  .view-cart .view-cart-container .page-title h1 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .empty-cart {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.view-cart .view-cart-container .cart-free-ship-msg {
  background-color: #A3FD22;
  color: #061C33;
  padding: 8px 16px;
  text-align: center;
}

.view-cart .view-cart-container .cart-flex-parent {
  /* flexbox stuff needs to be tested / work on old iPads and above */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #B5D8F2;
  border-top: 1px solid #B5D8F2;
  margin-bottom: 12px;
  margin-top: 16px;
  /*padding-bottom: 12px;*/
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-parent {
    border-top: none;
    display: block;
  }
}

.view-cart .view-cart-container .cart-flex-parent p {
  /* TEMP */
  margin-bottom: 0;
}

.view-cart .view-cart-container .cart-flex-parent .cart-flex-col1 {
  padding: 24px 0 0 30px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-parent .cart-flex-col1 {
    padding: 0 0 20px;
  }
}

.view-cart .view-cart-container .cart-flex-parent .cart-item-count {
  font-family: "interBold", helvetica, arial, sans-serif;
  font-size: 15px;
  text-align: right;
  background-color: #F0F0F0;
  padding-right: 12px;
  padding-top: 8px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .cart-summary {
    width: 94%;
    margin: 0 auto;
  }
}

.view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck {
  flex-direction: row;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck {
    position: fixed;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    top: 0;
    width: 100%;
    background: #fff;
    margin-top: 0;
    height: 50px;
    padding: 5px;
  }
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .checkout-button-container {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 680px) and (max-width: 366px) and (min-width: 200px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .checkout-button-container {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .checkout-button-container.ineligible {
    margin-right: 0;
  }
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .pp-button-container {
    margin-top: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}

@media only screen and (max-width: 680px) and (max-width: 366px) and (min-width: 200px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .pp-button-container {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .button-container-newcart.is-stuck .pp-button-container.ineligible {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1.exp .clubfreeshipnotice-container,
.view-cart .view-cart-container .cart-flex-col1.exp .estimated-shipping {
    width: 94%;
    margin: 8px auto 0;
  }
}

.view-cart .view-cart-container .cart-flex-col1 {
  /* flexbox stuff needs to be tested / work on old iPads and above */
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 24px 30px 0 0;
  width: 320px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1 {
    width: 94%;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary {
  font-size: 16px;
  position: relative;
  /*            .subtotal-label {
                padding-top: 3px;
            }*/
  /*.totals-list-in-cart {*/
  /*border-bottom: 1px solid $lightGray;*/
  /*@include font-family("figtreeBold");*/
  /*padding-bottom: 4px;
                position: relative;

                dt {
                    float: left;

                    &.map-message {
                        clear: both;
                        color: $orange;
                        float: none;
                        font-size: 16px;
                        text-align: right;
                        @include font-family("figtreeMedium");
                    }
                }

                dd {
                    float: right;
                }

                .subtotal-label {
                    padding-top: 3px;
                }

                .subtotal-prices {*/
  /*font-size: 18px;*/
  /*text-align: right;
                    @include font-family("figtreeBold");

                    .regular-total {*/
  /*@include font-family('figtree');*/
  /*}

                    .full-total {*/
  /*@include font-family('figtree');*/
  /*text-decoration: line-through;
                    }

                    .club-total {
                        color: $orange;
                    }
                }
            }*/
  /*
            .savingsCartTotalText {
                margin-top: 8px;
            }

            .bc-total {
                color: $orange;
                font-weight: bold;
            }*/
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .cart-summary-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 20px;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .non-bc-summary {
  border-bottom: 1px solid #B5D8F2;
  padding-top: 16px;
  padding-bottom: 16px;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .non-bc-member-summary,
.view-cart .view-cart-container .cart-flex-col1 .cart-summary .bc-member-summary {
  padding-top: 16px;
  padding-bottom: 16px;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .non-bc-label {
  padding-top: 3px;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .non-bc-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  float: right;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .bc-label {
  padding-top: 3px;
  color: #D54400;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .bc-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #D54400;
  float: right;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .bc-savings {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #D54400;
  float: right;
}

.view-cart .view-cart-container .cart-flex-col1 .cart-summary .full-total {
  text-decoration: line-through;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart {
  margin-top: 24px;
  height: 92px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1 .button-container-newcart {
    /* flexbox stuff needs to be tested / work on old iPads and above */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    flex-direction: column;
    width: 94%;
    margin: 12px auto;
  }
}

@media screen and (max-width: 320px) {
  .view-cart .view-cart-container .cart-flex-col1 .button-container-newcart {
    display: block;
  }
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .checkout-button-container.nopaypal {
  max-width: 100%;
  /* in case paypal is turned off, container constrains button */
  padding-right: 0;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .checkout-button-container {
    /* flexbox stuff needs to be tested / work on old iPads and above */
    -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;
  }
}

@media screen and (max-width: 320px) {
  .view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .checkout-button-container {
    max-width: 100%;
    padding-right: 0;
  }
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .checkout-button-container .md-button {
  height: 100%;
  margin: 0;
  height: 42px;
  width: 100%;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container {
  margin-top: 8px;
  text-align: right;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container #paypal-container #paypal-button,
.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container #paypal-container #paypal-messages {
  margin: 0;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container .paypal-restricted-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container .paypal-restricted-container #paypal-restricted2 {
  /* disabled "button" */
  background-color: #ac9867;
  border-radius: 4px;
  /* paypal button is 4, ours are 2... :( */
  text-align: center;
  margin-right: 5px;
  width: 50%;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container .paypal-restricted-container #paypal-restricted2 > img {
  max-height: 28px;
  padding-top: 7px;
  margin: 4px 0 6px 0;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container .paypal-restricted-container #paypal-restricted3 {
  background-color: #52668A;
  border-radius: 4px;
  text-align: center;
  width: 50%;
}

.view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container .paypal-restricted-container #paypal-restricted3 > img {
  max-height: 28px;
  padding-top: 7px;
  margin: 4px 0 6px 0;
}

@media screen and (max-width: 320px) {
  .view-cart .view-cart-container .cart-flex-col1 .button-container-newcart .pp-button-container {
    margin-top: 8px;
    max-width: 100%;
    padding-left: 0;
  }
}

.view-cart .view-cart-container .cart-flex-col1 #paypal-restricted-msg {
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
}

.view-cart .view-cart-container .cart-flex-col1 .clubfreeshipnotice-container,
.view-cart .view-cart-container .cart-flex-col1 .estimated-shipping {
  margin-top: 8px;
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px #54565A;
  height: 140px;
  max-height: 140px;
  padding: 10px;
  width: 100%;
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck > div {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin: 0 5px;
}

@media screen and (max-width: 960px) {
  .view-cart .view-cart-container .cart-flex-col1.is-stuck > div {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck .cart-summary-label {
  display: none;
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck .non-bc-summary {
  padding-top: 8px;
  padding-bottom: 8px;
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck .non-bc-member-summary,
.view-cart .view-cart-container .cart-flex-col1.is-stuck .bc-member-summary {
  padding-top: 8px;
  padding-bottom: 8px;
}

.view-cart .view-cart-container .cart-flex-col1.is-stuck #club-free-ship-widget,
.view-cart .view-cart-container .cart-flex-col1.is-stuck #estimate-shipping {
  display: none;
}

.view-cart .view-cart-container .cart-spiff {
  margin-top: 32px;
}

.view-cart .view-cart-container .cart-spiff .club-footer {
  margin: 0;
}

.view-cart .view-cart-container .cart-spiff .club-footer-container .everything-ships-free {
  font-size: 44px;
  line-height: 40px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container .cart-spiff .club-footer-container .everything-ships-free {
    font-size: 64px;
    line-height: 54px;
  }
}

@media screen and (max-width: 480px) {
  .view-cart .view-cart-container .cart-spiff .club-footer-container .everything-ships-free {
    font-size: 44px;
    line-height: 40px;
  }
}

.view-cart .view-cart-container .cart-flex-col2 {
  -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;
  position: relative;
}

.view-cart .view-cart-container .cart-flex-col2 .item-tile {
  border-top: 8px solid #ccc;
  border-right: 12px solid #ccc;
  border-left: 12px solid #ccc;
}

.view-cart .view-cart-container .cart-flex-col2 .item-tile:first-of-type {
  border-top: 12px solid #ccc;
}

.view-cart .view-cart-container .cart-flex-col2 .item-tile:last-of-type {
  border-bottom: 12px solid #ccc;
}

.view-cart .view-cart-container .cart-flex-col2.exp #cart-tile-bc-spiff {
  margin: 0 0 8px 0;
  padding: 0;
}

.view-cart .view-cart-container .cart-flex-col2.exp #cart-tile-bc-spiff .club-footer-container {
  width: 100%;
  padding: 20px 10px;
}

.view-cart .view-cart-container .cart-flex-col2.exp .club-footer-container ul.club-benefits-list {
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .view-cart .view-cart-container #cartRecsHtml,
.view-cart .view-cart-container #cartSpecialsHtml {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.view-cart .view-cart-container a.cart-join,
.view-cart .view-cart-container a.cart-sign-in {
  color: #2A61FF;
  text-decoration: underline;
}

.view-cart .view-cart-container #club-free-ship-widget h3 {
  text-align: center;
}

.softball.view-cart .view-cart-container .cart-free-ship-msg {
  background-color: #DFFF4F;
}

.softball.view-cart .view-cart-container .cart-flex-parent {
  border-bottom: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
}

.softball.view-cart .view-cart-container .cart-flex-col1 .cart-summary .non-bc-summary {
  border-bottom: 1px solid #D5D7DA;
}

/**
 * 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.main-checkout .address-page {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

body.main-checkout .address-page form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.main-checkout .address-page form #billing-address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 680px) {
  body.main-checkout .address-page form #billing-address-container {
    flex-direction: column;
  }
}

body.main-checkout .address-page form #billing-address-container .address-col-1 {
  flex: 1;
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  body.main-checkout .address-page form #billing-address-container .address-col-1 {
    margin-right: 0;
  }
}

body.main-checkout .address-page form #billing-address-container .address-col-2 {
  flex: 1;
}

body.main-checkout .address-page form #billing-address-container .address-col-2 #shipto-bill-chk {
  margin-bottom: 0;
}

body.main-checkout .address-page form #ship-to-bill {
  border-top: 1px solid #BABABA;
  margin-top: 25px;
}

body.main-checkout .address-page form #ship-to-bill .h2 {
  margin-top: 24px;
}

body.main-checkout .address-page form #ship-to-bill #shipping-address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 680px) {
  body.main-checkout .address-page form #ship-to-bill #shipping-address-container {
    flex-direction: column;
  }
}

body.main-checkout .address-page form #ship-to-bill #shipping-address-container .address-col-1 {
  flex: 1;
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  body.main-checkout .address-page form #ship-to-bill #shipping-address-container .address-col-1 {
    margin-right: 0;
  }
}

body.main-checkout .address-page form #ship-to-bill #shipping-address-container .address-col-2 {
  flex: 1;
}

body.main-checkout .address-page form #ship-to-bill #shipping-address-container .address-col-2 #shipping-address-pref {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.main-checkout .address-page form #ship-to-bill #shipping-address-container .address-col-2 #shipping-address-pref .md-sg-material-theme:first-child {
  margin-bottom: 16px;
}

body.main-checkout .address-page .account-creation {
  margin-bottom: 15px;
  max-width: 400px;
}

body.main-checkout .address-page .account-creation.offset-top {
  margin-top: -10px;
}

body.main-checkout .address-page .account-creation .link, body.main-checkout .address-page .account-creation .restrictions-note {
  padding: 0 5px;
}

body.main-checkout .address-page .faq-checkout-address {
  margin-left: 5px;
}

body.main-checkout .address-page .expand > span, body.main-checkout .address-page .expand > a {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  body.main-checkout .address-page .expand > a {
    margin-left: 35px;
  }
}

body.main-checkout .address-page .address-required {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
  margin-bottom: 8px;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  padding: 25px;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > p {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > md-radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > md-radio-group > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -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;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: 100%;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > md-radio-group > div > md-radio-button {
  -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;
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > md-radio-group > div > div {
  -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-dialog.md-sg-material-theme.address-verification md-dialog-content > div[flex-container] {
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.address-verification md-dialog-content > div[flex-container] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

md-dialog.md-sg-material-theme.address-verification md-dialog-content > div[flex-container] > button.md-sg-material-theme {
  padding: 5px 25px;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.address-verification md-dialog-content > div[flex-container] > button.md-sg-material-theme {
    margin-bottom: 10px;
  }
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-toolbar .md-toolbar-tools button {
  display: none;
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  padding: 25px 35px;
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content > p {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content .form-container {
  margin-bottom: 0;
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content #verify-email {
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content #verify-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content #no-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

md-dialog.md-sg-material-theme.needs-buyers-club-account md-dialog-content #no-thanks button {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  background-color: unset;
  color: #2A61FF;
  box-shadow: none;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: unset;
}

/**
 * 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.main-checkout .age-compliance {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  body.main-checkout .age-compliance {
    flex-direction: column;
    padding: 12px;
  }
}

body.main-checkout .age-compliance .col-1 {
  flex: 1;
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  body.main-checkout .age-compliance .col-1 {
    margin-right: 0;
  }
}

body.main-checkout .age-compliance .col-2 {
  flex: 1;
  padding-left: 24px;
  border-left: 2px solid #D9D8D6;
}

@media screen and (max-width: 960px) {
  body.main-checkout .age-compliance .col-2 {
    border-left: none;
    padding-left: 0;
  }
}

body.main-checkout .age-compliance .form-container form md-input-container.md-sg-material-theme {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

body.main-checkout .age-compliance .form-container form md-input-container.md-sg-material-theme md-checkbox .md-container {
  top: 10px;
}

body.main-checkout .age-compliance .form-container form md-input-container.md-sg-material-theme md-checkbox .md-label {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #252a2f;
}

body.main-checkout .age-compliance .form-container form #dobInputs md-input-container.md-sg-material-theme {
  display: block;
  margin-bottom: 0px;
  width: 100%;
  max-width: 200px;
}

body.main-checkout .age-compliance .form-container form #compHdr {
  margin-top: 20px;
}

body.main-checkout .age-compliance .form-container form #compMsgs {
  padding-left: 42px;
  padding-bottom: 10px;
}

body.main-checkout .age-compliance .form-container form #compMsgs #compMsgsList {
  list-style-type: disc;
}

body.main-checkout .age-compliance .form-container form #compMsgs #compMsgsList li {
  color: #F0283C;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.main-checkout .age-compliance .form-container form #dobInvalid {
  color: #F0283C;
}

/**
 * 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.main-checkout.checkout.bridge {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

body.main-checkout.checkout.bridge > div {
  max-width: 89%;
  margin: 0 auto;
}

body.main-checkout.checkout.bridge .site-header .nav-container {
  width: 89%;
  padding: 16px 0px 0px;
}

body.main-checkout.checkout.bridge .site-header .nav-container > div a.logo {
  width: 30%;
  min-width: 250px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge .site-header .nav-container > div a.logo img {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  body.main-checkout.checkout.bridge .site-header .nav-container > div a.logo {
    width: 40%;
    min-width: 200px;
  }
}

@media screen and (max-width: 375px) {
  body.main-checkout.checkout.bridge .site-header .nav-container > div a.logo {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  body.main-checkout.checkout.bridge #checkout-wrapper {
    max-width: 100%;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container {
  justify-content: center;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container {
    flex-direction: row;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container {
  margin-right: 0%;
  width: 100%;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container #checkoutlogin-template {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container #checkout-steps .step-progress {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container #checkout-steps .step-progress {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container #checkout-steps .step-progress h1 {
  flex-grow: 1;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  background-color: #035BA3;
  padding: 10px 10px 10px 15px;
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container #checkout-steps .step-progress h1 {
    border-radius: 0;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #B5D8F2;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body {
    flex-direction: column;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .col2 {
  border-left: 1px solid #B5D8F2;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .col2 {
    border-left: none;
    border-top: 1px solid #B5D8F2;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .returning-option, body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .new-option, body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .paypal-option {
  padding: 30px 40px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .new-option {
  border-bottom: 1px solid #B5D8F2;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container {
  margin-bottom: 15px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .login-core {
  align-items: center;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .login-core md-input-container.md-sg-material-theme {
  max-width: none;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .login-core md-input-container.md-sg-material-theme .password-display {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #2A61FF;
  cursor: pointer;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form button {
  height: 42px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .guest-btn {
  margin-right: 30px;
}

@media screen and (max-width: 1400px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .guest-btn {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1128px) {
  body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item .form-container form .guest-btn {
    margin-bottom: 16px;
  }
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item a {
  color: #2A61FF;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body .item h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
  line-height: 22px;
  margin-bottom: 12px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  line-height: normal;
  margin-bottom: 20px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .checkoutlogin-body p span {
  font-weight: bold;
  color: #D54400;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .safe-and-secure-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #B5D8F2;
  padding: 10px 0;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .safe-and-secure-container .safe-and-secure-icon {
  width: 18px;
  margin-right: 3px;
}

body.main-checkout.checkout.bridge #checkout-wrapper > .flex-container > .container .safe-and-secure-container .safe-and-secure-message {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container #checkout-steps .step-progress h1 {
  background-color: #2B8E89;
}

body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container .checkoutlogin-body {
  border-bottom: 1px solid #F0F0F0;
  /*                    .item {

                        .form-container {
                            margin-bottom: 15px;

                            form {

                                .login-core {
                                    align-items: center;

                                    md-input-container.md-sg-material-theme {
                                        max-width: none;

                                        .password-display {
                                            @include font-family('figtree');
                                            font-size: 10px;
                                            position: absolute;
                                            right: 10px;
                                            top: 15px;
                                            color: $blue;
                                            cursor: pointer;
                                        }
                                    }
                                }

                                button {
                                    height: 42px;
                                }

                                .guest-btn {
                                    margin-right: 30px;

                                    @include max-large-desktop {
                                        margin-right: 10px;
                                    }

                                    @include max-medium-desktop {
                                        margin-bottom: 16px;
                                    }
                                }
                            }
                        }

                        a {
                            color: $blue;
                        }

                        h2 {
                            @include font-family("figtreeBold");
                            @include rfs(18);
                            color: $darkGray;
                            line-height: 22px;
                            margin-bottom: 12px;
                        }
                    }

                    p {
                        @include font-family("figtree");
                        @include rfs(16);
                        color: $darkGray;
                        line-height: normal;
                        margin-bottom: 20px;

                        span {
                            font-weight: bold;
                            color: $orange;
                        }
                    }*/
}

body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container .checkoutlogin-body .col2 {
  border-left: 1px solid #F0F0F0;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container .checkoutlogin-body .col2 {
    border-left: none;
    border-top: 1px solid #F0F0F0;
  }
}

body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container .checkoutlogin-body .new-option {
  border-bottom: 1px solid #F0F0F0;
}

body.main-checkout.checkout.bridge.softball #checkout-wrapper > .flex-container > .container .safe-and-secure-container {
  border-top: 1px solid #F0F0F0;
}

/**
 * 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.freight-modal {
  color: #54565A;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content {
  padding: 20px;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content p {
  font-size: 0.875rem;
  line-height: 1.41473;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content ul.merchandise {
  margin-bottom: 25px;
  padding-left: 10px;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content ul.merchandise li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content ul.merchandise li > img {
  width: 60px;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content ul.merchandise li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.41473;
  align-items: flex-start;
  margin-left: 10px;
  width: 100%;
}

md-dialog.md-sg-material-theme.freight-modal md-dialog-content button.md-button.md-sg-material-theme {
  margin-left: 25px;
  padding: 5px 25px;
}

/**
 * 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.main-checkout.checkout.confirmation {
  margin: 0 auto 40px;
  max-width: none;
  padding: 0 5.5%;
  width: 100%;
  background-color: #ffffff;
}

body.main-checkout.checkout.confirmation #main.main {
  margin: 0 auto;
  width: 96%;
}

body.main-checkout.checkout.confirmation .site-header {
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
  padding: 0;
  height: auto;
  max-height: 110px;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

body.main-checkout.checkout.confirmation .site-header .nav-container {
  width: 89%;
  padding: 0;
}

body.main-checkout.checkout.confirmation .site-header .nav-container div a.logo {
  width: 30%;
  min-width: 250px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation .site-header .nav-container div a.logo img {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  body.main-checkout.checkout.confirmation .site-header .nav-container div a.logo {
    width: 40%;
    min-width: 200px;
  }
}

@media screen and (max-width: 375px) {
  body.main-checkout.checkout.confirmation .site-header .nav-container div a.logo {
    width: 50%;
  }
}

body.main-checkout.checkout.confirmation .site-header .nav-container .help-text {
  flex-direction: column;
  align-items: end;
}

body.main-checkout.checkout.confirmation #checkout-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 110px 5px 25px;
  width: 100%;
}

body.main-checkout.checkout.confirmation .print-only {
  display: none;
}

body.main-checkout.checkout.confirmation .page-title h1 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  color: #54565A;
  text-transform: none;
}

@media (max-width: 1200px) {
  body.main-checkout.checkout.confirmation .page-title h1 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

body.main-checkout.checkout.confirmation .order-review-intro {
  color: #54565A;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.main-checkout.checkout.confirmation .order-review-intro .order-number {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

body.main-checkout.checkout.confirmation .order-review-intro .order-review-block {
  border-bottom: 1px solid #54565A;
  padding: 18px 0;
  width: 100%;
}

body.main-checkout.checkout.confirmation .order-review-intro .order-review-block h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.30104;
  margin: 12px 0;
}

@media (max-width: 1200px) {
  body.main-checkout.checkout.confirmation .order-review-intro .order-review-block h2 {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.main-checkout.checkout.confirmation .order-review-intro .order-review-block h2 span {
  color: #D54400;
}

body.main-checkout.checkout.confirmation .order-review-intro .order-review-block p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin: 10px 0;
}

body.main-checkout.checkout.confirmation .order-review-intro .order-review-block p#needs-account-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.30104;
  margin: 0 0 20px 0;
  color: #D54400;
}

@media (max-width: 1200px) {
  body.main-checkout.checkout.confirmation .order-review-intro .order-review-block p#needs-account-text {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.main-checkout.checkout.confirmation .confirm-top {
  margin: 40px 0 60px 0;
  width: 100%;
}

body.main-checkout.checkout.confirmation .confirm-top > div:first-of-type {
  margin-right: 5%;
  width: 35%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation .confirm-top > div:first-of-type {
    margin-right: 0;
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type {
  width: 60%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type {
    padding: 5px;
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type > div {
  width: 100%;
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type > div:first-of-type {
  margin-right: 5%;
  width: 45%;
}

@media screen and (max-width: 560px) {
  body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type > div:first-of-type {
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type > div:last-of-type {
  width: 50%;
}

@media screen and (max-width: 560px) {
  body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type > div:last-of-type {
    margin-top: 40px;
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type .content {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  line-height: 18px;
}

body.main-checkout.checkout.confirmation .confirm-top > div:last-of-type .content p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 18px;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals {
  background-color: #252a2f;
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary {
  background-color: #252a2f;
  color: #fff;
  padding: 0;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals {
  background-color: #252a2f;
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals li.grandTotal {
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals li.grandTotal > .add-on-note:before {
  content: "*";
  color: #fff;
  margin-right: -3px;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals li .discount {
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary button.tool-tip {
  display: none;
}

body.main-checkout.checkout.confirmation .confirm-top aside.totals #orderSummary #fourPaySummary {
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top #shopping-cart {
  display: none;
}

body.main-checkout.checkout.confirmation .confirm-top #toggleMerch {
  cursor: text;
}

body.main-checkout.checkout.confirmation .confirm-top #toggleMerch div.h3.f-left, body.main-checkout.checkout.confirmation .confirm-top #toggleMerch h3.f-left, body.main-checkout.checkout.confirmation .confirm-top #toggleMerch div.f-right {
  color: #fff;
}

body.main-checkout.checkout.confirmation .confirm-top #toggleMerch > span {
  display: none !important;
}

body.main-checkout.checkout.confirmation .confirm-top #toggleMerch > div {
  margin-bottom: 5px;
}

body.main-checkout.checkout.confirmation .confirm-top #merchandise {
  display: none !important;
  color: #fff;
}

body.main-checkout.checkout.confirmation #acctForm .col-1 {
  width: 35%;
}

@media screen and (max-width: 730px) {
  body.main-checkout.checkout.confirmation #acctForm .col-1 {
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation #acctForm .col-2 {
  width: 65%;
}

@media screen and (max-width: 730px) {
  body.main-checkout.checkout.confirmation #acctForm .col-2 {
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation #acctForm .fieldset {
  border-top: none;
  padding: 0;
}

body.main-checkout.checkout.confirmation #acctForm .fieldset .form-list {
  padding-left: 0;
}

body.main-checkout.checkout.confirmation #acctForm md-input-container {
  margin-bottom: 10px;
}

body.main-checkout.checkout.confirmation #acctForm md-input-container label {
  top: 0;
}

body.main-checkout.checkout.confirmation #acctForm button {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  max-width: 360px;
  padding: 5px 20px;
}

body.main-checkout.checkout.confirmation #acctForm button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

body.main-checkout.checkout.confirmation #acctForm button:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

body.main-checkout.checkout.confirmation #acctForm #guest-create-acct-list {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 18px;
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}

@media screen and (max-width: 560px) {
  body.main-checkout.checkout.confirmation #acctForm #guest-create-acct-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

body.main-checkout.checkout.confirmation #acctForm #guest-create-acct-list li {
  margin: 5px;
}

body.main-checkout.checkout.confirmation .confirm-cart-table-header {
  border-bottom: 1px solid #54565A;
}

body.main-checkout.checkout.confirmation .confirm-cart-table-header h2 {
  color: #54565A;
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  line-height: inherit;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  body.main-checkout.checkout.confirmation .confirm-cart-table-header h2 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .action-buttons, body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container #cart-tile-bc-spiff {
  display: none !important;
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container #warranty-details-confirm {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 18px;
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .warranty-title-confirm {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 3;
  flex-shrink: 3;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .warranty-title-confirm {
    width: 100%;
    border-bottom: 1px solid #D9D8D6;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .quantity-price-layout {
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .quantity-price-layout .subtotal-block-container {
  width: 200px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .quantity-price-layout .subtotal-block-container {
    width: 100%;
  }
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .warranty-note {
  margin-top: 8px;
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  line-height: 13px;
}

body.main-checkout.checkout.confirmation #cart-table #cart-tiles-container .warranty-note .warranty-note-label {
  color: #D54400;
}

body.main-checkout.checkout.confirmation #confirmation-cart-note {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
  line-height: 15px;
  margin-top: 24px;
  width: 100%;
}

@media print {
  .site-header {
    display: none;
  }
  #footer .general-footer-si .footer-supplemental {
    padding: 0;
  }
  #footer .general-footer-tpi {
    display: none;
  }
  #footer .baseball-footer-container {
    display: none;
  }
  body.checkout.confirmation .print-only {
    display: block;
  }
  body.checkout.confirmation .no-print {
    display: none;
  }
  body.checkout.confirmation .page-title {
    padding-top: 0;
    margin-top: 15px;
  }
  body.checkout.confirmation .confirm-top > div:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  body.checkout.confirmation .confirm-top aside.totals,
body.checkout.confirmation .confirm-top aside.totals #orderSummary #toggleMerch .f-left,
body.checkout.confirmation .confirm-top aside.totals #orderSummary #toggleMerch .f-right,
body.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals,
body.checkout.confirmation .confirm-top aside.totals #orderSummary ul.totals .grandTotal > div,
body.checkout.confirmation .confirm-top aside.totals #orderSummary h4,
body.checkout.confirmation .confirm-top aside.totals #orderSummary ul {
    background-color: #fff;
    color: #54565A;
    padding: 0;
  }
  body.checkout.confirmation .confirm-top > div:last-of-type {
    margin-top: 15px;
    width: 100%;
    display: block;
  }
  body.checkout.confirmation .confirm-top > div:last-of-type > div.layout-column {
    margin-right: 5%;
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  body.checkout.confirmation .confirm-top > div:last-of-type > div.layout-column:last-of-type {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  body.checkout.confirmation #cart-tiles-container {
    padding: 0;
  }
  body.checkout.confirmation #cart-tiles-container .cart-tile {
    box-shadow: none;
    padding: 12px 0;
    border-bottom: 1px solid #54565A;
  }
  body.checkout.confirmation #cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill.in {
    background-color: #008000 !important;
    -webkit-print-color-adjust: exact;
  }
  body.checkout.confirmation #cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill {
    background-color: #FFBA00 !important;
    -webkit-print-color-adjust: exact;
  }
  body.checkout.confirmation #cart-tiles-container .cart-tile .tile-content .cart-tile-info-container .stock-pill.out {
    background-color: #E53935 !important;
    -webkit-print-color-adjust: exact;
  }
  body.checkout.confirmation .cart-tile-img-container .image-banner.red,
body.checkout.confirmation .cart-tile-img-container .image-banner.red:after {
    color: #fff !important;
    background-color: #D50001 !important;
    -webkit-print-color-adjust: exact;
  }
  body.checkout.confirmation .cart-tile-img-container .image-banner.orange,
body.checkout.confirmation .cart-tile-img-container .image-banner.orange:after {
    color: #fff !important;
    background-color: #D54400 !important;
    -webkit-print-color-adjust: exact;
    font-size: 12px !important;
  }
  body.checkout.confirmation .cart-tile-img-container .image-banner.blue,
body.checkout.confirmation .cart-tile-img-container .image-banner.blue:after {
    color: #fff !important;
    background-color: #2A61FF !important;
    -webkit-print-color-adjust: exact;
  }
  body.checkout.confirmation .cart-tile-img-container .image-banner.doorbuster,
body.checkout.confirmation .cart-tile-img-container .image-banner.doorbuster:after {
    color: #fff !important;
    background-color: #019E60 !important;
    -webkit-print-color-adjust: exact;
  }
}

/**
 * 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 */
#ClubBucksApply {
  margin-bottom: 35px;
}

#ClubBucksApply md-checkbox .md-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #54565A;
}

#ClubBucksApply .club-bucks-apply-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  line-height: 21px;
  margin-left: 30px;
}

#ClubBucksApply .club-bucks-apply-text-small {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #54565A;
  line-height: 12px;
  margin-left: 30px;
}

#ClubBucksApply .error-message {
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1.32757;
}

/**
 * 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 */
.main-checkout .club-offer-container.interstitial {
  background: url("/images/clubpitch/camping_illus_v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0;
  min-height: 815px;
  padding: 40px;
  position: relative;
  color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 480px) {
  .main-checkout .club-offer-container.interstitial {
    padding: 40px 24px;
    min-height: 900px;
  }
}

.main-checkout .club-offer-container.interstitial .offer-benefits {
  padding: 0;
  width: 100%;
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div > span {
  font-size: 1.3125rem;
  line-height: 1.30104;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  display: block;
  margin-bottom: 12px;
  text-transform: none;
}

@media (max-width: 1200px) {
  .main-checkout .club-offer-container.interstitial .offer-benefits > div > span {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div > div:not(.button-container) {
  font-size: 1.125rem;
  line-height: 1.26781;
  margin-bottom: 12px;
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 36px 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  background-color: #fff;
  border-radius: 5px;
  color: #54565A;
  margin-right: 16px;
  padding: 6px 24px;
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button:hover {
  background-color: #CA4F25;
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button:hover {
  background-color: #eee;
}

@media screen and (max-width: 1060px) {
  .main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 960px) {
  .main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    line-height: 32px;
  }
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button:last-of-type {
  background-color: transparent;
  border: #54565b 2px solid;
  color: #D54400;
  font-family: 'figtreeBold', 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;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-right: 0;
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button:last-of-type:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.main-checkout .club-offer-container.interstitial .offer-benefits > div .button-container > button:last-of-type:focus {
  background-color: #D54400;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  align-items: flex-start;
  width: 100%;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] > div[flex-grow] {
  font-size: 1rem;
  line-height: 1.32757;
  width: 100%;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] > ul[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: disc;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] > ul[flex-container] > li.marker {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  margin: 8px 0 8px 20px;
  position: relative;
  text-align: left;
  list-style: none;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  width: 100%;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] button.hyperlink-button {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  background-color: transparent;
  color: #D54400;
  margin-bottom: 48px;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}

.main-checkout .club-offer-container.interstitial > div[flex-container] .disclaimer {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  position: absolute;
  display: block;
  bottom: 40px;
  left: 40px;
}

@media screen and (max-width: 480px) {
  .main-checkout .club-offer-container.interstitial > div[flex-container] .disclaimer {
    bottom: 20px;
    left: 20px;
  }
}

.main-checkout .club-exclusive-container.interstitial {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.main-checkout .club-exclusive-container.interstitial h1 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #54565A;
}

.main-checkout .club-exclusive-container.interstitial h2 {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
  margin: 24px 0;
}

.main-checkout .club-exclusive-container.interstitial .exclusive-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.main-checkout .club-exclusive-container.interstitial .exclusive-item img {
  width: 184px;
  margin-right: 32px;
}

.main-checkout .club-exclusive-container.interstitial .exclusive-item .club-exclusives-title {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

.main-checkout .club-exclusive-container.interstitial .exclusive-item .club-exclusives-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #D54400;
}

.main-checkout .club-exclusive-container.interstitial .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 36px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .main-checkout .club-exclusive-container.interstitial .button-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.main-checkout .club-exclusive-container.interstitial .button-container > button {
  flex: 1;
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  background-color: #252a2f;
  border-radius: 5px;
  color: #fff;
  margin-right: 32px;
  padding: 12px 24px;
}

.main-checkout .club-exclusive-container.interstitial .button-container > button:hover {
  background-color: #CA4F25;
}

.main-checkout .club-exclusive-container.interstitial .button-container > button:hover {
  background-color: #353E46;
}

@media screen and (max-width: 960px) {
  .main-checkout .club-exclusive-container.interstitial .button-container > button {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
}

.main-checkout .club-exclusive-container.interstitial .button-container > button:last-of-type {
  background-color: transparent;
  border: #54565b 2px solid;
  color: #D54400;
  font-family: 'figtreeBold', 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: #000;
  margin-right: 0;
}

.main-checkout .club-exclusive-container.interstitial .button-container > button:last-of-type:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media screen and (max-width: 1400px) {
  .main-checkout .club-exclusive-container.interstitial .button-container > button:last-of-type {
    padding: 16px 8px;
  }
}

.main-checkout .club-exclusive-container.interstitial #offerNeedDecision {
  color: #F0283C;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.main-checkout .club-exclusive-container.interstitial #clubLogo {
  margin: 32px 0 12px 0;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "figtree", helvetica, arial, sans-serif;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] > div[flex-grow] {
  font-size: 1rem;
  line-height: 1.32757;
  width: 100%;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] > ul[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: disc;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] > ul[flex-container] > li.marker {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.29506;
  margin: 6px 0 6px 20px;
  position: relative;
  text-align: left;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] h3 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  font-size: 0.875rem;
  line-height: 1.41473;
  border-bottom: 1px solid #54565A;
  text-transform: uppercase;
  width: 100%;
}

.main-checkout .club-exclusive-container.interstitial > div[flex-container] .disclaimer {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  color: #54565A;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin-top: 40px;
}

@media screen and (max-width: 320px) {
  .main-checkout .club-exclusive-container.interstitial > div[flex-container] {
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .main-checkout .club-offer-container.interstitial {
    min-height: 1000px;
  }
}

/**
 * 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.main-checkout.checkout {
  max-width: none;
  background-color: #F0F0F0;
  margin: 0 auto 40px;
  max-width: 1440px;
  padding: 0 5.5%;
  width: 100%;
  left: 0;
  right: 1%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #main.main {
    width: 100%;
  }
}

body.main-checkout.checkout h2.h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
  line-height: normal;
  margin-bottom: 20px;
}

body.main-checkout.checkout div.h3,
body.main-checkout.checkout h3.h3 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #54565A;
  margin-bottom: 0;
  text-transform: none;
}

@media (max-width: 1200px) {
  body.main-checkout.checkout div.h3,
body.main-checkout.checkout h3.h3 {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

body.main-checkout.checkout h4.h4 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #54565A;
  margin: 10px 0;
  text-transform: none;
}

body.main-checkout.checkout .site-header {
  position: relative;
  background-color: #F0F0F0;
  box-shadow: none;
  width: 100%;
  z-index: 9998;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header {
    height: unset;
    max-height: unset;
    margin: 0;
  }
}

body.main-checkout.checkout .site-header .nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 1400px;
  padding: 16px 16px 0px;
  height: unset;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header .nav-container {
    padding: 0;
  }
  body.main-checkout.checkout .site-header .nav-container.shadow {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
  }
}

body.main-checkout.checkout .site-header .nav-container > div {
  -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;
}

body.main-checkout.checkout .site-header .nav-container > div a.logo {
  width: 30%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header .nav-container > div a.logo {
    width: 75%;
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header .nav-container > div a.logo img {
    width: 100%;
  }
}

body.main-checkout.checkout .site-header .nav-container > div .help-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #54565A;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header .nav-container > div .help-text {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.41473;
    line-height: unset;
  }
}

body.main-checkout.checkout .site-header .nav-container > div .help-text a {
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-left: 5px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout .site-header .nav-container > div .help-text a {
    font-size: 0.875rem;
    line-height: 1.41473;
    margin-left: 0;
  }
}

body.main-checkout.checkout .site-header .nav-container .confirmation-signout-btn {
  margin-left: 10px;
  margin-right: 0;
  line-height: 32px;
}

@media screen and (max-width: 320px) {
  body.main-checkout.checkout .site-header .nav-container .confirmation-signout-btn {
    line-height: unset;
  }
}

body.main-checkout.checkout #checkout-wrapper {
  padding-bottom: 20px;
}

body.main-checkout.checkout #checkout-wrapper .flex-container {
  position: relative;
}

body.main-checkout.checkout #checkout-wrapper .flex-container button {
  border-radius: 4px;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container {
  align-self: flex-start;
  margin: 0;
  margin-right: 2%;
  max-width: none;
  position: relative;
  width: 68%;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container.hiddenstep {
  margin: 0 auto !important;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > .container {
    width: 100%;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container h2.h2 {
  margin-bottom: 20px;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container .message-block {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #F0283C;
  margin: 10px 0;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps {
  position: relative;
  color: #fff;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme {
  color: #fff;
  flex-grow: 1;
  margin: 0;
  width: 110px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme {
    height: 30px;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme md-select-value {
  background-color: #006EB3;
  border-bottom-color: #006EB3;
  border-bottom-width: none !important;
  border-bottom-style: none !important;
  border-radius: 4px 0 0 0;
  min-height: 0;
  min-width: 0;
  padding-left: 16px;
  font-size: 0.875rem;
  line-height: 1.41473;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme md-select-value {
    border-radius: 4px 4px 0 0;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme md-select-value.md-select-placeholder {
  color: #fff !important;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme md-select-value span:not(.md-select-icon) {
  text-overflow: clip;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme .md-select-icon {
  color: #fff;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme .md-text {
  color: #fff;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress h1 {
  flex-grow: 1;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  background-color: #035BA3;
  padding: 10px;
  border-radius: 0 4px 0 0;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > .container #checkout-steps .step-progress h1 {
    border-radius: 0;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside {
  position: relative;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 30%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > aside {
    display: none;
  }
  body.main-checkout.checkout #checkout-wrapper .flex-container > aside .flex-container {
    flex-direction: row;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper {
  max-width: 385px;
  width: 100%;
  position: absolute;
  z-index: 999;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper {
    display: none;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper #step-btn {
  /*background-color: #eee;*/
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper #step-btn .md-button {
  /*background: $baseballRed;*/
  margin: 0;
  padding: 0 20px;
  min-height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 90%;
  /*                            &:hover {
                                background-color: #E02F39;
                            }*/
  /*                            img {
                                margin-left: 4px;
                            }*/
  /*                            @include max-small-desktop {
                                .next-step-button-text {
                                    display: none;
                                }
                            }*/
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .checkout-grad-bottom {
  max-width: 385px;
  width: 100%;
  position: absolute;
  height: 18px;
  top: 80px;
  background-image: -webkit-linear-gradient(bottom, #eee, transparent);
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image: -moz-linear-gradient(to bottom, #eee, transparent);
  /* For Firefox (3.6 to 15) */
  background-image: -o-linear-gradient(to bottom, #eee, transparent);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #eee, transparent);
  z-index: 999;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container > aside .checkout-grad-bottom {
    display: none;
  }
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside #checkout-template-container {
  margin-top: 100px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside #checkout-template-container h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout #checkout-wrapper .flex-container {
    flex-direction: column;
  }
}

body.main-checkout.checkout .checkout-tile {
  background-color: #fff;
  margin-bottom: 28px;
}

body.main-checkout.checkout .checkout-tile .flex-container {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.26781;
}

body.main-checkout.checkout .checkout-tile .flex-container > h3, body.main-checkout.checkout .checkout-tile .flex-container > .link {
  -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;
  font-size: 1rem;
  line-height: 1.32757;
}

body.main-checkout.checkout .checkout-tile .flex-container > .link {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.41473;
}

body.main-checkout.checkout .checkout-tile > div, body.main-checkout.checkout .checkout-tile > ul > li {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

body.main-checkout.checkout.buyers-landing #checkout-wrapper, body.main-checkout.checkout.read-only-cart #checkout-wrapper {
  padding: 120px 5px 25px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.buyers-landing #checkout-wrapper, body.main-checkout.checkout.read-only-cart #checkout-wrapper {
    padding: 95px 0 25px;
  }
}

body.main-checkout.checkout.buyers-landing #checkout-wrapper .flex-container > .main.container, body.main-checkout.checkout.read-only-cart #checkout-wrapper .flex-container > .main.container {
  margin: 0;
  width: 100%;
  /* club pitch page .main.container needs to be full width (aside doesn't show) */
}

body.main-checkout.checkout .note-container {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  border-top: 1px solid #BABABA;
  color: #54565A;
  padding: 25px 8px;
}

body.main-checkout.checkout .note-container > div {
  margin-bottom: 8px;
}

body.main-checkout.checkout md-dialog.md-sg-material-theme.md-gun-restrictions-modal button.md-button.md-sg-material-theme {
  /* 2 buttons on this screen */
}

@media screen and (max-width: 768px) {
  body.main-checkout.checkout md-dialog.md-sg-material-theme.md-gun-restrictions-modal button.md-button.md-sg-material-theme {
    margin-bottom: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  body.main-checkout.checkout md-dialog.md-sg-material-theme.md-gwp-member-only-modal .buttons-set button:first-of-type {
    margin-bottom: 5px;
  }
}

body.main-checkout.checkout footer {
  margin-top: 35px;
}

@media screen and (max-width: 480px) {
  body.main-checkout.checkout #footer.container {
    margin-bottom: 35px;
  }
}

body.main-checkout.checkout.softball {
  background-color: #fff;
}

body.main-checkout.checkout.softball #checkout-wrapper .flex-container > .container #checkout-steps .step-progress md-select.md-sg-material-theme md-select-value {
  background-color: #45ABA6;
  border-bottom-color: #45ABA6;
}

body.main-checkout.checkout.softball #checkout-wrapper .flex-container > .container #checkout-steps .step-progress h1 {
  background-color: #2B8E89;
}

body.main-checkout.checkout.checkout-method {
  background-color: #fff;
  max-width: none;
  padding: 0;
}

body.main-checkout.checkout.checkout-method .site-header {
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method .site-header {
    height: 80px;
    max-height: 80px;
    margin: 0;
    box-shadow: none;
  }
}

body.main-checkout.checkout.checkout-method .site-header .nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  align-items: center;
  max-width: 1400px;
  padding: 5px;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method .site-header .nav-container {
    height: 50px;
    max-height: 50px;
  }
  body.main-checkout.checkout.checkout-method .site-header .nav-container.shadow {
    box-shadow: none;
  }
}

body.main-checkout.checkout.checkout-method .site-header .nav-container > div {
  -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;
}

body.main-checkout.checkout.checkout-method .site-header .nav-container > div:last-of-type {
  text-align: right;
}

body.main-checkout.checkout.checkout-method .site-header .nav-container > div a.logo {
  display: inline-block;
  padding-top: 12px;
  height: 60px;
  width: 150px;
}

@media screen and (max-width: 480px) {
  body.main-checkout.checkout.checkout-method .site-header .nav-container > div a.logo {
    height: 30px;
    margin-bottom: 8px;
    padding-top: 0;
  }
}

body.main-checkout.checkout.checkout-method .site-header .nav-container > div .help-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method .site-header .nav-container > div .help-text, body.main-checkout.checkout.checkout-method .site-header .nav-container > div nobr > a {
    font-size: 0.875rem;
    line-height: 1.41473;
  }
}

body.main-checkout.checkout.checkout-method .site-header .nav-container .confirmation-signout-btn {
  margin-left: 10px;
  margin-right: 0;
  line-height: 32px;
}

body.main-checkout.checkout.checkout-method #checkout-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 5px 50px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method #checkout-wrapper {
    padding: 0px 5px 25px;
  }
}

body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container {
  position: relative;
}

body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > .container {
  align-self: flex-start;
  margin: 0;
  margin-right: 2%;
  max-width: none;
  position: relative;
  width: 70%;
}

body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > .container h2.h2 {
  margin-bottom: 25px;
}

body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > .container .message-block {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #F0283C;
  margin: 10px 0;
}

body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > aside {
  align-self: flex-start;
  width: 28%;
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > aside {
    width: 100%;
  }
  body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container > aside .flex-container {
    flex-direction: row;
  }
}

@media screen and (max-width: 960px) {
  body.main-checkout.checkout.checkout-method #checkout-wrapper .flex-container {
    flex-direction: column;
  }
}

body.ios-kb-fix #checkout-wrapper {
  padding: 40px 5px 25px;
}

.link {
  font-size: 1rem;
  line-height: 1.32757;
  color: #2A61FF;
  text-decoration: underline;
}

body.ios-kb-fix #stickyFooter {
  position: relative !important;
}

md-dialog.md-sg-material-theme.order-summary-modal {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}

md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme,
md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme.md-accent {
  height: 0;
  min-height: 0;
  background-color: #fff;
}

md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme div.md-toolbar-tools,
md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme.md-accent div.md-toolbar-tools {
  height: 0;
  max-height: 0;
}

md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme div.md-toolbar-tools button.md-icon-button,
md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme.md-accent div.md-toolbar-tools button.md-icon-button {
  top: 0;
  right: 9px;
  background-color: #D9D8D6;
}

md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme div.md-toolbar-tools button.md-icon-button md-icon.md-sg-material-theme,
md-dialog.md-sg-material-theme.order-summary-modal md-toolbar.md-sg-material-theme.md-accent div.md-toolbar-tools button.md-icon-button md-icon.md-sg-material-theme {
  color: #000;
  fill: #000;
}

md-dialog.md-sg-material-theme.order-summary-modal #checkout-template-container h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

@media screen and (max-width: 960px) {
  md-dialog.md-sg-material-theme.order-summary-modal #checkout-template-container {
    padding-bottom: 65px;
  }
}

#stickyFooter {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999;
  left: 0;
}

#stickyFooter .sticky-footer-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
}

#stickyFooter .sticky-footer-buttons button.footer-next-button.md-button.md-sg-material-theme {
  padding: 10px 15px;
  max-width: 230px;
  width: 100%;
  /*background: $baseballRed !important;*/
  /*            &:hover {
                background-color: $baseballBtnHover;
            }*/
  /*
            img {
                display: inline-block;
                vertical-align: middle;
                float: right;

                @include max-large-phone {
                    display: none;
                }
            }

            @include max-large-phone {
                justify-content: center;
            }*/
}

#stickyFooter .sticky-footer-buttons button.footer-next-button.md-button.md-sg-material-theme span {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-top: 2px;
  white-space: normal;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme {
  padding: 10px 25px;
  margin: 8px 10px 8px 5px;
}

@media screen and (max-width: 960px) {
  #stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  #stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme {
    font-size: 0.875rem;
    line-height: 1.41473;
    padding: 8px;
  }
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.inlineLoadingShowing {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#stickyFooter .sticky-footer-buttons button.footer-next-button.other-payment {
  justify-content: center;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details {
  /*background-color: $charcoal;*/
  font-size: 0.6875rem;
  line-height: 1.66773;
  padding: 8px;
  line-height: 16px;
  margin: 8px 5px 8px 10px;
  max-width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-details-div,
#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-totals-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-details-button-text {
  white-space: normal;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-details-button-img-open {
  align-self: flex-start;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-details-button-img-close {
  align-self: flex-end;
}

#stickyFooter .sticky-footer-buttons button.md-button.md-sg-material-theme.sticky-footer-order-details .order-details-button-img-close img {
  transform: rotate(180deg);
}

#stickyFooter .inlineLoading {
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

#stickyFooter .inlineLoading md-progress-circular.md-sg-material-theme {
  margin: 0 auto;
}

#stickyFooter .inlineLoading md-progress-circular.md-sg-material-theme path {
  stroke: #fff;
}

.feedbackMessages {
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  padding: 16px;
  border-radius: 4px;
}

.feedbackMessages > p {
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.54756;
}

.feedbackMessages > p:last-of-type {
  margin-bottom: 0;
}

.input-message-block {
  font-size: 0.75rem;
  line-height: 1.54756;
  margin-top: 5px;
}

.error-message {
  color: #F0283C;
}

md-radio-button.md-sg-material-theme .md-on {
  background-color: #FB3540 !important;
}

md-checkbox.md-sg-material-theme {
  margin-bottom: 0;
}

md-checkbox.md-sg-material-theme.md-checked .md-container .md-icon {
  background-color: #FB3540 !important;
  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 */
.checkout-tile.order-summary {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  position: relative;
}

.checkout-tile.order-summary #merch-total {
  margin-bottom: 10px;
}

.checkout-tile.order-summary #merch-total > div {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

.checkout-tile.order-summary > div ul.merchandise {
  margin-bottom: 25px;
  padding-left: 10px;
}

.checkout-tile.order-summary > div ul.merchandise li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
}

.checkout-tile.order-summary > div ul.merchandise li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 1.3em;
  align-items: flex-start;
  width: 100%;
}

.checkout-tile.order-summary > div ul.merchandise li > div > .link {
  font-size: 0.875rem;
  line-height: 1.41473;
  display: block;
}

.checkout-tile.order-summary > div ul.merchandise li > div > img {
  width: 60px;
  font-size: 0.6875rem;
  line-height: 1.66773;
}

.checkout-tile.order-summary > div ul.merchandise li > div .item-data {
  margin-left: 10px;
  width: 100%;
}

.checkout-tile.order-summary > div ul.merchandise li > div .item-details {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
}

.checkout-tile.order-summary > div ul.merchandise li > div .item-details.item-name,
.checkout-tile.order-summary > div ul.merchandise li > div .item-details.item-price {
  font-weight: bold;
}

.checkout-tile.order-summary > div ul.merchandise li .gloveService {
  margin-top: 10px;
}

.checkout-tile.order-summary > div ul.totals {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  padding: 0;
  background-color: #fff;
}

.checkout-tile.order-summary > div ul.totals li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.checkout-tile.order-summary > div ul.totals li.grandTotal {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
}

.checkout-tile.order-summary > div ul.totals li .discount {
  /*color: $orange;*/
}

.checkout-tile.order-summary > div #shopping-cart {
  border-top: 1px solid #D9D8D6;
  border-bottom: 1px solid #D9D8D6;
  padding-top: 24px;
}

.checkout-tile.order-summary > div #shopping-cart #shopping-cart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-tile.order-summary > div #shopping-cart #shopping-cart-header a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

body.main-checkout .checkout-tile.order-summary {
  /*    .membersSaved {
        padding: 0 15px 15px;
        text-align: center;

        > div {
            @include font-family("figtreeBold");
            @include rfs(17);
            background-color: $white;
            box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
            color: $orange;
            padding: 15px;
        }
    }*/
}

body.main-checkout .checkout-tile.order-summary .non-member {
  font-size: 0.9375rem;
  line-height: 1.3668;
  margin-right: 5px;
  text-decoration: line-through;
}

body.main-checkout .checkout-tile.order-summary .full-price {
  font-size: 0.9375rem;
  line-height: 1.3668;
  margin-right: 5px;
  text-decoration: line-through;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip thead {
  display: none;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr {
  border-top: 1px solid #888888;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr td {
  padding: 0 3px;
  min-width: 35px;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr td:nth-of-type(2),
body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr td:nth-of-type(3),
body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr td:nth-of-type(4) {
  text-align: right;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr:first-of-type,
body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody:nth-last-child(2) {
  border-top: none;
}

body.main-checkout .checkout-tile.order-summary #shipCouponTip tbody tr:last-of-type {
  border-top: 1px solid #fff;
}

/**
 * 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 .payment-review.checkout {
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

body .payment-review.checkout .form-container {
  padding: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  body .payment-review.checkout .form-container {
    padding: 24px 10px 0 10px;
  }
}

body .payment-review.checkout #paymentOptions {
  margin-bottom: 35px;
}

body .payment-review.checkout #paymentOptions > md-radio-group md-radio-button .md-label {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

body .payment-review.checkout #paymentOptions > md-radio-group > div[layout] md-radio-button .md-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
}

@media screen and (max-width: 560px) {
  body .payment-review.checkout #paymentOptions .ccexp {
    flex-direction: column;
  }
}

body .payment-review.checkout #paymentOptions #cardDetails {
  padding: 20px 0 0 30px;
}

body .payment-review.checkout #paymentOptions #cardDetails md-radio-group md-radio-button {
  display: inline-block;
  vertical-align: middle;
}

body .payment-review.checkout #paymentOptions #cardDetails md-radio-group .link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 16px;
  margin-left: 10px;
}

body .payment-review.checkout #paymentOptions #cardDetails md-radio-group md-input-container {
  margin-left: 20px;
}

body .payment-review.checkout #paymentOptions #cardDetails .card-logo {
  position: absolute;
  right: 10px;
  top: 8px;
}

body .payment-review.checkout #paymentOptions #cardDetails .card-logo > img {
  width: 50px;
}

body .payment-review.checkout #paymentOptions #cardDetails .card-logo > img.star-card {
  width: 30px;
}

body .payment-review.checkout #paymentOptions #paypal-container #paypal-button, body .payment-review.checkout #paymentOptions #paypal-container > md-input-container {
  margin-left: 20px;
}

body .payment-review.checkout #paymentOptions #paypal-restricted {
  margin-top: 0;
}

body .payment-review.checkout #paymentOptions #sezzle-container #sezzle-button, body .payment-review.checkout #paymentOptions #sezzle-container > md-input-container {
  margin-left: 20px;
}

body .payment-review.checkout #paymentOptions #entered-card {
  margin-left: 20px;
}

body .payment-review.checkout #paymentOptions .md-save-box {
  margin-top: 20px;
  margin-bottom: 0px;
}

body .payment-review.checkout #paymentOptions md-radio-button.md-sg-material-theme[disabled] > * {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

body .payment-review.checkout #paymentOptions #paypal-account-display,
body .payment-review.checkout #paymentOptions #sezzle-account-display,
body .payment-review.checkout #paymentOptions #entered-card {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  text-transform: none;
}

body .payment-review.checkout #paymentOptions #paypal-account-display .link,
body .payment-review.checkout #paymentOptions #sezzle-account-display .link,
body .payment-review.checkout #paymentOptions #entered-card .link {
  font-size: 1rem;
  line-height: 1.32757;
}

body .payment-review.checkout #paymentOptions .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

body .payment-review.checkout #paymentOptions [class*="checkout-experience_card"] {
  border: none;
  padding: 0px 10px;
}

body .payment-review.checkout #paymentOptions [class*="checkout-experience_card"] [class*="place-order_wrapper"] {
  display: none;
}

body .payment-review.checkout #paymentOptions [class*="checkout-experience_card"] [class*="radio-button_radioButtonLabel"] > label {
  display: none;
}

body .payment-review.checkout #paymentOptions #apply-chase-div {
  width: 100%;
  height: 35px;
}

body .payment-review.checkout #paymentOptions #apply-chase-div #apply-card-btn {
  float: right;
}

body .payment-review.checkout #paymentOptions #chase-error {
  color: red;
}

body .payment-review.checkout #apply-chase-error {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #bf123d;
  display: none;
  width: 100%;
  text-align: right;
  /*        border: 1px solid #bf123d;
        border-radius: 4px;*/
  padding: 4px;
}

body .payment-review.checkout #apply-chase-error .error-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("/images/info_icon_20.svg") no-repeat;
}

body .payment-review.checkout #fourPay {
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 35px;
}

body .payment-review.checkout #fourPay > div > h3 {
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #54565A;
  margin-left: 35px;
  padding: 3px 10px;
  position: relative;
  text-transform: none;
}

@media (max-width: 1200px) {
  body .payment-review.checkout #fourPay > div > h3 {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

body .payment-review.checkout #fourPay > div > h3:before {
  content: "";
  background-size: cover;
  background-image: url(/images/club/4payicon.svg);
  background-repeat: no-repeat;
  height: 35px;
  left: -35px;
  position: absolute;
  top: 0;
  width: 35px;
}

body .payment-review.checkout #fourPay > div > p {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  margin-bottom: 5px;
}

body .payment-review.checkout #fourPay > div > div {
  margin-bottom: 10px;
}

body .payment-review.checkout #fourPay > md-input-container {
  max-width: none;
}

body .payment-review.checkout #fourPay > md-input-container md-checkbox div.md-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

body .payment-review.checkout #orderOptions {
  border-top: 1px solid #BABABA;
  padding-top: 25px;
  /*        #roundUpContainer {
            background-color: #F5F5F5;
            padding: 20px;
            border: 1px solid $lightGray;
            border-radius: 7px;
            margin-bottom: 35px;

            h3 {
                @include font-family('figtreeBold');
                @include rfs(16);
                margin-bottom: 8px;
            }

            p {
                @include font-family('figtree');
                @include rfs(12);
                color: $darkGray;
                margin-bottom: 20px;

                button {
                    background-color: unset;
                    padding: unset;
                    text-transform: unset;
                    vertical-align: unset;
                    font-family: figtree,helvetica,arial,sans-serif;
                    color: #2a61ff;
                    text-decoration: underline;
                }
            }

            #roundUpBtnContainer {
                flex-wrap: wrap;
                justify-content: space-between;

                @media screen and (max-width: 1160px) {
                    .zero {
                        flex-basis: 100%
                    }
                }

                @include max-large-fablet {
                    justify-content: flex-start;

                    .first {
                        flex-basis: 36%;
                    }

                    .second {
                        flex-basis: 36%;
                    }
                }

                md-radio-button {

                    @media screen and (max-width: 1160px) {
                        margin-bottom: 10px;
                    }

                    &.md-sg-material-theme {
                        .md-off {
                            top: 2px;
                            left: 2px;
                            width: 15px;
                            height: 15px;
                            border-width: 1px;
                        }

                        .md-on {
                            background-color: $blue !important;
                            top: 2px;
                            left: 2px;
                            width: 15px;
                            height: 15px;
                        }

                        .md-label {
                            margin-left: 25px;
                        }
                    }
                }
            }
        }

*/
}

body .payment-review.checkout #orderOptions md-input-container {
  max-width: none;
}

body .payment-review.checkout #orderOptions md-input-container input, body .payment-review.checkout #orderOptions md-input-container .md-char-counter {
  max-width: 400px;
}

body .payment-review.checkout #orderOptions md-input-container md-checkbox div.md-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
}

body .payment-review.checkout #orderOptions md-input-container > div:not(.md-errors-spacer) {
  font-size: 0.75rem;
  line-height: 1.54756;
  margin-left: 30px;
}

@media screen and (max-width: 480px) {
  body .payment-review.checkout #orderOptions md-input-container > div:not(.md-errors-spacer) {
    width: 94%;
  }
}

@media screen and (max-width: 480px) {
  body .payment-review.checkout #orderOptions .indented md-input-container {
    width: 90%;
  }
}

body .payment-review.checkout #orderOptions .indented md-input-container:not(:first-of-type) {
  margin-left: 30px;
}

body .payment-review.checkout #orderOptions .indented md-input-container:not(:first-of-type) div.md-label {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #54565A;
  width: 94%;
}

body .payment-review.checkout #orderOptions .indented md-input-container div[ng-messages] {
  margin-left: 0;
}

body .payment-review.checkout #orderOptions .indented md-input-container .disabled {
  opacity: .5;
}

body .payment-review.checkout #orderOptions .indented md-input-container .disabled .md-label {
  text-decoration: none;
}

body .payment-review.checkout #submitPayment {
  height: 80px;
  margin-top: 32px;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper #step-btn button.last-step-button {
  max-width: 332px;
  width: 100%;
  padding: 0 16px;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper #step-btn button.last-step-button span {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-top: 2px;
  white-space: normal;
}

body.main-checkout.checkout #checkout-wrapper .flex-container > aside .step-button-wrapper #step-btn button.last-step-button img {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content {
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  padding: 20px;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container],
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container] {
  margin-bottom: 10px;
  width: 100%;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container] > div:first-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container] > div:first-of-type {
  width: 35%;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container] > div:last-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container] > div:last-of-type {
  width: auto;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container] img,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container] img {
  margin-left: 5px;
  width: 50px;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container] img.star-card,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container] img.star-card {
  width: 30px;
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons {
  width: 100%;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div {
    margin-bottom: 10px;
  }
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div:first-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div:first-of-type {
  text-align: left;
  width: 75%;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div:first-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div:first-of-type {
    text-align: center;
    width: 100%;
  }
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div:last-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div:last-of-type {
  text-align: right;
  width: 25%;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div:last-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div:last-of-type {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}

md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div > button:first-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div > button:first-of-type {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  md-dialog.md-sg-material-theme.edit-card md-dialog-content div[flex-container].form-buttons > div > button:first-of-type,
md-dialog.md-sg-material-theme.payplan-consent-modal md-dialog-content div[flex-container].form-buttons > div > button:first-of-type {
    margin-bottom: 10px;
  }
}

body.checkout md-dialog.md-sg-material-theme.payplan-consent-modal .form-buttons .link {
  margin-left: 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 */
#paypal-container > div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin: 10px 0;
  text-transform: uppercase;
}

#paypal-result .control .input-box, #paypal-result .control label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

#paypal-account-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#paypal-account-display > div {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#paypal-account-display > div:last-of-type {
  margin-left: 15px;
}

#paypal-account-display > div span {
  display: block;
}

#paypal-account-display {
  margin-bottom: 10px;
}

#paypal-restricted {
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  #paypal-restricted {
    align-items: flex-start;
    flex-direction: column;
  }
}

#paypal-restricted > div:last-of-type {
  max-width: 350px;
}

@media screen and (max-width: 680px) {
  #paypal-restricted > div:last-of-type {
    margin-left: 0;
  }
}

#paypal-messages {
  color: #AC162C;
}

.shopping-cart #paypal-container #paypal-button > div .zoid-outlet, .checkout-login #paypal-container #paypal-button > div .zoid-outlet, .checkoutlogin-body #paypal-container #paypal-button > div .zoid-outlet {
  width: 100%;
  z-index: 8;
  /* needs to be less than the .nav-cover (9) */
}

.shopping-cart #paypal-restricted {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0px;
  margin: 10px 0;
}

.shopping-cart #paypal-restricted > div {
  padding-left: 0;
  width: 100%;
}

.shopping-cart #paypal-restricted > div > img {
  margin-top: 3px;
  max-height: 35px;
  padding: 7px 0;
}

.shopping-cart #paypal-restricted > div:first-of-type {
  background-color: #ac9867;
  margin: 5px 0;
  text-align: center;
}

.shopping-cart #paypal-restricted > div:last-of-type {
  margin-left: 0;
}

.checkout-login #paypal-container, .checkoutlogin-body #paypal-container, .payment-review #paypal-container {
  max-width: 300px;
}

.checkout-login #paypal-restricted, .checkoutlogin-body #paypal-restricted, .payment-review #paypal-restricted {
  max-width: 300px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .checkout-login #paypal-restricted, .checkoutlogin-body #paypal-restricted, .payment-review #paypal-restricted {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

.checkout-login #paypal-restricted #paypal-restricted-buttons, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons, .payment-review #paypal-restricted #paypal-restricted-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.checkout-login #paypal-restricted #paypal-restricted-buttons > div, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons > div, .payment-review #paypal-restricted #paypal-restricted-buttons > div {
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
  width: 50%;
}

.checkout-login #paypal-restricted #paypal-restricted-buttons #paypal-restricted2, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons #paypal-restricted2, .payment-review #paypal-restricted #paypal-restricted-buttons #paypal-restricted2 {
  background-color: #ac9867;
}

.checkout-login #paypal-restricted #paypal-restricted-buttons #paypal-restricted2 img, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons #paypal-restricted2 img, .payment-review #paypal-restricted #paypal-restricted-buttons #paypal-restricted2 img {
  max-height: 28px;
  padding-top: 7px;
  margin: 4px 0 6px 0;
}

.checkout-login #paypal-restricted #paypal-restricted-buttons #paypal-restricted3, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons #paypal-restricted3, .payment-review #paypal-restricted #paypal-restricted-buttons #paypal-restricted3 {
  background-color: #52668A;
}

.checkout-login #paypal-restricted #paypal-restricted-buttons #paypal-restricted3 img, .checkoutlogin-body #paypal-restricted #paypal-restricted-buttons #paypal-restricted3 img, .payment-review #paypal-restricted #paypal-restricted-buttons #paypal-restricted3 img {
  max-height: 28px;
  padding-top: 7px;
  margin: 4px 0 6px 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 */
md-dialog#roundUpModal.md-sg-material-theme {
  width: 340px;
}

md-dialog#roundUpModal.md-sg-material-theme md-toolbar.md-sg-material-theme.md-accent {
  height: auto;
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools {
  background-color: #252a2f;
  padding: 50px;
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  margin-right: 35px;
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header img {
  width: 70px;
  margin-right: 10px;
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header .verticalLine {
  border-left: thick solid #fff;
  padding-left: 10px;
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header .verticalLine h1 {
  font-size: 1.625rem;
  line-height: 1.37886;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: white;
  line-height: unset;
}

@media (max-width: 1200px) {
  md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header .verticalLine h1 {
    font-size: calc(1.2875rem + 0.45vw) ;
    line-height: 1.23649;
  }
}

md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header .verticalLine div {
  font-size: 1rem;
  line-height: 1.32757;
  color: #D54400;
  line-height: unset;
}

@media screen and (max-width: 730px) {
  md-dialog#roundUpModal.md-sg-material-theme .md-toolbar-tools #header .verticalLine div {
    font-size: 0.875rem;
    line-height: 1.41473;
    line-height: unset;
  }
}

/**
 * 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 */
.sezzle-pay-later-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sezzle-pay-later-display .sezzle-image-full {
  height: 26px;
}

.sezzle-pay-later-display span {
  margin: 0px 0px 0px 8px;
}

.sezzle-pay-later-display span .sezzle-payments {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "figtree", helvetica, arial, sans-serif;
}

.bc-4pay-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bc-4pay-display .bc-4pay-image-full {
  height: 26px;
}

.bc-4pay-display span {
  margin: 0px 0px 0px 8px;
}

.bc-4pay-display span .sezzle-payments {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3668;
  font-family: "figtree", helvetica, arial, sans-serif;
}

#sezzle-bc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -15px 5px 20px 30px;
  max-width: 390px;
}

#sezzle-bc-container .sezzle-image-powered {
  height: 18px;
  vertical-align: middle;
}

#sezzle-bc-container .offer-link {
  margin-top: 5px;
}

#sezzle-bc-container p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  margin-top: 10px;
  color: #D54400;
}

#sezzle-bc-container .link {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
}

#sezzle-pl-container, #sezzle-gcmsg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -10px 5px 20px 30px;
  max-width: 390px;
}

#sezzle-pl-container p, #sezzle-gcmsg-container p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
  margin-top: 20px;
  color: #D54400;
}

#sezzle-pl-container p span.bold, #sezzle-gcmsg-container p span.bold {
  font-weight: bold;
}

#sezzle-pl-container p .link, #sezzle-gcmsg-container p .link {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 15px;
}

.sezzle-pymt {
  font-weight: bold;
  margin-right: -3px;
}

@media screen and (max-width: 730px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal md-toolbar.md-sg-material-theme.md-accent,
body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .md-toolbar-tools {
    height: 65px;
    max-height: 65px;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal md-toolbar.md-sg-material-theme.md-accent {
  background-color: #D54400 !important;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal md-toolbar.md-sg-material-theme.md-accent h1 {
  line-height: 20px;
  text-align: center;
  width: 90%;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal md-dialog-content {
  max-width: 800px;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .bc-join-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 730px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .bc-join-actions {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .bc-join-actions .md-button {
  margin: 0 5px !important;
  padding: 10px 25px !important;
  min-width: 300px !important;
}

@media screen and (max-width: 730px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .bc-join-actions .md-button {
    margin: 5px 0 !important;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .bc-join-actions .cancelBtn {
  background-color: #fff !important;
  color: #D54400 !important;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container {
  background-color: #fff;
  color: #54565A;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  text-align: center;
  width: 100%;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div.intro-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.30104;
  padding: 16px 10%;
}

@media (max-width: 1200px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div.intro-text {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[layout="row"] {
  margin: 24px 0 32px 0;
}

@media screen and (max-width: 960px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[layout="row"] {
    margin: 24px 0;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[flex-container] {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  background-color: #252a2f;
  border-radius: 5px;
  color: #fff;
  padding: 0 15px !important;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[flex-container] h2 {
  font-size: 1.3125rem;
  line-height: 1.30104;
  margin: 24px 0;
}

@media (max-width: 1200px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[flex-container] h2 {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container > div[flex-container] > div[flex-grow] {
  margin-bottom: 0;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container ul {
  margin-bottom: 16px;
  margin-right: 2%;
  width: 48%;
}

@media screen and (max-width: 730px) {
  body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container ul {
    margin-right: 0;
    width: 96%;
  }
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container ul li.marker {
  text-align: left;
  width: 100%;
  padding: 0 10px;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container ul li.marker > img {
  align-self: flex-start;
  margin-right: 10px;
}

body.checkout md-dialog.md-sg-material-theme.buyers-club-join-modal .club-offer-container p.disclaimer {
  color: #989898;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal {
  color: #54565A;
  max-width: 800px;
  width: 800px;
}

@media screen and (max-width: 960px) {
  body.checkout .sezzle-fourpay-modal {
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  body.checkout .sezzle-fourpay-modal {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  body.checkout .sezzle-fourpay-modal {
    max-width: 100%;
  }
}

body.checkout .sezzle-fourpay-modal md-dialog-content {
  max-width: 800px;
  /*width: 800px;*/
}

body.checkout .sezzle-fourpay-modal .intro-img {
  margin-bottom: 24px;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal .intro-line {
  font-family: "figtreeBold", 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) {
  body.checkout .sezzle-fourpay-modal .intro-line {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.checkout .sezzle-fourpay-modal .info-line {
  width: 100%;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal .info-line .line {
  padding-bottom: 20px;
  margin: 0 auto 24px auto;
  border-bottom: 1px solid #DEDEDE;
  max-width: 700px;
}

body.checkout .sezzle-fourpay-modal .info-line .line .info-content {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 20px;
  max-width: 540px;
  margin: 0 auto;
}

body.checkout .sezzle-fourpay-modal .info-line .line .info-content a {
  color: #2A61FF;
  text-decoration: underline;
}

body.checkout .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) {
  body.checkout .sezzle-fourpay-modal .four-pay-breakdown {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .breakdown-main {
  color: white;
  max-width: 315px;
  border-radius: 5px;
  margin: 0 auto;
}

body.checkout .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: "figtreeBold", helvetica, arial, sans-serif;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .breakdown-main .breakdown-description {
  font-size: 0.875rem;
  line-height: 1.41473;
  padding-bottom: 12px;
  font-family: "figtree", helvetica, arial, sans-serif;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .breakdown-info {
  padding: 38px 15px 12px 15px;
  margin-top: -18px;
  border-radius: 5px;
  max-width: 335px;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info {
  max-width: 335px;
  width: 100%;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-main {
  background-color: #D54400;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-info {
  border: 1px solid #D54400;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .breakdown-info .club-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  line-height: 13px;
  text-align: center;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .club-four-pay-info .has-dash:after {
  border-top: 1px solid #D54400;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .or-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body.checkout .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) {
  body.checkout .sezzle-fourpay-modal .four-pay-breakdown .or-outer .or {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

body.checkout .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) {
  body.checkout .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;
  }
}

body.checkout .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) {
  body.checkout .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;
  }
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info {
  max-width: 335px;
  width: 100%;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .breakdown-main {
  background-color: #3D245A;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .breakdown-info {
  border: 1px solid #3D245A;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .sezzle-four-pay-info .has-dash:after {
  border-top: 1px solid #3D245A;
}

body.checkout .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;
}

body.checkout .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;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown .payment-step .step-date {
  margin-top: 10px;
  margin-bottom: 4px;
}

body.checkout .sezzle-fourpay-modal .four-pay-breakdown .payment-breakdown .has-dash:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  top: 10px;
  left: 56px;
}

body.checkout .sezzle-fourpay-modal .outtro-line {
  font-family: "figtreeBold", 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) {
  body.checkout .sezzle-fourpay-modal .outtro-line {
    font-size: calc(1.25625rem + 0.075vw) ;
    line-height: 1.24001;
  }
}

body.checkout .sezzle-fourpay-modal .fine-print {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  line-height: 13px;
  margin-bottom: 30px;
  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 */
body.main-checkout .shipping-coupon-page {
  background-color: #fff;
  padding: 24px 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}

body.main-checkout .shipping-coupon-page #cart-backordered,
body.main-checkout .shipping-coupon-page #express-note {
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin: 0 12px 12px 0;
}

body.main-checkout .shipping-coupon-page #cart-backordered strong,
body.main-checkout .shipping-coupon-page #express-note strong {
  margin-right: 12px;
}

body.main-checkout .shipping-coupon-page #fcs-container md-radio-group md-radio-button {
  margin-right: 12px;
}

body.main-checkout .shipping-coupon-page #fcs-container md-radio-group md-radio-button:first-of-type {
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  padding: 10px;
}

body.main-checkout .shipping-coupon-page #fcs-container md-radio-group md-radio-button .md-container {
  left: 5px;
}

body.main-checkout .shipping-coupon-page #fcs-container md-radio-group md-radio-button .md-label {
  margin-left: 35px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 10px 0 10px;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container {
  margin-bottom: 0;
  padding: 0 12px;
  width: 50%;
}

@media screen and (max-width: 960px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(1) {
  border-right: 1px solid #D9D8D6;
}

@media screen and (max-width: 960px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(1) {
    border-right: none;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(1) md-input-container:first-of-type {
  border-bottom: 1px solid #D9D8D6;
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(1) md-input-container:last-of-type {
    border-bottom: 1px solid #D9D8D6;
    margin-bottom: 12px;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(2) {
  margin-left: 12px;
}

@media screen and (max-width: 960px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container:nth-child(2) {
    margin-top: 24px;
    margin-left: 0;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-input-container.md-sg-material-theme {
  margin-bottom: 0;
  margin-right: 10px;
}

@media screen and (max-width: 320px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-input-container.md-sg-material-theme #packageProtection .md-label, body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-input-container.md-sg-material-theme #adultSign .md-label {
    font-size: 0.875rem;
    line-height: 1.41473;
    margin-left: 25px;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-input-container.md-sg-material-theme button.tool-tip {
  margin-left: 5px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .md-button.md-sg-material-theme {
  width: 100px;
  padding: 0;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .md-button.md-sg-material-theme.next-step-button {
  width: auto;
  padding: 5px 15px;
  background: #FB3540;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-radio-button .md-container {
  top: 25%;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-radio-button span {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .estimated-arrival {
  font-size: 0.8125rem;
  line-height: 1.45404;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form md-checkbox {
  margin: 5px 0;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #coupon-entry,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #rewards-cert-entry {
  margin-bottom: 20px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #coupon-entry md-input-container,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry md-input-container,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #rewards-cert-entry md-input-container {
  max-width: 400px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #coupon-entry .input-tool-tip,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry .input-tool-tip,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #rewards-cert-entry .input-tool-tip {
  position: absolute;
  left: 8px;
  top: 0px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #coupon-entry .input-tool-tip label,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry .input-tool-tip label,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #rewards-cert-entry .input-tool-tip label {
  position: static;
  margin-right: 5px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #coupon-entry table td,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry table td,
body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #rewards-cert-entry table td {
  padding: 5px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #gift-card-entry {
  margin-top: 40px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #AddCoupon .tool-tip {
  width: auto;
}

@media screen and (max-width: 480px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #AddCoupon .tool-tip {
    height: auto;
  }
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #AddCoupon .tool-tip p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form #AddCoupon #checkoutCouponTip {
    margin-left: 0 !important;
  }
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .applied-container {
  font-size: 14px;
  color: #54565A;
  margin: 10px 0;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .applied-container .applied-label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container form .applied-container a {
  font-size: 12px;
  margin-left: 10px;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container .coupon-gift-reward .layout-row {
  position: relative;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container .coupon-gift-reward .layout-row md-input-container {
  padding: 0;
}

body.main-checkout .shipping-coupon-page #shipping-coupon-options .form-container .coupon-gift-reward button {
  font-size: 0.875rem;
  line-height: 1.41473;
}

body.main-checkout .shipping-coupon-page #shipping-addl-boxes md-checkbox .md-label {
  font-size: 0.8125rem !important;
  line-height: 1.45404;
}

/**
 * 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 */
.club-footer-container {
  background-color: #252a2f;
  padding: 20px 10px 32px 10px;
  text-align: center;
}

@media screen and (max-width: 730px) {
  .club-footer-container {
    padding-bottom: 40px;
    padding-top: 32px;
  }
}

.club-footer-container .bc-logo-rev {
  max-width: 320px;
  padding: 0 20px 24px 20px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .club-footer-container .bc-logo-rev {
    padding-bottom: 32px;
  }
}

.club-footer-container .everything-ships-free {
  color: #fff;
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .club-footer-container .everything-ships-free {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .club-footer-container .everything-ships-free {
    font-size: 54px;
    line-height: 54px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 320px) {
  .club-footer-container .everything-ships-free {
    font-size: 47px;
    line-height: 47px;
  }
}

.club-footer-container ul.club-benefits-list {
  color: #fff;
  margin-bottom: 24px;
  /* plus the 8px in the LI's */
}

.club-footer-container ul.club-benefits-list li {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 16px;
}

.club-footer-container ul.club-benefits-list li div.marker {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  letter-spacing: 2px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .club-footer-container ul.club-benefits-list li div.marker {
    font-size: 0.9375rem;
    line-height: 1.3668;
  }
}

.club-footer-container ul.club-benefits-list li div.marker:before {
  content: url(/images/club/PLP_BC_marker.svg);
  height: 16px;
  margin-left: -20px;
  padding-top: 2px;
  position: absolute;
  width: 16px;
}

.club-footer-container .club-footer-links.bc2018.club-container {
  padding-bottom: 0;
  padding-top: 0;
}

.club-footer-container .club-footer-links.bc2018.club-container .club-links {
  width: 100%;
  /* IE needs this for flex-direction: column; to work right */
}

/**
 * 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 */
.clb-pdp-link {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #2A61FF;
  text-decoration: underline;
}

button.clb-pdp-link {
  background-color: unset;
  padding: unset;
  text-transform: unset;
}

md-dialog.md-sg-material-theme.md-club-atc-details-pdp-modal md-toolbar.md-sg-material-theme.md-accent {
  background-color: #252a2f;
}

md-dialog.md-sg-material-theme.md-club-atc-details-pdp-modal md-dialog-content {
  padding: 0 40px 40px 40px;
}

.md-club-atc-details-pdp-modal md-dialog-content {
  background-color: #252a2f;
  color: #fff;
  padding: 0 40px 30px 40px;
  text-align: center;
}

.md-club-atc-details-pdp-modal md-dialog-content .club-image {
  text-align: center;
  margin-bottom: 24px;
}

.md-club-atc-details-pdp-modal md-dialog-content .big-savings {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 2.75rem;
  line-height: 1.3334;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .md-club-atc-details-pdp-modal md-dialog-content .big-savings {
    font-size: calc(1.4rem + 1.8vw) ;
    line-height: 1.22572;
  }
}

.md-club-atc-details-pdp-modal md-dialog-content .big-savings .savings-plus {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #D54400;
}

.md-club-atc-details-pdp-modal md-dialog-content .club-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 21px;
  margin-bottom: 32px;
}

.md-club-atc-details-pdp-modal md-dialog-content .club-button {
  width: 104px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.md-club-atc-details-pdp-modal md-dialog-content .renew-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
}

/**
 * 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 */
.club-bucks-modal {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  line-height: 18px;
  color: #54565A;
}

.club-bucks-modal h1 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #D54400;
  margin-bottom: 10px;
  line-height: 22px;
}

.club-bucks-modal ul {
  list-style-type: initial;
  padding-left: 20px;
}

.club-bucks-modal ul li {
  line-height: 24px;
}

/**
 * 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 */
#ClubFourPay .free-trial-button {
  background-color: transparent;
  border: #54565b 2px solid;
  color: #D54400;
  font-family: 'figtreeBold', 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;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.26781;
  padding: 17px 96px 15px 96px;
}

#ClubFourPay .free-trial-button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media screen and (max-width: 480px) {
  #ClubFourPay .free-trial-button {
    padding: 17px 36px 15px 36px;
  }
}

/**
 * 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 */
#ClubTourMain {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  /*    .orange-button {
        @include orang-button;
        font-size: 18px;
        @include rfs(18);
        padding: 17px 96px 15px 96px;
        @include font-family('figtreeCondensed');
        background-color: $bcOrange;

        @include max-large-phone {
            padding: 10px;
        }
    }*/
}

#ClubTourMain .max-1180 {
  max-width: 1180px;
}

#ClubTourMain h2 {
  font-family: "buyerBlock", helvetica, arial, sans-serif;
  font-size: 3.75rem;
  line-height: 1.32213;
  margin: 0;
  color: #EF4323;
}

@media (max-width: 1200px) {
  #ClubTourMain h2 {
    font-size: calc(1.5rem + 3vw) ;
    line-height: 1.21811;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain h2 {
    font-size: 24px;
  }
}

#ClubTourMain #bc-tour-hero-container {
  background-image: url(/Images/club/BC_tour_hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#ClubTourMain #bc-tour-hero-container #bc-tour-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 40px 0;
  width: 100%;
}

@media screen and (max-width: 1060px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 300px;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 200px;
  }
}

@media screen and (max-width: 680px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 170px;
  }
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 150px;
  }
}

@media screen and (max-width: 320px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero img {
    width: 125px;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-hero-container #bc-tour-hero {
    padding: 25px 25px;
  }
}

#ClubTourMain #bc-tour-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#ClubTourMain #bc-tour-heading-container #bc-tour-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 36px 0;
  justify-content: space-evenly;
  background-color: #F7F4F0;
  width: 100%;
}

#ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 {
  font-size: 4.125rem;
  line-height: 1.31986;
  font-family: "buyerBlock", helvetica, arial, sans-serif;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 {
    font-size: calc(1.5375rem + 3.45vw) ;
    line-height: 1.34803;
  }
}

@media screen and (max-width: 1070px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 {
    font-size: 3.4375rem;
    line-height: 1.32462;
  }
}

@media screen and (max-width: 1070px) and (max-width: 1200px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 {
    font-size: calc(1.46875rem + 2.625vw) ;
    line-height: 1.22032;
  }
}

#ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 br {
  display: none;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading h1 br {
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading {
    padding: 18px 25px 20px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading {
    font-size: 2.125rem;
    line-height: 1.34986;
    line-height: 34px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) and (max-width: 1200px) {
  #ClubTourMain #bc-tour-heading-container #bc-tour-heading {
    font-size: calc(1.3375rem + 1.05vw) ;
    line-height: 1.23137;
  }
}

#ClubTourMain #bc-tour-savings-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 72px 0 144px;
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-savings-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-savings-container {
    flex-direction: column;
    align-items: center;
    padding: 40px 25px;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings {
    display: block;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content {
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content p {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 36px;
  color: #402A2D;
  margin: 0;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content p {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content p {
    font-size: 0.8125rem;
    line-height: 1.45404;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list {
  margin-top: 8px;
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item img {
  width: 24px;
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item p {
  margin-left: 10px;
  font-size: 1.5rem;
  line-height: 1.26955;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item p {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item p {
    font-size: 1rem;
    line-height: 1.32757;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings .savings-content #value-list .value-list-item {
    margin-top: 12px;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-info {
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-info {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-info #savings-headline-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-info #first-p {
  margin-top: 32px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-info #first-p {
    margin-top: 10px;
    margin-right: 10px;
  }
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-call-to-action {
  justify-content: center;
}

#ClubTourMain #bc-tour-savings-container #bc-tour-savings #savings-call-to-action img {
  margin-bottom: 56px;
}

#ClubTourMain #bc-tour-savings-container #savings-responsive-btn {
  margin-top: 24px;
}

#ClubTourMain #bc-tour-experience-container {
  background-color: #F7F4F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience {
  padding: 72px 0 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience h2 {
  width: 100%;
  text-align: center;
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience p {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 36px;
  color: #402A2D;
  margin: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience p {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience p {
    font-size: 0.8125rem;
    line-height: 1.45404;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 56px 0;
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up:first-child {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up:first-child {
    margin-bottom: 0;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up {
    flex-direction: column;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop:first-child {
    margin-right: 0;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop {
    margin-bottom: 32px;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop img {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop img {
    margin-bottom: 10px;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop p {
  font-size: 1.5rem;
  line-height: 1.26955;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  line-height: 34px;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop p {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop p {
    font-size: 0.8125rem;
    line-height: 1.45404;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop .value-prop-flag.vpf-new {
  position: absolute;
  top: -5px;
  left: -5px;
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop .value-prop-flag.vpf-new {
    transform: scale(0.6);
    left: -32px;
  }
}

#ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop .value-prop-flag.vpf-club {
  position: absolute;
  top: -5px;
  left: -5px;
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up .experience-two-up .value-prop .value-prop-flag.vpf-club {
    transform: scale(0.6);
    left: -52px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience #experience-four-up {
    margin: 0 auto;
    padding: 24px 40px;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-experience-container #bc-tour-experience {
    align-items: flex-start;
  }
}

#ClubTourMain #bc-tour-conserve-container {
  background-image: url(/Images/Club/ConserveIMG.jpg);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 72px 0 144px;
  width: 100%;
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve h2 {
  width: 100%;
  text-align: center;
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve img {
  margin-bottom: 24px;
  max-width: 150px;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve img {
    margin-bottom: 16px;
    max-width: 100px;
  }
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve p {
  color: #fff;
  text-align: center;
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 36px;
  margin-bottom: 56px;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve p {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve p {
    margin-top: 10px;
    font-size: 0.8125rem;
    line-height: 1.45404;
    margin-bottom: 60px;
  }
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs {
    flex-direction: column;
  }
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs div:first-of-type {
    margin-bottom: 40px;
  }
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 0;
}

#ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs > div .icon-container {
  margin: auto;
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve #conservation-orgs > div .icon-container img {
    max-width: 80px;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-conserve-container #bc-tour-conserve {
    padding: 40px 25px;
  }
}

#ClubTourMain #bc-tour-celebrate-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-celebrate-container {
    flex-direction: column;
    align-items: center;
  }
}

#ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate {
  padding: 72px 0 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate {
    padding: 40px 25px;
  }
}

#ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate > div {
  flex: 1 1 0;
}

#ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate p {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 36px;
  margin: 32px 0 0;
}

@media (max-width: 1200px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate p {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate p {
    margin: 10px 0 0;
    font-size: 0.8125rem;
    line-height: 1.45404;
  }
}

#ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate p span {
  color: #EF4323;
}

#ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 56px 0 72px;
  column-gap: 60px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #social-media {
    column-gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #social-media {
    flex-direction: column;
    width: 60%;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #social-media {
    flex-direction: column;
    width: 60%;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #social-media img:first-of-type {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #bc-tour-celebrate-container #bc-tour-celebrate #celebrate-headline-resonsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

#ClubTourMain #bc-tour-celebrate-container #celebrate-responsive-btn {
  margin-bottom: 40px;
}

#ClubTourMain #credit-card-container {
  background-color: #F7F4F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#ClubTourMain #credit-card-container #credit-card {
  padding: 72px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#ClubTourMain #credit-card-container #credit-card #credit-card-content {
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-headline-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-headline-responsive h2 {
    flex: 1 1 0;
    margin-right: 20px;
  }
}

#ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-headline-responsive h2 sup {
  font-size: 0.625rem;
  line-height: 1.82572;
  color: #000;
  font-family: "figtree", helvetica, arial, sans-serif;
  vertical-align: top;
  top: 9px;
}

@media screen and (max-width: 768px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-headline-responsive h2 sup {
    top: 0;
  }
}

#ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-content-responsive {
  padding: 0 40px;
}

@media screen and (max-width: 480px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-content #cc-content-responsive {
    text-align: center;
  }
}

#ClubTourMain #credit-card-container #credit-card p {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 36px;
  margin: 32px 0 0;
  width: 90%;
}

@media (max-width: 1200px) {
  #ClubTourMain #credit-card-container #credit-card p {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #credit-card-container #credit-card p {
    font-size: 0.8125rem;
    line-height: 1.45404;
  }
}

#ClubTourMain #credit-card-container #credit-card #cc-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 72px;
  align-items: center;
  column-gap: 40px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #cc-button-container {
    column-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  #ClubTourMain #credit-card-container #credit-card #cc-button-container {
    row-gap: 20px;
    column-gap: 0;
    flex-direction: column;
  }
}

#ClubTourMain #credit-card-container #credit-card #cc-button-container #bread-payments-loyalty-placement .epjs-body .epjs-body-action a.epjs-body-action-link {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #EF4323;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 5px solid #EF4323;
  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;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  margin: 0 auto 16px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-image-container {
    flex: 1 1 0;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-image-container img {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  #ClubTourMain #credit-card-container #credit-card #credit-card-image-container img {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #credit-card-container #credit-card {
    padding: 40px 25px;
  }
}

#ClubTourMain #bc-tour-recap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#ClubTourMain #bc-tour-recap-container #bc-tour-recap {
  padding: 72px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#ClubTourMain #bc-tour-recap-container #bc-tour-recap #recap-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 72px;
}

#ClubTourMain #bc-tour-recap-container #bc-tour-recap #recap-icons > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 0;
}

#ClubTourMain #bc-tour-recap-container #bc-tour-recap #recap-icons > div .icon-container {
  margin: auto;
}

@media screen and (max-width: 480px) {
  #ClubTourMain #bc-tour-recap-container #bc-tour-recap #recap-icons > div .icon-container img {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #bc-tour-recap-container #bc-tour-recap #recap-icons {
    flex-direction: column;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #bc-tour-recap-container #bc-tour-recap {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 1180px) {
  #ClubTourMain #fine-print-container {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 960px) {
  #ClubTourMain #fine-print-container {
    margin-top: 0;
  }
}

#ClubTourMain .smaller-text-bold {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

#ClubTourMain .apply-now {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
}

#ClubTourMain .apply-now:hover {
  background-color: #CA4F25;
}

#ClubTourMain .subhead-line1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#ClubTourMain .value-header {
  text-transform: uppercase;
  font-weight: bolder;
  color: black;
  text-align: center;
}

#ClubTourMain .value-subtext {
  text-align: center;
}

#ClubTourMain .tip-header {
  color: white;
  text-transform: uppercase;
}

#ClubTourMain .larger-text {
  margin-bottom: 20px;
}

#ClubTourMain .button-container-div {
  margin-top: 40px;
}

#ClubTourMain .free-trial-button {
  background-color: #EF4323;
  border-radius: 7px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  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: 14px;
  color: #fff;
  padding: 17px 96px 15px 96px;
  display: inline-block;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  #ClubTourMain .free-trial-button {
    padding: 17px 35px;
  }
}

/**
 * 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 */
/*.moby-container.club-accept-modal.club-lightbox-background.show > #club-accept-modal.bc2025 {
    color: $darkGray;
    width: 325px;

    div {
        margin-bottom: 12px;

        .normal-text {
            @include font-family("figtree");
            @include rfs(18);
            line-height: 30px;
        }
    }

    @include max-small-tablet {
        padding-bottom: 16px;
    }

    .bc-logo {
        height: 170px;
    }

    .subhead-line2 {
        @include font-family("buyerBlock");
        @include rfs(50);

        @include max-small-fablet {
            padding-bottom: 16px;
        }
    }

    .terms-and-conditions {
        @include font-family("figtreeLight");
        @include rfs(13);
        margin-bottom: 0;
        font-style: italic;

        > span {
            white-space: pre;
        }
    }

    div.buttons-set {
        margin-top: 32px;  12px from above collapses 
        margin-bottom: 32px;
        margin-left: 0;
        margin-right: 0;

        @include max-small-tablet {
            margin-bottom: 32px;
        }
    }

    .buttons-set .button {
        background-color: $orange;
        border-radius: 10px;
        color: $white;
        line-height: normal;
        padding: 12px 7px;
        border: 3px solid $orange;
        letter-spacing: 1px;
    }
}*/
/* end club accept styling*/


/**
 * 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 */
.bc2018.clubcclanding.normal-text-color,
.bc2018.clubcclanding .normal-text-color {
  color: #54565A;
  /* aka .darker-text-color */
}

.bc2018.clubcclanding .smaller-text a {
  color: #2A61FF;
}

.bc2018.clubcclanding .main-content-container {
  padding: 0 10px;
}

@media screen and (max-width: 320px) {
  .bc2018.clubcclanding .main-image-container {
    margin-bottom: 32px;
  }
}

.bc2018.clubcclanding .subhead-line2 {
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 680px) {
  .bc2018.clubcclanding .subhead-line2 {
    font-size: 56px;
    line-height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .bc2018.clubcclanding .subhead-line2 {
    font-size: 52px;
    line-height: 52px;
  }
}

@media screen and (max-width: 320px) {
  .bc2018.clubcclanding .subhead-line2 {
    font-size: 48px;
    line-height: 48px;
  }
}

.bc2018.clubcclanding .cc-benefits li.cc-benefit-item {
  /* only expecting 2 children per parent (first (img) and last (description)) */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  .bc2018.clubcclanding .cc-benefits li.cc-benefit-item {
    display: block;
    text-align: center;
  }
}

.bc2018.clubcclanding .cc-benefits li.cc-benefit-item > div:first-of-type {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 21%;
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
  /* 175px max for the icon as a percentage of 830px max for the parent container */
}

@media screen and (max-width: 730px) {
  .bc2018.clubcclanding .cc-benefits li.cc-benefit-item > div:first-of-type {
    align-self: center;
    padding-top: 24px;
  }
}

@media screen and (max-width: 680px) {
  .bc2018.clubcclanding .cc-benefits li.cc-benefit-item > div:first-of-type {
    margin-bottom: 24px;
    padding-top: 0;
  }
}

.bc2018.clubcclanding .cc-benefits li.cc-benefit-item > div:last-of-type {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 79%;
  -ms-flex-preferred-size: 79%;
  flex-basis: 79%;
  padding: 0 16px 0 32px;
}

@media screen and (max-width: 680px) {
  .bc2018.clubcclanding .cc-benefits li.cc-benefit-item > div:last-of-type {
    padding: 0 24px;
  }
}

.bc2018.clubcclanding .cc-benefits li.cc-benefit-item img {
  vertical-align: top;
  /* https://stackoverflow.com/questions/7774814/remove-white-space-below-image */
}

.bc2018.clubcclanding .cc-benefits li.cc-benefit-item .list-head {
  text-align: left;
}

@media screen and (max-width: 680px) {
  .bc2018.clubcclanding .cc-benefits li.cc-benefit-item .list-head {
    text-align: center;
  }
}

.bc2018.clubcclanding .apply-today-link {
  padding-left: 60px;
  padding-right: 60px;
  background-color: #D54400;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  border: none;
}

.bc2018.clubcclanding .manage-account-link {
  background-color: #D54400;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  border: none;
}

.bc2018.clubcclanding .bc-spiff {
  background-color: #252a2f;
  color: #fff;
  margin-bottom: 50px;
  padding: 32px 24px 12px 24px;
  width: 100%;
}

.bc2018.clubcclanding .bc-spiff .width-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.bc2018.clubcclanding .bc-spiff .larger-text {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .bc2018.clubcclanding .bc-spiff .larger-text {
    margin-bottom: 32px;
  }
}

.bc2018.clubcclanding .bc-spiff .club-link-action-main a {
  background-color: transparent;
  border: #fff 2px solid;
  color: #D54400;
  display: inline-block;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 17px 60px 15px 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .bc2018.clubcclanding .bc-spiff .club-link-action-main a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bc2018.clubcclanding .bc-spiff .club-link-action-main a:after {
  content: " ›";
}

.bc2018.clubcclanding .bc-spiff .club-link-action-main a:hover {
  background-color: #c1c7d0;
  cursor: pointer;
}

.bc2018.clubcclanding .bc-spiff .club-link-action-secondary {
  color: #fff;
  font-size: 1rem;
  line-height: 1.32757;
  margin-top: 12px;
}

.bc2018.clubcclanding .bc-spiff .club-link-action-secondary a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.32757;
  text-decoration: none;
}

.bc2018.clubcclanding .bc-spiff .club-link-action-secondary a:after {
  content: " ›";
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.bc2018.clubcclanding .bc-spiff .club-link-action-secondary a:hover {
  text-decoration: underline;
}

.bc2018.clubcclanding .terms-and-conditions {
  margin-bottom: 50px;
  margin-top: 24px;
}

/**
 * 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 */
.checkout .club-offer-container,
.checkout .club-offer-container.four-pay-pitch {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #252a2f;
  color: #fff;
  margin: 0 auto;
  max-width: 1400px;
}

.checkout .club-offer-container .club-offer-background,
.checkout .club-offer-container.four-pay-pitch .club-offer-background {
  background-image: url("/images/club/Bri_and_Reece_186.jpg");
  justify-content: center;
  min-height: 500px;
}

@media screen and (max-width: 960px) {
  .checkout .club-offer-container .club-offer-background,
.checkout .club-offer-container.four-pay-pitch .club-offer-background {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    min-height: 325px;
  }
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container .club-offer-background,
.checkout .club-offer-container.four-pay-pitch .club-offer-background {
    min-height: 0;
  }
}

.checkout .club-offer-container .club-offer-background img,
.checkout .club-offer-container.four-pay-pitch .club-offer-background img {
  margin-top: -5%;
  width: 275px;
}

@media screen and (max-width: 960px) {
  .checkout .club-offer-container .club-offer-background img,
.checkout .club-offer-container.four-pay-pitch .club-offer-background img {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .checkout .club-offer-container .club-offer-background img,
.checkout .club-offer-container.four-pay-pitch .club-offer-background img {
    width: 225px;
  }
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container .club-offer-background img,
.checkout .club-offer-container.four-pay-pitch .club-offer-background img {
    width: 175px;
  }
}

.checkout .club-offer-container .offer-benefits,
.checkout .club-offer-container.four-pay-pitch .offer-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .checkout .club-offer-container .offer-benefits,
.checkout .club-offer-container.four-pay-pitch .offer-benefits {
    padding: 35px 10px;
  }
}

.checkout .club-offer-container .offer-benefits .exclusive-offer,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  border: 1px solid #D54400;
  position: relative;
  width: 100%;
}

.checkout .club-offer-container .offer-benefits .exclusive-offer > span,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer > span {
  font-size: 1.125rem;
  line-height: 1.26781;
  background-color: #252a2f;
  color: #D54400;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200px;
}

.checkout .club-offer-container .offer-benefits .exclusive-offer > div:not(.button-container),
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer > div:not(.button-container) {
  font-size: 2.5rem;
  line-height: 1.33853;
  color: #fff;
  padding: 32px 40px 55px;
  text-align: center;
}

@media (max-width: 1200px) {
  .checkout .club-offer-container .offer-benefits .exclusive-offer > div:not(.button-container),
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer > div:not(.button-container) {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

.checkout .club-offer-container .offer-benefits .exclusive-offer .button-container,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer .button-container {
  background-color: #252a2f;
  width: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container .offer-benefits .exclusive-offer .button-container,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer .button-container {
    width: 275px;
  }
}

.checkout .club-offer-container .offer-benefits .exclusive-offer .button-container > button,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer .button-container > button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  color: #fff;
  padding: 20px 0;
  width: 275px;
}

.checkout .club-offer-container .offer-benefits .exclusive-offer .button-container > button:hover,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer .button-container > button:hover {
  background-color: #CA4F25;
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container .offer-benefits .exclusive-offer .button-container > button,
.checkout .club-offer-container.four-pay-pitch .offer-benefits .exclusive-offer .button-container > button {
    width: 250px;
  }
}

.checkout .club-offer-container > div[flex-container],
.checkout .club-offer-container.four-pay-pitch > div[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  align-items: center;
  justify-content: center;
  padding: 40px 32px 24px;
  text-align: center;
  width: 100%;
}

.checkout .club-offer-container > div[flex-container] > div[flex-grow],
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > div[flex-grow] {
  font-size: 1.75rem;
  line-height: 1.36924;
  margin-bottom: 32px;
  width: 100%;
}

@media (max-width: 1200px) {
  .checkout .club-offer-container > div[flex-container] > div[flex-grow],
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > div[flex-grow] {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.checkout .club-offer-container > div[flex-container] > ul[flex-container],
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container > div[flex-container] > ul[flex-container],
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] {
    align-items: center;
  }
}

.checkout .club-offer-container > div[flex-container] > ul[flex-container] > li.marker,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] > li.marker {
  font-size: 1.25rem;
  line-height: 1.31481;
  letter-spacing: 2px;
  margin: 8px 0;
  position: relative;
  text-align: left;
  width: 320px;
}

@media screen and (max-width: 480px) {
  .checkout .club-offer-container > div[flex-container] > ul[flex-container] > li.marker,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] > li.marker {
    width: 89%;
  }
}

.checkout .club-offer-container > div[flex-container] > ul[flex-container] > li.marker:before,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] > li.marker:before {
  content: "";
  background-image: url(/images/club/PLP_BC_marker.svg);
  background-repeat: no-repeat;
  height: 25px;
  left: -25px;
  position: absolute;
  top: 3px;
  width: 25px;
}

.checkout .club-offer-container > div[flex-container] > ul[flex-container] > li.marker:last-of-type,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] > ul[flex-container] > li.marker:last-of-type {
  margin-bottom: 32px;
}

.checkout .club-offer-container > div[flex-container] h2,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] h2 {
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .checkout .club-offer-container > div[flex-container] h2,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] h2 {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.checkout .club-offer-container > div[flex-container] button.hyperlink-button,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] button.hyperlink-button {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  background-color: transparent;
  color: #D54400;
  margin-bottom: 48px;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}

.checkout .club-offer-container > div[flex-container] .disclaimer,
.checkout .club-offer-container.four-pay-pitch > div[flex-container] .disclaimer {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  margin-bottom: 24px;
}

/**
 * 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 */
.col-2.narrow.club-dashboard {
  margin-bottom: 25px;
}

.col-2.narrow.club-dashboard div.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.col-2.narrow.club-dashboard div.flex-parent.bc-dash-col {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  margin-right: 0 !important;
  padding: 10px;
}

.col-2.narrow.club-dashboard div.flex-parent.bc-dash-col > div {
  width: 50%;
}

.col-2.narrow.club-dashboard div.flex-parent.bc-dash-col > div:first-of-type {
  margin-right: 15%;
  width: 35%;
}

.col-2.narrow.club-dashboard div.flex-parent:last-of-type {
  justify-content: center;
  padding: 10px;
}

.col-2.narrow.club-dashboard div.flex-parent .bc-tour-link {
  color: #2A61FF;
  margin-top: 10px;
}

.col-2.narrow.club-dashboard .bc-dash-member .flex-parent {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  margin-bottom: 10px;
}

.col-2.narrow.club-dashboard .bc-dash-member .flex-parent > img {
  margin-right: 10%;
  width: 30%;
}

.col-2.narrow.club-dashboard .bc-dash-member .flex-parent > span {
  width: 60%;
}

.manage-membership.customer-service-template .container {
  max-width: 1400px;
}

@media screen and (max-width: 730px) {
  .manage-membership.customer-service-template .col2-set .col-1,
.manage-membership.customer-service-template .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.manage-membership.customer-service-template .form-container form md-input-container.md-sg-material-theme {
  margin: 15px 0;
}

.manage-membership.customer-service-template .form-container form md-input-container.md-sg-material-theme span {
  margin-bottom: 5px;
}

.manage-membership.customer-service-template .form-container form .orange-button {
  max-width: 125px;
}

.manage-membership.customer-service-template .container .col-main {
  margin-bottom: 60px;
}

.manage-membership.customer-service-template .container .col-main ul {
  margin-bottom: 0;
}

.manage-membership.customer-service-template .container .col-main ul li {
  margin: 0 0 12px 0;
}

@media screen and (max-width: 730px) {
  .manage-membership.customer-service-template .container .col-main .flex-parent .item {
    max-width: 100%;
    margin: 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 */
#pick-your-path-modal,
#pick-your-path-accept-trial,
#pick-your-path-accept-club {
  max-width: 325px;
  min-width: 325px !important;
  background: url("/Images/Club/bc2025-footer-background.jpeg") repeat;
  padding: 0px;
}

#pick-your-path-modal .content-container,
#pick-your-path-accept-trial .content-container,
#pick-your-path-accept-club .content-container {
  width: 275px;
  padding: 0px;
  padding-bottom: 30px;
}

#pick-your-path-modal .content-container .bc-logo,
#pick-your-path-accept-trial .content-container .bc-logo,
#pick-your-path-accept-club .content-container .bc-logo {
  height: 150px;
  padding-top: 15px;
  margin-bottom: 10px;
}

#pick-your-path-modal .content-container .term-and-conditions,
#pick-your-path-accept-trial .content-container .term-and-conditions,
#pick-your-path-accept-club .content-container .term-and-conditions {
  margin-top: 24px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 19px;
  color: #402A2D;
}

#pick-your-path-modal .content-container .normal-text,
#pick-your-path-accept-trial .content-container .normal-text,
#pick-your-path-accept-club .content-container .normal-text {
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 20px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #402A2D;
}

#pick-your-path-modal .content-container .disclaimer,
#pick-your-path-accept-trial .content-container .disclaimer,
#pick-your-path-accept-club .content-container .disclaimer {
  margin-top: 15px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  color: #402A2D;
  font-style: italic;
}

#pick-your-path-modal .content-container .header-container .main-header,
#pick-your-path-accept-trial .content-container .header-container .main-header,
#pick-your-path-accept-club .content-container .header-container .main-header {
  font-family: "buyerBlock", helvetica, arial, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.34756;
  color: #402A2D;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #pick-your-path-modal .content-container .header-container .main-header,
#pick-your-path-accept-trial .content-container .header-container .main-header,
#pick-your-path-accept-club .content-container .header-container .main-header {
    font-size: calc(1.34375rem + 1.125vw) ;
    line-height: 1.23077;
  }
}

#pick-your-path-modal .content-container .header-container div,
#pick-your-path-accept-trial .content-container .header-container div,
#pick-your-path-accept-club .content-container .header-container div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #402A2D;
}

#pick-your-path-modal .content-container .button-container,
#pick-your-path-accept-trial .content-container .button-container,
#pick-your-path-accept-club .content-container .button-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

#pick-your-path-modal .content-container .button-container .most-popular,
#pick-your-path-accept-trial .content-container .button-container .most-popular,
#pick-your-path-accept-club .content-container .button-container .most-popular {
  position: absolute;
  font-size: 8px;
  width: 55px;
  right: -19px;
  background-color: #402A2D;
  color: #FFF;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  top: 22px;
  letter-spacing: 1px;
  box-shadow: -1px 2px 4px #383838;
}

#pick-your-path-modal .content-container .button-container a,
#pick-your-path-accept-trial .content-container .button-container a,
#pick-your-path-accept-club .content-container .button-container a {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 15px;
  width: 100%;
  letter-spacing: 1px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  border: 3px solid #D54400;
  border-radius: 7px;
  text-transform: uppercase;
}

#pick-your-path-modal .content-container .button-container a.year-button,
#pick-your-path-accept-trial .content-container .button-container a.year-button,
#pick-your-path-accept-club .content-container .button-container a.year-button {
  background-color: #D54400;
  color: #fff;
}

#pick-your-path-modal .content-container .button-container a.trial-button,
#pick-your-path-accept-trial .content-container .button-container a.trial-button,
#pick-your-path-accept-club .content-container .button-container a.trial-button {
  background-color: #fff;
  color: #D54400;
}

/**
 * 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 */
a[accordion-trigger] {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  display: inline-block;
  margin: 10px 0;
  position: relative;
}

a[accordion-trigger]:hover, a[accordion-trigger]:active {
  color: #54565A;
}

a[accordion-trigger]:after {
  content: url(/Images/icon_expand.svg);
  position: absolute;
  height: 30px;
  right: -40px;
  top: -1px;
  width: 30px;
}

a[accordion-trigger].open:after {
  content: url(/Images/icon_collapse.svg);
}

.accordion .trigger.open:after,
.accordion h2.open:after,
.accordion h5.open:after {
  background-position: -203px -212px;
}

.accordion .content.open {
  height: auto;
}

.accordion h2:after,
.accordion h5:after {
  right: 3%;
}

.accordion .trigger {
  cursor: pointer;
  line-height: 40px;
  margin: 0;
}

div.open.content li a {
  line-height: 14px;
}

@media screen and (max-width: 960px) {
  .accordion .content {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .accordion .trigger,
.tabs .trigger,
.accordion h2,
.accordion h5,
.tabs h5 {
    cursor: pointer;
    position: relative;
  }
  .accordion .trigger:after,
.tabs .trigger:after,
.accordion h2:after,
.accordion h5:after,
.tabs h5:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url("/images/gorilla/sprite.png") -152px -212px no-repeat;
  }
  .accordion .content,
.tabs .content {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .accordion h2:after,
.accordion h5:after {
    right: 3%;
  }
}

/**
 * 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 */
.input-wrapper label.anchor-label {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  display: block !important;
}

.input-wrapper.anchored {
  position: relative;
}

.input-wrapper.anchored label.anchor-label {
  font-size: 0.625rem !important;
  line-height: 1.82572;
  left: 5px;
  top: -15px;
}

/**
 * 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 */
.breadcrumbs {
  padding: 8px 0;
}

.breadcrumbs ul:after {
  content: " ";
  display: table;
}

.breadcrumbs ul:after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  line-height: 18px;
}

.breadcrumbs li.home a:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 3px;
  background: url("/images/gorilla/sprite.png") no-repeat -315px -270px;
}

.breadcrumbs li span:first-child {
  padding: 0 6px;
}

.breadcrumbs li:first-child span:first-child {
  padding: 0px 6px 0px 0px;
}

.breadcrumbs li span {
  font-size: 12px;
  color: #2b2b2b;
}

@media screen and (max-width: 960px) {
  .breadcrumbs {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 730px) {
  .breadcrumbs {
    width: 94%;
    margin: 0 auto;
  }
  .breadcrumbs li {
    display: block;
  }
  .breadcrumbs li.previous {
    display: block;
  }
}

/**
 * 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 */
.membership-spiff {
  background-image: url("/Images/BaseballSavings/grass.jpg");
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: 0;
  padding: 60px 25px 21px 25px;
  position: relative;
}

.membership-spiff h2 {
  font-family: "figtreeBlack", helvetica, arial, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 4px;
}

.membership-spiff p {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}

.membership-spiff #join-email-form {
  background-color: rgba(20, 37, 53, 0.8);
  /* #142535 */
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 12px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.membership-spiff #join-email-form,
.membership-spiff #join-email-form .inline-button,
.membership-spiff #join-email-form .inline-button .input-wrapper {
  float: none;
  margin: 0 auto;
  max-width: 570px;
}

.membership-spiff #join-email-form label,
.membership-spiff #join-email-form2 label {
  color: #54565A;
  display: block;
  opacity: 1;
}

.membership-spiff #join-email-form .input-wrapper.anchored label {
  color: #fff;
}

.membership-spiff #join-email-form .input-text {
  background-color: #F6F1EB;
  border-bottom: 1px solid #006EB3;
  border-radius: 1px;
  height: 30px;
  padding-right: 45px;
  /* protects button */
}

.membership-spiff #join-email-form #email-error {
  background-color: #ffffff;
  left: 0;
  padding: 3px;
  position: absolute;
  text-align: left;
  top: 31px;
  width: 100%;
  color: #000;
}

.membership-spiff #join-email-form p {
  color: #ffffff;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 16px;
}

#manage-email-pref {
  bottom: 5px;
  position: absolute;
  right: 10px;
}

#manage-email-pref a {
  color: #ffffff;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 11px;
}

.email-capture-button {
  background-color: #F6F1EB;
  color: #142535;
  background-image: url("/Images/BaseballSavings/Icon-material-email.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 28px;
  width: 44px;
  position: absolute;
  right: 0px;
  top: 1px;
}

.email-capture-button:hover {
  background-color: transparent;
}

#email-input-footer {
  width: 90%;
}

#thankyouemail-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#thankyouemail-flex-container #thankyouemail-flex-item {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.membership-spiff .overlay-spinner.ajax-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .5;
  background-color: #fff;
  z-index: 1;
  left: 0;
  top: 0;
}

.baseball-footer-container {
  background-color: #B5D8F2;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.baseball-footer-container > a.team-sales-footer {
  border-right: 2px solid white !important;
  /*        > img {
            margin-top: 11px;
            margin-bottom: 11px;
        }*/
}

.baseball-footer-container > a.gift-cards-footer > img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.baseball-footer-container > a.team-sales-footer,
.baseball-footer-container > a.gift-cards-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
}

.baseball-footer-container > a.team-sales-footer > div,
.baseball-footer-container > a.gift-cards-footer > div {
  color: #061C33;
  align-content: center;
  font-family: "figtreeBlack", helvetica, arial, sans-serif;
  font-size: 48px;
}

.baseball-footer-container > a.team-sales-footer > img,
.baseball-footer-container > a.gift-cards-footer > img {
  margin-right: 30px;
}

.baseball-footer-container.softball-style {
  background-color: #45ABA6;
}

.baseball-footer-container.softball-style > a.team-sales-footer > div,
.baseball-footer-container.softball-style > a.gift-cards-footer > div {
  color: #262626;
}

.baseball-footer-container.softball-style .pbps-team-sales {
  margin-right: 15px;
}

.membership-spiff #join-email-form.softball-style {
  background-color: rgba(26, 26, 26, 0.85);
}

img.pbps-card {
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 900px) {
  /* Email Signup container */
  .membership-spiff {
    background-position-x: left;
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .membership-spiff > #join-email-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .membership-spiff #manage-email-pref {
    bottom: auto;
    margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
    right: auto;
  }
  .baseball-footer-container.softball-style .pbps-team-sales {
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .baseball-footer-container > a.team-sales-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: none;
  }
  .baseball-footer-container > a.team-sales-footer > div {
    text-align: center;
    font-size: 30px;
  }
  .baseball-footer-container > a.team-sales-footer > img {
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .baseball-footer-container > a.gift-cards-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: none;
  }
  .baseball-footer-container > a.gift-cards-footer > div {
    text-align: center;
    font-size: 30px;
  }
  .baseball-footer-container > a.gift-cards-footer > img {
    margin-right: 0;
  }
  .baseball-footer-container > a.gift-cards-footer > img {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.exploder {
  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;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.exploder:after {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), #fafafa);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), #fafafa);
  background: linear-gradient(rgba(255, 255, 255, 0.5), #fafafa);
  content: "\00a0";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.exploder .exploder-button {
  background-color: #D54400;
  box-shadow: 0 1px 9px 1px #ccc;
  cursor: pointer;
  color: #fff;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 14px;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 35%;
  z-index: 7;
  /* can't be on top of hover-navs (500), mobile-navs, flyouts, modals, *-overlays (e.g. .nav-cover is 9), search results flyout (9999), tool-tips (9999), etc. */
}

.exploder .inner-wrap {
  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 */
.input-text,
textarea {
  outline: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  font-family: 'figtree', helvetica, arial, sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
  -webkit-transition: border-color 0.24s ease-out, opacity 0.24s ease-out;
  -moz-transition: border-color 0.24s ease-out, opacity 0.24s ease-out;
  -o-transition: border-color 0.24s ease-out, opacity 0.24s ease-out;
  transition: border-color 0.24s ease-out, opacity 0.24s ease-out;
  -webkit-appearance: none;
}

.input-text.error,
textarea.error,
.input-text.jqv-error,
textarea.jqv-error {
  border-color: #ca0000;
}

.input-text[disabled],
textarea[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

p.jqv-error {
  color: #ca0000;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.form-list li {
  margin-bottom: 8px;
}

.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}

.form-list li:after {
  clear: both;
}

.form-list li label {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-bottom: 4px;
  width: 140px;
  line-height: 30px;
  -webkit-transition: color 0.34s ease;
  -moz-transition: color 0.34s ease;
  -o-transition: color 0.34s ease;
  transition: color 0.34s ease;
}

.form-list label.error,
.form-list li label.error,
.form-list p.jqv-error,
.form-list li p.jqv-error,
.products-grid p.jqv-error,
#email-preferences-form #email-form .input-box p.jqv-error {
  margin: 4px 0 0;
  float: none;
  width: auto;
  max-width: none;
  color: #ca0000;
  font-size: 10px;
  line-height: normal;
  display: inline-block;
}

.form-list li .input-box {
  width: 290px;
  float: left;
}

.form-list li .input-box + a {
  float: left;
  display: block;
  margin-left: 10px;
  line-height: 30px;
}

.form-list li .input-box.halved .select-wrap {
  float: left;
  width: 47%;
  margin-left: 6%;
}

.form-list li .input-box.halved .select-wrap:first-child {
  margin-left: 0;
}

.form-list li.control {
  line-height: 15px;
}

.form-list li.control .input-box {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 15px;
}

.form-list li.control label {
  float: none;
  width: auto;
  line-height: 15px;
  margin: 0 0 0 4px;
  display: inline-block;
  max-width: 90%;
}

.form-list li.control.disabled label {
  text-decoration: line-through;
}

.form-list li.control.disabled .style-radio,
.form-list li.control.disabled .style-checkbox {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.form-list li.control .input-note {
  margin-top: 8px;
}

.form-list li.add-field {
  margin-left: 140px;
}

.form-list li.fields:before,
.form-list li.fields:after {
  content: " ";
  display: table;
}

.form-list li.fields:after {
  clear: both;
}

.form-list li.fields .field {
  float: left;
  margin-left: 4%;
  width: 48%;
}

.form-list li.fields .field:first-child {
  margin-left: 0;
}

.form-list li.fields .field .input-box {
  width: 100%;
}

.form-list.stacked label {
  float: none;
  width: auto;
  margin: 0;
  display: block;
}

.form-list .select-wrap {
  width: 100%;
}

.labelify .form-list li,
.labelify .input-wrapper {
  position: relative;
}

.labelify .form-list li label,
.labelify .input-wrapper label {
  position: absolute;
  top: 0;
  left: 10px;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 13px;
  text-transform: none;
  z-index: 99;
  cursor: text;
  display: none;
}

.product-view #customization-box .buttons-set label, input {
  float: left;
  padding-right: 10px;
}

body.user-tab-detected *:focus,
body.user-tab-detected *.psuedo-focus {
  /* could incorporate :focus-visible when that is standardized, would likely be better than our tab JS approach... */
  outline: 2px solid #2A61FF;
  /* for non-webkit browsers (i.e. IE, FF) */
  outline: 5px auto -webkit-focus-ring-color;
  /* looks better than a flat square line for people w/ Chrome-based browsers */
  outline-offset: -2px;
  /* inset the outline offset, for inline full-width stuff, like a hero-image-link */
}

/* some things don't work right with the outline offset inset... */
body.user-tab-detected.pdp2019 .MagicZoom:focus,
body.user-tab-detected.pdp2019 button.mz-button:focus,
body.user-tab-detected .product-tile a:focus {
  outline-offset: 0;
}

body.user-tab-detected > select-wrap > .customStyleSelectBox:focus {
  outline: 5px solid green;
  outline-offset: 2px;
}

body.user-tab-detected md-option:focus,
body.user-tab-detected md-option.psuedo-focus {
  outline: none;
}

body.user-tab-detected .categories.dim-accordion div .trigger.md-sg-material-theme.open .content.open fieldset ul li div.style-checkbox:focus {
  outline: 2px solid #2A61FF;
  outline-offset: -1px;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=email]:invalid {
  box-shadow: none;
}

.form-list .select-wrap {
  width: 100%;
}

@media screen and (max-width: 730px) {
  .form-list li label {
    float: none;
  }
  .form-list li .input-box {
    width: 100%;
    float: none;
  }
  .form-list li.add-field {
    margin-left: 0;
  }
  .form-list li.fields {
    margin-bottom: 0;
  }
  .form-list li.fields .field {
    float: none;
    margin: 0 0 8px 0 !important;
    width: 100% !important;
  }
  .form-list li.control label {
    max-width: 90%;
  }
}

/**
 * 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 */
a {
  color: #000000;
  text-decoration: none;
  -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-family: "figtree", helvetica, arial, sans-serif;
}

h2 a {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

a.blue {
  color: #000000;
}

a:hover,
a:active {
  color: #000000;
}

button,
.button,
a.button {
  outline: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  background-color: #000000;
  padding: 0 18px;
  -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;
}

button[disabled],
.button[disabled],
a.button[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button[disabled]:hover,
.button[disabled]:hover,
a.button[disabled]:hover {
  background-color: #2b2b2b;
}

button span,
.button span,
a.button span {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

button:hover,
.button:hover,
a.button:hover {
  /*background-color: #D54400;*/
  /* burnt orange */
}

/*Inline Inputs w/ Buttons*/
.inline-button:before,
.inline-button:after {
  content: " ";
  display: table;
}

.inline-button:after {
  clear: both;
}

.inline-button .input-wrapper {
  float: left;
  width: 330px;
  width: -webkit-calc(100% - 94px);
  width: -moz-calc(100% - 94px);
  width: calc(100% - 94px);
}

.inline-button .input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right: none;
}

.inline-button .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  padding: 0;
  line-height: 32px;
  width: 92px;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
  color: #ffffff;
}

.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;
}

@media screen and (max-width: 730px) {
  .btn-quickview {
    display: none;
  }
}

.link-cursor {
  cursor: pointer;
}

.underline-hover:hover {
  text-decoration: underline;
}

.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: 'figtreeBold', 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;
}

/**
 * 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 */
.mm-menu {
  background: #ffffff !important;
  /*used to be fbfbfb*/
}

.mmenu-close {
  background: url("/images/gorilla/sprite.png") no-repeat -170px -98px;
  width: 20px;
  height: 20px;
  display: block;
}

.my-account .mm-nopanel.input-box {
  margin-bottom: 10px;
}

.mm-menu .tool-tip .tip {
  width: 220px;
}

.tool-tip.faq-my-account {
  position: relative;
  top: -2px;
  right: 0;
  left: 5px;
}

.account-mmenu .mm-panels > .mm-panel > .mm-listview {
  margin: 0;
}

.account-mmenu .mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.account-mmenu h2 {
  display: inline-block;
  margin-bottom: 18px;
}

.mm-listview .parent .fly-out .level1 > li > a {
  padding: 5px;
}

.mm-listview .parent .fly-out .level1 > li {
  border-bottom: 1px solid #dddddd;
}

.mm-listview .parent .fly-out .level1 > li:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  #sg-page-wrapper > #main,
.mm-page.mm-slideout > #main.main {
    padding-top: 132px;
  }
  .main-nav .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    font-size: 16px;
    font-family: 'figtreeBold', helvetica, arial, sans-serif;
  }
  .main-nav .mm-panels > .mm-panel {
    padding: 0 !important;
  }
  .main-nav .mm-panels > .mm-panel > .mm-listview {
    margin: 0 !important;
  }
  .main-nav .mm-listview > li > a, .mm-listview > li > span {
    padding: 5px !important;
  }
  .main-nav .mm-listview > li.mm-vertical > .mm-next,
.main-nav .mm-vertical .mm-listview > li > .mm-next,
.main-nav .mm-listview .mm-listitem_vertical .mm-btn_next {
    display: none !important;
  }
  .main-nav .mm-listview > li:not(.mm-divider):after {
    left: 0 !important;
  }
}

@media screen and (max-width: 680px) {
  .mm-page.mm-slideout > #main.main {
    padding-top: 0;
  }
  .mm-navbars_top .mm-navbar {
    height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .mm-menu .mm-navbars_top .mm-navbar,
.mm-menu .mm-navbars_top .mm-navbar a,
.mm-menu .mm-navbars_top .mm-navbar h1,
.wish-mmenu .totals .price-box .club-price span,
.cart-mmenu .totals .price-box .club-price span {
    font-size: 16px;
  }
}

/**
 * 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 .form-container form button.md-button.md-sg-material-theme.pseudo-select {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  background-color: #F0F0F0;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: none;
  color: #54565A;
  display: flex;
  order: 1;
  height: 44px;
  padding: 5px 15px;
  position: relative;
  text-transform: capitalize;
}

body .form-container form button.md-button.md-sg-material-theme.pseudo-select:hover {
  background-color: #BABABA;
}

body .form-container form button.md-button.md-sg-material-theme.pseudo-select span.md-select-icon {
  align-items: flex-end;
  color: #54565A;
  display: block;
  font-size: 1.2rem;
  text-align: end;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  width: 24px;
}

body .form-container form button.md-button.md-sg-material-theme.pseudo-select span.md-select-icon:after {
  display: block;
  content: '\25BC';
  position: relative;
  top: 2px;
  speak: none;
  font-size: 13px;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1);
}

/**
 * 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 */
#skipToContent a {
  background-color: #fff;
  color: #2A61FF;
  left: 0px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  top: -50px;
  vertical-align: middle;
  width: 250px;
}

#skipToContent a:focus {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

#div-house-ad-side {
  border: none;
  margin: 40px auto 5px auto;
}

#div-house-ad-side img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  /* https://stackoverflow.com/questions/7774814/remove-white-space-below-image */
}

.connect:before,
.connect:after {
  content: " ";
  display: table;
}

.connect:after {
  clear: both;
}

.connect li {
  margin-left: 6px;
}

.connect li:first-child {
  margin-left: 0;
}

.connect li,
.connect a,
.connect span {
  display: inline-block;
  vertical-align: top;
}

.connect a,
.connect span {
  width: 30px;
  height: 30px;
  background: #3b5b99 url("/images/gorilla/sprite.png") 9px 4px no-repeat;
  /*text-indent: -999em;*/
  /* use sr-only instead */
  cursor: pointer;
  -webkit-transition: background-color 0.24s ease-out;
  -moz-transition: background-color 0.24s ease-out;
  -o-transition: background-color 0.24s ease-out;
  transition: background-color 0.24s ease-out;
}

.connect a:hover,
.connect span:hover {
  background-color: #728fc8;
}

.connect .facebook a,
.connect .facebook span {
  background: #555555 url("/images/socialmediaicons/facebook - fontawesome.png") 9px 5px no-repeat;
}

.connect .facebook a:hover,
.connect .facebook span:hover {
  background-color: #888888;
}

.connect .twitter a,
.connect .twitter span {
  background: #555555 url("/images/socialmediaicons/x-twitter-logo.png") 6px 6px no-repeat;
  background-size: 20px 20px;
}

.connect .twitter a:hover,
.connect .twitter span:hover {
  background-color: #888888;
}

.connect .youtube a,
.connect .youtube span {
  background: #555555 url("/images/socialmediaicons/youtube-play - FontAwesome.png") 6px 8px no-repeat;
}

.connect .youtube a:hover,
.connect .youtube span:hover {
  background-color: #888888;
}

.connect .pinterest a,
.connect .pinterest span {
  background: #555555 url("/images/socialmediaicons/pinterest-p - FontAwesome.png") 8px 5px no-repeat;
}

.connect .pinterest a:hover,
.connect .pinterest span:hover {
  background-color: #888888;
}

.connect .instagram a,
.connect .instagram span {
  background: #555555 url("/images/socialmediaicons/instagram - FontAwesome.png") 6px 6px no-repeat;
}

.connect .instagram a:hover,
.connect .instagram span:hover {
  background-color: #888888;
}

.connect .tiktok a,
.connect .tiktok span {
  background: #555555 url("/images/socialmediaicons/tiktok - FontAwesome.png") 6px 6px no-repeat;
}

.connect .tiktok a:hover,
.connect .tiktok span:hover {
  background-color: #888888;
}

.connect .email a,
.connect .email span {
  background-color: #555555;
  background-position: 8px -40px;
}

.connect .email a:hover,
.connect .email span:hover {
  background-color: #888888;
}

/**
 * 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 */
.warranty-control {
  font-family: 'figtree', helvetica, arial, sans-serif;
  margin-bottom: 30px;
  color: #54565a;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 960px) {
  .warranty-control {
    display: block;
  }
}

.warranty-control .warranty-atc-text {
  color: #252a2f;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 5px;
}

.warranty-control .warranty-atc-text .smart-guard-text {
  color: #D54400;
}

.warranty-control md-checkbox.warranty .md-icon {
  width: 18px;
  height: 18px;
  border-style: double;
  opacity: 0.8;
}

.warranty-control md-checkbox.warranty.md-checked .md-icon {
  opacity: 1.0;
}

.warranty-control .warranty-details {
  margin-top: 2px;
  margin-left: -6px;
}

.warranty-control .warranty-details a {
  color: #2A61FF;
  text-decoration: underline;
  margin-right: 10px;
}

.warranty-control .warranty-details img {
  max-width: 32px;
  margin-right: 10px;
}

.warranty-control .quantity-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  justify-content: flex-end;
  padding-bottom: 8px;
  position: relative;
  height: 48px;
}

@media screen and (max-width: 960px) {
  .warranty-control .quantity-price-container {
    border-bottom: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 16px;
    height: 24px;
  }
}

.warranty-control .quantity-price-container .quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .warranty-control .quantity-price-container .quantity-container {
    margin-right: 10px;
  }
}

.warranty-control .quantity-price-container .quantity-container div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-right: 5px;
}

.warranty-control .quantity-price-container .quantity-container div[ng-messages] {
  font-size: 0.75rem;
  line-height: 1.54756;
  color: #F0283C;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 960px) {
  .warranty-control .quantity-price-container .quantity-container div[ng-messages] {
    bottom: -15px;
  }
}

.warranty-control .quantity-price-container .subtotal-block-container {
  width: 165px;
}

.warranty-control .quantity-price-container .subtotal-block-container .price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.warranty-control .quantity-price-container .subtotal-block-container .price-container .price-label {
  margin-right: 20px;
}

.warranty-control .quantity-price-container .subtotal-block-container .price-container.bc-price {
  justify-content: flex-end;
}

.warranty-details-modal {
  background: white;
}

.warranty-details-modal .warranty-image {
  margin-right: 40px;
}

.warranty-details-modal .warranty-image img {
  width: 300px;
}

.warranty-details-modal h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.warranty-details-modal .price {
  font-size: 18px;
  color: #D54400;
}

.warranty-details-modal ul {
  list-style-type: disc;
  margin-top: 20px;
}

.warranty-details-modal ul li {
  margin-bottom: 5px;
}

.warranty-details-modal md-button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
}

.warranty-details-modal md-button:hover {
  background-color: #CA4F25;
}

#cart-mmenu .warranty-details,
#CartWishListHomepageController .product-details .warranty-details {
  margin: 10px 0;
}

#cart-mmenu .warranty-details img,
#CartWishListHomepageController .product-details .warranty-details img {
  max-width: 16px;
  margin-right: 8px;
}

#cart-mmenu .warranty-details span,
#CartWishListHomepageController .product-details .warranty-details span {
  font-size: 12px;
  line-height: 12px;
}

#warranty-data-pdp-outer {
  min-height: 41px;
  margin-bottom: 30px;
}

/**
 * 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 */
.customer-service-template.contact-us .container .col-main p:not(.jqv-error), .customer-service-template.contact-us .container .col-main address {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  line-height: 19px;
  margin-bottom: 0;
}

.customer-service-template.contact-us .container .col-main > div.contact-us-div {
  border-bottom: 1px solid #D9D8D6;
  padding: 0 0 40px 0;
  width: 100%;
  margin-bottom: 16px;
}

.customer-service-template.contact-us .container .col-main > div.contact-us-div:last-of-type {
  border-bottom: 0;
}

.customer-service-template.contact-us .container .col-main .card-row > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .customer-service-template.contact-us .container .col-main .card-row > ul > li {
    width: -webkit-fill-available;
  }
}

.customer-service-template.contact-us .container .col-main .card-row > ul > li > a {
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #006EB3;
  display: block;
  margin: 10px 10px 10px 0;
  padding: 20px 40px;
  text-align: center;
  /*&:last-of-type {
                margin-right: 0;
            }*/
}

@media screen and (max-width: 1400px) {
  .customer-service-template.contact-us .container .col-main .card-row > ul > li > a {
    margin: 5px 2.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .customer-service-template.contact-us .container .col-main .card-row > ul > li > a {
    width: 95%;
  }
}

.customer-service-template.contact-us .container .col-main .card-row > ul > li > a:hover {
  text-decoration: underline;
}

.customer-service-template.contact-us .container .col-main .card-row.softball-style ul > li > a {
  color: #45ABA6;
}

.customer-service-template.contact-us .container .col-main .contact-us-form button.button {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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 20px;
}

.customer-service-template.contact-us .container .col-main .contact-us-form button.button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .buttons-set .button.yellow.softball-style {
  background-color: #262626;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .buttons-set .button.yellow.softball-style:hover {
  background-color: #000000;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li.fields {
  margin: 0 0 25px 0;
}

@media screen and (max-width: 730px) {
  .customer-service-template.contact-us .container .col-main .contact-us-form .form-list li.fields .field {
    float: left;
  }
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box {
  position: relative;
  width: 100%;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box label:not(.error) {
  position: absolute;
  top: -2px;
  left: 8px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #54565A;
  text-transform: uppercase;
  z-index: 2;
  line-height: 30px;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box input, .customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box textarea, .customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box .customStyleSelectBox {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box input:focus, .customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box textarea:focus, .customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box .customStyleSelectBox:focus {
  border-bottom: 1px solid #006EB3;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box textarea {
  width: 100%;
  height: 100px;
}

.customer-service-template.contact-us .container .col-main .contact-us-form .form-list li .input-box .customStyleSelectBox:before {
  content: "";
  background: none;
  background-color: #F0F0F0 !important;
  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;
}

/**
 * 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 */
.customer-service-template md-select-menu.md-sg-material-theme {
  background-color: #fff;
}

.customer-service-template md-select-menu.md-sg-material-theme md-content md-option {
  color: rgba(0, 0, 0, 0.87);
}

.customer-service-template md-select-menu.md-sg-material-theme md-content md-option[selected] {
  color: #9e9e9e;
}

.customer-service-template md-select-menu.md-sg-material-theme md-option:hover {
  background-color: #F0F0F0;
}

.customer-service-template .form-container {
  margin-bottom: 0;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme {
  display: block;
  margin-bottom: 0;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme label {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.6875rem;
  color: rgba(0, 0, 0, 0.54);
  height: 30px;
  left: 8px;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  transform: none;
  z-index: 2;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme md-select {
  margin: 0;
  order: 2;
  display: flex;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme md-select .md-select-value {
  font-size: 1rem;
  background-color: #F0F0F0;
  color: #54565A;
  min-height: 44px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  flex-grow: 1;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme md-select .md-select-value span {
  padding: 12px 8px 0;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme md-select .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;
}

.customer-service-template .form-container form md-input-container.md-sg-material-theme md-select .md-select-value .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
}

.customer-service-template .cms a {
  color: #2A61FF;
}

.customer-service-template .container.main {
  margin: 0 auto;
  max-width: 1400px;
  width: 94%;
}

.customer-service-template .container {
  margin: 0 auto;
  max-width: 1400px;
  width: 94%;
}

.customer-service-template .container .col-left {
  margin-top: 36px;
  float: left;
  margin-left: 11px;
  margin-right: 32px;
  margin-top: 51px;
  width: 185px;
}

@media screen and (max-width: 960px) {
  .customer-service-template .container .col-left {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  .customer-service-template .container .col-left .form-container {
    margin-bottom: 14px;
  }
}

.customer-service-template .container .col-left nav {
  padding: 0;
  margin-bottom: 20px;
}

.customer-service-template .container .col-left nav section h2 {
  margin: 10px 0;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #061C33;
  border-bottom: 1px solid #061C33;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.customer-service-template .container .col-left nav .content li {
  display: block;
  line-height: 16px;
  margin-top: 12px;
  position: relative;
}

.customer-service-template .container .col-left nav .content li a {
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 16px;
  margin-top: 6px;
}

.customer-service-template .container .col-left nav .content li a:after {
  display: none;
}

.customer-service-template .container .col-left nav .content li.active {
  margin-left: 0;
}

.customer-service-template .container .col-left nav .content li.sublist {
  margin-top: 0;
}

.customer-service-template .container .col-left nav .content li.active:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #D54400;
  position: absolute;
  left: -11px;
  margin-top: 2px;
}

.customer-service-template .container .col-left nav .content li.active a {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.customer-service-template .container .col-left nav .content li.active::before(2) {
  content: "";
  height: 5px;
  width: 5px;
  background-color: red;
  display: inline-block;
}

.customer-service-template .container .col-left nav .content li ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #BABABA;
  border-left: solid 2px #BABABA;
}

@media screen and (max-width: 960px) {
  .customer-service-template .container .col-left nav.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);
  }
}

@media screen and (max-width: 960px) {
  .customer-service-template .container .col-main {
    display: block;
  }
}

.customer-service-template .container .col-main .page-title {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .customer-service-template .container .col-main .page-title {
    margin-top: 24px;
  }
}

.customer-service-template .container .col-main h1, .customer-service-template .container .col-main h2.satis-guaran-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.33853;
  color: #061C33;
  line-height: 47px;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .customer-service-template .container .col-main h1, .customer-service-template .container .col-main h2.satis-guaran-price {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main h1, .customer-service-template .container .col-main h2.satis-guaran-price {
    font-size: 1.5rem;
    line-height: 1.26955;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px) and (max-width: 1200px) {
  .customer-service-template .container .col-main h1, .customer-service-template .container .col-main h2.satis-guaran-price {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.customer-service-template .container .col-main h2 {
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  color: #061C33;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .customer-service-template .container .col-main h2 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main h2 {
    font-size: 1.5rem;
    line-height: 1.26955;
    line-height: 28px;
  }
}

@media screen and (max-width: 680px) and (max-width: 1200px) {
  .customer-service-template .container .col-main h2 {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.customer-service-template .container .col-main .return-legal {
  margin-bottom: 28px;
}

.customer-service-template .container .col-main .return-legal p {
  font-size: 0.75rem;
  line-height: 1.54756;
  line-height: 17px;
  margin-bottom: 10px;
}

.customer-service-template .container .col-main .effect-date {
  font-weight: bold;
}

.customer-service-template .container .col-main ul {
  margin-bottom: 60px;
}

.customer-service-template .container .col-main #numberLookupSelection ul,
.customer-service-template .container .col-main #billingInfoSection ul {
  margin-bottom: 0;
}

.customer-service-template .container .col-main li {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin: 4px 0;
}

.customer-service-template .container .col-main .self-service-info {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  line-height: 19px;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D9D8D6;
  min-height: 23px;
}

@media screen and (max-width: 960px) {
  .customer-service-template .container .col-main .self-service-info {
    min-height: 1px;
  }
}

.customer-service-template .container .col-main .flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main .flex-parent {
    flex-direction: column;
    justify-content: center;
  }
}

.customer-service-template .container .col-main .flex-parent .item {
  flex-grow: 1;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  border: 1px solid #f5f5f5;
  box-shadow: 2px 4px 20px #ccc;
  text-align: center;
  max-width: 590px;
  min-height: 175px;
  margin: 15px;
}

.customer-service-template .container .col-main .flex-parent .item a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 175px;
}

.customer-service-template .container .col-main .flex-parent .item a:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

.customer-service-template .container .col-main .flex-parent .item .title {
  display: block;
  font-family: 'figtreeLight', helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: normal;
  color: #061C33;
}

.customer-service-template .container .col-main .flex-parent .item span {
  display: block;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  color: #FB3540;
  margin-top: 10px;
}

.customer-service-template .container .col-main .flex-parent .item:nth-of-type(1) {
  margin-top: 0;
}

.customer-service-template .container .col-main .flex-parent .item:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main .flex-parent .item:nth-of-type(2) {
    margin-left: 15px;
  }
}

.customer-service-template .container .col-main .flex-parent .item:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main .flex-parent .item:nth-child(even) {
    margin-left: 0;
  }
}

.customer-service-template .container .col-main .flex-parent .item:nth-child(odd) {
  margin-left: 0;
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main .flex-parent .item:nth-child(odd) {
    margin-right: 0;
  }
}

.customer-service-template .container .col-main .cms .data-table thead th {
  background-color: transparent;
  color: #D54400;
  font-size: 0.75rem;
  line-height: 1.54756;
}

@media screen and (max-width: 730px) {
  .customer-service-template .container .col-main .cms .data-table tbody tr span {
    margin-left: 30px;
  }
}

.customer-service-template .container .col-main .cms ul {
  margin: 0 0 18px 18px;
  list-style: disc;
  font-size: 13px;
  line-height: 16px;
}

.customer-service-template .container .col-main #order-status-lookup-form .input-box {
  position: relative;
  max-width: 100%;
}

.customer-service-template .container .col-main #order-status-lookup-form .input-box label:not(.error) {
  position: absolute;
  top: -2px;
  left: 8px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #54565A;
  text-transform: uppercase;
  z-index: 2;
  line-height: 30px;
  white-space: nowrap;
}

.customer-service-template .container .col-main #order-status-lookup-form .input-box input {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.customer-service-template .container .col-main #order-status-lookup-form li {
  margin: 0;
}

.customer-service-template .container .col-main #order-status-lookup-form .connector {
  font-weight: bolder;
  margin: 10px 0;
}

.customer-service-template .container .col-main #order-status-lookup-form .button-set {
  margin: 10px 0;
}

.customer-service-template .container .col-main #order-status-lookup-form .blue-button {
  line-height: 42px;
  margin-right: 10px;
  margin-top: 4px;
  background-color: #006EB3;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  border: none;
  -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;
}

.customer-service-template .container .col-main #order-status-signin {
  cursor: pointer;
  float: left;
  padding-top: 0px;
  margin-top: 20px;
}

.customer-service-template .container .col-main .order-lookup-div {
  margin-bottom: 20px;
}

.customer-service-template .container .col-main .order-lookup-div.col-1,
.customer-service-template .container .col-main #order-status-signin.col-2 {
  width: 50%;
}

@media screen and (max-width: 730px) {
  .customer-service-template .container .col-main .order-lookup-div.col-1,
.customer-service-template .container .col-main #order-status-signin.col-2 {
    width: 100%;
  }
}

.customer-service-template .container .col-main.order-details-list .cms ul {
  margin: 0;
}

.customer-service-template .container .col-main.order-details-list .cms .view-order-link {
  color: #2A61FF;
  text-decoration: underline;
}

.customer-service-template .container .col-main.self-service-index .item {
  max-width: 48%;
}

@media screen and (max-width: 680px) {
  .customer-service-template .container .col-main.self-service-index .item {
    max-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 */
#make-payment.col-main {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto;
  color: #54565A;
  position: relative;
}

#make-payment.col-main .inlineLoading {
  margin: 25px 0;
}

#make-payment.col-main .inlineLoading md-progress-circular.md-sg-material-theme path {
  stroke: #FB3540;
}

#make-payment.col-main h1 {
  margin: 15px 0 16px 0;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  line-height: 38px;
}

@media (max-width: 1200px) {
  #make-payment.col-main h1 {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

#make-payment.col-main h1 a {
  text-decoration: underline;
  color: #54565A;
  white-space: nowrap;
}

#make-payment.col-main .decline-order-info {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

#make-payment.col-main .decline-order-info span {
  font-family: "figtree", helvetica, arial, sans-serif;
}

#make-payment.col-main .decline-order-info div {
  margin-bottom: 16px;
}

#make-payment.col-main .decline-payment-note {
  margin: 16px 0 20px 0;
}

#make-payment.col-main #chase-drop-in-wrapper {
  padding-bottom: 20px;
}

/**
 * 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 */
#faqsV3 {
  margin-bottom: 10px;
}

#faqsV3 #accordion-controls-container {
  text-align: right;
  margin: 15px 0;
}

#faqsV3 #accordion-controls-container button {
  background-color: #fff;
  text-transform: none;
  color: #000;
  padding: 0 5px;
  line-height: inherit;
}

#faqsV3 .hidden-keywords {
  display: none;
}

#faqsV3 .sg-accordion-content {
  padding: 8px 30px;
  display: none;
  /* default hidden.  shows/hides via JS like an accordion */
}

#faqsV3 .sg-accordion-content h4 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

#faqsV3 .sg-accordion-content a {
  text-decoration: underline;
}

#faqsV3 .sg-accordion-content .sg-accordion-header {
  /* nested */
  background-color: inherit;
  border: none;
  color: #000080;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

#faqsV3 .sg-accordion-content .sg-accordion-content {
  /* nested */
  border: none;
  margin-bottom: 10px;
  padding-top: 0px;
}

#faqsV3 .sg-accordion-header {
  background-color: #f6f6f6;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  color: #454545;
  cursor: pointer;
  font-size: 14px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  margin-bottom: 0 !important;
  padding: .5em 24px .5em .7em;
  /* right side needs to protect the +/- icons from overlapping content */
  position: relative;
}

#faqsV3 .sg-accordion-header .sg-accordion-header-button {
  background-color: transparent;
  color: inherit;
  line-height: 14px;
  padding: 2px 0 0 0;
  text-transform: inherit;
  text-align: left;
}

#faqsV3 .sg-accordion-header .sg-accordion-content {
  border: 1px solid #dddddd;
  border-top: none;
  color: #454545;
  display: none;
  /* default hidden.  shows/hides via JS like an accordion */
  margin-top: 0;
  padding: 10px 0;
  overflow: auto;
  /* ensures height is calc'd correctly when contents are floated */
}

#faqsV3 .sg-accordion-header:hover {
  background-color: #ededed;
}

#faqsV3 .sg-accordion-header:after {
  /* plus sign */
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: url(/images/gorilla/sprite.png) -152px -212px no-repeat;
}

#faqsV3 .sg-accordion-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#faqsV3 .sg-accordion-header.active:after {
  /* minus sign */
  background-position: -202px -212px;
}

#faqsV3 h2.sg-accordion-header {
  background-color: #f6f6f6;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  color: #454545;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 18px;
  margin-top: 10px;
  font-family: figtreebold,helvetica,arial,sans-serif;
  margin-bottom: 0 !important;
  padding: .5em 24px .5em .7em;
  position: relative;
  text-transform: uppercase;
}

#faqsV3 .reviewed-by-a360 {
  margin: 0 0 24px 24px;
  float: right;
}

#faqsV3 ul.real-list,
#faqsV3 ol.real-list {
  margin-left: 16px;
  margin-bottom: 0;
}

#faqsV3 ul.real-list {
  list-style: disc;
}

#faqsV3 ol.real-list {
  list-style: decimal;
}

#faqSearchForm .input-box {
  position: relative;
}

#faqSearchForm .input-box label:not(.error) {
  position: absolute;
  top: -2px;
  left: 8px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #54565A;
  text-transform: uppercase;
  z-index: 2;
  line-height: 30px;
}

#faqSearchForm .input-box input {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  width: 50%;
  margin-right: 16px;
}

@media screen and (max-width: 480px) {
  #faqSearchForm .input-box input {
    width: 100%;
    margin-bottom: 4px;
  }
}

#faqSearchForm .orange-button {
  line-height: 42px;
  margin-right: 10px;
  margin-top: 4px;
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  border: none;
  -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;
}

#faqSearchForm .orange-button:focus {
  outline: 2px solid #2A61FF;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#faqSearchForm .orange-button:hover {
  background-color: #000000;
}

#faqSearchForm .orange-button.softball-style {
  line-height: 42px;
  margin-right: 10px;
  margin-top: 4px;
  background-color: #262626;
  color: #45ABA6;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  border: none;
  -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;
}

#faqSearchForm .orange-button.softball-style:focus {
  outline: 2px solid #2A61FF;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#faqSearchForm .orange-button.softball-style:hover {
  background-color: #000000;
}

#faqSearchForm #faqSearchCounts {
  display: none;
  margin-top: 4px;
}

.faq-my-account-text {
  font-family: "figtree",helvetica,arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  margin-left: 10px;
}

.faq-my-account {
  position: absolute;
  top: 11px;
  right: 75px;
}

/**
 * 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 (min-width: 481px) {
  .order-details .club-order-detail {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .order-details .club-order-detail {
    display: block;
  }
}

.order-details .manage-membership-link {
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #2A61FF;
  text-decoration: underline;
}

@media screen and (min-width: 481px) {
  .order-details .manage-membership-link {
    display: inline-block;
    padding-left: 12px;
  }
}

@media screen and (max-width: 480px) {
  .order-details .manage-membership-link {
    display: block;
    padding-bottom: 8px;
  }
}

.order-details .manage-membership-link-account {
  color: #2A61FF !important;
  text-decoration: underline;
}

.order-details .order-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 730px) {
  .order-details .order-info {
    flex-direction: column;
  }
}

.order-details .order-info .order-addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 730px) {
  .order-details .order-info .order-addresses {
    flex-direction: column;
    margin-top: 5px;
  }
  .order-details .order-info .order-addresses > div {
    margin: 12px 0;
  }
}

.order-details .order-info .order-addresses > div {
  flex-basis: 33%;
}

.order-details .order-info .order-addresses > div.summary {
  flex-basis: 50%;
}

.order-details .order-info .order-addresses h3 {
  color: #061C33;
  font-size: 14px;
}

.order-details #order-details td a {
  color: #2A61FF;
  margin-top: 10px;
}

.order-details .order-details-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .order-details .order-details-table-header {
    flex-direction: column;
  }
}

.order-details .order-details-table-header h2.order-details-ship-status {
  color: #061C33;
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  line-height: inherit;
  margin: 0;
}

@media (max-width: 1200px) {
  .order-details .order-details-table-header h2.order-details-ship-status {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

.order-details .order-details-table-header a {
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #2A61FF;
}

@media screen and (min-width: 481px) {
  .order-details .order-details-table-header a {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .order-details .order-details-table-header a {
    display: block;
    padding: 8px 0;
  }
}

.order-details .order-details-table-header span {
  padding-left: 12px;
}

@media screen and (max-width: 480px) {
  .order-details .order-details-table-header span {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  .order-details .order-details-table-header span > span {
    padding: 8px 0 0 12px;
  }
}

.order-details .view-transaction-modal tbody td,
.order-details .order-details-table.data-table tbody td {
  background-color: inherit;
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 17px;
  padding: 16px 1.509433962264151%;
}

.order-details .view-transaction-modal tbody td ul,
.order-details .order-details-table.data-table tbody td ul {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  line-height: 17px;
  margin-bottom: unset;
}

.order-details .view-transaction-modal tbody td a,
.order-details .order-details-table.data-table tbody td a {
  color: #2A61FF;
}

.order-details .view-transaction-modal tbody td .product-name,
.order-details .order-details-table.data-table tbody td .product-name {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
}

.order-details .view-transaction-modal tbody span:empty,
.order-details .order-details-table.data-table tbody span:empty {
  height: 15px;
  display: block;
}

.order-details .cancel-items-button,
.order-details .return-items-button {
  float: right;
  text-transform: none;
  color: #2A61FF;
}

.order-details .cancel-items-button span,
.order-details .return-items-button span {
  text-decoration: underline;
  font-family: "figtree", helvetica, arial, sans-serif;
}

.order-details .cancel-items-button:disabled,
.order-details .return-items-button:disabled {
  color: #898A8D;
}

.order-details #four-pay-container {
  padding: 24px;
  background-color: #252a2f;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media screen and (max-width: 730px) {
  .order-details #four-pay-container {
    margin-bottom: 5px;
  }
}

.order-details #four-pay-container #four-pay-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  margin-bottom: 5px;
}

.order-details #four-pay-container #four-pay-header img {
  width: 27px;
  margin-right: 5px;
}

.order-details #four-pay-container #four-pay-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.32757;
  margin-bottom: 5px;
}

.order-details-list .manage-membership-link {
  color: #2A61FF;
  text-decoration: underline;
}

.order-details .row:before,
.order-details .row:after {
  content: " ";
  display: table;
}

.order-details .row:after {
  clear: both;
}

.order-details .one-third {
  width: 32%;
  margin-left: 2%;
  float: left;
}

.order-details .one-third:first-child {
  margin-left: 0;
}

.order-details .one-third p {
  margin-bottom: 0;
}

.cms-template .order-details .one-third p {
  margin: 0;
}

.order-details .rounded-box {
  background-color: #F3F6F9;
  padding: 10px;
  margin-bottom: 50px;
}

.cms-template .order-details .rounded-box p,
.order-details .rounded-box p {
  font-size: 13px;
  margin: 0px;
}

.order-details h2.order-details-ship-status,
.account-returns h2.order-details-ship-status {
  color: #061C33;
  font-family: 'figtreeLight', helvetica, arial, sans-serif;
  font-size: 32px;
}

.softball .order-details h2.order-details-ship-status,
.softball .account-returns h2.order-details-ship-status {
  color: #262626;
  font-family: 'figtreeLight', helvetica, arial, sans-serif;
  font-size: 32px;
}

.order-details .data-table {
  border-bottom: solid 1px #898A8D;
  border-top: solid 1px #898A8D;
  margin-bottom: 5px;
}

.order-details .data-table tbody tr,
.account-returns .data-table tbody tr {
  border: none;
}

.table-row-odd,
.account-returns .data-table tbody tr:nth-child(odd),
.account-returns-details .order-details .data-table tbody tr:nth-of-type(odd) {
  background-color: #F3F6F9;
}

.view-transaction-modal table thead th,
.my-account .data-table thead th {
  background-color: transparent;
  color: #FB3540;
  font-size: 12px;
}

.order-details .data-table tbody td,
.order-details .data-table th {
  padding-left: 1%;
  padding-right: 1%;
}

.view-transaction-modal th,
.view-transaction-modal td,
.order-details .data-table tbody td,
.order-details .data-table tbody th,
.account-returns .data-table tbody td,
.account-returns .data-table tbody th {
  background-color: inherit;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 16px 1.509433962264151%;
}

.order-details .data-table tbody td a.cancel-bo-link,
.order-details .data-table tbody td a.cancel-bo-link:hover {
  color: #2A61FF;
}

.order-details .data-table strong {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.view-transaction-modal table thead th,
.order-details .data-table th {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
}

.order-details .data-table .price-col {
  text-align: right;
}

.order-details .data-table td[data-header="Return"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .order-details .data-table td[data-header="Return"] {
    justify-content: flex-start;
  }
}

.order-details .data-table td[data-header="Return"] .return-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .order-details .data-table td[data-header="Return"] .return-parent {
    align-items: flex-start;
  }
}

.order-details .data-table .quantity,
.order-details .data-table .return-column {
  text-align: center;
}

.order-details header:before,
.order-details header:after {
  content: " ";
  display: table;
}

.order-details header:after {
  clear: both;
}

.order-details header dl {
  clear: both;
  float: left;
  width: 50%;
}

.order-details .cancel-items-button,
.order-details .cancel-items-button:hover,
.order-details .return-items-button,
.order-details .return-items-button:hover {
  background-color: transparent;
}

.order-details .extra-bottom-margin {
  margin-bottom: 20px;
}

.order-details .extra-top-margin {
  margin-top: 20px;
}

.order-details .data-table tbody .has-glove-break-in td {
  padding-bottom: 0;
}

.order-details .data-table tbody .glove-break-in-line td {
  padding-top: 0;
}

.view-transactions {
  background-color: white;
  color: #2A61FF;
  text-transform: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  line-height: 22px;
}

.view-transactions:hover {
  background-color: white;
}

.view-transaction-modal .data-table {
  width: 500px;
  border-bottom: none;
}

.view-transaction-modal .data-table tbody th {
  background-color: inherit;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 16px;
  text-transform: unset;
  padding: 16px 1.509433962264151%;
}

.view-transaction-modal .data-table th.text-left {
  padding-left: 0;
}

.view-transaction-modal .data-table .text-left {
  text-align: left;
}

.view-transaction-modal .data-table .text-right {
  text-align: right;
}

.view-transaction-modal .data-table .text-center {
  text-align: center;
}

@media screen and (max-width: 680px) {
  .view-transaction-modal table.data-table {
    width: 250px;
  }
  .view-transaction-modal table.data-table .text-left,
.view-transaction-modal table.data-table .text-right,
.view-transaction-modal table.data-table .text-center {
    text-align: left;
  }
  .view-transaction-modal table.data-table tbody th,
.view-transaction-modal table.data-table thead {
    display: none;
  }
  .view-transaction-modal table.data-table td {
    display: block;
    padding-left: 115px;
    text-align: left;
    width: 250px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
    vertical-align: middle;
  }
  .view-transaction-modal table.data-table td:before {
    margin-right: 15px;
    text-align: right;
    color: #061C33;
    font-size: 0.75rem;
    line-height: 1.54756;
    font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
    content: attr(data-header);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-left: -115px;
    width: 110px;
  }
  .view-transaction-modal table.data-table td .data {
    display: inline-block;
    vertical-align: top;
  }
  .view-transaction-modal table.data-table tr td:first-of-type {
    padding-top: 10px;
  }
  .view-transaction-modal table.data-table tr td:last-of-type {
    padding-bottom: 10px;
  }
}

.softball.my-account .order-details h2.order-details-ship-status {
  color: #262626;
  font-family: "figtreeLight", helvetica, arial, sans-serif;
  font-size: 2rem;
  line-height: 1.35512;
  line-height: inherit;
  margin: 0;
}

@media (max-width: 1200px) {
  .softball.my-account .order-details h2.order-details-ship-status {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

/**
 * 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 */
.order-details-list #search-box {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .order-details-list #search-box {
    flex-direction: column;
    margin-bottom: 48px;
  }
}

.order-details-list #search-box .search-area {
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  .order-details-list #search-box .search-area .input-box label {
    left: 4px;
  }
}

.order-details-list #search-box .search-area .input-box input {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  width: 280px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .order-details-list #search-box .search-area .input-box input {
    width: 210px;
  }
}

.order-details-list #search-box .search-area button#search-button {
  background-color: #D54400;
  height: 48px;
  width: 48px;
  padding: 6px 0 0 0;
}

@media screen and (max-width: 680px) {
  .order-details-list #search-box .search-area #clear-search-button {
    margin-top: 20px;
    display: block;
  }
}

.order-details-list #search-box .filter-area {
  flex-grow: 0;
}

@media screen and (max-width: 680px) {
  .order-details-list #search-box .filter-area {
    margin-top: 20px;
  }
}

.order-details-list #search-box .filter-area label {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.order-details-list #search-box .filter-area .dd-input-area {
  display: inline-block;
  position: relative;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  width: 170px;
  vertical-align: middle;
}

.order-details-list #search-box .filter-area .dd-input-area .custom-dd-box-outer {
  display: inline-block;
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #d9d8d6;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 35px 0 15px;
  margin: 0;
}

.order-details-list #search-box .filter-area .dd-input-area span: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;
  position: absolute;
  margin-left: 18px;
}

.order-details-list #search-box .filter-area .dd-input-area select {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  vertical-align: baseline;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .order-details-list #product-recalls-container .orderlist .orderlist-head {
    height: auto;
  }
}

.order-details-list #product-recalls-container .orderlist .recallsButtonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.order-details-list #product-recalls-container .orderlist .recallsButtonContainer > div {
  margin-right: 10px;
}

.order-details-list #product-recalls-container .orderlist button {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: none;
  box-shadow: none;
}

.order-details-list h2.order-details-ship-status {
  color: #54565A;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .order-details-list h2.order-details-ship-status {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.order-details-list .recent-orders {
  margin-bottom: 56px;
}

@media screen and (max-width: 680px) {
  .order-details-list .recent-orders {
    margin-bottom: 48px;
  }
}

.order-details-list .orderlist {
  border: 1px solid #D9D8D6;
  border-radius: 4px;
  margin-bottom: 40px;
}

.order-details-list .orderlist .orderlist-head {
  width: 100%;
  height: 42px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

@media screen and (max-width: 680px) {
  .order-details-list .orderlist .orderlist-head {
    height: 68px;
  }
}

@media screen and (max-width: 480px) {
  .order-details-list .orderlist .orderlist-head {
    height: 110px;
  }
}

.order-details-list .orderlist .orderlist-head .orderlist-head-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .order-details-list .orderlist .orderlist-head .orderlist-head-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.order-details-list .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  margin-right: 40px;
}

.order-details-list .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .order-details-list .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item span {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .order-details-list .orderlist .orderlist-head .orderlist-head-info .orderlist-head-item {
    margin-right: 0;
  }
}

.order-details-list .orderlist .orderlist-head .orderlist-head-link a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.order-details-list .orderlist .itemlist {
  border-top: 1px solid #D9D8D6;
  padding: 12px 12px 16px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.order-details-list .orderlist .itemlist .itemlist-image {
  margin-right: 30px;
  height: 56px;
  min-width: 56px;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 680px) {
  .order-details-list .orderlist .itemlist .itemlist-content .itemlist-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
  color: #54565A;
  margin-right: 24px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

@media screen and (max-width: 680px) {
  .order-details-list .orderlist .itemlist .itemlist-content .itemlist-info .itemname a {
    margin-right: 0;
  }
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-info .iteminfo div {
  display: inline-block;
  margin-right: 24px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options {
  display: block;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options div {
  display: inline-block;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options div button {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options div a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #2A61FF;
  text-decoration: underline;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options .order-again button {
  border: none;
  text-transform: unset;
  color: #2A61FF;
  outline: none;
  background-color: #fff;
  padding: 0;
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
  border-left: 1px solid #D9D8D6;
  margin-left: 8px;
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .order-details-list .orderlist .itemlist .itemlist-content .itemlist-options .write-review {
    padding-left: 5px;
    margin-left: 4px;
  }
}

.order-details-list .orderlist .itemlist .itemlist-content .itemlist-options.recalled-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.order-details-list .no-results p {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

.order-details-list #search-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.order-details-list #search-table-header button#clear-search-button {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #2A61FF;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  box-shadow: none;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .order-details-list #search-table-header button#clear-search-button {
    margin-left: 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 */
@media screen and (max-width: 730px) {
  .transactions.customer-service-template .col2-set .col-1,
.transactions.customer-service-template .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.transactions.customer-service-template .form-container form md-input-container.md-sg-material-theme {
  margin: 15px 0;
}

.transactions.customer-service-template .form-container form md-input-container.md-sg-material-theme span {
  margin-bottom: 5px;
}

.transactions.customer-service-template .form-container form .md-button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  max-width: 125px;
}

.transactions.customer-service-template .form-container form .md-button:hover {
  background-color: #CA4F25;
}

.transactions.customer-service-template .container .col-main ul {
  margin-bottom: 0;
}

@media screen and (max-width: 730px) {
  .transactions.customer-service-template .container .col-main .flex-parent .item {
    max-width: 100%;
    margin: 0;
  }
}

.transactions.customer-service-template .container .col-main #error-msg {
  color: #F0283C;
  margin: 10px 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 */
.slider-header-wrapper {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  margin-bottom: 25px;
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.slider-container .default-slider .product-name {
  overflow: hidden;
  height: 3.5em;
}

/**
 * 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 */
#account-mmenu .mm-navbar {
  text-align: left;
  padding-left: 20px;
}

#account-mmenu #drawer-header span {
  color: #061C33;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  line-height: 17px;
}

#account-mmenu #mini-login #mini-login-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 560px) {
  #account-mmenu #mini-login #mini-login-actions {
    flex-direction: column;
  }
  #account-mmenu #mini-login #mini-login-actions > div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

#account-mmenu #mini-login #mini-login-actions button {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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: 10px;
  line-height: unset;
}

#account-mmenu #mini-login #mini-login-actions button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

@media screen and (max-width: 560px) {
  #account-mmenu #mini-login #mini-login-actions button {
    width: 100%;
  }
}

#account-mmenu #mini-login #mini-login-actions a {
  color: #2A61FF;
  text-decoration: underline;
}

#account-mmenu #my-account-actions .list-header {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 40px;
  color: #54565A;
}

#account-mmenu #my-account-actions .list-header:hover {
  color: #FB3540;
}

#account-mmenu #my-account-actions #dashboard-links li {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  line-height: 40px;
  padding-left: 10px;
}

#account-mmenu #my-account-actions #dashboard-links li:hover {
  color: #FB3540;
}

body.debug:before {
  background: #ffc;
  width: 100%;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  padding: 0px;
  font-size: 9px;
  font-size: .575rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 20000;
}

@media screen and (min-width: 1436px) {
  body.debug:before {
    content: "min-width: 1436px (beyond full!)";
    background-color: darkred;
  }
}

@media screen and (min-width: 1128px) {
  body.debug:before {
    content: "min-width: 1128px (full size!)";
  }
}

@media screen and (max-width: 1127px) {
  body.debug:before {
    content: "max-width: 1127px (non standard)";
    background-color: greenyellow;
  }
}

@media screen and (max-width: 1060px) {
  body.debug:before {
    content: "max-width: 1060px";
    background-color: lightblue;
  }
}

@media screen and (max-width: 960px) {
  body.debug:before {
    content: "max-width: 960px";
    background-color: pink;
  }
}

@media screen and (max-width: 900px) {
  body.debug:before {
    content: "max-width: 900px";
    background-color: wheat;
  }
}

@media screen and (max-width: 768px) {
  body.debug:before {
    content: "max-width: 768px";
  }
}

@media screen and (max-width: 730px) {
  body.debug:before {
    content: "max-width: 730px";
  }
}

@media screen and (max-width: 680px) {
  body.debug:before {
    content: "max-width: 680px";
  }
}

@media screen and (max-width: 560px) {
  body.debug:before {
    content: "max-width: 560px";
  }
}

@media screen and (max-width: 480px) {
  body.debug:before {
    content: "max-width: 480px";
  }
}

@media screen and (max-width: 360px) {
  body.debug:before {
    content: "max-width: 360px (non standard)";
    background-color: plum;
  }
}

@media screen and (max-width: 320px) {
  body.debug:before {
    content: "max-width: 320px";
  }
}

/**
 * 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 */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-container.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-container.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-container .flex-grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-container .flex-shrink {
  -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;
}

.flex-container .flex-static {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

div[flex-container] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

div[flex-direction-column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div[flex-direction-row] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

div div[flex-grow] {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

div div[flex-shrink] {
  -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;
}

div div[flex-static] {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/**
 * 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-datepicker-calendar-pane {
  z-index: 9999 !important;
}

@media screen and (max-width: 680px) {
  .md-datepicker-calendar-pane {
    z-index: 9999 !important;
  }
}

md-dialog.md-sg-material-theme.gc-recipent-modal md-toolbar.md-sg-material-theme.md-accent {
  background-color: #fff;
}

md-dialog.md-sg-material-theme.gc-recipent-modal md-toolbar.md-sg-material-theme.md-accent .md-toolbar-tools h1 {
  color: #54565A;
}

.gc-recipent-modal {
  width: 600px;
  min-width: 320px;
}

.gc-recipent-modal .form-container {
  margin-bottom: 0;
}

.gc-recipent-modal .form-container form .recipient-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .gc-recipent-modal .form-container form .recipient-info {
    flex-direction: column;
  }
}

.gc-recipent-modal .form-container form .recipient-info div:nth-child(1) {
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .gc-recipent-modal .form-container form .recipient-info div:nth-child(1) {
    margin-right: 0;
  }
}

.gc-recipent-modal .form-container form .recipient-info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gc-recipent-modal .form-container form .recipient-info textarea {
  background-color: #F0F0F0;
  padding: 15px 8px 0;
}

.gc-recipent-modal .form-container form input[disabled] {
  opacity: 0.5;
}

.gc-recipent-modal .form-container form #e-gift-card #send-date {
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .gc-recipent-modal .form-container form md-datepicker#gc-send-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
  }
}

.gc-recipent-modal .form-container form md-datepicker#gc-send-date > button {
  padding: 0;
}

@media screen and (max-width: 680px) {
  .gc-recipent-modal .form-container form md-datepicker#gc-send-date > button {
    flex-basis: 10%;
  }
}

.gc-recipent-modal md-input-container .md-char-counter {
  display: none;
}

.gc-recipent-modal md-input-container:last-of-type {
  margin-bottom: 0;
}

.gc-recipent-modal md-datepicker._md-datepicker-has-triangle-icon {
  margin-right: 0;
}

.gc-recipent-modal md-datepicker._md-datepicker-has-triangle-icon .md-datepicker-button {
  padding-left: 0;
}

.gc-recipent-modal md-datepicker._md-datepicker-has-triangle-icon .md-datepicker-input-container .md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
  margin: 0 6px;
  min-width: 0;
  line-height: 24px;
  border-radius: 50%;
}

.gc-recipent-modal md-datepicker._md-datepicker-has-triangle-icon .md-datepicker-input-container .md-datepicker-triangle-button.md-button.md-icon-button .md-datepicker-expand-triangle {
  top: 40%;
}

.gc-recipent-modal md-dialog-actions md-button {
  background-color: #D54400;
}

/**
 * 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 */
.image-banner {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 22px;
  padding: 0 10px;
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .025em;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-banner:after {
  content: " ";
  position: absolute;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.image-banner.red,
.image-banner.red:after {
  color: #fff;
  background-color: #D50001;
}

.image-banner.orange,
.image-banner.orange:after {
  color: #fff;
  background-color: #D54400;
}

.image-banner.blue,
.image-banner.blue:after {
  color: #fff;
  background-color: #2A61FF;
}

.image-banner.rebateGreen,
.image-banner.rebateGreen:after {
  color: #fff;
  background-color: #02C852;
}

.image-banner.doorbuster,
.image-banner.doorbuster:after {
  color: #fff;
  background-color: #019E60;
}

/*PLP Specific*/
@media screen and (max-width: 480px) {
  #product-listing-container .image-banner {
    position: absolute;
    display: inline-block;
    top: 8px;
    padding-top: 3px;
    margin-bottom: 6px;
  }
}

/*cart specific*/
@media screen and (max-width: 480px) {
  .cart-tile-img-container .image-banner {
    top: 4px;
    height: 15px;
    padding: 0 4px;
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .cart-tile-img-container .image-banner {
    top: 2px;
    height: 12px;
    padding: 0 2px;
    font-size: 8px;
  }
}

.view-cart-container .cart-tile-img-container .image-banner {
  top: 6px;
  height: 16px;
  padding: 0 6px;
  font-size: 12px;
}

@media screen and (max-width: 1128px) {
  .view-cart-container .cart-tile-img-container .image-banner {
    top: 4px;
    height: 15px;
    padding: 0 4px;
    font-size: 11px;
  }
}

@media screen and (max-width: 730px) {
  .view-cart-container .cart-tile-img-container .image-banner {
    top: 2px;
    height: 12px;
    padding: 0 2px;
    font-size: 10px;
  }
}

@media screen and (max-width: 680px) {
  .view-cart-container .cart-tile-img-container .image-banner {
    top: 4px;
    height: 16px;
    padding: 0 4px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .view-cart-container .cart-tile-img-container .image-banner {
    top: 4px;
    height: 15px;
    padding: 0 4px;
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .view-cart-container .cart-tile-img-container .image-banner {
    top: 2px;
    height: 12px;
    padding: 0 2px;
    font-size: 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 */
.loyalty-points {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  margin-top: 8px;
}

.loyalty-points > img {
  position: relative;
  top: -1px;
}

.loyalty-points > div {
  margin-left: 5px;
}

.loyalty-points .tip-container .tool-tip {
  color: #2A61FF;
  margin-top: -2px;
  text-decoration: underline;
  width: auto;
}

.loyalty-points .tip-container .tool-tip span {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  background: none;
  display: inline;
}

.loyalty-points .tip-container .tip-content {
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  font-size: 0.75rem;
  line-height: 1.54756;
  background-color: #fff;
  color: #54565A;
  min-width: 320px;
}

@media screen and (max-width: 480px) {
  .loyalty-points .tip-container .tip-content {
    min-width: auto;
  }
}

.loyalty-points .tip-container .tip-content > div:first-of-type {
  font-size: 0.8125rem;
  line-height: 1.45404;
  color: #000;
  margin-bottom: 5px;
}

.loyalty-points .tip-container .tip-content ul {
  border: 1px solid #D9D8D6;
  margin: 5px 0;
}

.loyalty-points .tip-container .tip-content ul > li {
  background-color: #D9D8D6;
  padding: 0 5px;
}

.loyalty-points .tip-container .tip-content ul > li:nth-child(2n) {
  background-color: #fff;
}

.loyalty-points .tip-container .tip-content .hyperlink {
  color: #2A61FF;
}

.loyalty-points .tip-container .triangle-down {
  border-top: 10px solid #fff;
}

/**
 * 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 */
.related-searches {
  border-top: 1px solid #999999;
  margin-top: 30px;
  padding-top: 25px;
}

.related-searches:before,
.related-searches:after {
  content: " ";
  display: table;
}

.related-searches:after {
  clear: both;
}

.related-searches h3 {
  margin-bottom: 20px !important;
}

.related-searches .sg-header {
  width: 100%;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  color: #D54400;
  margin: 10px 0 20px;
  line-height: 0.1em;
}

.related-searches ul:before,
.related-searches ul:after {
  content: " ";
  display: table;
}

.related-searches ul:after {
  clear: both;
}

.related-searches ul li {
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-right: 25px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
}

.related-searches ul li:hover,
.related-searches ul li a:hover {
  text-decoration: underline;
}

.related-searches ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .related-searches ul li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 900px) {
  .related-searches ul li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .related-searches ul li {
    float: none;
    margin-left: 0;
    line-height: 1em;
  }
  .related-searches ul li a {
    display: block;
    padding: 9px 0;
  }
}

/*--------------------------------------------------------------
			Resets
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  line-height: normal;
}

body {
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow-x: hidden;
  *font-size: small;
}

select,
input,
textarea,
button {
  font: 100% sans-serif;
}

a:hover,
a:active {
  outline: none;
}

ul,
ol {
  margin-left: 0;
  list-style: none;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  top: -0.3em;
}

input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

button {
  width: auto;
  overflow: visible;
}

*:focus {
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 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 */
footer {
  background-color: #061C33;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #fff;
  margin-top: 2px;
}

#footer.footer {
  background-color: #061C33;
  margin: 0 auto;
}

.footer .quick-links {
  padding-top: 20px;
  margin-bottom: 36px;
  color: #fff;
  background-color: #061C33;
}

@media only screen and (min-width: 960px) {
  .footer .quick-links {
    display: flex;
    justify-content: center;
  }
}

.footer .quick-links > .col > h2 > a,
.footer .quick-links > .col > div > ul > li > a {
  color: #fff;
}

.footer .quick-links .fallback-categories > li > a {
  color: #fff;
}

.footer .quick-links a:hover {
  text-decoration: underline;
}

.footer .quick-links:before,
.footer .quick-links:after {
  content: " ";
  display: table;
}

.footer .quick-links:after {
  clear: both;
}

.footer .col {
  float: left;
  width: 15%;
  margin-left: 1.8867924528301887%;
}

.footer .col:first-child {
  margin-left: 0;
}

.footer h2,
.bcwp .footer h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer li {
  line-height: 20px;
}

.footer a {
  font-size: 13px;
}

.footer-supplemental {
  padding: 18px 0;
}

.footer-supplemental:before,
.footer-supplemental:after {
  content: " ";
  display: table;
}

.footer-supplemental:after {
  clear: both;
}

.footer-supplemental .copyright,
.footer-supplemental .copyright a {
  font-size: 11px;
  line-height: 30px;
  color: #2b2b2b;
}

.footer-supplemental .copyright {
  float: left;
  margin-bottom: 0;
}

.footer-badge {
  float: left;
  margin-right: 30px;
}

.footer-badges {
  padding-bottom: 10px;
  text-align: center;
}

.general-footer-si {
  float: left;
}

.general-footer-tpi {
  float: right;
}

.footer-copyright {
  margin-top: 30px;
}

.club-accept-modal .moby-close {
  background: none;
}

club-accept-modal {
  position: relative;
}

.gradient-gray {
  background: #d4d2d2;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#d4d2d2, #ebebeb);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d4d2d2, #ebebeb);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d4d2d2, #ebebeb);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d4d2d2, #ebebeb);
  padding: 10px;
}

.club-accept-modal .buttons-set {
  margin: 10px;
}

.club-accept-modal .buttons-set button,
.club-accept-modal .buttons-set a {
  padding: 10px;
  width: 48%;
  font-size: 18px;
}

.club-accept-modal p:not(.jqv-error) {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: none;
}

.club-accept-modal p span {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.club-lightbox-background {
  background: url("/images/club/bc2025-footer-background.jpeg");
  background-repeat: repeat;
}

.footer.container.mm-fixed-bottom .blue-footer-links {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 10px;
  background-color: #061C33;
}

.footer.container.mm-fixed-bottom .blue-footer-links > .left-links-container {
  padding-left: 25px;
  align-self: center;
}

.footer.container.mm-fixed-bottom .blue-footer-links > .left-links-container > div > a {
  color: #fff;
  font-size: 10px;
}

.footer.container.mm-fixed-bottom .blue-footer-links > .right-socials-container {
  padding-right: 25px;
}

footer.softball-style,
#footer.softball-style,
#footer.mm-fixed-bottom.softball-style .blue-footer-links,
#footer.softball-style .quick-links {
  background-color: #1a1a1a;
}

@media screen and (min-width: 961px) {
  .club-footer-list-block {
    flex-direction: row;
  }
  .club-footer-headline span {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  footer .membership-spiff {
    margin-bottom: 0;
  }
  footer {
    padding-bottom: 30px;
  }
  .club-footer {
    margin-bottom: 40px;
  }
  .club-footer-headline span {
    display: block;
  }
  .club-footer-list-block {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .club-footer-list-block:first-child {
    align-items: flex-end !important;
    margin-right: 20px;
  }
  footer .footer {
    width: 100%;
    max-width: none;
  }
  footer .footer a {
    font-size: 15px;
    line-height: 30px;
  }
  footer .footer .quick-links .col {
    float: none;
    width: 100% !important;
    margin-left: 0;
    border-bottom: 1px solid #999999;
  }
  footer .footer .quick-links .col h2,
footer .footer .quick-links .col h5 {
    line-height: 55px;
    cursor: pointer;
  }
  footer .footer .quick-links .col h2,
footer .footer .quick-links .col h5,
footer .footer .quick-links .col ul {
    max-width: 94%;
    margin: 0 auto;
  }
  footer .footer .quick-links .col h2 a,
footer .footer .quick-links .col h5 a {
    font-size: 16px;
  }
  footer .footer .quick-links .col ul {
    padding-bottom: 20px;
  }
  footer .footer .footer-supplemental,
footer .footer .footer-badges {
    max-width: 94%;
    margin: 0 auto;
  }
  .general-footer-si {
    float: none;
  }
  .general-footer-tpi {
    float: none;
  }
  .footer-supplemental {
    text-align: center;
  }
  .footer-supplemental .copyright {
    width: 100%;
    margin: 0 auto;
  }
  .footer-copyright {
    margin-top: 20px;
  }
  .general-footer-tpi {
    padding-bottom: 20px;
  }
  .footer-badges-icons {
    margin: 0 auto;
    max-width: 338px;
  }
  .footer.container.mm-fixed-bottom .blue-footer-links {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .footer.container.mm-fixed-bottom .blue-footer-links > .right-socials-container {
    align-self: center;
    padding-right: 0;
  }
  .footer.container.mm-fixed-bottom .blue-footer-links > .left-links-container {
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .footer .quick-links {
    margin-bottom: 0;
  }
  .footer-supplemental .copyright {
    line-height: 16px;
  }
  .footer-supplemental .copyright a {
    line-height: 16px;
  }
  .footer.container.mm-fixed-bottom .blue-footer-links {
    margin-top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .footer-supplemental .connect {
    float: none;
    text-align: center;
    margin-bottom: 18px;
  }
  .footer-supplemental .copyright {
    float: none;
    width: 100%;
    text-align: center;
  }
  .club-footer-benefits .club-footer-list-block:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 360px) {
  .footer-badges-icons {
    max-width: 298px;
  }
  .footer-badge {
    margin-right: 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 */
.messages li,
.carousel-nav li.active a,
.toolbar .select-wrap .customStyleSelectBox:before,
.banana-track .banana-handle,
.inline-button .button,
.green-form .button,
.view-all .back-to-top,
.cms-template .main .page-title.lead,
.progress-bar li.active {
  /*background-color: rgb(75, 118, 55);*/
  /* main green (Mallard Head Green), used to be #748f6f */
  /*background-color: rgb(79, 91, 49);*/
  /* main green (Deep Woods Green), used to be #748f6f */
  background-color: #252a2f;
}

.main-nav .drop-down ul.level0 > li.parent {
  color: #333333;
}

.main-nav .drop-down ul.level0 > li.parent.wpsstore {
  color: #E32E10;
  /* ADA warrior poet society red enough */
  line-height: 30px;
}

.main-nav .drop-down ul.level1 > li a.all-deals-link,
.main-nav .drop-down ul.level1 > li a.see-more-link {
  color: #E32E10 !important;
}

.main-nav .drop-down ul.level0 > li.parent.wpsstore a {
  line-height: 26px;
  padding-bottom: 3px;
  /* looks best in chrome :/ */
  padding-top: 2px;
  /* looks best in chrome :/ */
}

.main-nav .drop-down ul.level0 > li.parent.wpsstore a.wpsstore-icon:hover:after {
  background-image: url("/images/wps_shield_white.svg");
}

.wpsstore-icon:after {
  content: '';
  background: transparent url("/images/wps_shield.svg") no-repeat center center;
  background-size: 19px 23px;
  height: 23px;
  margin-left: 5px;
  position: absolute;
  top: 5px;
  width: 19px;
}

.main-nav ul.level0 li.parent:hover {
  background: #333333;
  border-radius: 10px;
}

.main-nav ul.level0 li.parent.wpsstore:hover {
  background-color: #E32E10;
  /* ADA warrior poet society red enough */
}

#mega-tabs-container {
  font-family: "figtree", helvetica, arial, sans-serif;
  height: 40px;
  background-color: #434E5C;
}

#mega-tabs-container > a {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: inline-block;
  padding-top: 10px;
}

#mega-tabs-container > a.active {
  background-color: #061C33;
}

.main-nav li.browse ul.level0 li.parent:hover:after {
  border-top: 14px solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid #fff;
  border-left: 14px solid transparent;
  content: '';
  display: block;
  float: right;
  margin-top: -28px;
  right: 0;
}

.main-nav li.browse ul.level0 li.parent.wpsstore:hover:after {
  border: none;
  border-width: 0;
  margin: 0;
}

#mm-nav.main-nav .level-top-link.wpsstore a {
  color: #E32E10;
}

#mm-nav.main-nav .level-top-link.wpsstore a.wpsstore-icon:after {
  margin-left: 3px;
  top: 19px;
}

.input-text,
textarea,
.customStyleSelectBox,
.green-form,
.rounded-box,
.quickorder .intro img,
.shopping-cart .intro img {
  border: 1px solid #4f5b31;
  /* Deep Woods Green */
}

.col-left nav li a:hover,
.col-left nav li.active a,
.col-left aside li a:hover,
.col-left aside li.active a {
  color: #000000;
}

.col-left nav li a:hover,
.col-left aside li a:hover {
  text-decoration: underline;
}

.toolbar .select-wrap .customStyleSelectBox,
.inline-button .input-text,
.green-form .input-box .input-text,
.msg-block .messages,
.embroidery .main .option-set .form-list .font-style img {
  border-color: #4f5b31;
  /* Deep Woods Green */
}

.main-nav .shop .fly-out .level1 > li > a,
.fly-out-featured ul li p,
.main-nav .shop .fly-out h2 {
  /*color: rgb(79, 91, 49);*/
  /* main green (Deep Woods Green) */
  color: #333333;
}

/* suggest ahead */
#searchProducts {
  border-color: #4f5b31;
}

.ui-menu {
  color: #4f5b31 !important;
}

.search-cats > ul > li > a,
.search-brands > ul > li > a {
  color: #4f5b31;
}

.search-results-more > a,
.search-results-more > a:hover {
  color: #4f5b31;
}

header .site-search .input-wrapper #k {
  height: 34px;
  padding-top: 4px;
}

/*#endregion*/
.drop-down.sign-in .my-account .input-box label:not(.error), .checkoutlogin-body .login-core .input-box {
  display: inline-block;
  line-height: 30px;
}

.my-account .input-box,
.my-account .form-list li .input-box, .email-preferences-page .input-box
, .email-preferences-page .form-list li .input-box
, .checkoutlogin-body .login-core .input-box, .address-page .input-box, .manage-membership .input-box, .manage-membership .form-list li .input-box {
  position: relative;
  width: 100%;
  max-width: 400px;
}

#search-box > div.search-area > div {
  position: relative;
}

.my-account .input-box label:not(.error), .email-preferences-page .input-box label:not(.error)
, .checkoutlogin-body .input-box label:not(.error), .address-page .input-box label:not(.error), .manage-membership .input-box label:not(.error),
#search-box > div.search-area > div > label {
  position: absolute;
  top: -2px;
  left: 8px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #54565A;
  text-transform: uppercase;
  z-index: 2;
  line-height: 30px;
}

.my-account .input-box input,
.my-account .input-box .customStyleSelectBox,
.email-preferences-page .input-box input,
.email-preferences-page .input-box .customStyleSelectBox,
.site-search .input-wrapper #k,
.site-search.mobile-search .input-text,
.checkoutlogin-body .input-box input,
.address-page .input-box input,
.address-page .input-box .customStyleSelectBox,
.manage-membership .input-box input,
.manage-membership .input-box .customStyleSelectBox {
  height: 48px;
  background-color: #F0F0F0;
  color: #142535;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.my-account .input-box input:focus,
.my-account .input-box .customStyleSelectBox:focus,
.email-preferences-page .input-box input:focus,
.email-preferences-page .input-box .customStyleSelectBox:focus,
.site-search .input-wrapper #k:focus,
.site-search.mobile-search .input-text:focus,
.checkoutlogin-body .input-box input:focus,
.address-page .input-box input:focus,
.address-page .input-box
.customStyleSelectBox:focus,
.manage-membership .input-box input:focus,
.manage-membership .input-box .customStyleSelectBox:focus {
  border-bottom: 1px solid #061C33;
}

.softball .my-account .input-box input,
.softball .my-account .input-box .customStyleSelectBox,
.softball .email-preferences-page .input-box input,
.softball .email-preferences-page .input-box .customStyleSelectBox,
.softball .site-search .input-wrapper #k,
.softball .site-search.mobile-search .input-text,
.softball .checkoutlogin-body .input-box input,
.softball .address-page .input-box input,
.softball .address-page .input-box .customStyleSelectBox,
.softball .manage-membership .input-box input,
.softball .manage-membership .input-box .customStyleSelectBox {
  background-color: #F0F0F0;
  color: #262626;
}

.softball .my-account .input-box input:focus,
.softball .my-account .input-box .customStyleSelectBox:focus,
.softball .email-preferences-page .input-box input:focus,
.softball .email-preferences-page .input-box .customStyleSelectBox:focus,
.softball .site-search .input-wrapper #k:focus,
.softball .site-search.mobile-search .input-text:focus,
.softball .checkoutlogin-body .input-box input:focus,
.softball .address-page .input-box input:focus,
.softball .address-page .input-box .customStyleSelectBox:focus,
.softball .manage-membership .input-box input:focus,
.softball .manage-membership .input-box .customStyleSelectBox:focus {
  border-bottom: 1px solid #2B4359;
}

.site-search .input-wrapper label.search-label {
  font-family: 'figtree', helvetica, arial, sans-serif;
  color: #54565A;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
}

.search-input {
  background-color: transparent;
}

.search-wrapper {
  background-color: white;
  z-index: 0;
}

.site-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
  padding: 0;
  height: 160px;
  max-height: 160px;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

body.ios-kb-fix header.site-header {
  position: relative !important;
}

body.ios-kb-fix #main.main {
  padding-top: 0 !important;
}

.no-promo .site-header {
  height: 100px;
  max-height: 100px;
}

.no-promo #sg-page-wrapper > #main {
  padding-top: 100px;
}

.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}

.site-header:after {
  clear: both;
}

.site-header .nav-container,
.site-promo-container {
  max-width: 2000px;
  margin: 0 auto;
}

.no-promo .site-header .nav-container,
.site-header .nav-container {
  padding: 5px 20px;
}

.site-header .logo {
  display: inline-block;
  padding-top: 12px;
  height: 60px;
  width: 150px;
}

.site-header .site-search {
  margin: 14px 30px 0 30px;
}

.site-header .site-search.mobile-search.open,
.site-header .site-search.mobile-search.closed {
  display: none;
}

.site-header .customer-nav {
  font-family: 'figtree', helvetica, arial, sans-serif;
  line-height: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}

.site-header .customer-nav .icon-wrapper a {
  display: inline-block;
}

header .site-search .input-wrapper {
  width: 100%;
}

header .site-search .input-text.search-input {
  height: 34px !important;
  border: 1px solid #d9d9d9;
  border-radius: 1px !important;
}

header .site-search .icon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
}

header .site-search .button {
  background-image: url("/images/search@2x.png");
  background-color: transparent;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}

.site-header .mini-account button {
  background-color: #ffffff;
  padding: 0;
  outline: none;
}

.site-header .mini-account button .user-name {
  text-transform: none;
  position: relative;
  top: -4px;
}

.customer-nav .trigger {
  position: relative;
}

.customer-nav .icon-wrapper {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  vertical-align: top;
}

.customer-nav .icon-wrapper .sign-in-icon,
.customer-nav .icon-wrapper .wish-list-icon,
.customer-nav .icon-wrapper .cart-icon,
.customer-nav .icon-wrapper .search-icon {
  margin-top: 3px;
}

.search-icon {
  display: inline-block;
  background: url("/images/search@2x.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.sign-in-icon {
  display: inline-block;
  background: url("/images/user@2x.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

/*.sign-in-icon.logged-in {
    background-image: url('/images/user_logged_in@2x.png');
}*/
.wish-list-icon {
  position: relative;
  text-align: center;
  display: inline-block;
  background: url("/images/wishlist@2x.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.cart-icon {
  position: relative;
  text-align: center;
  display: inline-block;
  background: url("/images/cart@2x.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.cart-count,
.wishlist-count {
  position: absolute;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 11px;
  border-radius: 40%;
  background-color: #A3FD22;
  color: #061C33;
  padding: 0 2px;
  min-width: 18px;
  line-height: 16px;
}

.softball .cart-count,
.softball .wishlist-count {
  background-color: #DFFF4F;
  border-color: #FF4545;
  border-width: 1px;
  border-style: solid;
}

.cart-count {
  top: -9px;
  right: -4px;
}

.wishlist-count {
  top: -9px;
  right: -8px;
}

.icon-text {
  font-size: 13px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  margin-left: 2px;
  cursor: pointer;
  vertical-align: top;
}

/*.icon-text:hover {
    text-decoration: underline;
}*/
.user-name {
  color: #D54400;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 10px;
}

.mini-cart .drop-down {
  width: 316px;
  left: auto;
  right: 0;
}

.drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #000000;
  padding: 0 18px 18px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
  display: none;
}

.fly-out {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  display: none;
  border: 1px solid #000000;
  min-height: 375px;
}

.main-nav {
  position: relative;
  z-index: 9997;
  float: left;
}

.main-nav ul {
  padding: unset;
  list-style-type: unset;
}

.main-nav ul li {
  list-style-type: none;
  margin-bottom: unset;
}

.main-nav > ul:before,
.main-nav > ul:after {
  content: " ";
  display: table;
}

.main-nav > ul:after {
  clear: both;
}

.main-nav li.level-top,
.main-nav li.level-top-link {
  display: block;
  line-height: 45px;
  float: left;
  padding-bottom: 14px;
  position: relative;
}

.main-nav li.level-top .level-top-wrapper,
.main-nav li.level-top-link .level-top-wrapper {
  position: relative;
  color: #333333;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.main-nav li.level-top.over .level-top-wrapper,
.main-nav li.level-top .level-top-wrapper.over {
  background-color: #fff;
  color: #333333;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.main-nav button.level-top {
  outline: none;
  background-color: #fff;
  width: 100%;
  padding: 7px 0 6px 0;
}

.main-nav button.level-top,
.main-nav a.level-top {
  color: #333333;
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
}

.main-nav .shop-dept {
  position: relative;
}

.main-nav button.level-top span,
.main-nav a.level-top span {
  position: relative;
  top: 6px;
  margin-bottom: 0;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.main-nav .level-top button.level-top:after {
  border-top: 5px solid #333333;
  /*used to be fbfbfb*/
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 3px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.main-nav .level-top.over button.level-top:after,
.main-nav .level-top.over a.level-top:after {
  border-top: 5px solid #333333;
}

.main-nav li.level-top.browse.shop {
  z-index: 999999;
}

.main-nav ul.level0 li a {
  display: block;
  font-size: 13px;
  position: relative;
}

.main-nav .shop {
  width: 90px;
}

.main-nav .deals {
  width: 66px !important;
}

.main-nav .club {
  width: 104px !important;
}

.main-nav .community {
  width: 62px;
}

.main-nav .brands-link {
  width: 80px;
}

.main-nav .brands-link.gift-override {
  width: 100px;
}

.main-nav .brands-link .brands-link-override {
  color: #E53935;
  text-align: left;
}

.main-nav .brands-link .brands-link-override span {
  padding-left: 21px;
  /* protect the icon */
}

.main-nav .brands-link .brands-link-override:before {
  content: ' ';
  background-image: url("/images/icon_gift.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  left: 3px;
  position: absolute;
  top: 22px;
  width: 14px;
}

.main-nav .drop-down {
  border: none;
  border-left: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  padding: 0;
  width: 125%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-nav .shop .drop-down {
  width: 260px;
}

.main-nav .deals .drop-down {
  width: 160px;
}

.main-nav .community .drop-down {
  width: 193px;
}

.main-nav .club .drop-down {
  width: 180px;
}

.main-nav .deals .drop-down,
.main-nav .community .drop-down,
.main-nav .club .drop-down {
  border-right: 1px solid #8a8a8a;
}

.main-nav .drop-down ul.level0 {
  margin: 5px;
}

.main-nav .drop-down li,
.main-nav .drop-down li a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.main-nav .drop-down ul.level0 > li > a {
  padding: 0 10px;
  line-height: 28px;
  color: #4f5b31;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  color: inherit;
}

.main-nav .drop-down ul.level0 > li > a.clearance {
  color: #AC162C;
}

.main-nav .drop-down ul.level0 li:hover,
.main-nav .drop-down ul.level0 > li > a:hover {
  color: #fff;
}

.main-nav .shop .fly-out {
  width: 300%;
  padding: 10px;
  margin-left: -1px;
  border: none;
  border-right: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  background-color: #fff;
  max-height: calc(100vh - 120px);
  /* trying a new viewport unit, 100% of viewport height - 120px for the fixed header (.site-header), works down to the height of the left dropdown at which point it fails to shrink any further */
  overflow-y: auto;
}

.main-nav .shop .fly-out:before,
.main-nav .shop .fly-out:after {
  content: " ";
  display: table;
}

.main-nav .shop .fly-out:after {
  clear: both;
}

.main-nav .shop .fly-out h2 {
  font-size: 18px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  width: 97.5%;
  text-align: left;
  border-bottom: 1px solid #cfd4d8;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.main-nav .shop .fly-out h2 > span {
  background: #fff;
  padding: 0 15px 0 12.5px;
}

.main-nav .shop .fly-out h3 {
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
}

.main-nav .shop .fly-out .level1 {
  float: left;
  width: 23%;
  margin-left: 1.9753086419753085%;
}

.main-nav .shop .fly-out .level1 > li {
  margin-top: 10px;
}

.main-nav .shop .fly-out .level1 > li:first-child {
  margin-top: 0;
}

.main-nav .shop .fly-out .level1 > li > a {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-nav .shop .fly-out .level1 > li > a:hover {
  text-decoration: underline;
}

.main-nav .shop .fly-out .level1 > li > span {
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  color: #2b2b2b;
}

.main-nav .shop .fly-out .level2 li a {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #2b2b2b;
}

.main-nav .shop .fly-out .level2 li a:hover {
  text-decoration: underline;
}

.main-nav .shop .fly-out .level2 li a.more {
  font-style: italic;
}

.main-nav .level-top-link {
  overflow: auto;
  /* ensures height is calc'd correctly when contents are floated */
}

.main-nav .level-top-link a {
  color: #333333;
  display: block;
  line-height: 45px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-family: figtreeMedium, helvetica, arial, sans-serif;
  padding-right: 6px;
}

.main-nav .level-top-link a:hover {
  text-decoration: underline;
}

.main-nav .shop .fly-out .see-more {
  float: left;
  width: 95%;
  text-align: center;
  margin-top: 10px;
}

.main-nav .shop .fly-out .see-more .level1 {
  width: 100%;
}

.products-grid {
  margin-bottom: 28px;
  list-style: none;
}

.products-grid:before,
.products-grid:after {
  content: " ";
  display: table;
}

.products-grid:after {
  clear: both;
}

.products-grid > li {
  display: inline-block;
  margin-left: 2%;
  width: 23.037974683544306%;
  position: relative;
  vertical-align: top;
}

.products-grid > li:first-child {
  margin-left: 0;
}

.products-grid .product-image {
  display: block;
  position: relative;
}

.products-grid .product-image img.lazy {
  display: block;
  border: 1px solid #d2d2d2;
}

.products-grid .product-name {
  font-size: 13px;
  line-height: 18px;
  margin: 4px 0 5px;
}

ol.products-grid.products-grouping li .product-name {
  overflow: hidden;
  height: 3em;
  text-align: left;
}

#searchSuggestions {
  float: left;
}

#searchSuggestions ul li.ui-menu-item .ui-state-active {
  border: none;
  background: none;
  color: inherit;
  text-decoration: underline;
}

#searchProducts {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  background-color: white !important;
  display: none;
  border-style: solid;
  min-height: 71px;
  z-index: 9999;
}

#searchProducts .category-products,
#searchProducts .category-products .products-grouping {
  background-color: white !important;
}

#searchProducts .category-products .products-grid {
  list-style: outside none none;
}

#searchProducts .category-products .products-grid .product-details .product-name {
  height: 40px;
  overflow: hidden;
}

.ui-menu {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
  background-color: white !important;
}

.ui-autocomplete .highlight {
  font-weight: bold;
}

.search-results-label,
.search-results-more {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.search-term {
  font-style: italic;
}

#cartSummary.drop-down {
  padding: 0 18px 10px;
}

#cartSummary ol.products-grid li > a,
#wishSummary ol.products-grid li > a {
  display: block;
  width: 100%;
}

#cartSummary ol.products-grid li > a > .product-details > .product-name,
#wishSummary ol.products-grid li > a > .product-details > .product-name {
  color: #000;
}

#cartSummary ol.products-grid li > a > .product-details > .product-name:hover,
#wishSummary ol.products-grid li > a > .product-details > .product-name:hover {
  text-decoration: underline;
}

.cart-mmenu .drop-down p,
.wish-mmenu .drop-down p {
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-mmenu .products-grid > li,
.wish-mmenu .products-grid > li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
  border-bottom: 1px solid #D9D8D6;
}

.cart-mmenu .products-grid > li:last-of-type,
.wish-mmenu .products-grid > li:last-of-type {
  border-bottom: none;
}

.cart-mmenu .products-grid .product-image,
.wish-mmenu .products-grid .product-image {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}

.cart-mmenu .products-grid .product-image img,
.wish-mmenu .products-grid .product-image img {
  height: 100% !important;
  width: 100% !important;
}

.cart-mmenu .product-details,
.wish-mmenu .product-details {
  display: inline-block;
  margin-left: 5px;
  width: 58%;
  vertical-align: middle;
}

.cart-mmenu .product-details span.product-name,
.cart-mmenu .product-details h3.product-name,
.wish-mmenu .product-details span.product-name,
.wish-mmenu .product-details h3.product-name {
  margin: 0;
  display: block;
}

.wish-mmenu .product-details span.product-name a,
.wish-mmenu .product-details h3.product-name a,
.wish-mmenu .product-details .quantity,
.wish-mmenu .product-details .price-box > span span,
.wish-mmenu .product-details .price-box .club-price.apply-checkout span,
.cart-mmenu .product-details span.product-name a,
.cart-mmenu .product-details h3.product-name a,
.cart-mmenu .product-details .quantity,
.cart-mmenu .product-details .price-box > span span,
.cart-mmenu .product-details .price-box .club-price.apply-checkout span {
  font-size: 14px;
}

.cart-mmenu .total-club-savings span,
.wish-mmenu .total-club-savings span {
  font-size: 20px;
}

.cart-mmenu .button,
.wish-mmenu .button {
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.cart-mmenu .totals,
.wish-mmenu .totals {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

.cart-mmenu .totals .price-box,
.wish-mmenu .totals .price-box {
  max-width: 100%;
}

.wish-mmenu .totals .price-box span
.cart-mmenu .totals .price-box span {
  font-size: 16px;
}

.wish-mmenu .totals .price-box .club-price span
.cart-mmenu .totals .price-box .club-price span {
  font-size: 18px;
}

@media screen and (min-width: 1436px) {
  #searchProducts {
    width: 653px !important;
  }
  #searchProducts .products-grid > li {
    width: 23.037974683544306% !important;
  }
}

@media screen and (min-width: 1128px) {
  #searchProducts {
    border-width: 3px;
    left: 157px;
    top: 33px;
    width: 322px;
    padding: 10px;
  }
  #searchProducts .products-grid > li {
    width: 47.037974683544306%;
  }
  .ui-menu {
    left: -3px !important;
    top: 33px !important;
    max-width: 160px !important;
    font-size: 14px !important;
    min-height: 71px !important;
  }
  .search-results-label,
.search-results-more {
    font-size: 16px;
  }
  .site-header .nav-container {
    padding: 5px 50px;
  }
}

@media screen and (max-width: 1060px) {
  .site-header .site-search {
    margin: 14px 0 0 0px;
  }
  .main-nav .shop {
    width: 80px;
  }
  .main-nav .deals {
    width: 56px !important;
  }
  .main-nav .club {
    width: 94px !important;
  }
  .main-nav .community {
    width: 52px;
  }
  .main-nav .brands-link {
    width: 70px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1127px) {
  #searchProducts {
    border-width: 3px;
    left: 147px;
    top: 33px;
    width: 322px;
    padding: 5px;
  }
  #searchProducts .products-grid > li {
    width: 47.037974683544306%;
  }
  .ui-menu {
    max-width: 150px !important;
  }
  .search-results-label,
.search-results-more {
    font-size: 15px;
  }
}

@media screen and (min-width: 961px) {
  #searchProducts {
    width: 270px;
  }
}

@media screen and (max-width: 960px) {
  .site-header {
    height: 125px;
    max-height: 160px;
  }
  .fly-out {
    min-height: 0px;
  }
  .site-header .nav-container {
    padding: 0 0 0 20px;
  }
  .site-header .logo {
    margin-right: 20px;
  }
  .site-header .customer-nav .icon-wrapper {
    position: relative;
    float: left;
    margin-right: 0;
    vertical-align: top;
  }
  .site-header .customer-nav .icon-wrapper .mobile-trigger {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile-trigger .hamburger {
    width: 20px;
    height: 3px;
    display: inline-block;
    text-align: left;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 5px;
    background-color: #000;
  }
  .mobile-trigger .hamburger:before,
.mobile-trigger .hamburger:after {
    content: '';
    background-color: #000;
    width: 20px;
    height: 3px;
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mobile-trigger .hamburger:before {
    top: -7px;
  }
  .mobile-trigger .hamburger:after {
    bottom: -7px;
  }
  /* header icons */
  .customer-nav .icon-wrapper {
    margin-left: 25px;
  }
  .customer-nav .respondburger {
    margin-top: -3px;
  }
  .site-header .mini-account .drop-down,
.site-header .mini-cart .drop-down {
    text-align: left;
    line-height: 18px;
  }
  .drop-down {
    border: none;
    box-shadow: none;
  }
  .main-nav {
    display: none;
    background-color: inherit;
  }
  .main-nav .brands-link .brands-link-override {
    margin-left: 8px;
  }
  .main-nav .brands-link .brands-link-override span {
    padding-left: 18px;
    /* protect the icon */
  }
  .main-nav .brands-link .brands-link-override:before {
    top: 23px;
  }
  .main-nav .shop .fly-out {
    min-height: 0;
    height: 0;
  }
  .main-nav ul {
    overflow: hidden;
  }
  .main-nav ul li.level-top {
    margin-left: 0;
  }
  .main-nav li,
.main-nav li.browse,
.main-nav li.deals,
.main-nav li.community,
.main-nav li.club {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .main-nav li button.level-top,
.main-nav li a {
    display: block;
    font-size: 16px !important;
    line-height: 50px !important;
    text-align: left !important;
    color: #333333;
    font-family: 'figtreeMedium', helvetica, arial, sans-serif;
  }
  .main-nav li.parent button.level-top,
.main-nav li.parent a.level-top,
.main-nav li.level-top-link {
    position: relative;
    color: #333333;
  }
  .main-nav .level-top.browse button.level-top:after,
.main-nav .level-top.browse a.level-top:after {
    right: 0;
  }
  .main-nav .level-top button.level-top:after,
.main-nav .level-top a.level-top:after,
.main-nav .drop-down li.parent a span:after {
    margin-right: 10px;
  }
  .main-nav li.level-top.browse.shop,
.main-nav li.level-top {
    z-index: 1;
  }
  .main-nav li.level-top .drop-down ul.level0 li.parent:after {
    content: none;
  }
  .main-nav li.level-top,
.main-nav li.level-top-link {
    padding-bottom: 0px;
  }
  .main-nav li.level-top button.level-top,
.main-nav li.level-top a.level-top {
    padding: 5px;
  }
  .main-nav button.level-top span,
.main-nav a.level-top span {
    top: 0;
  }
  .main-nav .drop-down,
.main-nav .drop-down .fly-out {
    display: block !important;
  }
  .main-nav .drop-down.no-display,
.main-nav .drop-down .fly-out.no-display {
    display: none !important;
  }
  .main-nav .drop-down li a,
.main-nav .fly-out li a {
    margin-left: 10px;
  }
  .main-nav li.level-top .drop-down ul.level0 li.parent {
    background-color: #252A2F;
  }
  .main-nav li.level-top .drop-down ul.level0 li.parent a {
    color: #fff;
  }
  .main-nav li.level-top .drop-down ul.level0 li.parent .fly-out ul.level1 li a {
    color: #252A2F;
  }
  .main-nav ul.level1 li a {
    line-height: 30px !important;
  }
  .main-nav .drop-down,
.main-nav .fly-out {
    position: static;
    display: block;
    height: 0;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-nav .drop-down.content,
.main-nav .fly-out.content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.05s ease;
    -moz-transition: height 0.05s ease;
    -o-transition: height 0.05s ease;
    transition: height 0.05s ease;
  }
  .main-nav .drop-down.content.open,
.main-nav .fly-out.content.open {
    height: auto;
    max-height: none;
  }
  .main-nav .drop-down ul,
.main-nav .fly-out ul {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .main-nav .drop-down ul.level0 > li.parent > a {
    line-height: 50px !important;
  }
  .main-nav .drop-down ul.level1 li a,
.main-nav .fly-out ul.level1 li a {
    padding-left: 6% !important;
  }
  .main-nav .drop-down li,
.main-nav .fly-out li {
    margin-top: 0 !important;
  }
  .main-nav .drop-down li a,
.main-nav .fly-out li a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
    color: #ffffff;
  }
  .main-nav .drop-down li a span,
.main-nav .fly-out li a span {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: none !important;
  }
  .main-nav .drop-down li:first-child a,
.main-nav .fly-out li:first-child a {
    border-top: none;
  }
  .main-nav .drop-down li.parent a,
.main-nav .fly-out li.parent a {
    position: relative;
  }
  .main-nav .drop-down li.parent a span:after,
.main-nav .fly-out li.parent a span:after {
    right: 3%;
    top: 50%;
  }
  .main-nav .drop-down h4,
.main-nav .fly-out h4 {
    display: none;
  }
  .main-nav .level-top button.level-top:before,
.main-nav .level-top button.level-top:after,
.main-nav .level-top a.level-top:before,
.main-nav .drop-down li.parent a span:before,
.main-nav .drop-down li.parent a span:after,
.main-nav .level-top a.level-top:after {
    content: none;
  }
  .main-nav .level-top button.level-top:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 500;
    border: none !important;
    height: 12px;
    background: url("/images/gorilla/sprite.png") -152px -212px no-repeat;
    width: 12px;
    top: 35%;
    left: auto;
    right: 0;
    margin-right: 10px;
    transform: translateX(-50%);
  }
  .main-nav .level-top a.level-top:after,
.main-nav .drop-down li.parent a span:after {
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    background: url("/images/gorilla/sprite.png") -153px -198px no-repeat;
    top: 42.5%;
    width: 11px;
    z-index: 500;
    border: none !important;
  }
  .main-nev .level-top button.level-top:after,
.main-nav .level-top a.level-top:after {
    content: "";
    height: 12px;
    background: url("/images/gorilla/sprite.png") -152px -212px no-repeat;
    width: 12px;
    top: 35%;
    left: auto;
    right: 0;
  }
  .main-nav .level-top button.level-top.open:after,
.main-nav .level-top a.level-top.open:after {
    background: url("/images/gorilla/sprite.png") -202px -212px no-repeat;
    top: 35%;
  }
  .main-nav .drop-down li.parent a.open span:after {
    background: url("/images/gorilla/sprite.png") -203px -202px no-repeat;
    top: 50%;
  }
  .category-products .products-grid {
    margin-bottom: 0 !important;
  }
  .category-products .products-grid li {
    margin-bottom: 2.5316455696202533%;
  }
  /*deal with word-wrapping of very long department names*/
  .main-nav .shop .drop-down ul.level0 > li > a {
    font-size: 12px;
  }
  .main-nav .drop-down,
.main-nav .fly-out {
    background-color: #ffffff !important;
    /* used to be fbfbfb */
  }
  .main-nav .drop-down ul.level1,
.main-nav .fly-out ul.level1 {
    background-color: #ffffff;
    /*used to be fbfbfb*/
  }
  .main-nav ul.level0 li.parent:hover {
    background-color: inherit;
  }
  .main-nav .shop .drop-down ul.level0 > li:hover > a {
    color: #ffffff;
  }
  .header-flex-parent {
    padding: 0;
  }
}

@media screen and (min-width: 731px) and (max-width: 960px) {
  #searchProducts {
    display: none !important;
  }
  .ui-menu {
    font-size: 14px !important;
  }
  .ui-autocomplete .highlight {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 730px) {
  .main {
    overflow: hidden;
  }
  .category-products .products-grid > li {
    margin-left: 4.10958904109589%;
    width: 47.94520547945205%;
  }
  .category-products .products-grid > li:first-child,
.category-products .products-grid > li:nth-child(3) {
    margin-left: 0;
    clear: left;
  }
  #searchSuggestionsMobile {
    position: fixed;
    background-color: white !important;
    z-index: 999999;
  }
  .ui-menu {
    line-height: 25px !important;
  }
  html.moby-show {
    overflow: hidden;
  }
  .moby-overlay {
    overflow-y: hidden;
  }
  .moby-container {
    top: 3%;
    left: 3%;
    margin-left: 0 !important;
    margin-top: 0;
    max-height: 94%;
    overflow-y: scroll;
    padding-bottom: 3px;
    -webkit-overflow-scrolling: touch;
    width: 94% !important;
  }
  .moby-container.intl-shopping-modal .row .col,
.moby-container.intl-shopping-modal .row .col.col-2,
.moby-container.intl-shopping-modal .row .col.col-3 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  #club-accept-modal.bc2018 div.buttons-set {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 681px) {
  .header-flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-flex-parent .logo {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 150px;
    width: 150px;
    height: 60px;
    order: unset;
    margin: unset;
  }
  .header-flex-parent .main-nav {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 0 10px;
  }
  .header-flex-parent .site-search {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .header-flex-parent .customer-nav {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    height: 100%;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 680px) {
  .site-header .customer-nav {
    position: absolute;
    right: 0px;
    bottom: 13px;
  }
  .site-header .customer-nav .icon-wrapper {
    display: inline-block !important;
    float: none;
  }
  .site-header .logo {
    margin-right: 0px;
    height: 55px;
  }
  .site-header .customer-nav .icon-wrapper.respond680 {
    display: inline-block !important;
  }
  .respondburger .wrapper {
    margin-left: -5px;
  }
  .site-search.mobile-search {
    margin: 0;
    -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.15);
  }
  .site-search.mobile-search.closed {
    display: none;
  }
  .site-search.mobile-search.open {
    display: block;
  }
  .site-search.mobile-search .input-text {
    height: 50px;
    padding-top: 4px;
  }
  .site-search.mobile-search .icon-wrapper {
    display: none;
  }
  .site-search.mobile-search .ui-autocomplete {
    top: 50px !important;
  }
  .site-search .input-wrapper label.search-label {
    padding-top: 10px;
  }
  .products-grid .product-image img.lazy {
    display: block;
    border: none;
  }
}

@media screen and (max-width: 560px) {
  .club-accept-modal .buttons-set button,
.club-accept-modal .buttons-set a {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .site-header .nav-container {
    padding: 0 0 0 3px;
  }
  .site-header .mini-account {
    margin-left: 0;
  }
  .site-header .customer-nav {
    margin-right: 10px;
  }
  .customer-nav .icon-wrapper {
    margin-left: 15px;
  }
  .site-header .customer-nav .icon-wrapper .mobile-trigger {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
  }
}

/*@media screen and (max-width: 360px) {
    .site-header .logo {
        padding-top: 10px;
        width: 60px;
    }

    .site-header .logo img.respond360 {
        display: inline-block !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 */
#site-wide-promos {
  white-space: nowrap;
  width: 100%;
}

.global-message {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  position: relative;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
  color: #FFF;
  background: #006EB3;
  margin-right: -4px;
  /* white space in the markup???*/
}

.global-message:last-child {
  margin-right: 0;
  /* white space in the markup???*/
}

.global-message:nth-of-type(2n) {
  background: #035BA3;
}

.softball .global-message {
  background: #45ABA6;
}

.softball .global-message:nth-of-type(2n) {
  background: #2B8E89;
}

.global-message > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
}

.promo-num-3 .global-message {
  width: 33.333333%;
}

.promo-num-2 .global-message {
  width: 50%;
}

.promo-num-1 .global-message {
  width: 100%;
}

.global-message a {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  color: inherit;
}

.global-message a:hover {
  color: #fff;
  text-decoration: underline;
}

#site-promo-modal p {
  margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
  .global-message.noMobileDisplay {
    font-size: 18px;
    width: 286px;
  }
  .global-message .tool-tip .tip {
    width: 350px;
    margin-left: -175px;
    /*necessary since tipsy tries to control this in-line*/
  }
}

@media screen and (max-width: 960px) {
  #main.main .global-message {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .global-message .promo-slide span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .global-message {
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    font-size: 14px;
  }
  .global-message:after {
    height: auto;
    /* topography graphic */
  }
}

@media screen and (max-width: 560px) {
  .global-message .tool-tip .tip {
    width: 320px;
    left: 50%;
    margin-left: -160px !important;
    /*necessary since tipsy tries to control this in-line*/
  }
}

@media screen and (max-width: 480px) {
  #main.main .global-message {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  #main.main .global-message {
    font-size: 13px;
  }
}

/**
 * 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 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  background-color: #ffffff;
  /*used to be fbfbfb*/
  font-family: 'figtree', helvetica, arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.div-clear {
  clear: both;
}

#sg-page-wrapper > #main {
  min-height: 500px;
  padding-top: 160px;
}

.container {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.burnt-orange {
  color: #D54400;
  /* burnt orange */
}

.charcoal {
  color: #252a2f;
}

.nav-cover {
  position: fixed;
  top: 60px;
  /* match #sg-page-wrapper > #main: padding-top */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  transform: translate3d(0, 0, 0);
  z-index: 9;
  display: none;
}

.bold-text {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.notice, .msg-block .messages, .error-block .messages {
  clear: both;
  border: 1px solid #5a5e62;
  background-color: #ebe9e5;
  border-radius: 4px;
  padding: 1.670378619153675%;
  margin-bottom: 20px;
}

.auto-height {
  height: auto !important;
}

#scroll-top {
  display: none;
  background: url("/images/back-to-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.slider-dots-container {
  height: 28px;
  width: 20px;
  top: 40px;
  right: 0;
  position: absolute;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider-dots-container .slick-dots {
  bottom: 0;
  height: 28px;
}

.slider-dots-container .slick-dots li {
  width: 100%;
  margin: 0;
  height: 7px;
  /* put the dots on top of each other to start with */
  position: absolute;
  left: 0;
  top: 0;
  /* each dot will manually override this */
}

.slider-dots-container .slick-dots li button {
  height: 7px;
  padding: 0;
  margin: 0;
}

.slider-dots-container .slick-dots li button:before {
  line-height: 7px;
  height: 7px;
  padding: 0;
  margin: 0;
  font-size: 4px;
}

.slider-dots-container .slick-dots li.slick-active button:before {
  color: #fff;
}

.slider-dots-container.promo-num-3 .slick-dots li:nth-child(1) {
  top: 2px;
}

.slider-dots-container.promo-num-3 .slick-dots li:nth-child(2) {
  top: 10px;
}

.slider-dots-container.promo-num-3 .slick-dots li:nth-child(3) {
  top: 18px;
}

.slider-dots-container.promo-num-2 .slick-dots li:nth-child(1) {
  top: 5px;
}

.slider-dots-container.promo-num-2 .slick-dots li:nth-child(2) {
  top: 14px;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}

/* Custom selects */
.select-wrap {
  vertical-align: top;
}

.select-wrap select {
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select-wrap.error .customStyleSelectBox,
.select-wrap.jqv-error .customStyleSelectBox {
  border-color: #ca0000 !important;
}

.select-wrap.error .customStyleSelectBox:before,
.select-wrap.jqv-error .customStyleSelectBox:before {
  background-color: #ca0000 !important;
}

.customStyleSelectBox {
  padding: 0 35px 0 10px;
  line-height: 28px;
  width: 100%;
  height: 30px;
  -webkit-transition: opacity 0.24s ease-out;
  -moz-transition: opacity 0.24s ease-out;
  -o-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'figtree', helvetica, arial, sans-serif;
  background-color: #ffffff;
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  -o-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
}

.customStyleSelectBox:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 35px;
  height: 28px;
  margin-left: 18px;
}

.customStyleSelectBox .customStyleSelectBoxInner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.customStyleSelectBox.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Custom radios */
.style-radio {
  height: 15px;
  width: 17px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: url("/images/gorilla/sprite.png") -239px -238px no-repeat;
}

.style-radio input[type="radio"] {
  height: 15px;
  width: 17px;
  margin-top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.style-radio.active {
  background-position: -257px -238px;
}

/* Custom checkboxes */
.style-checkbox {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url("/images/check_box_off.png");
  background-repeat: no-repeat;
  margin-top: -2px;
}

.style-checkbox input[type="checkbox"] {
  /* real control under styled background images */
  height: 20px;
  width: 20px;
  margin-top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.style-checkbox.disabled {
  background-image: url("/images/check_box_off_disable.png");
}

.style-checkbox.active {
  background-image: url("/images/check_box_on_bbs.png");
}

.softball .style-checkbox.active {
  background-image: url("/images/check_box_on_sbs.png");
}

.style-checkbox.active.disabled {
  background-image: url("/images/check_box_on_disable.png");
}

.style-radio.active + label,
.style-checkbox.active + label,
.style-radio.active + span {
  color: #4f5b31;
  /* Deep Woods Green */
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

/*
  ============================================
  CMS Content
  ============================================
*/
.cms strong {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.cms em {
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.cms h3 {
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.cms ul {
  margin: 0 0 18px 18px;
  list-style: disc;
  font-size: 13px;
  line-height: 16px;
}

.cms address {
  margin-bottom: 20px;
}

.extendfull, .extendleft {
  padding-left: 400px !important;
  margin-left: -400px !important;
}

.extendfull, .extendright {
  padding-right: 400px !important;
  margin-right: -400px !important;
}

/*Toolbar*/
.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;
}

.toolbar .sort {
  width: 192px;
}

.toolbar .showing {
  float: left;
  width: 180px;
}

.toolbar .showing .customStyleSelectBox {
  width: 108px;
}

.toolbar .paging {
  float: left;
  margin-right: 0;
}

.toolbar .paging > * {
  float: left;
}

.toolbar .paging .control:hover {
  cursor: pointer;
}

.toolbar .paging .control {
  float: left;
  height: 23px;
  margin-right: 7px;
  margin-top: 4px;
  background: url("/images/gorilla/sprite.png") -490px -266px no-repeat;
  text-indent: -999em;
  width: 8px;
}

.toolbar .paging .control.next {
  background-position: -490px -285px;
  margin-left: 5px;
  margin-right: 0;
}

.toolbar .paging .control.disabled {
  display: none;
}

.toolbar .paging ol {
  float: left;
}

.toolbar .paging ol li {
  float: left;
  line-height: 28px;
  margin-right: 4px;
}

.toolbar .paging ol li a {
  color: #000000;
}

.toolbar .paging .current span {
  font-weight: bold;
  text-decoration: underline;
}

.toolbar.bottom {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.toolbar.bottom .right {
  margin-left: 0;
  width: 100%;
  float: none !important;
}

.toolbar.bottom .paging {
  display: inline-block;
  float: none;
}

.toolbar.bottom .paging .label {
  display: inline-block;
}

.sg-slick-next {
  position: absolute;
  right: -45px;
  top: 30%;
  font-size: 40px;
  cursor: pointer;
  color: #54565b;
  opacity: 0.5;
}

.sg-slick-prev {
  position: absolute;
  left: -40px;
  top: 30%;
  font-size: 40px;
  cursor: pointer;
  color: #54565b;
  opacity: 0.5;
}

.at-opacity-style {
  opacity: 0;
}

/* fix blurry images in chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}

@media screen and (max-width: 960px) {
  .extendfull, .extendleft {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .extendfull, .extendright {
    padding-right: 0px !important;
    margin-right: 0px !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 */
.header-ad-background {
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOzq5fn38iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjk0NkMxQjY2OTkxMUUzOTNCRkY4Q0MxREU1NzVDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjk0NkMxQzY2OTkxMUUzOTNCRkY4Q0MxREU1NzVDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZGOTQ2QzE5NjY5OTExRTM5M0JGRjhDQzFERTU3NUNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZGOTQ2QzFBNjY5OTExRTM5M0JGRjhDQzFERTU3NUNEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAoACgAAAg9EjBfLrZmcg0/OGu2iWRcAOw==");
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.a-center {
  text-align: center !important;
}

.no-display {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.respond320 {
  display: none !important;
}

.respond360 {
  display: none;
}

.respond480 {
  display: none !important;
}

.respond560 {
  display: none !important;
}

.respond680 {
  display: none !important;
}

.respond730 {
  display: none !important;
}

.respond768 {
  display: none !important;
}

.respond900 {
  display: none !important;
}

.respond960 {
  display: none !important;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.ajax-loading {
  background: url("/images/gorilla/ajax-loader.gif") no-repeat;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}

hdnContent {
  display: none;
}

@media screen and (max-width: 1060px) {
  .hideLT1060 {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .respond960 {
    display: block !important;
  }
  .hideLT960 {
    display: none !important;
  }
  .noMobileDisplay {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {
  .respond680 {
    display: block !important;
  }
  .hideLT680 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hideLT480 {
    display: none;
  }
  .respond480 {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .hideLT360 {
    display: none !important;
  }
  .respond360 {
    display: block !important;
  }
}

@media screen and (max-width: 320px) {
  .hideLT320 {
    display: none;
  }
}

/* roboto-regular - latin */
@font-face {
  font-family: 'roboto';
  src: url("/content/fonts/roboto-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/content/fonts/roboto-v15-latin-regular.eot?#iefix") format("eot"), url("/content/fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("/content/fonts/roboto-v15-latin-regular.woff") format("woff"), url("/content/fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("/content/fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'figtree';
  src: url("/Content/fonts/Figtree-Regular.ttf");
  /*src: url('/content/fonts/Figtree.woff') format('woff2');*/
}

@font-face {
  font-family: 'figtreeBold';
  src: url("/Content/fonts/Figtree-Bold.ttf");
  /*src: url('/content/fonts/Figtree.woff') format('woff2');*/
}

@font-face {
  font-family: 'figtreeExtraBold';
  src: url("/Content/fonts/Figtree-ExtraBold.ttf");
}

@font-face {
  font-family: 'figtreeLight';
  src: url("/Content/fonts/Figtree-Light.ttf");
  /*src: url('/content/fonts/Figtree.woff') format('woff2');*/
}

@font-face {
  font-family: 'figtreeMedium';
  src: url("/Content/fonts/Figtree-Medium.ttf");
}

@font-face {
  font-family: 'figtreeBlack';
  src: url("/Content/fonts/Figtree-Black.ttf");
  /*src: url('/content/fonts/Figtree.woff') format('woff2');*/
}

@font-face {
  font-family: 'buyerBlock';
  src: url("/Content/fonts/buyersclub-block.otf");
  src: url("/content/fonts/buyersclub-block.woff") format("woff");
}

/* roboto-500 - latin */
@font-face {
  font-family: 'robotoMedium';
  src: url("/content/fonts/roboto-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/content/fonts/roboto-v15-latin-500.eot?#iefix") format("eot"), url("/content/fonts/roboto-v15-latin-500.woff2") format("woff2"), url("/content/fonts/roboto-v15-latin-500.woff") format("woff"), url("/content/fonts/roboto-v15-latin-500.ttf") format("truetype"), url("/content/fonts/roboto-v15-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotoThin';
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/content/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotoThinItalic';
  src: local("Roboto Thin Italic"), local("Roboto-Thin-Italic"), url("/content/fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotoLight';
  src: url("/content/fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/content/fonts/roboto-v18-latin-300.eot?#iefix") format("eot"), url("/content/fonts/roboto-v18-latin-300.woff2") format("woff2"), url("/content/fonts/roboto-v18-latin-300.woff") format("woff"), url("/content/fonts/roboto-v18-latin-300.ttf") format("truetype"), url("/content/fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* roboto-700 - latin */
@font-face {
  font-family: 'robotoBold';
  src: url("/content/fonts/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/content/fonts/roboto-v15-latin-700.eot?#iefix") format("eot"), url("/content/fonts/roboto-v15-latin-700.woff2") format("woff2"), url("/content/fonts/roboto-v15-latin-700.woff") format("woff"), url("/content/fonts/roboto-v15-latin-700.ttf") format("truetype"), url("/content/fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'robotoRegCondensed';
  src: url("/content/fonts/roboto-condensed-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("/content/fonts/roboto-condensed-v13-latin-regular.eot?#iefix") format("eot"), url("/content/fonts/roboto-condensed-v13-latin-regular.woff2") format("woff2"), url("/content/fonts/roboto-condensed-v13-latin-regular.woff") format("woff"), url("/content/fonts/roboto-condensed-v13-latin-regular.ttf") format("truetype"), url("/content/fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'robotoBoldCondensed';
  src: url("/content/fonts/roboto-condensed-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("/content/fonts/roboto-condensed-v13-latin-700.eot?#iefix") format("eot"), url("/content/fonts/roboto-condensed-v13-latin-700.woff2") format("woff2"), url("/content/fonts/roboto-condensed-v13-latin-700.woff") format("woff"), url("/content/fonts/roboto-condensed-v13-latin-700.ttf") format("truetype"), url("/content/fonts/roboto-condensed-v13-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* norican-regular - latin */
@font-face {
  font-family: 'noricanRegular';
  src: url("/content/fonts/norican-v4-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Norican Regular"), local("Norican-Regular"), url("/content/fonts/norican-v4-latin-regular.eot?#iefix") format("eot"), url("/content/fonts/norican-v4-latin-regular.woff2") format("woff2"), url("/content/fonts/norican-v4-latin-regular.woff") format("woff"), url("/content/fonts/norican-v4-latin-regular.ttf") format("truetype"), url("/content/fonts/norican-v4-latin-regular.svg#Norican") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

h2 {
  font-size: 16px;
  line-height: 18px;
}

h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  color: #2b2b2b;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 18px;
  font-family: 'figtree', helvetica, arial, sans-serif;
}

strong {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.blue {
  color: #000000;
}

.page-title {
  margin-bottom: 20px;
}

.page-title h1,
.page-title h2 {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.bc2018.darker-text-color,
.bc2018 .darker-text-color {
  color: #54565b;
}

.bc2018.normal-text-color,
.bc2018 .normal-text-color {
  color: #898b8e;
}

.bc2018.slightly-darker-text,
.bc2018 .slightly-darker-text {
  color: #4a4c50;
}

.bc2018.darker-text-color,
.bc2018 .darker-text-color {
  color: #54565b;
}

.bc2018 .verysmall-text {
  font-size: 13px;
}

.bc2018 .smaller-text {
  font-size: 14px;
  line-height: 20px;
}

.bc2018 .normal-text {
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bc2018 .bold-text {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
}

.bc2018 .larger-text {
  font-size: 24px;
  line-height: 30px;
}

.bc2018 .larger-text30 {
  font-size: 30px;
  line-height: 36px;
}

.bc2018 .larger-text48 {
  font-size: 48px;
  line-height: 48px;
}

.bc2018 .main-image-container {
  margin-top: 5px;
  margin-bottom: 50px;
}

.bc2018 .sub-image-container {
  margin-bottom: 25px;
}

.bc2018 .subhead-line1 {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.bc2018 .subhead-line2 {
  font-family: 'robotoBoldCondensed', helvetica, arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.bc2018 .subhead-line3 {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.bc2018 .subhead-line4 {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.bc2018 .list-head-large {
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.bc2018 .button {
  background-color: transparent;
  border: #54565b 2px solid;
  /* .bc2018.darker-text-color */
  color: #D54400;
  /* burnt orange */
  font-family: 'robotoBold', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 17px 96px 15px 96px;
}

.bc2018 .button:hover {
  background-color: #c1c7d0;
  cursor: pointer;
}

.bc2018 .list-block {
  max-width: 830px;
  text-align: left;
}

.bc2018 .list-item {
  margin-bottom: 50px;
}

.bc2018 .list-img {
  float: left;
  margin-right: 50px;
  padding-top: 15px;
}

.bc2018 .list-text-block {
  float: left;
  width: 630px;
}

.bc2018 .list-head {
  margin-bottom: 10px;
}

.bc2018 .button-box {
  margin-top: 40px;
  border: 1px solid #898b8e;
  margin-bottom: 40px;
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 960px) {
  .page-title {
    margin-top: 20px;
  }
}

/**
 * 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 .chat-widget {
  font-family: figtree;
  font-size: 1em;
  transition: background .5s ease,background-color .5s ease,color .5s ease,border-color .5s ease;
  -webkit-transition: background .5s ease,background-color .5s ease,color .5s ease,border-color .5s ease;
  -moz-transition: background .5s ease,background-color .5s ease,color .5s ease,border-color .5s ease;
  -o-transition: background .5s ease,background-color .5s ease,color .5s ease,border-color .5s ease;
}

body .chat-widget .ng-hide {
  opacity: 0;
}

body .chat-widget .cx-side-button-group {
  top: 60%;
  z-index: 999 !important;
  white-space: nowrap;
  position: fixed;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  background-color: transparent !important;
}

body .chat-widget .cx-side-button-group #agent-chat-btn {
  line-height: 23px;
  position: relative;
  font-weight: 700;
  padding: 4px 12px;
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
  transform: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

body .chat-widget .cx-side-button-group #agent-chat-btn > span {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
}

body .chat-widget .cx-side-button-group #agent-chat-btn > span:last-of-type {
  margin-left: 7px;
}

body .chat-widget #chatForm.form-container {
  position: fixed;
  bottom: 0;
  width: 320px;
  z-index: 999997;
  transition: right 1s cubic-bezier(0, 1, 0.5, 1) 0s, transform 0.5s ease-in-out 0s;
  bottom: 0px;
  right: 55px;
  background-color: #fff;
  border: 1px solid #252a2f;
}

@media screen and (max-width: 680px) {
  body .chat-widget #chatForm.form-container {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
  }
}

body .chat-widget #chatForm.form-container #chatFormHeader {
  background-color: #252a2f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

body .chat-widget #chatForm.form-container #chatFormHeader p {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.31481;
  margin: 0;
  letter-spacing: 1px;
}

body .chat-widget #chatForm.form-container #chatFormHeader button.md-button.md-icon-button md-icon {
  color: #fff;
}

body .chat-widget #chatForm.form-container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
}

body .chat-widget #chatForm.form-container form md-input-container.md-sg-material-theme {
  margin-bottom: 12px;
}

body .chat-widget #chatForm.form-container #cannedMessage {
  padding: 20px;
  min-height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body .chat-widget #chatForm.form-container #cannedMessage p {
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 20px;
}

body .chat-widget #chatForm.form-container #cannedMessage p a {
  color: #2A61FF;
  text-decoration: underline;
}

body .chat-widget #chatForm.form-container .buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

body .chat-widget #chatForm.form-container .buttons-container button {
  padding: 0 18px;
  flex-basis: 45%;
}

body .chat-widget .scale-in-ver-bottom {
  -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

.select-wrap {
  vertical-align: top;
}

.select-wrap select {
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select-wrap.error .customStyleSelectBox,
.select-wrap.jqv-error .customStyleSelectBox {
  border-color: #ca0000 !important;
}

.select-wrap.error .customStyleSelectBox:before,
.select-wrap.jqv-error .customStyleSelectBox:before {
  background-color: #ca0000 !important;
}

.customStyleSelectBox {
  padding: 0 35px 0 10px;
  line-height: 28px;
  width: 100%;
  height: 30px;
  -webkit-transition: opacity 0.24s ease-out;
  -moz-transition: opacity 0.24s ease-out;
  -o-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'figtree', helvetica, arial, sans-serif;
  background-color: #ffffff;
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  -o-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
}

.customStyleSelectBox:before {
  position: absolute;
  background: #D54400 url("/images/gorilla/sprite.png") -180px 11px no-repeat;
  right: 0;
  top: 0;
  width: 35px;
  height: 28px;
  margin-left: 18px;
}

.customStyleSelectBox .customStyleSelectBoxInner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.customStyleSelectBox.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/**
 * 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 */
.moby-container.intl-shopping-modal.generic {
  width: 700px;
  padding-top: 20px;
}

.moby-container.intl-shopping-modal.generic h3 {
  font-size: 30px;
  padding-bottom: 3px;
  margin-bottom: 12px;
  text-transform: none;
  color: #D54400;
  border-bottom: 1px solid #54565A;
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
}

.moby-container.intl-shopping-modal h4 {
  font-size: 18px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  line-height: 22px;
  margin-bottom: 13px;
}

.moby-container.intl-shopping-modal p {
  font-size: 13px;
  margin-bottom: 13px;
}

.moby-container.intl-shopping-modal a.blue {
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.moby-container.intl-shopping-modal .row {
  margin-top: 35px;
}

.moby-container.intl-shopping-modal .row:before,
.moby-container.intl-shopping-modal .row:after {
  content: " ";
  display: table;
}

.moby-container.intl-shopping-modal .row:after {
  clear: both;
}

.moby-container.intl-shopping-modal .row .col {
  float: left;
  width: 31.25%;
  margin-left: 5.78125%;
}

.moby-container.intl-shopping-modal .row .col:first-child {
  margin-left: 0;
}

.moby-container.intl-shopping-modal .col2-set {
  border-top: solid 1px #999999;
  margin-top: 26px;
  padding-top: 14px;
}

.moby-container.intl-shopping-modal .col2-set:before,
.moby-container.intl-shopping-modal .col2-set:after {
  content: " ";
  display: table;
}

.moby-container.intl-shopping-modal .col2-set:after {
  clear: both;
}

.moby-container.intl-shopping-modal .col2-set .col-1,
.moby-container.intl-shopping-modal .col2-set .col-2 {
  width: 40.625%;
  padding: 0;
  float: none;
}

.moby-container.intl-shopping-modal .col2-set .select-wrap,
.moby-container.intl-shopping-modal .col2-set select {
  width: 100%;
}

.moby-container.intl-shopping-modal .col2-set label {
  display: block;
  margin-bottom: 5px;
}

.moby-container.intl-shopping-modal .col2-set p {
  max-width: 225px;
  margin-top: 13px;
}

.moby-container.intl-shopping-modal .buttons-set {
  margin-right: 17px;
  line-height: 44px;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.moby-container.intl-shopping-modal .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: 'figtreeBold', 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: 14px;
}

.moby-container.intl-shopping-modal .buttons-set > button:hover {
  background-color: #CA4F25;
}

.intl-shopping .notice.gdpr {
  font-size: 12px;
}

body.moby-show {
  overflow: hidden;
}

.moby-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: scroll;
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.moby-overlay.show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.moby-container {
  position: relative;
  width: 620px;
  margin: 30px auto;
  padding: 30px;
  background-color: #ffffff;
  /*used to be fbfbfb*/
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.53);
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  -o-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
}

.moby-container:before,
.moby-container:after {
  content: " ";
  display: table;
}

.moby-container:after {
  clear: both;
}

.moby-container.show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.moby-container .moby-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.btn-remove,
.moby-close {
  width: 15px;
  height: 15px;
  background: url("/images/gorilla/sprite.png") -266px -49px no-repeat;
  text-indent: -999em;
  cursor: pointer;
  display: block;
}

/**
 * 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 */
.moby-container.quickview {
  width: 830px;
  padding: 23px 20px;
}

.moby-container.quickview #customization-box .buttons-set label, input {
  float: left;
  padding-right: 10px;
}

@media screen and (max-width: 960px) {
  .moby-container.quickview {
    padding: 10px;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    max-height: 100%;
    width: 100% !important;
  }
}

.style-checkbox {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url("/images/check_box_off.png");
  background-repeat: no-repeat;
  margin-top: -2px;
}

.style-checkbox input[type="checkbox"] {
  /* real control under styled background images */
  height: 20px;
  width: 20px;
  margin-top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.style-checkbox.disabled {
  background-image: url("/images/check_box_off_disable.png");
}

.style-checkbox.active {
  background-image: url("/images/check_box_on_bbs.png");
}

.softball .style-checkbox.active {
  background-image: url("/images/check_box_on_sbs.png");
}

.style-checkbox.active.disabled {
  background-image: url("/images/check_box_on_disable.png");
}

.tip-container {
  display: inline-block;
  position: relative;
  margin-top: -5px;
}

.tip-container.top-tip .tip {
  top: auto;
  bottom: 15px;
}

.tip-container.bottom-tip .tip {
  top: 15px;
  bottom: 0;
}

.tip-container .tool-tip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.tip-container .tool-tip span {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url("/images/info_icon_19.svg") no-repeat;
  text-indent: -999em;
  cursor: pointer;
}

.tip-container .tip {
  position: absolute;
  white-space: normal;
  z-index: 9999;
  margin-left: -250px;
  width: 296px;
  background-color: unset;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.tip-container .tip-content {
  padding: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4b4d52;
  color: #fff;
  position: relative;
  font-family: 'figtreeBold';
}

.tip-container .triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4b4d52;
  position: absolute;
}

.tip-container .triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4b4d52;
  position: absolute;
}

.tip-container .tip-spacing {
  height: 10px;
  margin-top: -1px;
  width: 100%;
}

.tip-container .tip-content h3 {
  color: #fff;
}

.tip-container .tip-content a {
  text-decoration: underline;
}

.tip-container button.tool-tip {
  background-color: transparent;
  border: none;
  color: #000;
  line-height: unset;
  padding: 0;
  text-align: left;
  text-transform: 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 */
/*
  ============================================
  Bazaar Voice Customer Ratings on Homepage
  ============================================
*/
.softball #bv-customer-ratings-container .container-title.BVSR {
  color: #2B8E89;
}

#bv-customer-ratings-container {
  margin: 10px auto 0 auto;
  width: 75%;
}

@media screen and (max-width: 730px) {
  #bv-customer-ratings-container {
    margin-top: 30px;
    max-width: 94%;
    width: 100%;
  }
}

#bv-customer-ratings-container .container-title.BVSR {
  border-bottom: 1px solid #d9d9d9;
  color: #035BA3;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 27px;
  left: 0;
  margin: 0 auto 10px;
  max-width: unset;
  padding-bottom: 0px;
  position: relative;
  text-align: left;
  top: -3px;
}

#bv-customer-ratings-container #BVSellerRatingsContainer {
  margin: 0px auto 50px;
}

#bv-customer-ratings-container #BVSellerRatingsContainer > article {
  background: #f5f5f5;
  box-shadow: 5px 5px 10px darkgrey;
  padding: 20px 40px;
}

@media screen and (max-width: 730px) {
  #bv-customer-ratings-container #BVSellerRatingsContainer > article {
    padding: 8px 16px;
  }
}

#bv-customer-ratings-container #BVSellerRatingsContainer > article.bv a {
  color: #2A61FF;
}

#bv-customer-ratings-container #BVSellerRatingsContainer > article > header > div > div > small {
  display: none;
}

#bv-customer-ratings-container #BVSellerRatingsContainer > article .bv_cell.bv_review {
  background: #ffffff;
}

/**
 * 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 */
#CartWishListHomepageController.cartCustomSlider h3.container-title {
  position: relative;
}

@media screen and (max-width: 480px) {
  #CartWishListHomepageController.cartCustomSlider h3.container-title {
    font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
    font-size: 1.625rem;
    line-height: 1.37886;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) and (max-width: 1200px) {
  #CartWishListHomepageController.cartCustomSlider h3.container-title {
    font-size: calc(1.2875rem + 0.45vw) ;
    line-height: 1.23649;
  }
}

#CartWishListHomepageController.cartCustomSlider .carousel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  flex-wrap: nowrap;
}

@media screen and (max-width: 960px) {
  #CartWishListHomepageController.cartCustomSlider .carousel-wrapper {
    display: block;
  }
}

#CartWishListHomepageController.cartCustomSlider .bcwp-hyperlink {
  color: #D54400;
}

#CartWishListHomepageController.cartCustomSlider .tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: 12px;
  padding: 12px 10px 12px 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #CartWishListHomepageController.cartCustomSlider .tile-container {
    flex-direction: column;
    box-shadow: none;
  }
}

#CartWishListHomepageController.cartCustomSlider .tile-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #CartWishListHomepageController.cartCustomSlider .tile-container a {
    flex-direction: column;
    box-shadow: none;
  }
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .product-image {
  max-width: 200px;
}

@media screen and (max-width: 960px) {
  #CartWishListHomepageController.cartCustomSlider .tile-container a .product-image {
    margin: auto;
    max-width: 130px;
  }
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .product-image img {
  border: none;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .product-image .btn-quickview {
  display: none !important;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .product-details {
  max-width: 200px;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .product-name {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
  color: #000;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .price-box .club-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .price-box .club-price .member-span {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .price-box .club-price.apply-checkout {
  font-size: 0.9375rem;
  line-height: 1.3668;
}

#CartWishListHomepageController.cartCustomSlider .tile-container a .price-box .regular-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
}

#CartWishListHomepageController.cartCustomSlider .tile-container.three-or-more a {
  flex-direction: column;
  justify-content: flex-start;
}

#CartWishListHomepageController.cartCustomSlider .tile-container.three-or-more a .product-image {
  margin: auto;
}

#CartWishListHomepageController.cartCustomSlider .tile-container.three-or-more a .product-details {
  width: 100%;
  max-width: 260px;
  text-align: center;
}

#CartWishListHomepageController.cartCustomSlider .tile-container.two-or-less .product-image {
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  #CartWishListHomepageController.cartCustomSlider .tile-container.two-or-less .product-image {
    margin: 0 auto;
  }
}

#CartWishListHomepageController.cartCustomSlider .tile-container.one-item a {
  justify-content: flex-start;
}

#CartWishListHomepageController.cartCustomSlider #btn-container a {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 175px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

#CartWishListHomepageController.cartCustomSlider #btn-container a:hover {
  background-color: #CA4F25;
}

#CartWishListHomepageController.cartCustomSlider .shop-all {
  width: 175px;
}

#CartWishListHomepageController.cartCustomSlider .slider-container .slider-header-wrapper {
  margin-bottom: 10px;
}

#CartWishListHomepageController.cartCustomSlider .slider-container .default-slider .product-name {
  height: auto;
  margin-bottom: 12px;
}

#CartWishListHomepageController.cartCustomSlider .slick-track {
  padding: 5px 0;
}

#CartWishListHomepageController.cartCustomSlider .slick-track.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
}

#CartWishListHomepageController.cartCustomSlider .slick-track.display-flex .slick-slide {
  margin-right: 12px;
}

#CartWishListHomepageController.cartCustomSlider .slick-track.display-flex .slick-slide > div {
  height: 100%;
}

#CartWishListHomepageController.cartCustomSlider .slick-track.display-flex .slick-slide > div > div {
  height: 100%;
}

#CartWishListHomepageController.cartCustomSlider .slick-dots {
  bottom: 0px;
  position: relative;
}

/**
 * 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 */
/***
  ============================================
  Homepage
  ============================================
*/
.home .container,
.brand-experience .container,
.brand-experience #main.main.container {
  max-width: 1400px;
  width: 100%;
}

.home .spiff-container {
  margin: 1.8867924528301887% 0;
  padding-top: 0;
}

.ab-spiff-container {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.ab-spiff-container .container {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.ab-spiff-container .spiff-pad {
  margin-top: 9.5%;
}

.ab-spiff-container .container img {
  z-index: 1;
}

.ab-spiff-container .main-spiff-container {
  display: inline-block;
  width: 100%;
}

.ab-spiff-container .main-spiff-container img {
  width: 100%;
  display: block;
}

.ab-spiff-container .main-spiff-container img:hover {
  opacity: .75;
}

.ab-spiff-container .main-spiff-container .left-container,
.ab-spiff-container .main-spiff-container .middle-container,
.ab-spiff-container .main-spiff-container .right-container {
  text-align: center;
}

.ab-spiff-container .main-spiff-container .left-container {
  width: 49%;
  float: left;
}

.ab-spiff-container .main-spiff-container .right-container {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.home .product-collateral .cms {
  padding-top: 36px;
  border-top: 1px solid #999999;
  color: #595959;
}

.home .product-collateral .cms h1 {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.home .product-collateral .cms .content {
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.home .product-collateral .cms .content p {
  font-size: 12px;
}

/*Hero Rotator*/
.home .hero-container {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 2px;
}

.hero-container .hero {
  position: relative;
  max-width: 1400px;
  overflow: visible;
}

.carousel-control:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel-control:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 16px;
  margin: -12px 0 0 -8px;
  background: url("/images/gorilla/sprite.png") 0 -427px no-repeat;
}

.carousel-control.next {
  left: auto;
  right: 0;
}

.carousel-control.next:after {
  background-position: -58px -427px;
}

.hero {
  overflow: hidden;
  position: relative;
  max-height: 600px;
  max-width: 1400px;
  width: 100%;
  height: auto;
}

.hero .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  overflow: hidden;
}

.hero .hero-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-control {
  z-index: 4;
  position: absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 64px;
  padding: 0;
  background-image: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  text-indent: -999em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.carousel-control.next {
  left: auto;
  right: 0;
}

.carousel-nav {
  z-index: 1;
  position: absolute;
  bottom: -22px;
  text-align: center;
  width: 100%;
}

.carousel-nav li {
  display: inline-block;
  margin-left: 10px;
}

.carousel-nav li a {
  display: block;
  height: 15px;
  width: 30px;
  text-indent: -999em;
  background-color: #c8c8c8;
  border-radius: 5px;
}

.promo-carousel .promo-slide {
  display: inline-block;
}

.promo-carousel .promo-slide.ps-hidden {
  display: none;
}

/*
    ==========================================
    Home Page Sliders
    ==========================================
*/
.slider-wrapper {
  position: relative;
}

.slider-header-wrapper {
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  margin-bottom: 25px;
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.slider-header-wrapper h3 {
  font-family: inherit;
  display: inline-block;
}

.slider-header {
  font-size: 27px;
  color: #D54400;
  margin-bottom: 0;
}

.slider-header span {
  color: #999;
  font-style: italic;
}

.slider-header > img {
  display: inline-block;
  margin: 0 5px -12.5px 10px;
}

.see-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}

.see-all.bottom {
  left: 0;
  bottom: -45px;
  margin: 0 auto;
  width: 100px;
  text-align: center;
}

.see-all:hover {
  text-decoration: underline;
  color: #999;
}

.slider-container .default-slider .product-name {
  overflow: hidden;
  height: 3.5em;
}

.product-view .recently-viewed {
  margin-bottom: 25px;
}

.orange-button {
  line-height: 48px;
  margin-right: 10px;
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  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;
}

.orange-button:hover {
  background-color: #CA4F25;
}

.share-the-thrill {
  display: inline-block;
  background: url("/images/gorilla/sprite.png") no-repeat -30px -470px;
  width: 164px;
  height: 27px;
}

.ie8 .home .shop .drop-down {
  -ms-filter: none !important;
  filter: none !important;
  zoom: 1;
  overflow: visible;
}

.ie8 .home .shop .drop-down .fly-out.over {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media screen and (min-width: 1128px) {
  /*gorilla standard*/
  body.debug:before {
    content: "min-width: 1128px (full size!)";
  }
  .home .subscribe-body {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  /*gorilla standard*/
  /*  ============================================
      Homepage
      ============================================
    */
  .home .main > .container:first-child {
    width: 100%;
  }
  .home .main .spiff-container {
    padding: 0 3%;
  }
  .home .hero {
    margin-top: 0;
  }
  .slider-container .default-slider .product-name {
    overflow: hidden;
    height: 5em;
  }
}

@media screen and (max-width: 730px) {
  /*gorilla standard*/
  /*
      ============================================
      Homepage
      ============================================
    */
  .home .hero .carousel-control {
    display: none;
  }
  .home .product-collateral .cms {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /*gorilla standard*/
  /*
      ============================================
      Home Page Spiffs
      ============================================
    */
  .ab-spiff-container .container {
    width: 100%;
  }
  .ab-spiff-container .spiff-pad {
    margin-top: 2.25%;
  }
  .ab-spiff-container .main-spiff-container .left-container,
.ab-spiff-container .main-spiff-container .right-container {
    margin-left: 0;
    width: 100%;
  }
  .ab-spiff-container {
    margin-bottom: 60px;
  }
  .ab-spiff-container.bdog {
    margin-bottom: 0px;
  }
  .slider-header {
    font-size: 32px;
  }
  .see-all {
    font-size: 15px;
  }
  .home .hero-container {
    margin-bottom: 30px;
  }
  .home .brands-carousel-container {
    margin-bottom: 30px;
  }
  .home-club-footer {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .home-page-slider-spacer {
    margin-bottom: 90px;
  }
  .ab-spiff-container.bdog .main-spiff-container {
    display: block;
  }
  .slider-container .default-slider .product-name {
    overflow: hidden;
    height: 4em;
  }
}

/**
 * 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 */
.col-left aside {
  padding: 20px 8%;
  position: relative;
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.col-left aside h2 {
  border-bottom: 1px solid #2b2b2b;
  color: #2b2b2b;
  font-size: 18px;
  margin-bottom: 17px;
  padding-bottom: 7px;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  text-transform: uppercase;
}

.col-left aside li {
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-top: 6px;
}

.my-account aside li a:after,
.cms-template aside li a:after,
.quickorder aside li a:after,
.shopping-cart aside li a:after {
  background: transparent url("/images/gorilla/sprite.png") -24px -365px no-repeat;
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 24px;
  width: 12px;
  top: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  -o-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
}

.my-account aside li a:hover:after,
.cms-template aside li a:hover:after,
.quickorder aside li a:hover:after,
.shopping-cart aside li a:hover:after,
.my-account aside li.active a:after,
.cms-template aside li.active a:after,
.quickorder aside li.active a:after,
.shopping-cart aside li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cms h3 {
  font-family: 'figtreeMedium', helvetica, arial, sans-serif;
}

.cms-template .main h2, .cms-template .main strong {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.cms-template .main h2,
.cms-template .main strong {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
}

.cms-template .main h2,
.cms-template .main h3 {
  margin: 10px 0;
}

.cms-template .main p {
  margin: 18px 0;
}

.search-results-more > a {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .menu-toggle,
#splashNav-toggle {
    background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOzq5fn38iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjk0NkMxQjY2OTkxMUUzOTNCRkY4Q0MxREU1NzVDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjk0NkMxQzY2OTkxMUUzOTNCRkY4Q0MxREU1NzVDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZGOTQ2QzE5NjY5OTExRTM5M0JGRjhDQzFERTU3NUNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZGOTQ2QzFBNjY5OTExRTM5M0JGRjhDQzFERTU3NUNEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAoACgAAAg9EjBfLrZmcg0/OGu2iWRcAOw==");
    cursor: pointer;
    position: relative;
    padding: 20px 3%;
  }
  .menu-toggle:after,
#splashNav-toggle:after {
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    background: url("/images/gorilla/sprite.png") -27px -403px no-repeat;
    width: 10px;
    top: 37.5%;
    right: 5%;
    width: 11px;
    z-index: 500;
  }
  .menu-toggle > span {
    font-family: 'figtreeBold', helvetica, arial, sans-serif;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
  }
  .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);
  }
  .cms-template .main {
    width: 100%;
  }
  .cms-template .col-main {
    max-width: 94%;
    margin: 30px auto 0;
  }
  .col-left .filters-close,
.category-view aside.filters .filters-close {
    background-color: #4f5b31;
  }
}

/**
 * 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.main-minimal {
  background-color: #F0F0F0;
  margin: 0 auto 40px;
  max-width: 1400px;
  padding: 0 5.5%;
  width: 100%;
  left: 0;
  right: 1%;
}

body.main-minimal .site-header {
  position: relative;
  background-color: #F0F0F0;
  box-shadow: none;
  width: 100%;
  z-index: 9998;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header {
    height: unset;
    max-height: unset;
    margin: 0;
  }
}

body.main-minimal .site-header .nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 1400px;
  padding: 16px 16px 0px;
  height: unset;
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header .nav-container {
    padding: 0;
  }
  body.main-minimal .site-header .nav-container.shadow {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.25);
  }
}

body.main-minimal .site-header .nav-container > div {
  -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;
}

body.main-minimal .site-header .nav-container > div a.logo {
  width: 30%;
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header .nav-container > div a.logo {
    width: 75%;
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header .nav-container > div a.logo img {
    width: 100%;
  }
}

body.main-minimal .site-header .nav-container > div .help-text {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #54565A;
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header .nav-container > div .help-text {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.41473;
    line-height: unset;
  }
}

body.main-minimal .site-header .nav-container > div .help-text a {
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-left: 5px;
}

@media screen and (max-width: 960px) {
  body.main-minimal .site-header .nav-container > div .help-text a {
    font-size: 0.875rem;
    line-height: 1.41473;
    margin-left: 0;
  }
}

body.main-minimal .container {
  max-width: 1400px;
  width: 100%;
}

.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;
  }
}

/* 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, 43, 70, 0.8);
}

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: #074277;
}

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: #074277;
}

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: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1rem;
  line-height: 1.32757;
  font-family: 'figtreeBold', 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;
}

button.md-button.md-sg-material-theme:not(.md-icon-button):hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

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;
}

.softball button.md-button.md-sg-material-theme:not(.md-icon-button) {
  background-color: #262626;
}

.softball button.md-button.md-sg-material-theme:not(.md-icon-button):hover {
  background-color: #000000;
}

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: "figtree", 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: "figtreeBold", 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: #006EB3;
  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: "figtree", 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: #F0283C;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid label.md-required:after {
  color: #F0283C;
}

body .form-container form md-input-container.md-sg-material-theme.md-input-invalid md-select {
  border-color: #F0283C;
}

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: "figtreeBoldCondensed", 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: "figtree", 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: "figtree", 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: "figtree", 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: #006EB3;
}

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: "figtreeBold", 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: #FB3540;
}

.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;
}

/**
 * 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: "figtreeBold", 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;
}

/**
 * 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
 */


/**
 * 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
 */

/**
 * 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 */

/**
 * 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 */
#navigation-flyout > md-sidenav {
  top: 40px;
  font-size: 16px;
  cursor: pointer;
  background-color: #F0F0F0;
}

#navigation-flyout > md-sidenav > div {
  color: #061C33;
  width: 100%;
  margin-top: 10px;
  font-family: "figtree", helvetica, arial, sans-serif;
  position: relative;
}

#navigation-flyout > md-sidenav > div > p {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
}

#navigation-flyout > md-sidenav > div > p.shop-all {
  height: 40px;
  margin-bottom: 0px;
}

#navigation-flyout > md-sidenav > div > p.shop-all > a {
  align-self: center;
  font-size: 16px;
}

#navigation-flyout > md-sidenav > div > p.shop-all:hover {
  background-color: #E2EAED;
}

#navigation-flyout > md-sidenav > div > ul {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

#navigation-flyout > md-sidenav > div > ul:hover {
  background-color: #E2EAED;
}

#navigation-flyout > md-sidenav > div > ul:hover > li > span:nth-of-type(1),
#navigation-flyout > md-sidenav > div > ul:hover > li > a {
  cursor: pointer;
}

#navigation-flyout > md-sidenav > div > ul > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#navigation-flyout > md-sidenav > div > ul > li > a {
  cursor: pointer;
  line-height: 36px;
}

#navigation-flyout > md-sidenav > div > ul > li > span {
  align-self: center;
}

#navigation-flyout > md-sidenav > div > ul > li > span.nav-caret {
  font-size: 20px !important;
}

#navigation-flyout > md-sidenav > div > .back-button-container {
  background-color: #B5D8F2;
  padding-left: 30px;
  height: 40px;
  display: flex;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
}

#navigation-flyout > md-sidenav > div > .back-button-container > span {
  align-self: center;
}

#navigation-flyout > md-sidenav > div > .back-button-container > .back-button {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 10px;
}

#navigation-flyout > .md-sidenav-right {
  background-color: #006EB4;
}

#navigation-flyout > .md-sidenav-right > button {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  background-color: #061C33;
  border-bottom: 1px solid white;
  color: #fff;
  float: right;
  width: 100%;
}

#navigation-flyout > .md-sidenav-right > div {
  border-bottom: 1px solid white;
  margin-top: 0;
}

#navigation-flyout > .md-sidenav-right > div > div.header-container {
  background-color: #006EB4;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}

#navigation-flyout > .md-sidenav-right > div > div.header-container > span > a {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #fff;
}

#navigation-flyout > .md-sidenav-right > div > div.header-container > span > a.nav-caret {
  font-size: 20px !important;
}

#navigation-flyout > .md-sidenav-right > div > ul:active {
  background-color: #E2EAED;
}

#navigation-flyout > .md-sidenav-right > div.products-container {
  margin-top: 32px;
  cursor: pointer;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout {
  background-color: #F0F0F0;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.shop-all,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.shop-all,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.shop-all {
  margin-bottom: 0;
  font-size: 15px;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.back-button-container,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.back-button-container,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.back-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 15px;
  background-color: #B5D8F2;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.back-button-container > span.back-button,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.back-button-container > span.back-button,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.back-button-container > span.back-button {
  cursor: pointer;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 10px;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > ul,
#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > ul,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > ul,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p {
  font-family: "figtree", helvetica, arial, sans-serif;
  padding: 15px;
}

#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > ul > li,
#navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p > li,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > ul > li,
#navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p > li,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > ul > li,
#navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p > li {
  display: flex;
  justify-content: space-between;
}

#navigation-flyout > .md-sidenav-right > div.more-container > div.more-content {
  background-color: #F0F0F0;
  color: #B5D8F2;
}

#navigation-flyout > .md-sidenav-right > div.more-container > div.more-content > ul > li {
  padding: 15px;
  width: 100%;
  cursor: pointer;
}

#navigation-flyout > .md-sidenav-right > ul:active {
  background-color: #E2EAED;
}

.highlight-selection {
  background-color: #E2EAED;
}

.shop-all-desktop {
  font-size: 16px;
  line-height: 36px;
  align-items: center;
}

.softball #navigation-flyout > md-sidenav {
  background-color: #F0F0F0;
}

.softball #navigation-flyout > md-sidenav > div {
  color: #262626;
}

.softball #navigation-flyout > md-sidenav > div > p.shop-all:hover {
  background-color: #D6E6E5;
}

.softball #navigation-flyout > md-sidenav > div > ul:hover {
  background-color: #D6E6E5;
}

.softball #navigation-flyout > md-sidenav > div > ul:hover > li > span:nth-of-type(1),
.softball #navigation-flyout > md-sidenav > div > ul:hover > li > a {
  cursor: pointer;
}

.softball #navigation-flyout > md-sidenav > div > .back-button-container {
  background-color: #9FCCC9;
}

.softball #navigation-flyout > .md-sidenav-right {
  background-color: #45ABA6;
}

.softball #navigation-flyout > .md-sidenav-right > button {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  background-color: #A3FD22;
  border-bottom: 1px solid white;
  color: #061C33;
  float: right;
  width: 100%;
}

.softball #navigation-flyout > .md-sidenav-right > div {
  border-bottom: 1px solid white;
  margin-top: 0;
}

.softball #navigation-flyout > .md-sidenav-right > div > div.header-container {
  background-color: #45ABA6;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}

.softball #navigation-flyout > .md-sidenav-right > div > div.header-container > span > a {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container {
  margin-top: 32px;
  cursor: pointer;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout {
  background-color: #F0F0F0;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.shop-all,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.shop-all,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.shop-all {
  margin-bottom: 0;
  font-size: 15px;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.back-button-container,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.back-button-container,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.back-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 15px;
  background-color: #9FCCC9;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p.back-button-container > span.back-button,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p.back-button-container > span.back-button,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p.back-button-container > span.back-button {
  cursor: pointer;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 10px;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > ul,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > ul,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > ul,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p {
  font-family: "figtree", helvetica, arial, sans-serif;
  padding: 15px;
}

.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > ul > li,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.primary-flyout > p > li,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > ul > li,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.secondary-flyout > p > li,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > ul > li,
.softball #navigation-flyout > .md-sidenav-right > div.products-container > div.third-flyout > p > li {
  display: flex;
  justify-content: space-between;
}

.softball #navigation-flyout > .md-sidenav-right > div.more-container > div.more-content {
  background-color: #F0F0F0;
}

.softball #navigation-flyout > .md-sidenav-right > div.more-container > div.more-content > ul > li {
  padding: 15px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #navigation-flyout > md-sidenav > div {
    margin-top: 42px;
  }
}

/**
 * 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 */
.order-tracking-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.order-tracking-container > div {
  max-width: 89%;
  margin: 0 auto;
}

.order-tracking-container div.flex-wrapper {
  width: 100%;
}

.order-tracking-container div.flex-wrapper > div {
  position: relative;
}

.order-tracking-container div.flex-wrapper > div:first-of-type {
  width: 65%;
}

@media screen and (max-width: 960px) {
  .order-tracking-container div.flex-wrapper > div:first-of-type {
    width: 100%;
  }
}

.order-tracking-container div.flex-wrapper > div:last-of-type {
  margin-left: 2%;
  width: 33%;
}

@media screen and (max-width: 960px) {
  .order-tracking-container div.flex-wrapper > div:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.order-tracking-detail {
  position: relative;
  width: 100%;
}

.order-tracking-detail > div[layout=row] {
  width: 100%;
}

.order-tracking-detail > div[layout=row] > md-card {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .order-tracking-detail > div[layout=row] > md-card {
    width: 100%;
  }
}

.order-tracking-detail > div[layout=row] > md-card:first-of-type {
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  .order-tracking-detail > div[layout=row] > md-card:first-of-type {
    margin-right: 0;
  }
}

.order-tracking-detail > div[layout=row] > md-card:last-of-type {
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .order-tracking-detail > div[layout=row] > md-card:last-of-type {
    margin-left: 0;
  }
}

.order-tracking-detail > md-card:first-of-type {
  margin-top: 0;
}

.order-tracking-detail > md-card:first-of-type md-card-content h2 {
  background-color: #D54400;
}

.order-tracking-detail md-card {
  margin: 20px 0;
}

.order-tracking-detail md-card md-card-content {
  padding: 0;
}

.order-tracking-detail md-card md-card-content > h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  background-color: #54565A;
  color: #fff;
  line-height: normal;
  padding: 20px 25px;
  text-transform: capitalize;
  width: 100%;
}

.order-tracking-detail md-card md-card-content > h2 a {
  color: #fff;
  text-decoration: underline;
}

.order-tracking-detail md-card md-card-content > div:last-of-type {
  padding: 24px 30px;
}

@media screen and (max-width: 480px) {
  .order-tracking-detail md-card md-card-content > div:last-of-type {
    padding: 12px;
  }
}

.order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

@media screen and (max-width: 680px) {
  .order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date {
    margin-bottom: 25px;
  }
}

.order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date > div > div:not(:first-of-type) {
  font-size: 2rem;
  line-height: 1.35512;
  color: #D54400;
}

@media (max-width: 1200px) {
  .order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date > div > div:not(:first-of-type) {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

.order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date > div > div:not(:first-of-type):last-of-type {
  font-size: 4rem;
  line-height: 1.32054;
}

@media (max-width: 1200px) {
  .order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date > div > div:not(:first-of-type):last-of-type {
    font-size: calc(1.525rem + 3.3vw) ;
    line-height: 1.34867;
  }
}

.order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date a {
  color: #54565A;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .order-tracking-detail md-card md-card-content > div:last-of-type .delivery-date a {
    display: block;
  }
}

.order-tracking-detail md-card md-card-content > div:last-of-type md-calendar {
  pointer-events: none;
}

.order-tracking-detail md-card md-card-content > div:last-of-type md-calendar .md-calendar-scroll-mask {
  height: 218px;
}

.order-tracking-detail .my-account-back-to {
  float: none;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}

#order-tracking-progress {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

#order-tracking-progress > div.unavailable {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  margin-bottom: 4px;
}

#order-tracking-progress > div:first-of-type {
  font-size: 2rem;
  line-height: 1.35512;
}

@media (max-width: 1200px) {
  #order-tracking-progress > div:first-of-type {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

#order-tracking-progress > div > span {
  text-transform: capitalize;
}

#order-tracking-progress > img {
  display: block;
  margin: 0 auto;
  padding: 15px;
}

#order-tracking-progress > div > h3 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
  text-transform: capitalize;
}

#order-tracking-progress .detailed-history {
  width: 100%;
}

#order-tracking-progress .detailed-history > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  border-top: 1px solid #D9D8D6;
  padding: 10px 0;
  width: 100%;
}

#order-tracking-progress .detailed-history > div > span:first-of-type {
  margin-right: 2%;
  width: 28%;
}

#order-tracking-progress .detailed-history > div > span:last-of-type {
  width: 70%;
}

button.expand {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  background-color: #fff;
  color: #2A61FF;
  display: block;
  margin: 0 auto;
  text-transform: capitalize;
}

button.expand:hover {
  background-color: white;
  color: #2A61FF;
  text-decoration: underline;
}

button.expand object, button.expand img {
  width: 15px;
}

/**
 * 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: 730px) {
  .order-details .cancel-bo-link-container {
    margin-left: 16px;
  }
}

.bo-cancel-modal p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.bo-cancel-modal .button-container {
  width: 100%;
}

.bo-cancel-modal .button-container button.md-button.md-sg-material-theme {
  font-size: 0.875rem;
  line-height: 1.41473;
}

.bo-cancel-modal .button-container button.md-button.md-sg-material-theme:first-of-type {
  margin-right: 24px;
}

@media screen and (max-width: 480px) {
  .bo-cancel-modal .button-container button.md-button.md-sg-material-theme:first-of-type {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.order-status {
  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 */
.cms-template .about-us .about-us-indented {
  padding-left: 55px;
  padding-right: 55px;
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .about-us-indented {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cms-template .about-us .tagline1 {
  font-size: 5rem;
  line-height: 1.31639;
  color: #54565A;
  text-align: center;
  line-height: 75px;
}

@media (max-width: 1200px) {
  .cms-template .about-us .tagline1 {
    font-size: calc(1.625rem + 4.5vw) ;
    line-height: 1.34394;
  }
}

@media screen and (max-width: 960px) {
  .cms-template .about-us .tagline1 {
    line-height: 65px;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .tagline1 {
    line-height: 48px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .tagline1 {
    line-height: 45px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .tagline1 {
    font-size: 3.125rem;
    line-height: 1.3279;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) and (max-width: 1200px) {
  .cms-template .about-us .tagline1 {
    font-size: calc(1.4375rem + 2.25vw) ;
    line-height: 1.22268;
  }
}

.cms-template .about-us .tagline2 {
  font-size: 5.625rem;
  line-height: 1.31485;
  color: #54565A;
  text-align: center;
  line-height: 85px;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .cms-template .about-us .tagline2 {
    font-size: calc(1.6875rem + 5.25vw) ;
    line-height: 1.3414;
  }
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .tagline2 {
    line-height: 70px;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .tagline2 {
    line-height: 52px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .tagline2 {
    line-height: 45px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .tagline2 {
    font-size: 3.125rem;
    line-height: 1.3279;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) and (max-width: 1200px) {
  .cms-template .about-us .tagline2 {
    font-size: calc(1.4375rem + 2.25vw) ;
    line-height: 1.22268;
  }
}

.cms-template .about-us h2.about-us-head {
  font-size: 2rem;
  line-height: 1.35512;
  color: #D54400;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .cms-template .about-us h2.about-us-head {
    font-size: calc(1.325rem + 0.9vw) ;
    line-height: 1.23259;
  }
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us h2.about-us-head {
    line-height: 30px;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us h2.about-us-head {
    line-height: 30px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us h2.about-us-head {
    line-height: 26px;
  }
}

.cms-template .about-us .about-us-text {
  font-size: 1.25rem;
  line-height: 1.31481;
  color: #54565A;
  line-height: 26px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-text {
    line-height: 27px;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .about-us-text {
    line-height: 25px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .about-us-text {
    line-height: 23px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-text {
    font-size: 1rem;
    line-height: 1.32757;
    line-height: 20px;
  }
}

.cms-template .about-us .about-us-club-banner-text {
  color: #54565A;
}

.cms-template .about-us .about-us-club-banner-text2 {
  color: #898A8D;
}

.cms-template .about-us .about-us-badge {
  font-size: 1.5rem;
  line-height: 1.26955;
  color: #54565A;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  max-width: 175px;
}

@media (max-width: 1200px) {
  .cms-template .about-us .about-us-badge {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .about-us-badge {
    line-height: 23px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-badge {
    font-size: 1.125rem;
    line-height: 1.26781;
    max-width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-image-gallery .about-us-badge {
    padding: 0;
  }
}

.cms-template .about-us .about-us-list {
  font-size: 1.5rem;
  line-height: 1.26955;
  text-align: center;
  color: #54565A;
}

@media (max-width: 1200px) {
  .cms-template .about-us .about-us-list {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 680px) {
  .cms-template .about-us .about-us-list {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-list {
    font-size: 0.875rem;
    line-height: 1.41473;
  }
}

.cms-template .about-us .about-us-list ul {
  display: block;
  padding: 0 40px 0 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 680px) {
  .cms-template .about-us .about-us-list ul {
    padding: 0;
  }
}

.cms-template .about-us .about-us-list li {
  line-height: 30px;
  display: inline;
}

@media screen and (max-width: 680px) {
  .cms-template .about-us .about-us-list li {
    line-height: 24px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-list li {
    line-height: 18px;
  }
}

.cms-template .about-us .about-us-img {
  margin-bottom: 40px;
}

.cms-template .about-us .about-us-divide {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 3px solid #54565a;
}

.cms-template .about-us .about-us-image-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-image-gallery {
    flex-direction: column;
  }
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-image-gallery div {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-image-gallery div {
    padding: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-image-gallery img {
    max-width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-image-gallery img {
    max-width: 125px;
  }
}

.cms-template .about-us .gallery-item {
  padding: 0;
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .gallery-item {
    padding: 5px;
  }
}

.cms-template .about-us .about-us-club-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-club-banner {
    display: block;
    text-align: center;
  }
}

.cms-template .about-us .about-us-club-banner-img {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-club-banner-img {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-club-banner-img {
    padding-bottom: 10px;
  }
}

.cms-template .about-us .about-us-club-text {
  font-size: 2.875rem;
  line-height: 1.33133;
  line-height: 46px;
}

@media (max-width: 1200px) {
  .cms-template .about-us .about-us-club-text {
    font-size: calc(1.4125rem + 1.95vw) ;
    line-height: 1.22468;
  }
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-club-text {
    display: block;
  }
}

@media screen and (max-width: 730px) {
  .cms-template .about-us .about-us-club-text {
    line-height: 35px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .about-us-club-text {
    line-height: 34px;
  }
}

@media screen and (max-width: 480px) {
  .cms-template .about-us .about-us-club-text {
    font-size: 1.5rem;
    line-height: 1.26955;
    line-height: 22px;
  }
}

@media screen and (max-width: 480px) and (max-width: 1200px) {
  .cms-template .about-us .about-us-club-text {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

.cms-template .about-us .about-us-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cms-template .about-us .about-us-footer-a {
  font-size: 5rem;
  line-height: 1.31639;
  color: #D54400;
  text-align: center;
}

@media (max-width: 1200px) {
  .cms-template .about-us .about-us-footer-a {
    font-size: calc(1.625rem + 4.5vw) ;
    line-height: 1.34394;
  }
}

.cms-template .about-us .about-us-footer-b {
  font-size: 2.375rem;
  line-height: 1.34171;
  color: #54565A;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .cms-template .about-us .about-us-footer-b {
    font-size: calc(1.3625rem + 1.35vw) ;
    line-height: 1.22901;
  }
}

.cms-template .about-us .about-us-footer-img {
  text-align: center;
  margin-bottom: 60px;
}

.cms-template .about-us .about-us-footer-img img {
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .cms-template .about-us .about-us-footer-img img {
    max-width: 200px;
  }
}

@media screen and (max-width: 560px) {
  .cms-template .about-us .about-us-footer-img img {
    max-width: 150px;
  }
}

/**
 * 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 */
.affiliate-main #hero {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .affiliate-main #hero {
    margin-bottom: 16px;
  }
}

.affiliate-main .affiliate-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.affiliate-main .affiliate-content .affiliate-header {
  padding: 0 20px;
}

.affiliate-main .affiliate-content .affiliate-header h2 {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 4rem;
  line-height: 1.32054;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #54565A;
}

@media (max-width: 1200px) {
  .affiliate-main .affiliate-content .affiliate-header h2 {
    font-size: calc(1.525rem + 3.3vw) ;
    line-height: 1.34867;
  }
}

@media screen and (max-width: 680px) {
  .affiliate-main .affiliate-content .affiliate-header h2 {
    line-height: 38px;
  }
}

.affiliate-main .affiliate-content .affiliate-header .affiliate-subhead {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.33853;
  line-height: 42px;
  color: #898A8D;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .affiliate-main .affiliate-content .affiliate-header .affiliate-subhead {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-header .affiliate-subhead {
    margin-top: 8px;
    line-height: 27px;
    margin-bottom: 0;
  }
}

.affiliate-main .affiliate-content .affiliate-pitch {
  margin: 40px 0 100px 0;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-pitch {
    margin: 32px 0 100px 0;
  }
}

.affiliate-main .affiliate-content .affiliate-pitch p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  line-height: 24px;
  color: #54565A;
}

.affiliate-main .affiliate-content .affiliate-pitch .affiliate-buttons {
  margin-top: 56px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-pitch .affiliate-buttons {
    margin-top: 40px;
  }
  .affiliate-main .affiliate-content .affiliate-pitch .affiliate-buttons a:first-of-type {
    margin-bottom: 32px;
  }
}

.affiliate-main .affiliate-content .affiliate-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.affiliate-main .affiliate-content .affiliate-buttons a {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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: 0.9375rem;
  line-height: 1.3668;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #fff;
  padding: 17px 35px;
  display: inline-block;
  letter-spacing: 1px;
  width: 290px;
}

.affiliate-main .affiliate-content .affiliate-buttons a:hover {
  background-color: #CA4F25;
}

.affiliate-main .affiliate-content h3 {
  width: 100%;
  height: 23px;
  border-bottom: 5px solid #D9D8D6;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content h3 {
    margin-bottom: 48px;
  }
}

.affiliate-main .affiliate-content h3 span {
  font-size: 2.5rem;
  line-height: 1.33853;
  line-height: 42px;
  background-color: #FFF;
  padding: 0 20px;
  color: #54565A;
}

@media (max-width: 1200px) {
  .affiliate-main .affiliate-content h3 span {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-benefits {
    flex-direction: column;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits .how-it-works-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-benefits .how-it-works-step {
    margin-bottom: 60px;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits .how-it-works-step .step-number {
  margin-bottom: 24px;
}

.affiliate-main .affiliate-content .affiliate-benefits .how-it-works-step .step-img {
  width: 270px;
  height: 200px;
  margin-bottom: 24px;
}

.affiliate-main .affiliate-content .affiliate-benefits .how-it-works-step p {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  line-height: 21px;
  color: #54565A;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-benefits .commission {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits .commission img {
  max-height: 148px;
}

.affiliate-main .affiliate-content .affiliate-benefits .commission p:first-of-type {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  line-height: 32px;
  color: #54565A;
}

@media (max-width: 1200px) {
  .affiliate-main .affiliate-content .affiliate-benefits .commission p:first-of-type {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits .commission p:nth-of-type(2) {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
}

.affiliate-main .affiliate-content .affiliate-benefits .instructions {
  padding: 32px 40px 40px;
  background-color: #F0F0F0;
  margin: 0 30px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content .affiliate-benefits .instructions {
    margin: 0;
  }
}

.affiliate-main .affiliate-content .affiliate-benefits .instructions img {
  margin-bottom: 32px;
}

.affiliate-main .affiliate-content .affiliate-benefits .instructions .affiliate-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  line-height: 24px;
  color: #54565A;
  flex-grow: 1;
  margin-bottom: 32px;
  width: 100%;
}

.affiliate-main .affiliate-content #how-it-works,
.affiliate-main .affiliate-content #what-you-get {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content #how-it-works,
.affiliate-main .affiliate-content #what-you-get {
    margin-bottom: 40px;
  }
}

.affiliate-main .affiliate-content #how-to-do-it {
  margin-bottom: 60px;
}

.affiliate-main .affiliate-content #how-to-do-it .affiliate-benefits {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content #how-to-do-it .affiliate-benefits {
    margin-bottom: 40px;
  }
  .affiliate-main .affiliate-content #how-to-do-it .affiliate-benefits div:first-of-type {
    margin-bottom: 32px;
  }
}

.affiliate-main .affiliate-content #how-to-do-it .disclaimer-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  line-height: 18px;
  color: #54565A;
  padding: 0 20px;
}

.affiliate-main .affiliate-content #contact-us {
  margin-bottom: 60px;
  padding: 0 20px;
}

.affiliate-main .affiliate-content #contact-us p, .affiliate-main .affiliate-content #contact-us a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.26955;
  line-height: 30px;
  color: #54565A;
}

@media (max-width: 1200px) {
  .affiliate-main .affiliate-content #contact-us p, .affiliate-main .affiliate-content #contact-us a {
    font-size: calc(1.275rem + 0.3vw) ;
    line-height: 1.23786;
  }
}

@media screen and (max-width: 960px) {
  .affiliate-main .affiliate-content #contact-us p, .affiliate-main .affiliate-content #contact-us a {
    font-size: 1.125rem;
    line-height: 1.26781;
    line-height: 24px;
  }
}

.affiliate-main .affiliate-content #contact-us a {
  color: #D54400;
}

/**
 * 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.retailStore #retail-store-email-container {
  position: relative;
  padding-bottom: 17px;
  margin-top: 10px;
}

body.retailStore #retail-store-email-container #retail-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 730px) {
  body.retailStore #retail-store-email-container #retail-signup {
    justify-content: center;
    margin: 0 10px;
  }
}

body.retailStore #retail-store-email-container #retail-signup .input-box {
  position: relative;
  display: inline-block;
  height: 70px;
}

@media screen and (max-width: 730px) {
  body.retailStore #retail-store-email-container #retail-signup .input-box {
    flex-basis: 70%;
  }
}

body.retailStore #retail-store-email-container #retail-signup .input-box #retail-email-error {
  position: absolute;
  bottom: 0;
  left: 0;
}

body.retailStore #retail-store-email-container #retail-signup #retail-email-sign-up.orange-button {
  box-shadow: none;
  height: 48px;
}

@media screen and (max-width: 730px) {
  body.retailStore #retail-store-email-container #retail-signup #retail-email-sign-up.orange-button {
    margin: 0;
  }
}

body.retailStore #retail-store-email-container #retail-email-msg {
  position: absolute;
  bottom: 0;
  left: 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 */
body.product-view #companion-products {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  margin-bottom: 25px;
}

body.product-view #companion-products fieldset {
  border: 1px solid #BABABA;
  width: 100%;
}

body.product-view #companion-products fieldset legend {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #000;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

body.product-view #companion-products fieldset > div {
  border-bottom: 1px solid #BABABA;
  padding: 10px;
  width: 100%;
}

body.product-view #companion-products fieldset > div.parent-opt-empty {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #D54400;
  text-align: center;
  width: 100%;
  position: relative;
  min-height: 150px;
}

body.product-view #companion-products fieldset > div.parent-opt-empty object {
  display: block;
  height: 30px;
  margin: 0 auto 5px;
  width: 20px;
}

body.product-view #companion-products fieldset > div.parent-opt-empty md-progress-circular.md-sg-material-theme {
  margin: 25px 0;
}

body.product-view #companion-products fieldset > div.parent-opt-empty md-progress-circular.md-sg-material-theme path {
  stroke: #D54400;
}

body.product-view #companion-products fieldset > div:last-of-type {
  border-bottom: none;
}

body.product-view #companion-products fieldset > div.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}

body.product-view #companion-products fieldset > div div[layout=column] {
  width: 100%;
}

body.product-view #companion-products .product-name, body.product-view #companion-products .product-name a {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-bottom: 5px;
}

body.product-view #companion-products .product-name:hover, body.product-view #companion-products .product-name a:hover {
  text-decoration: underline;
}

body.product-view #companion-products .product-image {
  margin-right: 10px;
  width: 60px;
}

body.product-view #companion-products md-input-container label {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  position: relative;
}

body.product-view #companion-products md-input-container label.md-required:after {
  content: "";
}

body.product-view #companion-products md-input-container md-select {
  margin-left: 15px;
  min-width: 150px;
  max-width: 150px;
}

body.product-view #companion-products md-input-container md-select md-select-value {
  font-size: 0.875rem;
  line-height: 1.41473;
}

body.product-view #companion-products md-input-container md-select.md-sg-material-theme .md-select-value {
  min-height: 25px;
}

body.product-view #companion-products md-input-container span.comp-opt {
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  display: block;
  margin-left: 5px;
}

body.product-view #companion-products .price-box {
  margin-top: 5px;
}

body.product-view #companion-products .price-box span {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem !important;
  line-height: 1.41473;
  display: inline-block;
  line-height: 18px;
  margin: 0;
  vertical-align: middle;
}

body.product-view #companion-products .price-box .club-price span {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.9375rem !important;
  line-height: 1.3668;
}

/**
 * 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: 'figtreeBoldCondensed', 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: 'figtreeBold', 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: 'figtree', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-right: 16px;
}

.pdp2019 .cart-actions .customize-it-text-full span {
  font-family: 'figtreeBold', 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: 'figtreeBoldCondensed', 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%;
  }
}

/**
 * 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 */
.detail-tiles {
  background-color: #F0F0F0;
  width: 100%;
}

.detail-tiles > div {
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2%;
  position: relative;
  width: 96%;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .detail-tiles > div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.detail-tiles > div.filtered:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}

.detail-tiles > div .detail-image {
  width: 18%;
}

@media screen and (max-width: 680px) {
  .detail-tiles > div .detail-image {
    margin: 0 auto;
    width: auto;
  }
}

.detail-tiles > div .detail-details {
  width: 40%;
}

@media screen and (max-width: 680px) {
  .detail-tiles > div .detail-details {
    width: 100%;
  }
}

.detail-tiles > div .detail-details h2 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  margin-bottom: 10px;
}

.detail-tiles > div .detail-details div.key-features ul > li {
  list-style: disc;
}

@media screen and (max-width: 680px) {
  .detail-tiles > div .detail-details div.key-features {
    padding: 0 15px 10px;
  }
}

.detail-tiles > div .detail-cart {
  width: 35%;
}

@media screen and (max-width: 680px) {
  .detail-tiles > div .detail-cart {
    width: 100%;
  }
}

.detail-tiles > div .detail-cart .price-box {
  margin-bottom: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.detail-tiles > div .detail-cart .price-box > span span {
  background-color: transparent;
}

.detail-tiles > div .detail-cart .price-box .price-box-child .regular-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #54565A;
}

.detail-tiles > div .detail-cart .price-box .price-box-child .club-price {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  color: #D54400;
}

.detail-tiles > div .detail-cart .price-box .price-box-child .club-price .member-span {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
}

.detail-tiles > div .detail-cart .price-box .price-box-child .club-price.apply-checkout {
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3668;
}

.detail-tiles > div .detail-cart .detail-buttons button, .detail-tiles > div .detail-cart .detail-buttons a.button {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  height: 48px;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  margin: 0;
  left: 0;
}

.detail-tiles > div .detail-cart .detail-buttons button:hover, .detail-tiles > div .detail-cart .detail-buttons a.button:hover {
  background-color: #CA4F25;
}

.detail-tiles > div .detail-cart .detail-buttons button.family-group-notifyMe, .detail-tiles > div .detail-cart .detail-buttons a.button.family-group-notifyMe {
  line-height: 48px !important;
  vertical-align: middle;
}

.detail-tiles > div .detail-cart .detail-buttons .btn-quickview {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: inherit;
  height: auto;
  position: relative;
  margin: 0;
  top: 0;
  display: block;
}

.detail-tiles > div .detail-cart .detail-buttons .btn-quickview > a {
  background-color: #D54400;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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;
  height: auto;
  left: 0;
  margin: 0;
  position: relative;
}

.detail-tiles > div .detail-cart .detail-buttons .btn-quickview > a:hover {
  background-color: #CA4F25;
}

.detail-tiles > div .detail-cart .detail-buttons .sold-out-button {
  font-size: 0.9375rem !important;
  line-height: 1.3668;
}

.detail-tiles > div .detail-cart .detail-buttons a.wishlist.link {
  font-size: 0.875rem;
  line-height: 1.41473;
  display: block;
  margin-top: 5px;
  text-align: right;
  color: #2A61FF;
  text-decoration: underline;
}

/**
 * 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 */
.family-group .colorswatches {
  padding: 5px;
  max-width: 200px;
}

@media screen and (max-width: 680px) {
  .family-group .colorswatches {
    padding-bottom: 15px;
    max-width: 100%;
    width: 100%;
    float: left;
  }
}

.family-group .colorswatches ul {
  list-style-position: inside;
  list-style-type: none;
  text-align: center;
}

.family-group .colorswatches ul li {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
}

.family-group .colorswatches ul li.selected {
  border: 1px solid #D54400;
}

.family-group .colorswatches ul li.swatch-more {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.66773;
  background-color: #F0F0F0;
  border: none;
  margin-right: 0 !important;
}

.family-group .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) {
  .family-group .colorswatches ul li.swatch-more a {
    padding: 10px 5px;
  }
}

.family-group .colorswatches ul li button {
  height: 38px;
  width: 38px;
  padding: 0;
}

body.user-tab-detected .colorswatches .swatch > button:focus,
body.user-tab-detected .colorswatches .swatch > button.psuedo-focus {
  outline: none;
}

/* Family Group CSS */
.family-group {
  border-bottom: 1px solid #999;
  margin-top: 20px;
  padding-bottom: 10px;
}

.call-to-action-button-container.family-group {
  border-bottom: none;
}

.family-group-image {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  padding-bottom: 10px;
}

.family-group-info {
  width: 74%;
  display: inline-block;
}

.family-group-product-info {
  width: 64%;
  display: inline-block;
  vertical-align: top;
}

.family-group .price-box {
  border-bottom: none !important;
}

.family-group-buttons {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 5px;
}

.family-group button.btn-cart,
.family-group .btn-quickview .button,
.family-group .secondary-buttons,
.family-group-notifyMe {
  line-height: 40px !important;
  width: 100%;
  font-size: 18px;
}

.family-group .secondary-buttons {
  margin-top: 10px;
}

.family-group .button-set .wishlist {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  background-color: #999;
  width: 100%;
  line-height: 40px;
}

.family-group .button-set .secondary-buttons a:hover {
  opacity: .75;
  -moz-opacity: .75;
}

.family-group .write-review {
  margin-right: 30px;
}

.family-group-product-link {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.family-group-product-link a {
  color: #4b7637 !important;
}

.family-group .right-restriction-attribute {
  display: none;
}

.family-group .restrictions-container {
  border: none;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 5px;
}

.family-group .restriction-attribute {
  width: 36px;
  display: inline;
  margin-right: 5px;
}

.family-group .left-restriction-attribute {
  width: 36px;
}

.family-group .left-restriction-attribute img {
  width: 100%;
}

.family-group #trackif-container {
  display: none;
}

.family-group .sold-out-button {
  font-size: 16px !important;
  padding: 0 4px !important;
}

.family-group-callout {
  color: #4b7637;
  font-size: 14px;
  font-weight: bold;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  display: inline-block;
}

.family-group-callout-img {
  vertical-align: middle;
}

.family-group .tool-tip .tip {
  top: 23px;
}

@media screen and (max-width: 1060px) {
  .family-group .sold-out-button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 960px) {
  .family-group-image {
    width: 35%;
    display: inline-block;
    padding: 5px;
  }
  .family-group-info {
    width: 64%;
    display: inline-block;
    padding-right: 5px;
  }
  .family-group-product-info {
    width: 100%;
    display: inline-block;
  }
  .pdp2019 .family-group .family-group-buttons {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-left: 0px;
  }
  .pdp2019 .family-group .price-box2 .price {
    float: right;
  }
}

@media screen and (max-width: 680px) {
  .family-group-image {
    padding: 10px;
  }
  .family-group .family-group-product-info .price-box .price {
    width: 63%;
  }
}

@media screen and (max-width: 560px) {
  .family-group .price-label {
    width: 45% !important;
  }
  .family-group .price {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .family-group-image {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .family-group-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .family-group-product-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .family-group-buttons {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .family-group .restrictions-container {
    margin-top: 0px;
  }
  .family-group .price-box {
    margin-bottom: 0 !important;
  }
  .family-group .pdp-coupon-promo {
    margin-top: 5px;
  }
}

/**
 * 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: 'figtree', 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: 'figtreeBold', 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: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

#freegift-submit {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: 'figtreeBold', 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 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #000000;
}

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: 'figtree', 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: 'figtreeBold', 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 */
#freightLookup {
  border: 1px solid #bbb;
  background-color: #eee;
  padding: 20px;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  font-size: 13px;
}

#freightLookup .header-text:before {
  content: "";
  background-image: url("/images/product/freight_shipping.svg");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 13px;
  left: 20px;
}

#freightLookup .header-text span {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 18px;
  margin-left: 45px;
  vertical-align: middle;
  line-height: 27px;
}

#freightLookup .desc {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}

#freightLookup .form-input {
  position: relative;
}

#freightLookup input,
#freightLookup label,
#freightAmount {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

#freightLookup input {
  float: none;
  width: 80%;
}

#freightLookup button {
  background-image: url("/images/search@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: -5px;
}

#freightLookup .lookup {
  position: relative;
  margin: 5px;
}

#freightLookup .lookup .input-label {
  width: 18%;
}

#freightLookup .lookup label.error,
#freightLookup .lookup p.jqv-error {
  font-size: 12px;
  color: #ca0000;
  margin-left: 18%;
}

#freightLookup .result {
  margin: 10px 0;
}

#freightAmount {
  width: 100%;
}

#freightAmount .burnt-orange {
  float: right;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

#freightAmount .burnt-orange:after {
  clear: both;
}

#freightAmount > div:first-of-type {
  margin-bottom: 15px;
}

#freightAmount .flex-parent {
  align-items: center;
  display: flex;
}

#freightAmount .flex-parent > div {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

#freightAmount .flex-parent > div:last-of-type {
  float: none;
  text-align: right;
}

#freightAmount .freightTotal {
  border-top: 1px solid #d9d8d6;
  color: #000;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
  padding-top: 10px;
  position: relative;
  text-align: right;
}

#freightAmount .freightTotal:before {
  content: "Freight Total";
  bottom: 0;
  left: 0;
  position: absolute;
  text-transform: uppercase;
}

/*pdp freight add ons */
.freightAddOns {
  width: 100%;
}

.freightAddOns > ul > li > div {
  align-items: flex-start;
  display: flex;
}

.freightAddOns > ul > li > div > div {
  color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.freightAddOns > ul > li > div > div > p {
  margin-top: 5px;
}

.freightAddOns > ul > li > div > div.style-checkbox {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  margin-top: 0;
}

.freightAddOns > ul > li > div > div:last-of-type {
  text-align: right;
}

/*cart table freight add ons*/
.restrictions-row .freightAddOns {
  margin: 5px;
}

.restrictions-row .freightAddOns .tip p {
  color: #fff;
}

.restrictions-row .freightAddOns > ul > li:before {
  content: "";
}

.restrictions-row .freightAddOns > ul > li {
  display: inline-block;
  margin-right: 10px;
}

.restrictions-row .freightAddOns > ul > li > div {
  align-items: center;
}

.restrictions-row .freightAddOns > ul > li > div > div {
  font-family: inherit;
  font-size: 14px;
  margin-right: 5px;
}

.restrictions-row .freightAddOns > ul > li > div > div:last-of-type:before {
  content: "(";
}

.restrictions-row .freightAddOns > ul > li > div > div:last-of-type:after {
  content: ")";
}

.restrictions-row .freightAddOns > ul > li > div > div > .burnt-orange {
  color: #000;
}

.freightModal.moby-container {
  width: 750px;
}

.freightModal .moby-close {
  display: none;
}

.freightModal h1 {
  color: #D54400;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}

.freightModal .button-box {
  text-align: center;
}

.freightModal .button-box button {
  background-color: #D54400;
  padding: 5px 18px;
}

.freightModal .button-box button:first-of-type {
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .freightModal .button-box button:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.manage-freight > a:hover {
  color: #D54400;
  text-decoration: underline;
}

.pdp2019 #freightLookup {
  background-color: #54565A;
  border: none;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 500px;
  padding: 24px;
}

.pdp2019 #freightLookup .header-text:before {
  background-image: url("/images/product/freight_icon.svg");
  top: 20px;
  left: 30px;
}

.pdp2019 #freightLookup .header-text span {
  font-size: 20px;
  margin-left: 60px;
}

.pdp2019 #freightLookup .desc {
  font-size: 14px;
  line-height: 17px;
  margin: 16px 0;
}

.pdp2019 #freightLookup label {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 #freightLookup input {
  border-radius: 0;
  height: 40px;
  line-height: 30px;
}

.pdp2019 #freightLookup button {
  background-image: url("/images/product/search_icon.svg");
  background-size: 15px 15px;
  height: 15px;
  right: 0;
  top: 12.5px;
  width: 15px;
}

.pdp2019 #freightLookup .result {
  font-size: 14px;
  line-height: 21px;
}

.pdp2019 #freightLookup .result a {
  color: #fff;
}

.pdp2019 #freightLookup .result span {
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 #freightLookup .lookup label.error,
.pdp2019 #freightLookup .lookup p.jqv-error {
  background-color: #fff;
  display: inline-block;
}

.pdp2019 #freightLookup .freightAddOns {
  margin-top: 10px;
}

.pdp2019 #freightLookup .burnt-orange {
  color: #fff;
}

.pdp2019 #freightAmount .freightAddOns .style-checkbox {
  background-image: url(/images/check_box_off_white.png);
}

.pdp2019 #freightAmount .freightAddOns .style-checkbox.active {
  background-image: url(/images/check_box_on_white.png);
}

.pdp2019 #freightAmount .freightTotal,
.pdp2019 .freightAddOns > ul > li > div > div {
  color: #fff;
}

#freight-modal.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;
}

#freight-modal.ajax-loading:before {
  content: "We're finding you the best shipping rate. Please wait...";
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.freight-modal #freight-modal.ajax-loading:before {
  top: 50%;
}

#freight-modal.ajax-loading .moby-content {
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}

.moby-container.freight-modal .moby-close {
  display: none;
}

#freight-modal .data-table tr td .product-image,
#freight-modal .data-table tr td .product-name {
  display: inline-block;
  vertical-align: middle;
}

#freight-modal .data-table tr td .product-image {
  width: 15%;
}

#freight-modal .data-table tr td .product-image img {
  max-width: 100%;
  border: none;
}

#freight-modal .data-table tr td .product-name {
  width: 80%;
}

#freight-modal .buttons-set {
  margin-top: 10px;
}

#freight-modal .buttons-set a,
#freight-modal .buttons-set button {
  display: inline-block;
  vertical-align: middle;
}

#freight-modal .buttons-set button {
  margin-left: 10px;
}

#freight-modal .error-message {
  font-size: 12px;
  color: #dd2c00;
  margin-top: 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 */
#GloveBreakInController {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-bottom: 40px;
}

.heading-container {
  background-color: #A3FD22;
  height: 38px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1037px) {
  .heading-container {
    height: 55px;
  }
}

@media screen and (max-width: 680px) {
  .heading-container {
    padding-left: 11px;
    height: 38px;
  }
}

.heading-container > .break-in-header {
  font-size: 14px;
  line-height: 22px;
  font-family: "figtreeSemiBold", helvetica, arial, sans-serif;
}

.heading-container > input {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border: 1px solid #FB3540;
}

#GloveBreakInController > .body-container {
  font-family: "figtree", helvetica, arial, sans-serif;
  line-height: 17px;
}

#GloveBreakInController > .body-container > .body-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 13px;
}

#GloveBreakInController > .body-container > .flex-parent {
  display: flex;
  margin: 10px 16px 16px 16px;
}

#GloveBreakInController > .body-container > .flex-parent > .body-text {
  font-family: "figtree", helvetica, arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#GloveBreakInController > .body-container > .flex-parent > .body-text > p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
}

#GloveBreakInController > .body-container > .flex-parent > .video-container {
  max-width: 50%;
  margin-right: 16px;
  position: relative;
}

#GloveBreakInController > .body-container > .flex-parent > .video-container:hover {
  cursor: pointer;
}

#GloveBreakInController > .body-container > .details-link {
  border-top: solid 1px #DADADA;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 40px;
}

#GloveBreakInController > .body-container > .details-link > .learn-more-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 15px;
}

/*modal stuff*/
._md.md-sg-material-theme.md-transition-in.GloveBreakInModal-container {
  border: 4px solid #074277;
  border-radius: 4px;
  position: relative;
}

._md.md-sg-material-theme.md-transition-in.GloveBreakInModal-container > md-toolbar > div.md-toolbar-tools {
  background-color: #A3FD22;
}

._md.md-sg-material-theme.md-transition-in.GloveBreakInModal-container > md-toolbar > div.md-toolbar-tools > h1.ng-binding {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #074277;
  margin-left: 120px;
}

#GloveBreakInModal > * {
  font-family: "figtree", helvetica, arial, sans-serif;
}

#GloveBreakInModal > .price-banner {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 4000 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  background-color: #061C33;
  color: white;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  padding-bottom: 16px;
}

#GloveBreakInModal > .price-banner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 42px 0 42px;
  border-color: #061C33 transparent transparent transparent;
}

#GloveBreakInModal > .how-it-works-container > .break-in-step {
  margin-bottom: 10px;
  display: flex;
}

#GloveBreakInModal > .how-it-works-container > .break-in-step > .info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#GloveBreakInModal > .how-it-works-container > .break-in-step > .info-container > .step-title {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #061C33;
  font-size: 16px;
}

#GloveBreakInModal > .how-it-works-container > .break-in-step.test-it-step {
  background-color: #A3FD22;
  border: 1px solid #A3FD22;
  border-radius: 50px;
}

#GloveBreakInModal > .video-tease {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  text-align: center;
  background-color: #006EB4;
  border: 1px solid #006EB4;
  border-radius: 50px;
  color: white;
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

#GloveBreakInModal > video-container {
  width: 100%;
  height: auto;
}

#GloveBreakInModal > .bottom-description > p.note {
  color: red;
  margin-bottom: 10px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

#GloveBreakInModal > .bottom-description > p {
  font-family: "figtree", helvetica, arial, sans-serif;
}

#GloveBreakInModal > .bottom-description > p.no-returns {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

#GloveBreakInModal > .how-it-works-container > .break-in-step > img {
  height: 80px;
  width: 80px;
  margin-right: 15px;
}

#quickview-form #GloveBreakInController > .heading-container {
  height: 60px;
}

#quickview-form #GloveBreakInController > .heading-container > input {
  margin-bottom: 10px;
}

#quickview-form #GloveBreakInController > .body-container > .flex-parent > .video-container {
  max-width: 50%;
  margin-right: 16px;
  position: relative;
}

/**
 * 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 (min-width: 961px) {
  .product-view.generic .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .product-view.generic .mobile-only {
    display: block;
  }
}

@media screen and (min-width: 681px) {
  .product-view.generic .fablet-only {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .product-view.generic .fablet-only {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .product-view.generic .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .product-view.generic .desktop-only {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .product-view.generic .tablet-desktop-only {
    display: none;
  }
}

@media screen and (min-width: 681px) {
  .product-view.generic .tablet-desktop-only {
    display: block;
  }
}

.product-view.generic a[accordion-trigger]:after {
  right: 0;
}

.product-view.generic #main.main {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.product-view.generic #main.main > div {
  max-width: 89%;
  margin: 0 auto;
}

.product-view.generic #main.main .breadcrumbs {
  margin-bottom: 20px;
  max-width: 100%;
}

.product-view.generic #main.main .main h1 {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  color: #54565A;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .product-view.generic #main.main .main h1 {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.product-view.generic #main.main .main.container {
  margin-bottom: 25px;
}

.product-view.generic #main.main .main.container > div:last-of-type {
  border-top: 1px #D9D8D6 solid;
  width: 100%;
}

.product-view.generic #main.main .main.container > div:last-of-type > div:first-of-type {
  margin-right: 1%;
  margin-top: 10px;
}

@media screen and (min-width: 961px) {
  .product-view.generic #main.main .main.container > div:last-of-type > div:first-of-type {
    width: 32%;
  }
}

@media screen and (max-width: 960px) {
  .product-view.generic #main.main .main.container > div:last-of-type > div:first-of-type {
    margin-right: 0;
    width: 100%;
  }
}

.product-view.generic #main.main .main.container > div:last-of-type > div:first-of-type > a.link {
  position: absolute;
  right: 25px;
  font-size: 1rem;
  line-height: 1.32757;
  color: #2A61FF;
  text-decoration: underline;
}

.product-view.generic #main.main .main.container > div:last-of-type > div:first-of-type .restrictions-note {
  font-size: 1rem;
  line-height: 1.32757;
}

.product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) {
  position: relative;
}

@media screen and (min-width: 961px) {
  .product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) {
    width: 67%;
  }
}

@media screen and (max-width: 960px) {
  .product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) {
    margin-right: 0;
    width: 100%;
  }
}

.product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) .toolbar {
  background-color: #54565A;
  color: #fff;
  margin: 0;
  width: 100%;
}

.product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) .toolbar > div {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  display: block;
  padding: 3px 0;
  text-align: center;
  width: 100%;
}

.product-view.generic #main.main .main.container > div:last-of-type > div:nth-child(2) .toolbar > div button.md-button {
  padding: 3px 6px;
  width: 250px;
}

.product-view.generic .pdp2019-rating-box-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.product-view.generic .pdp2019-rating-box-large .rating {
  width: 91px;
  height: 22px;
  text-indent: -999em;
  background: url(/images/gorilla/sprite.png) -302px -46px no-repeat;
}

.product-view.generic .pdp2019-rating-box-large .stars-overlay {
  background: url(/images/gorilla/sprite.png) -394px -46px no-repeat;
  zoom: 0.75;
  -moz-transform: scale(0.75);
}

.product-view.generic .pdp2019-rating-box-large .rating-average, .product-view.generic .pdp2019-rating-box-large .rating-count {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  float: none;
  margin: 3px 0 0 5px;
}

.product-view.generic div.group-filters div[layout=row] {
  margin-bottom: 10px;
  width: 100%;
}

.product-view.generic div.group-filters div[layout=row] > label {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.32757;
  color: #54565A;
  margin-right: 1%;
  width: 44%;
}

.product-view.generic div.group-filters div[layout=row] md-input-container {
  margin-right: 5%;
  width: 50%;
}

.product-view.generic div.group-filters button.md-button {
  margin: 0;
  padding: 5px;
  width: 75%;
}

.product-view.generic div.group-filters button.md-button:first-of-type {
  margin: 10px 0 0;
}

.product-view.generic div.details-specs {
  margin: 20px 0;
}

.product-view.generic div.details-specs > p {
  border-bottom: 1px solid #D54400;
  color: #54565A;
  padding-bottom: 16px;
}

.product-view.generic div.details-specs > p > span {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.26781;
  border-bottom: 4px solid #D54400;
  padding-bottom: 12px;
}

.product-view.generic div.details-specs > div {
  font-size: 1rem;
  line-height: 1.32757;
}

/**
 * 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: #F6F1EB;
  padding: 40px 0;
  position: relative;
}

.key-features-container h2 {
  margin: auto;
  display: table;
  font-size: 18px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-bottom: 24px;
}

.key-features-container .full-specs-link {
  margin: auto;
  display: table;
  font-size: 14px;
  font-family: "figtree", 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: "figtreeBold", 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;
  }
}

/*****************************/
/*     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 .product-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 #D9D9D9;
  padding-top: 12px;
}

.pdp2019 .price-box2.border-bottom {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.pdp2019 .price-block-notification2 {
  color: #D54400;
  font-size: 16px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  display: inline-block;
}

.pdp2019 .price-block-notification2 .was-price {
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  text-decoration: line-through;
}

.pdp2019 .price-block-notification2 .special-buy {
  margin-right: 12px;
}

.pdp2019 .price-block-notification2 .compare-price {
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
}

.pdp2019 .price-block-notification3 {
  position: relative;
  height: 21px;
  width: fit-content;
  padding: 0 10px;
  margin: 0;
  font-family: "figtreeMedium", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .030em;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E84855;
  margin-right: 10px;
}

.pdp2019 .price-block-notification3:after {
  content: " ";
  position: absolute;
  background-color: #E84855;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.pdp2019 .price-block-notification3.clearance-item {
  color: #fff;
  background-color: #2A61FF;
}

.pdp2019 .price-block-notification3.clearance-item:after {
  background-color: #2A61FF;
}

.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: "figtreeBold", 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: 'figtree', 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: 'figtreeBold', 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: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #D54400;
}

.pdp2019 .pay-installment-pdp {
  display: block;
  margin-top: 5px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
}

.pdp2019 .pay-installment-pdp span {
  font-family: "figtreeBold", 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: "figtree", 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: 'figtree', 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: 'figtree', helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-right: 16px;
}

.pdp2019 .cart-actions .customize-it-text-full span {
  font-family: 'figtreeBold', 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: 'figtreeBold', 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: 'figtree', helvetica, arial, sans-serif;
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;
  padding: 15px 12px;
}

.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%;
}

.pdp2019 #details-image {
  max-width: 800px;
  text-align: left;
}

.pdp2019 #mainImageContainer .mz-hint-message {
  background-color: rgba(217, 216, 214, 0.5);
  border-radius: 2em;
  color: #54565A;
  font-family: 'figtree', 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;
}

.pdp2019 .product-gallery #details-image .thumbnail-image-container {
  display: flex;
  position: relative;
}

.pdp2019 .product-gallery #details-image .gallery-select {
  z-index: 5;
}

.pdp2019 .product-gallery #details-image .gallery-select button {
  position: absolute !important;
  padding: 0;
  background-color: unset;
}

.pdp2019 .product-gallery #details-image .gallery-select .left-arrow {
  top: 50%;
  left: -15px;
}

.pdp2019 .product-gallery #details-image .gallery-select .right-arrow {
  top: 50%;
  right: -15px;
}

.pdp2019 .product-gallery #details-image .gallery-select img {
  background-color: #fff;
  border-radius: 100%;
  padding: 7px 11px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.pdp2019 .product-gallery #details-image .gallery-select img:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.pdp2019 #details-image .mainImageCaption {
  color: #54565A;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0 16px;
}

/* The dots/bullets/indicators */
.pdp2019 .count-indicators {
  text-align: center;
  padding: 24px 0;
}

.pdp2019 .dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  background-color: #DADADA;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.pdp2019 .dot.mz-thumb-selected {
  background-color: #54565A;
}

.moby-container.quickview .pdp2019 #product-thumbs {
  display: none;
  /* definitely don't want the thumbnails to show, even if they get initialized */
}

.pdp2019 #product-thumbs {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}

.pdp2019 #product-thumbs .product-slide {
  margin-right: 16px;
  width: 120px;
  padding: 0;
}

.pdp2019 #product-thumbs .product-slide a {
  cursor: pointer;
}

.pdp2019 #product-thumbs .product-slide .mz-thumb {
  border: 1px solid #DADADA;
  border-radius: 2px;
}

.pdp2019 #product-thumbs .product-slide .mz-thumb.mz-thumb-selected {
  border-color: #54565A;
}

.pdp2019 .product-gallery #product-thumbs .product-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 .product-slide .mz-thumb.cf-vid.three-sixty:after {
  background-image: url("/images/product/video_play_360.png");
}

.pdp2019 #product-thumbs .product-slide .mz-thumb img {
  border: none;
  box-shadow: none;
}

.pdp2019 #product-thumbs .product-slide .mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.pdp2019 #product-thumbs .product-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 .product-slide button {
  padding: 0;
  background-color: white;
  line-height: 120px;
}

.product-view .product-gallery .product-slide .cf-vid img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product-view .product-gallery .product-slide img {
  line-height: 100%;
  display: inline-block !important;
  float: none !important;
  min-width: 120px;
  /*min-height: 120px;*/
  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 .product-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: 'figtreeBoldCondensed', 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: "figtreeBold", helvetica, arial, sans-serif;
  color: #00833D;
  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: #E84855;
}

.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 .product-slide .cf-vid {
  position: relative;
  overflow: hidden;
}

.product-gallery .product-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: "figtreeBold", 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 {
  color: #252a2f;
}

.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: 28px;
}

.pdp2019 .pdp2019-container #pdp-header-wrapper-mobile {
  display: none;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title,
.pdp2019 .pdp2019-container .col1 .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,
.pdp2019 .pdp2019-container .col1 .product-title h1 {
  display: inline;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  color: #252a2f;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .product-title,
.pdp2019 .pdp2019-container .col1 .product-title {
  margin-bottom: 16px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .is-new-pdp {
  color: #D54400;
  font-family: figtreeLight, 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,
.pdp2019 .pdp2019-container .col1 .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,
.pdp2019 .pdp2019-container .col1 .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 > dl,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container > div,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container > dl {
  margin-bottom: 16px;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .content-info,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .content-info {
  font-family: "figtree", 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,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-rating-box-large {
  position: relative;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .rating,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-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,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-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,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-rating-box-large .rating-average {
  float: left;
  margin-left: 10px;
  line-height: 20px;
  font-size: 13px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #000000;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large a.rating-average,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-rating-box-large a.rating-average {
  text-decoration: underline;
  color: #252a2f;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .rating-count,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-rating-box-large .rating-count {
  float: left;
  font-size: 13px;
  color: black;
  line-height: 20px;
  margin-left: 2px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #252a2f;
}

.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container .pdp2019-rating-box-large .write-review,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container .pdp2019-rating-box-large .write-review {
  float: right;
  margin-left: 10px;
  line-height: 20px;
  font-size: 13px;
  font-family: "figtree", helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #2A61FF;
}

/* #region product options */
.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: 'figtree', 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: 'figtreeBold', 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: "figtree", 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: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 16px;
}

.pdp2019 .pdp2019-container .cart-actions .product-options .form-list.stacked li .input-box {
  font-family: "figtree", 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 .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;
}

#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: #fff;
  color: #252a2f;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 14px;
  height: 40px;
  width: 30px;
  text-align: center;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust:hover {
  background-color: #DADADA;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus:before,
.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus:before {
  content: ' ';
  background-size: 8px 8px;
  display: inline-block;
  height: 8px;
  width: 8px;
  position: relative;
  right: 4px;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus {
  border: 1px solid #252a2f;
  border-radius: 5px;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-minus:before {
  background-image: url("/images/minus-sign.svg");
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus {
  border: 1px solid #252a2f;
  border-radius: 5px;
}

.pdp2019 .pdp2019-quantityAdjustment .qty-adjust.qty-plus:before {
  background-image: url("/images/plus-sign.svg");
}

.pdp2019 .pdp2019-quantityAdjustment input#quantity {
  background-color: #fff;
  border: 1px solid #252a2f;
  border-radius: 5px;
  box-shadow: none;
  float: none;
  width: 52px;
  margin: 0 3px 0 3px;
}

.mm-nomap.mm-menu .mm-navbars_top .mm-navbar {
  background-color: #006EB3;
}

.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: #E84855;
}

.backorder-note-container {
  margin-bottom: 30px;
}

.backordered-note {
  padding: 12px;
  color: #D54400;
  font-size: 13px;
  font-family: "figtree", 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: "figtreeBold", 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;
  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: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  margin-top: 25px;
}

.pdp2019 #quantityAdjustment span.stock-note.in {
  color: #00833D;
}

.pdp2019 #buttons-container .primary-buttons button#btnAddItemToCart,
.pdp2019 .notifyMeButtonDiv .primary-buttons a.btn-notify,
.pdp2019 .generic-button a.generic-link {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 126px;
}

.pdp2019 #buttons-container .primary-buttons button#btnAddItemToCart {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 16px;
  height: 56px;
  text-transform: capitalize;
  width: 93%;
  border-radius: 5px;
}

.pdp2019 #buttons-container .primary-buttons button#btnAddItemToCart:hover,
.pdp2019 .notifyMeButtonDiv .primary-buttons a.btn-notify:hover,
.pdp2019 .generic-button a.generic-link:hover {
  background-color: #061C33;
}

.pdp2019 .generic-button {
  margin-bottom: 40px;
}

.pdp2019 .generic-button a.generic-link {
  line-height: 48px;
}

.pdp2019 #buttons-container .secondary-buttons,
.pdp2019 .notifyMeButtonDiv .secondary-buttons {
  margin-top: 40px;
}

.pdp2019 #buttons-container .secondary-buttons a.wishlist,
.pdp2019 .notifyMeButtonDiv .secondary-buttons a.wishlist {
  background-color: #F0F0F0;
  font-size: 31px;
  border-radius: 100%;
  padding: 0px 9px 0 9px;
}

.pdp2019 #quantityAdjustment .stock-note-container {
  align-content: center;
}

.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*/
/*region Choose The Right Bat*/
.pdp2019 #choose-right-bat-bug {
  background-color: #061C33;
  display: block;
  display: flex;
  height: auto;
}

.pdp2019 #choose-right-bat-bug img {
  height: auto;
  width: 50px;
  margin-left: 16px;
  margin-right: 20px;
}

.pdp2019 #choose-right-bat-bug .header {
  color: #A3FD22;
  font-size: 16px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  line-height: 22px;
  margin-top: 13px;
}

.pdp2019 #choose-right-bat-bug .flex-parent {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.pdp2019 #choose-right-bat-bug .flex-parent .flex-child {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  .pdp2019 #choose-right-bat-bug .flex-parent .flex-child {
    position: relative;
  }
}

.pdp2019 #choose-right-bat-bug .flex-parent .flex-child .description {
  font-size: 13px;
  font-family: "figtree", helvetica, arial, sans-serif;
  line-height: 17px;
  color: #fff;
  margin-top: 6px;
}

@media screen and (max-width: 480px) {
  .pdp2019 #choose-right-bat-bug .flex-parent .flex-child .description {
    margin-right: 30px;
  }
}

.pdp2019 #choose-right-bat-bug .flex-parent .flex-child .chevron {
  --s: 5px;
  height: 20px;
  aspect-ratio: 4/5;
  clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: #A3FD22;
  margin-right: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .pdp2019 #choose-right-bat-bug .flex-parent .flex-child .chevron {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}

/*endregion Choose The Right Bat*/
.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: "figtreeBold", 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.restrictCa:before {
  background-image: url(/images/restrictions/restrictions_prop63.svg);
}

/* #endregion */
.pdp2019 .caret-down-gray {
  position: relative;
  cursor: pointer;
}

.pdp2019 .caret-down-gray:before {
  content: '';
  position: absolute;
  background-color: #252a2f;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}

.pdp2019 .caret-down-gray:after {
  content: '';
  position: absolute;
  background-color: #252a2f;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}

.pdp2019 .caret-up-gray {
  position: relative;
  cursor: pointer;
}

.pdp2019 .caret-up-gray:before {
  display: none;
}

.pdp2019 .caret-up-gray:after {
  display: none;
}

/* 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: figtreeBold;
}

/* #region value propostions */
.pdp2019-container .valueProps {
  min-height: 64px;
  color: #252a2f;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  max-width: 500px;
  margin-bottom: 60px;
  /* tool tips */
}

.pdp2019-container .valueProps .flex-parent {
  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 {
  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 a,
.pdp2019-container .valueProps button {
  color: #252a2f;
  font-style: italic;
  position: relative;
  width: auto;
}

.pdp2019-container .valueProps a:hover, .pdp2019-container .valueProps button:hover {
  text-decoration: underline;
}

.pdp2019-container .valueProps .tip-content h3 {
  text-transform: none;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #fff;
  margin: 0;
}

.pdp2019-container .valueProps .tip-content p {
  font-family: "figtree", 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: 'figtreeMedium', 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: #F6F1EB;
  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: "figtreeBold", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtree", 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: "figtreeBold", 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: "figtree", 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: 'figtreeBoldCondensed', 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: 1500px) {
  .pdp2019 .pdp2019-container,
.pdp2019 .breadcrumbs,
.pdp2019 #global-messages {
    margin: 0 2%;
  }
}

@media screen and (max-width: 1400px) {
  .pdp2019 .pdp2019-container,
.pdp2019 .breadcrumbs,
.pdp2019 #global-messages {
    margin: 0 4%;
  }
}

@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 #buttons-container .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 .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 #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: 54%;
    margin-bottom: 60px;
  }
  .pdp2019 .pdp2019-container .col1 .left-col-stuff {
    max-width: 800px;
    min-height: 100px;
  }
  .pdp2019 .pdp2019-container .col2 {
    float: right;
    width: 36%;
    margin-bottom: 60px;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff {
    float: right;
    max-width: 500px;
    width: 100%;
    padding-left: 0;
  }
}

@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 .count-indicators {
    padding: 12px 0 24px 0;
  }
  .pdp2019 .product-gallery #ImageGalleryController #product-thumbs {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
  .pdp2019 .product-gallery #ImageGalleryController #product-thumbs.show-thumbs {
    visibility: initial;
    height: inherit;
  }
  .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%;
    padding-left: 0;
  }
  .pdp2019 .pdp2019-container #pdp-header-wrapper {
    display: none;
  }
  .pdp2019 .pdp2019-container #pdp-header-wrapper-mobile {
    display: block;
  }
  .pdp2019 .pdp2019-container .pdp-header-wrapper {
    margin-bottom: 20px;
  }
  .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,
.pdp2019 .pdp2019-container .col1 .product-title h1 {
    font-size: 21px;
    line-height: 27px;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > div,
.pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container > dl,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container > div,
.pdp2019 .pdp2019-container .col1 .pdp-title-flex-container > dl {
    margin-bottom: 10px;
  }
  .pdp2019 .pdp2019-container .col2 .right-col-stuff .pdp-title-flex-container,
.pdp2019 .pdp2019-container .col1 .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 .col1 .pdp-title-flex-container .pdp2019-rating-box-large {
    margin-bottom: 0;
  }
  .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 span.stock-note {
    margin-top: 31px;
  }
  .pdp2019 #buttons-container .primary-buttons button#btnAddItemToCart {
    letter-spacing: 1px;
  }
  .pdp2019-container .valueProps {
    margin-bottom: 40px;
  }
  /* 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 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 #buttons-container .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: 'figtreeBoldCondensed', 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-options {
  margin-bottom: 0;
}

.product-options .layout-align-start-stretch {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.product-options .layout-align-start-stretch .options-dd {
  align-items: center;
  align-content: center;
  max-width: 100%;
  justify-content: space-between;
  margin: 5px 0;
}

.product-options .layout-align-start-stretch .options-dd > label {
  max-width: 100%;
  box-sizing: border-box;
  font-family: "figtree", helvetica, arial, sans-serif;
}

.product-options .layout-align-start-stretch .options-dd > md-input-container {
  width: 80%;
}

.product-options .layout-align-start-stretch .options-dd > md-input-container > md-select {
  font-family: "figtree", helvetica, arial, sans-serif;
}

.product-options .layout-align-start-stretch .options-dd > md-input-container > md-select > md-select-value > span > div.md-text {
  margin-left: 5px;
}

.product-options .layout-align-start-stretch .options-group {
  display: flex;
  align-items: flex-start;
  /*align-content: center;*/
  max-width: 100%;
  justify-content: space-between;
  margin: 12px 0 10px 0;
  flex-direction: column;
}

.product-options .layout-align-start-stretch .options-group .option-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  font-family: "figtree", helvetica, arial, sans-serif;
  margin-bottom: 4px;
}

.product-options .layout-align-start-stretch .options-group .option-label .option-desc {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-left: 5px;
}

.product-options .layout-align-start-stretch .options-group .option-label .missing-error {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-left: 5px;
  color: #FB3540;
}

.product-options .layout-align-start-stretch .options-group .option-label .option-colon {
  margin-left: 2px;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0px;
}

@media screen and (max-width: 680px) {
  .product-options .layout-align-start-stretch .options-group .options-pillbox {
    /*                    flex-wrap: nowrap;
                    overflow-x: auto;
                    overflow-y: hidden;*/
  }
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill {
  margin: 4px 8px 4px 0;
  background-color: #fff;
  color: #252a2f;
  border: 1px solid #252a2f;
  border-radius: 3px;
  text-transform: none;
  min-height: 40px;
  min-width: 52px;
  padding: 0 7px;
  align-content: center;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.selected {
  background-color: #252a2f;
  color: #fff;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.not-available {
  background: linear-gradient(to bottom left, transparent 49%, #252a2f 49%, #252a2f 51%, transparent 51%);
  opacity: 0.33;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.selected.hasImage {
  background: none;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.not-available.hasImage {
  background: none;
  opacity: 0.5;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage {
  background-color: #fff;
  color: #252a2f;
  border: none;
  text-transform: none;
  height: 52px;
  padding: 1px;
  min-width: 52px;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage .img-container {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 52px;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage .img-container img {
  height: 50px;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage .img-container .img-overlay {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0px;
  left: 0px;
  width: 54px;
  height: 52px;
  opacity: 1.0;
  border-radius: 3px;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage .img-container .img-overlay.not-available {
  display: block;
  background: linear-gradient(to bottom left, transparent 49%, #BBBFC5 49%, #BBBFC5 51%, transparent 51%);
  border: 1px solid #BBBFC5;
}

.product-options .layout-align-start-stretch .options-group .options-pillbox .options-pill.hasImage .img-container .img-overlay.selected {
  display: block;
  border: 1px solid #252a2f;
}

.product-options.quick-view-options .options-group .options-pillbox {
  /*            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;*/
}

/*
.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: 'figtreeBold', 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;

    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 { // google / edge
    -webkit-appearance: none;
}

.bvFitRatingContainer > div > input[type=range][disabled]::-webkit-slider-runnable-track { // google / edge
    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 { // google / edge
    -webkit-appearance: none;
}

#width-meter > div > #WidthRatingSlider[disabled]::-webkit-slider-runnable-track { // google / edge
    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: 'figtree', 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: 'figtreeBold', helvetica, arial, sans-serif;
        font-size: 16px;
    }

    .pdp2019 .pdp2019-container .cart-actions .product-options .form-list.stacked li .input-box {
        font-family: 'figtree', 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) { // row containing bmsm-header
    background-color: #54565A;
    display: block;
    padding-bottom: 8px;
    flex-grow: 1;
}

.pdp2019 #BuyMoreSaveMoreController .bmsm-header { // th is bmsm-header
    text-align: left;
    color: #FFF;
    font-family: 'figtreeBold';
    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: 'figtree';
    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: 'figtreeBold';
    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;
    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 */
/*
  ============================================
  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;
}

.price-box .compare-price > span {
  font-size: 11px;
}

.price-box .was-price > span {
  font-size: 11px;
}

.price-box > span:after {
  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: 'figtreeBoldCondensed', 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: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.36924;
  color: #252a2f;
}

@media (max-width: 1200px) {
  .price-box .regular-price {
    font-size: calc(1.3rem + 0.6vw) ;
    line-height: 1.23515;
  }
}

.price-box p#price-box-discount-msg {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45404;
  margin: 6px 0 0;
  color: #54565A;
}

.price-box .club-price {
  font-family: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ac162c;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 0;
}

#buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.price-box .stock-note {
  margin-bottom: 0;
}

.stock-note {
  font-family: 'figtreeMedium', 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: 67px;
  font-size: 12px;
  line-height: 15px;
  font-family: 'figtreeMedium', 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: 'figtreeMedium', 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: 'figtreeMedium', 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: 'figtreeMedium', 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: 'figtreeBold', helvetica, arial, sans-serif;
  margin-bottom: 10px;
}

.price-box .bullseye {
  color: #D54400;
  font-size: 24px;
  font-family: 'figtreeBold', 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: 'figtreeMedium', 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: 'figtreeBold', 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: 'figtree', helvetica, arial, sans-serif;
}

/*sub price block prices*/
.product-main .price-box .regular-price span::not(.tip-content) {
  font-weight: normal;
  font-family: 'figtree', helvetica, arial, sans-serif;
}

.product-main .price-box .compare-price span {
  font-family: 'figtree', 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: figtreeBold;
}

/*#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: 'figtree', 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;
  }
}

/**
 * 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 Tabs *
****************/
.product-tabs .ui-state-hover .ui-icon,
.product-tabs .ui-state-focus .ui-icon,
.product-tabs .ui-button:hover .ui-icon,
.product-tabs .ui-button:focus .ui-icon,
.product-tabs .ui-state-active .ui-icon,
.product-tabs .ui-button:active .ui-icon {
  background-image: none;
}

.product-tabs .ui-accordion-header.ui-state-active,
.product-tabs .ui-widget-content .ui-state-active,
.product-tabs .ui-widget-header .ui-state-active,
.product-tabs a.ui-button:active,
.product-tabs .ui-button:active,
.product-tabs .ui-button.ui-state-active:hover {
  border: none;
  background: none;
  font-weight: inherit;
  color: none;
  text-decoration: underline solid #009EE3 1px;
  text-underline-offset: 10px;
}

.product-tabs .ui-widget-header {
  border: none;
  border-bottom: 1px solid #B5D8F2;
  background: none;
  color: none;
  font-weight: inherit;
}

.product-tabs .ui-state-active,
.product-tabs .ui-state-active a,
.product-tabs .ui-state-active a:link,
.product-tabs .ui-state-active a:visited {
  color: #54565A;
  text-decoration: none;
}

.product-tabs .ui-state-default,
.product-tabs .ui-widget-content .ui-state-default,
.product-tabs .ui-widget-header .ui-state-default,
.product-tabs .ui-button,
html .product-tabs .ui-button.ui-state-disabled:hover,
html .product-tabs .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
  font-weight: inherit;
  color: none;
}

.product-tabs .ui-state-hover,
.product-tabs .ui-widget-content .ui-state-hover,
.product-tabs .ui-widget-header .ui-state-hover,
.product-tabs .ui-state-focus,
.product-tabs .ui-widget-content .ui-state-focus,
.product-tabs .ui-widget-header .ui-state-focus,
.product-tabs .ui-button:hover,
.product-tabs .ui-button:focus {
  border: none;
  background: none;
  font-weight: inherit;
  color: #54565A;
}

.extendFull {
  padding: 40px 400px;
  margin: 0 -400px;
  background-color: #F0F0F0;
}

.product-tabs.ui-widget.ui-widget-content {
  border: none;
  padding-bottom: 40px;
  padding: 40px 50px;
  background-color: #fff;
}

.product-tabs.ui-widget-content {
  border: none;
  background: none;
  color: none;
}

.product-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0;
  text-decoration: none;
  font-size: 18px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
}

.product-tabs.ui-tabs {
  padding: 0;
}

.product-tabs.ui-tabs .ui-tabs-nav {
  margin: 0 0 24px 0;
  padding: 0;
}

.product-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 4px solid #B5D8F2;
}

html .product-tabs .ui-button.ui-state-disabled:hover,
html .product-tabs .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
  font-weight: normal;
  color: #54565A;
}

.product-tabs .ui-state-default a,
.product-tabs .ui-state-default a:link,
.product-tabs .ui-state-default a:visited,
.product-tabs a.ui-button,
.product-tabs a:link.ui-button,
.product-tabs a:visited.ui-button,
.product-tabs .ui-button {
  color: #54565A;
  text-decoration: none;
}

.product-tabs.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0 50px 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.product-tabs .ui-corner-all,
.product-tabs .ui-corner-top,
.product-tabs .ui-corner-left,
.product-tabs .ui-corner-tl {
  border-top-left-radius: 0px;
}

.product-tabs .ui-corner-all,
.product-tabs .ui-corner-top,
.product-tabs .ui-corner-right,
.product-tabs .ui-corner-tr {
  border-top-right-radius: 0px;
}

.product-tabs .ui-corner-all,
.product-tabs .ui-corner-bottom,
.product-tabs .ui-corner-left,
.product-tabs .ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.product-tabs .ui-corner-all,
.product-tabs .ui-corner-bottom,
.product-tabs .ui-corner-right,
.product-tabs .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.product-tabs.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0 0;
  background: none;
}

.product-tabs.ui-tabs #QA.ui-tabs-panel p,
.product-tabs.ui-tabs #QA.ui-tabs-panel a {
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
}

.product-tabs.ui-accordion.ui-widget {
  background-color: white;
  padding: 40px 50px 50px 50px;
}

.product-tabs.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 0 20px 0;
  color: #252a2f;
  font-size: 14px;
  border-bottom: none;
  text-transform: capitalize;
}

.product-tabs.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
  border-bottom: 1px solid #D9D9D9;
}

.product-tabs.ui-accordion .ui-accordion-content {
  padding: 0 0 20px 20px;
  border-top: 0;
  overflow: auto;
  border-bottom: 1px solid #D9D9D9;
}

.product-tabs .ui-widget-content {
  border: none;
  border: none;
  background: none;
}

.product-tabs .ui-icon.caret-down-gray {
  position: absolute;
  right: 10px;
  top: 45%;
  margin-right: 20px;
}

.product-tabs .ui-icon.caret-up-gray {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-right: 20px;
}

.pdp2019 .product-tabs .tab-container.cms p,
.pdp2019 .product-tabs .tab-container.cms a {
  font-size: 18px;
  line-height: 26px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-bottom: 20px;
}

.pdp2019 .product-tabs .tab-container.cms .scroll-top a {
  font-size: 14px;
}

.brand-image {
  margin-bottom: 10px;
}

.pdp2019 .product-tabs .brand-image {
  margin-bottom: 20px;
}

.pdp2019 .product-tabs .features-and-benefits-container {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 50px;
  padding-top: 25px;
}

.features-benefits-image {
  text-align: center;
  margin-bottom: 10px;
}

.features-benefits-image img {
  max-width: 50%;
  border: 1px solid #999;
}

.enhanced-uvp .features-benefits-image img {
  border: none;
}

.uvpRow,
.uvpAltRow {
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  width: 100%;
}

.uvpCopyContainer {
  display: inline-block;
  width: 59%;
  padding-right: 10px;
}

.uvpBorder {
  border-bottom: 1px solid #999;
}

.uvpCopy p {
  font-size: 16px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: black;
  line-height: 1.5;
}

.uvpRow .uvpMediaContainer {
  float: left;
}

.uvpAltRow .uvpMediaContainer {
  float: right;
}

.uvpMediaContainer {
  display: inline-block;
  width: 39%;
  height: auto;
}

.uvpMedia {
  width: 100%;
  text-align: center;
}

.uvpMedia > div {
  position: relative;
}

.uvpMedia > div .enhanced-cf-vid {
  width: 100%;
  height: 275px;
}

.uvpMedia > div .enhanced-cf-vid:after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/images/gorilla/sprite.png") no-repeat -448px -423px;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 52px;
  height: 52px;
  margin: auto;
}

.uvpListItems ul li {
  list-style-position: outside;
  margin-left: 1em;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.pdp2019 .uvpRow,
.pdp2019 .uvpAltRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.pdp2019 .uvpAltRow {
  flex-direction: row-reverse;
}

.pdp2019 .uvpCopyContainer {
  max-width: 825px;
}

.pdp2019 .uvpRow .uvpCopyContainer {
  margin-right: 85px;
}

.pdp2019 .uvpHeadline {
  font-size: 18px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #54565A;
  margin-bottom: 20px;
  line-height: 22px;
}

.pdp2019 #uvpBody ul,
.pdp2019 #uvpBody p,
.pdp2019 .uvpCopy p {
  font-size: 16px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  line-height: 24px;
}

.pdp2019 .uvpMediaContainer {
  width: 40%;
}

.pdp2019 .uvpRow .uvpMedia {
  text-align: right;
}

.pdp2019 .uvpListItems ul {
  font-size: 16px;
  font-family: "figtree", helvetica, arial, sans-serif;
  color: #54565A;
  line-height: 24px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  list-style-position: inside;
}

.scroll-top {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.scroll-top a {
  text-decoration: underline;
}

.features-benefits-header {
  font-size: 18px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  color: #000;
}

.pdp2019 .features-benefits-image img {
  max-width: 40%;
  border: none;
}

#Details .exploder {
  max-height: 500px;
}

#Details .exploder:after {
  height: 25%;
  bottom: 0;
}

#Details .exploder .exploder-button {
  background-color: transparent;
  bottom: 0;
  box-shadow: none;
  color: #2A61FF;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  max-width: 100%;
  text-decoration: underline;
  text-transform: capitalize;
  top: auto;
}

@media screen and (max-width: 960px) {
  .uvpRow .uvpCopyContainer,
.uvpAltRow .uvpCopyContainer,
.uvpRow .uvpMediaContainer,
.uvpAltRow .uvpMediaContainer {
    display: block;
    width: 100%;
    float: none;
  }
  .features-benefits-image img {
    max-width: 80%;
  }
  .uvpMedia img {
    max-width: 50%;
  }
  .uvpMedia iframe {
    width: 50%;
    height: 275px;
  }
  .pdp2019 .uvpRow,
.pdp2019 .uvpAltRow {
    flex-direction: column;
    align-items: center;
  }
  .pdp2019 .uvpRow .uvpMedia {
    text-align: center;
  }
  .pdp2019 .uvpMediaContainer {
    width: 100%;
  }
  .pdp2019 .uvpRow .uvpCopyContainer {
    margin-right: 0;
  }
  .pdp2019 .uvpMedia img {
    max-width: 50%;
  }
  .pdp2019 .uvpMedia iframe {
    width: 50%;
    height: 275px;
  }
}

@media screen and (max-width: 680px) {
  .uvpHeadline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .uvpCopy p {
    font-size: 14px;
  }
  .pdp2019 #uvpBody ul,
.pdp2019 #uvpBody p,
.pdp2019 .uvpCopy p {
    font-size: 14px;
    line-height: 20px;
  }
  .uvpListItems ul {
    font-size: 14px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .uvpMedia iframe {
    width: 75%;
    height: 250px;
  }
  .extendFull {
    padding: 24px 400px;
  }
  .product-tabs.ui-accordion.ui-widget {
    padding: 10px 20px 40px 20px;
  }
  .product-tabs .ui-icon.caret-down-gray {
    margin-right: -8px;
  }
  .product-tabs.ui-accordion .ui-accordion-content {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .features-benefits-image img {
    max-width: 100%;
  }
  .uvpMedia img {
    max-width: 100%;
  }
  .uvpMedia iframe {
    width: 75%;
    height: 200px;
  }
}

/*****************************/
/*         Quickview         */
/*****************************/
/*#region Title*/
/*#endregion*/
/*#region Image*/
.moby-container.quickview #mainImageCaption {
  font-size: 12px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
}

/*#endregion*/
/*#region Product Info*/
.moby-container.quickview .product-shop {
  font-family: 'figtreeBold', 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: 'figtreeMedium', 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: 'figtreeBold', 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: 1100px;
  padding: 23px 20px;
}

.moby-container.quickview .product-gallery img {
  border: 1px solid #999;
}

.moby-container.quickview .gallery-select {
  display: none;
}

.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: 'figtreeMedium', 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: 'figtreeMedium', 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: 'figtreeBold', 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: 'figtreeMedium', 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: 'figtreeBold', 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: 'figtreeMedium', 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 */
md-dialog.md-sg-material-theme.sezzle-fourpay-modal {
  color: #54565A;
  max-width: 800px;
  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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: "figtree", 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: "figtree", 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: "figtreeBold", 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: "figtree", helvetica, arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.82572;
  line-height: 13px;
  margin-bottom: 30px;
  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 */
.product-options #size-chart {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}

.moby-container .product-options #size-chart {
  display: none;
}

.size-chart-modal .size-chart-tables {
  width: 100%;
}

.size-chart-modal th, .size-chart-modal thead > tr > td {
  background-color: Black;
  color: White;
  padding: 3px;
  text-align: left;
  vertical-align: middle !important;
}

.size-chart-modal tbody th[scope=row] {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

.size-chart-modal tbody .alternate-row td,
.size-chart-modal tbody .alternate-row th[scope=row] {
  background-color: lightgray;
}

.size-chart-modal td {
  padding: 3px;
}

.size-chart-modal ul {
  margin: 0 0 18px 18px;
  list-style: disc;
}

.size-chart-modal .size-chart-header {
  text-transform: capitalize;
  color: #54565A;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.size-chart-modal .select-wrap {
  width: 100%;
}

.size-chart-modal .input-box {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.size-chart-modal .input-box label:not(.error),
.size-chart-modal .input-box label:not(.jqv-error) {
  line-height: 30px;
}

.size-chart-modal .input-box label:not(.error) {
  position: absolute;
  top: -2px;
  left: 8px;
  font-family: 'figtreeBoldCondensed', helvetica, arial, sans-serif;
  font-size: 11px;
  color: #54565A;
  text-transform: uppercase;
  z-index: 2;
  line-height: 30px;
}

.size-chart-modal .input-box input,
.size-chart-modal .input-box .customStyleSelectBox {
  height: 48px;
  background-color: #F0F0F0;
  padding: 15px 0 0 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #898A8D;
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.size-chart-modal .input-box input:focus,
.size-chart-modal .input-box .customStyleSelectBox:focus {
  border-bottom: 1px solid #D54400;
}

.size-chart-modal .input-box .select-wrap .customStyleSelectBox:before {
  content: '';
  position: absolute;
  top: 60%;
  right: 10px;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  background: transparent;
}

.size-chart-modal .input-box .select-wrap.error .customStyleSelectBox:before {
  background-color: transparent !important;
}

.size-chart-modal .input-box .select-wrap select {
  height: 48px;
  line-height: 32px;
  background-color: #F0F0F0;
}

.size-chart-modal .moby-close.brand-chart-close {
  background: url(/images/gorilla/sprite.png) -247px -49px no-repeat;
}

@media screen and (max-width: 900px) {
  .product-options #size-chart {
    position: relative;
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 730px) {
  .moby-container.size-chart-modal {
    left: 0px;
    width: 100% !important;
    padding: 5px;
  }
  .size-chart-modal .brand-chart-container {
    padding: 30px;
  }
}

@media screen and (max-width: 680px) {
  .product-options #size-chart {
    display: inline-block;
    position: absolute;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  /*Size Chart*/
  .size-chart-tables thead,
.size-chart-tables thead tr,
.size-chart-tables thead tr th,
.size-chart-tables tr,
.size-chart-tables tr td {
    display: block;
  }
  .size-chart-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .size-chart-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .size-chart-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .size-chart-tables tbody tr th[scope=row],
.size-chart-tables tbody tr.alternate-row th[scope=row] {
    background-color: black;
    color: white;
    display: block;
    text-align: center;
  }
  .mens-size-table td:nth-of-type(1):before {
    content: "Small";
  }
  .mens-size-table td:nth-of-type(2):before {
    content: "Medium";
  }
  .mens-size-table td:nth-of-type(3):before {
    content: "Large";
  }
  .mens-size-table td:nth-of-type(4):before {
    content: "XL";
  }
  .mens-size-table td:nth-of-type(5):before {
    content: "2XL";
  }
  .mens-size-table td:nth-of-type(6):before {
    content: "3XL";
  }
  .mens-size-table td:nth-of-type(7):before {
    content: "4XL";
  }
  .mens-size-table td:nth-of-type(8):before {
    content: "5XL";
  }
  .womens-size-table td:nth-of-type(1):before {
    content: "Small";
  }
  .womens-size-table td:nth-of-type(2):before {
    content: "Medium";
  }
  .womens-size-table td:nth-of-type(3):before {
    content: "Large";
  }
  .womens-size-table td:nth-of-type(4):before {
    content: "X-Large";
  }
  .womens-plus-size-header:before {
    content: "Plus Sizes";
  }
  .womens-plus-size-table td:nth-of-type(1):before {
    content: "2X";
  }
  .womens-plus-size-table td:nth-of-type(2):before {
    content: "3X";
  }
  .kids-header:before {
    content: "Kids";
  }
  .kids-size-table td:nth-of-type(1):before {
    content: "Weight";
  }
  .kids-size-table td:nth-of-type(2):before {
    content: "Height";
  }
  .kids-size-table td:nth-of-type(3):before {
    content: "Waist";
  }
  .generic-size-table td:nth-of-type(1):before {
    content: "Small";
  }
  .generic-size-table td:nth-of-type(2):before {
    content: "Medium";
  }
  .generic-size-table td:nth-of-type(3):before {
    content: "Large";
  }
  .generic-size-table td:nth-of-type(4):before {
    content: "X-Large";
  }
}

/**
 * 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.ios-kb-fix #stickyAddToCart {
  position: relative !important;
}

#stickyAddToCart {
  background-color: #F0F0F0;
  box-shadow: 0 1px 3px #54565A;
  height: 60px;
  max-height: 60px;
  padding: 10px 20px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #stickyAddToCart {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  #stickyAddToCart {
    padding: 10px;
  }
}

#stickyAddToCart.is-stuck {
  position: fixed;
  bottom: 0;
  z-index: 8;
  /* can't be on top of hover-navs (500), mobile-navs, flyouts, modals, *-overlays (e.g. .nav-cover is 9), search results flyout (9999), tool-tips (9999), etc., needs to be over the exploder (7) (family groups mobile, e.g. 673964) */
}

#stickyAddToCart .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 5000px;
}

#stickyAddToCart .container .product-info {
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#stickyAddToCart .container .product-info .product-image {
  min-width: 42px;
  margin-right: 12px;
}

@media screen and (max-width: 680px) {
  #stickyAddToCart .container .product-info .product-image {
    margin-right: 5px;
  }
}

#stickyAddToCart .container .product-info .product-image img {
  vertical-align: top;
  /* https://stackoverflow.com/questions/7774814/remove-white-space-below-image */
  width: 40px;
  height: 40px;
}

#stickyAddToCart .container .product-info .product-details {
  padding: 5px 0px;
  align-self: flex-start;
}

#stickyAddToCart .container .product-info .product-details .product-name {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.41473;
  color: #54565A;
  height: 20px;
}

@media screen and (max-width: 680px) {
  #stickyAddToCart .container .product-info .product-details .product-name {
    font-size: 0.75rem;
    line-height: 1.54756;
  }
}

#stickyAddToCart .container .product-info .product-details #stickyPricePH {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  #stickyAddToCart .container .product-info .product-details #stickyPricePH {
    display: none;
  }
}

#stickyAddToCart .container .product-info .product-details .product-media {
  margin-left: 20px;
}

#stickyAddToCart .container .product-info .product-details .price-box .price-box-child {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  /*                        .was-price {
                            display: none;
                        }*/
}

@media screen and (max-width: 560px) {
  #stickyAddToCart .container .product-info .product-details .price-box .price-box-child {
    height: 1.2em;
    max-width: auto;
  }
}

#stickyAddToCart .container .product-info .product-details .price-box .price-box-child .club-price {
  min-width: 50px;
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.54756;
  margin-bottom: 0;
  margin-left: 5px;
}

#stickyAddToCart .container .product-info .product-details .price-box .price-box-child .regular-price {
  min-width: 50px;
  font-family: "figtree", helvetica, arial, sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.54756;
  margin-bottom: 0;
}

#stickyAddToCart .container .product-info .product-details .price-box .price-box-child .price-label {
  display: none;
}

#stickyAddToCart .container .sticky-spacer {
  min-width: 10px;
  flex-grow: 1;
}

#stickyAddToCart .container .add-to-cart {
  flex-grow: 0;
}

#stickyAddToCart .container .add-to-cart button {
  background-color: #061C33;
  border-radius: 2px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 126px;
  font-size: 0.875rem;
  line-height: 1.41473;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  box-shadow: none;
  text-transform: capitalize;
}

@media screen and (max-width: 680px) {
  #stickyAddToCart .container .add-to-cart button {
    padding: 0 4px;
  }
}

#stickyAddToCart .container .add-to-cart button.select-options-btn {
  background-color: #fff;
  color: #061C33;
  border: 1px solid #061C33;
}

#stickyAddToCart .container .add-to-cart button:hover {
  background-color: #061C33;
}

#stickyAddToCart .container .add-to-cart button.select-options-btn:hover {
  background-color: #E2EAED;
}

/**
 * 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: 'figtreeBoldCondensed', 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: 'figtreeMedium', 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: 'figtreeBold', 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: 'figtreeBold', 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: 'figtreeMedium', helvetica, arial, sans-serif;
  font-size: 13px;
  text-transform: none;
}

.category-view aside.filters .current-filters div a {
  font-family: 'figtree', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.category-view aside.filters .current-filters > div {
  font-family: 'figtreeBold', 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: 'figtree', 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: 'figtree', 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: 'figtreeBold', 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: 'figtreeMedium', 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: "figtreeBold", helvetica, arial, sans-serif;
  font-size: 18px;
}

aside.filters.menu-container .trigger {
  font-family: "figtreeBold", helvetica, arial, sans-serif;
  margin-bottom: 0;
}

aside.filters.menu-container ul li {
  font-family: "figtreeMedium", 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: figtreebold,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: "figtree", helvetica, arial, sans-serif;
  color: #2A61FF;
  font-weight: normal;
  text-decoration: underline;
}

aside.filters.menu-container .show-X-text {
  font-family: "figtreeBold", 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;
  min-height: 150px;
}

.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: "figtree", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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: "figtreeBold", 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: "figtreeBold", 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: "figtreeBold", 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: "figtree", 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: "figtreeBold", 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;
}

/**
 * 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 */
.shipping-and-handling #expecteddeliverydate-table tr th {
  padding-right: 5px;
}

.shipping-and-handling .shipping-table {
  display: inline-block;
  vertical-align: top;
}

.shipping-and-handling th, .shipping-and-handling thead > tr > td {
  background-color: Black;
  color: White;
  padding: 3px;
  text-align: left;
  vertical-align: middle !important;
}

.shipping-and-handling tbody th[scope=row] {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

.shipping-and-handling tbody .alternate-row th[scope=row] {
  background-color: lightgray;
}

.shipping-and-handling td {
  padding: 3px;
}

.shipping-and-handling ul {
  margin: 0 0 18px 18px;
  list-style: disc;
}

.shipping-and-handling .club-tbl-head {
  background-color: #D54400;
}

.shipping-and-handling .add-text {
  font-size: 12px;
}

/**
 * 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 */
.itac_vendor_documents {
  color: #54565A;
  font-size: 1rem;
  line-height: 1.32757;
  font-family: 'figtree', helvetica, arial, sans-serif;
}

.itac_vendor_documents a {
  color: #2A61FF;
  text-decoration: underline;
}

.itac_vendor_documents .page-title h1 {
  color: #54565A;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.33853;
  text-transform: none;
}

@media (max-width: 1200px) {
  .itac_vendor_documents .page-title h1 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

.itac_vendor_documents .contact-info {
  margin-bottom: 20px;
}

.itac_vendor_documents .contact-info p {
  margin-bottom: 0;
}

.itac_vendor_documents .document-library {
  margin-bottom: 20px;
}

.itac_vendor_documents .document-library .library-name {
  font-size: 1.25rem;
  line-height: 1.31481;
  font-family: 'figtreeBold', helvetica, arial, sans-serif;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #D9D8D6;
}

.itac_vendor_documents .document-library .md-table {
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid #D9D8D6;
}

.itac_vendor_documents .document-library .md-table .md-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 2px 0;
}

.itac_vendor_documents .document-library .md-table .md-row .lib-label {
  flex-grow: 1;
  margin-left: 3px;
}

.itac_vendor_documents .document-library .md-table .md-row .lib-doc {
  flex-grow: 0;
}

.itac_vendor_documents .document-library .md-table .md-row .lib-date {
  margin-left: 50px;
  width: 100px;
}

.itac_vendor_documents .document-library .md-table .md-row:nth-child(even) {
  background-color: #D9D8D6;
}

/**
 * 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 */
.emailVideo #sg-page-wrapper #main {
  min-height: 400px;
}

.emailVideo #email-video-container {
  padding: 30px;
}

@media screen and (max-width: 680px) {
  .emailVideo #email-video-container {
    padding: 10px;
  }
}

.emailVideo #email-video-container h1 {
  font-family: "figtreeBoldCondensed", helvetica, arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.36148;
  color: #252a2f;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .emailVideo #email-video-container h1 {
    font-size: calc(1.3125rem + 0.75vw) ;
    line-height: 1.23385;
  }
}

/**
 * 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.wishlist.my-account .breadcrumbs,
body.wishlist .view-wishlist-container {
  color: #061C33;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

body.wishlist.my-account .breadcrumbs .club-footer-container,
body.wishlist .view-wishlist-container .club-footer-container {
  width: 100%;
  padding: 20px 10px;
}

body.wishlist .page-title {
  margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
  body.wishlist .page-title {
    width: 94%;
    margin: 0 auto;
  }
}

body.wishlist .page-title h1 {
  font-size: 2.5rem;
  line-height: 1.33853;
  text-transform: none;
}

@media (max-width: 1200px) {
  body.wishlist .page-title h1 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

body.wishlist .moby-container .page-title {
  width: 100%;
}

body.wishlist #wishlist-action-bar {
  margin-bottom: 16px;
}

body.wishlist #wishlist-action-bar .icon-base {
  text-indent: 0;
}

body.wishlist.softball.my-account .breadcrumbs,
body.wishlist.softball .view-wishlist-container {
  color: #262626;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

body.wishlist.softball.my-account .breadcrumbs .club-footer-container,
body.wishlist.softball .view-wishlist-container .club-footer-container {
  width: 100%;
  padding: 20px 10px;
}

body.wishlist.softball .page-title {
  margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
  body.wishlist.softball .page-title {
    width: 94%;
    margin: 0 auto;
  }
}

body.wishlist.softball .page-title h1 {
  font-size: 2.5rem;
  line-height: 1.33853;
  text-transform: none;
}

@media (max-width: 1200px) {
  body.wishlist.softball .page-title h1 {
    font-size: calc(1.375rem + 1.5vw) ;
    line-height: 1.22788;
  }
}

body.wishlist.softball .moby-container .page-title {
  width: 100%;
}

body.wishlist.softball #wishlist-action-bar {
  margin-bottom: 16px;
}

body.wishlist.softball #wishlist-action-bar .icon-base {
  text-indent: 0;
}
