/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/
/*!
** Modified Section/Element
*/

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/
.header .header-request-btn a {
    padding: 10px 22px;
    color: #fff;
    background: #ab3b2d;
}
.header .header-request-btn a:active, .header .header-request-btn a:focus, .header .header-request-btn a:hover {
    color: rgba(255, 255, 255, 0.5);
}
main p strong a {
    background-color: #ab3b2d;
}
main p strong a:hover {
    background-color: #ab3b2d;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
button.hcp-button {
    padding: 10px 22px !important;
    border-radius: 0px !important;
    background-color: #3071ae !important;
    font-size: 0.8em !important;
}
.callouts-xs-wrapper .callout {
  background: #ab3b2d;
}
.callouts-xs-wrapper .callouts {
  background: #ab3b2d;
}
.callouts-xs-wrapper .callout:active, .callouts-xs-wrapper .callout:focus, .callouts-xs-wrapper .callout:hover {
  background: #ab3b2d;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/

@media (min-width: 768px) {
/* Asmita 2021.29.03 adjusting max-width on give-us-feedback page */

	.give-us-feedback-full-width{
           max-width: unset;
	}
}

@media (min-width: 992px) {
    .header .header-contact {
        margin-top: 57px;
    }
}

@media (min-width: 1200px) {
}