p.Callout,
ul.Callout,
ol.Callout {
  border-left: 3px solid #3c3c3c;
  padding: 0.5625rem 1rem 0.6875rem 1.1875rem;
  margin-bottom: 1.5rem; }
  p.Callout a,
  ul.Callout a,
  ol.Callout a {
    font-weight: bold; }
    p.Callout a.Button,
    ul.Callout a.Button,
    ol.Callout a.Button {
      color: #fff;
      font-weight: normal; }

ul.Callout,
ol.Callout {
  background-color: #f2f2f2;
  border-color: #D9D9D6;
  padding-left: 2.1875rem; }
  ul.Callout a,
  ol.Callout a {
    font-weight: normal; }

ol.Callout > li {
  padding-left: 0.5rem; }

p.Callout.Primary {
  background-color: #f2f6f9;
  border-color: #004B87; }
  p.Callout.Primary a {
    color: #004B87; }
    p.Callout.Primary a.Button {
      color: #fff; }

p.Callout.Secondary {
  background-color: #f2f2f2;
  border-color: #D9D9D6; }
  p.Callout.Secondary a {
    color: #3c3c3c; }
    p.Callout.Secondary a.Button {
      color: #fff; }

p.Callout.Alert {
  color: #BA0C2F;
  background-color: #fbf3f4;
  border-color: #BA0C2F; }
  p.Callout.Alert a {
    color: #BA0C2F; }
    p.Callout.Alert a.Button {
      color: #fff; }

a.Button {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  vertical-align: inherit;
  color: #fff;
  background-color: #004B87;
  border-radius: 2.5rem;
  padding: 0.375rem 1rem 0.5rem;
  margin: 0 0.25rem; }
  a.Button:hover {
    background-color: #004073;
    text-decoration: none; }

a.MyGovNL {
  position: relative;
  display: inline-block;
  background: url(../../themes/gnl-web-framework/assets/img/MyGovNL.svg) center/contain no-repeat;
  width: 4.25rem;
  height: 1.3125rem;
  text-indent: -624.9375rem;
  bottom: -0.375rem;
  margin: 0 0.125rem; }
