/**
*	File: main.scss
*	Description: This file is used to include the individual level 
*	of scss files for output to assets/css folder
*	Version: 1.0-alpha
*
*/
/**
*
*	File: buttons.scss
*	Description: Mercer StyleGuide Implementation  for Buttons
*	Version: 0.1
*	Revision: 1.0a
*	
*/
/**
*	Global Color States
*/
/**
*	Font Colors
*/
/**
*	Default Color States
*/
/*$mos-button-medium: #006D9E; */
/*$mos-button-light: #00A8C8;*/
/**
*	Hover Color States
*/
/*$mos-button-medium-hover: #002C77;*/
/*$mos-button-medium-hover: #005C96;*/
/*$mos-button-light-hover: #006D9E;*/
/*$mos-button-light-hover: #00A8C8;*/
/**
*	Disabled Color States
*/
/**
*	Campaign Buttons - Amethyst Version
*/
/**
*	Mercer Materials Buttons 
*/
/**
*	Glboal color states
*/
/**
*	### REDUNDANT BLOCK ###
*?


/*new buttons start here*/
.__mst_btn_new {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: auto;
  height: 48px;
  
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.__mst_icon_btn_new{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: auto;
  border: none;
  padding: 0;
  border-radius: none;
  transition: color .15s ease-in-out;
  background: none;
  cursor: pointer;
}
.__mst_btn_selected{
  background-color: #002C77;
  color: #FFFFFF;
}
.__mst_btn_hover{
  background-color: #3C67BE;
  color: #FFFFFF;
}
.__mst_btn_hover:hover{
  background-color: #3C67BE;
  color: #FFFFFF;
}
.mst_btn_focus{
  outline: 1px solid #80CEEF;
  outline-offset: 2px;
}
.mst_btn_down{
  background-color: #335692;
  color: #FFFFFF;
  box-shadow: 0 0 2px 4px #0b41ad33;
}
.mst_btn_disabled{
  background-color: #CCCCCC;
  color: #999999;
}
.mst_btn_disabled:hover{
  background-color: #CCCCCC;
  cursor: not-allowed;
}
.mst_btn_disabled:focus{
  background-color: #CCCCCC;
}
.__mst_btn_new_primary.mst_btn_focus:hover{
  color: #FFFFFF;
  background-color: #0B41AD;
} 
.__mst_btn_selected:hover{
  background-color: #002C77;
  color: #FFFFFF;
}
.mst_btn_down:hover{
  background-color: #335692;
  color: #FFFFFF;
}
.__mst_btn_new_primary{
  color: #FFFFFF;
  background-color: #0B41AD;
}
.__mst_btn_new_outline{
  background-color: #FFFFFF;
  color: #0B41AD;
  border: 2px solid #0B41AD;
}
.__mst_btn_new_primary:hover,
.__mst_btn_new_outline:hover,
.__mst_btn_new_sky:hover,
.__mst_btn_new_outline_sky:hover{
  background-color: #3C67BE;
  color: #FFFFFF;
}
button.__mst_btn_new_primary:focus:not(:focus-visible),
button.__mst_btn_new_outline:focus:not(:focus-visible),
button.__mst_btn_new_sky:focus:not(:focus-visible),
button.__mst_btn_new_outline_sky:focus:not(:focus-visible) {
  outline: 1px solid #80CEEF;
  background-color: #002C77;
  color: #FFFFFF;
}
.__mst_btn_new_primary:focus,
.__mst_btn_new_outline:focus,
.__mst_btn_new_sky:focus,
.__mst_btn_new_outline_sky:focus{
  outline: 1px solid #80CEEF;
  outline-offset: 2px;
  background-color: #002C77;
  color: #FFFFFF;
}
.__mst_btn_new_primary:active,
.__mst_btn_new_outline:active,
.__mst_btn_new_sky:active,
.__mst_btn_new_outline_sky:active{
  background-color: #335692;
  color: #FFFFFF;
  box-shadow: 0 0 2px 4px #0b41ad33;
}
.__mst_btn_new_primary:disabled,
.__mst_btn_new_outline:disabled,
.__mst_btn_new_sky:disabled,
.__mst_btn_new_outline_sky:disabled{
  background-color: #CCCCCC;
  color: #999999;
}
.__mst_btn_new_outline_sky{
  border: 2px solid #007EB3;
  color: #007EB3;
  background-color: #FFFFFF;
}
.__mst_btn_new_secondary{
  background-color: #80CEEF;
  color: #002C77;
}
.__mst_btn_new_gray{
  background-color: #E6E6E6;
  color: #666666;
}

.__mst_btn_new_tertiary{
  color: #002C77;
  background-color: #9DB3DE;
}
.__mst_btn_new_sky{
  color: #002C77;
  background-color: #80CEEF;
}
.__mst_btn_new_success{
  background-color: #14853D;
  color: #FFFFFF;
}
.__mst_btn_new_danger{
  background-color: #C53532;
  color: #FFFFFF;
}
.__mst_btn_new .spinner-btn-text{
  display: inline-block;
  padding-left: 1.7em;
  
}
.__mst_btn_new .__mst_icon_btn_text{
  display: inline-block;
  padding-left: 0.75rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
  color: inherit;
  line-height: 1em;
}
.__mst_btn_new .__mst_icon_btn_text.text_gap_small{
  padding-left: 0.5rem;
}
.mst_btn_large{
  font-size: 1.25rem;
}
.__mst_btn_medium{
  height: 40px;
  font-size: 1rem;
}
.__mst_btn_small{
  height: 32px;
  font-size: 0.75rem;
}
.__mst_icon_medium{
  font-size: 24px;
  margin-right: 20px;
  color: #666666;
  cursor: pointer;
}

.__mst_icon_small{
  font-size: 16px;
  margin-right: 16px;
  color: #666666;
  cursor: pointer;
}
.__mst_icon_medium.__mst_icon_hover{
  color: #3C67BE;
}
.__mst_icon_medium.__mst_icon_selected{
  color: #002C77;
}
.__mst_icon_medium.__mst_icon_selected:hover{
  color: #002C77;
}
.__mst_icon_medium.__mst_icon_focus{
  outline: 1px solid #80CEEF;
  outline-offset: 2px;
}
.__mst_icon_medium.__mst_icon_focus:hover{
  color: #666666;
}
.__mst_icon_medium.__mst_icon_down{
  color: #656071;
  box-shadow: 0 0 2px 4px #0b41ad33;
  background-color: #0b41ad33;
}
.__mst_icon_medium.__mst_icon_down:hover{
  color: #656071;
  box-shadow: 0 0 2px 4px #0b41ad33;
  background-color: #0b41ad33;
}
.__mst_icon_medium.__mst_icon_disabled{
  color: #CCCCCC;
}
.__mst_icon_medium.__mst_icon_disabled:hover{
  color: #CCCCCC;
  cursor: not-allowed;
}
.__mst_icon_medium:hover,
.__mst_icon_small:hover{
  color: #3C67BE;
  background-color: unset;
}
button.__mst_icon_medium:focus:not(:focus-visible),
button.__mst_icon_small:focus:not(:focus-visible) {
  outline: 1px solid #80CEEF;
}
.__mst_icon_medium:focus-within,
.__mst_icon_small:focus-within{
  color: #002C77;
  outline: 1px solid #80CEEF;
  outline-offset: 2px;
  background-color: unset;
}

.__mst_icon_medium:active,
.__mst_icon_small:active{
  color: #656071;
  box-shadow: 0 0 2px 4px #0b41ad33;
  background-color: #0b41ad33;
}
.__mst_icon_medium:disabled,
.__mst_icon_small:disabled{
  color: #CCCCCC;
}

.__mst_btn_grp_new{
  display: flex;
  justify-content: space-between;
}
.__mst_btn_grp_new_right{
  display: flex;
  justify-content: end;
}
.btn_grp_size{
  width: 150px;
  margin-right: 20px;
}
.__mst_btn_grp_new_mobile{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.__mst_btn_grp_new_right_mobile{
  display: flex;
  justify-content: end;
  flex-direction: column-reverse;
}
.btn_grp_size_mobile{
  width: 300px;
}
/* spinner & icons with buttons ends here */

@media screen and (max-width: 786px) {
  .__mst_btn_grp_new{
      flex-direction: column-reverse;
  }
  .__mst_btn_grp_new_right{
      flex-direction: column-reverse;
  }
  .btn_grp_size{
      width: 300px;
      margin-right: 0;
  }
}
/*new buttons end here*/

/**
*	### Button Styles
*/
.__mst_button,
.__mst_button_alt,
.__mst_button_campaign {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.__mst_button {
  /**
  *	Shared Button Styles
  */
  font-family: "Proxima Nova", Arial, sans-serif;
  border-radius: 3px;
  font-weight: 400;
  /*font-size: .875em;*/
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid #005C96;
  background: #005C96;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  /**
  *	Disable Browser-Level Styles 
  */
  /**
  *	@Extend - Hover State
  */
  /**
  *	@Extend - Disabled Style
  */
}
.__mst_button:active, .__mst_button:focus {
  outline: 0;
}
.__mst_button:focus {
  box-shadow: 0;
}
.__mst_button:active, .__mst_button[state=focus], .__mst_button[state=focus_active] {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.__mst_button:hover, .__mst_button[state=hover], .__mst_button[state=focus_active] {
  background: #A6E2EF;
  color: #002C77;
  cursor: pointer;
  border: 1px solid #A6E2EF;
}
.__mst_button[disabled=disabled] {
  background: #CCCCCC;
  color: #002C77;
  /*opacity: .4;*/
  text-decoration: line-through;
  cursor: not-allowed;
  border: 1px solid #999999;
}

.__mst_button_alt {
  /**
  *	Shared Button Styles
  */
  font-family: "Proxima Nova", Arial, sans-serif;
  border-radius: 3px;
  font-weight: 400;
  /*font-size: .875em;*/
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid #002C77;
  background: #FFFFFF;
  color: #002C77;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  /**
  *	Disable Browser-Level Styles 
  */
  /**
  *	@Extend - Hover State
  */
  /**
  *	@Extend - Disabled Style
  */
}
.__mst_button_alt:active, .__mst_button_alt:focus {
  outline: 0;
}
.__mst_button_alt:focus {
  box-shadow: 0;
}
.__mst_button_alt:active, .__mst_button_alt[state=focus], .__mst_button_alt[state=focus_active] {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.__mst_button_alt:hover, .__mst_button_alt[state=hover], .__mst_button_alt[state=focus_active] {
  background: #002C77;
  color: #FFFFFF;
}
.__mst_button_alt[disabled=disabled] {
  background: #CCCCCC;
  color: #002C77;
  /*opacity: .4;*/
  text-decoration: line-through;
  cursor: not-allowed;
  border: 1px solid #999999;
}

/**
*	Campaign Buttons
*/
.__mst_button_campaign {
  /**
  *	Shared Button Styles
  */
  font-family: "Proxima Nova", Arial, sans-serif;
  border-radius: 3px;
  font-weight: 400;
  /*font-size: .875em;*/
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid #932077;
  background: #932077;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  /**
  *	Disable Browser-Level Styles 
  */
  /**
  *	@Extend - Hover State
  */
  /**
  *	@Extend - Disabled Style
  */
}
.__mst_button_campaign:active, .__mst_button_campaign:focus {
  outline: 0;
}
.__mst_button_campaign:focus {
  box-shadow: 0;
}
.__mst_button_campaign:active, .__mst_button_campaign[state=focus], .__mst_button_campaign[state=focus_active] {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.__mst_button_campaign:hover, .__mst_button_campaign[state=hover], .__mst_button_campaign[state=focus_active] {
  border: 1px solid #560054;
  background: #560054;
  color: #FFFFFF;
  cursor: pointer;
}
.__mst_button_campaign[disabled=disabled] {
  background: #CCCCCC;
  color: #560054;
  /*opacity: .4;*/
  text-decoration: line-through;
  cursor: not-allowed;
  border: 1px solid #999999;
}

/*# sourceMappingURL=main.css.map */
