/**
 * Returns a colour key from the global color palettes
 *
 * @var $palette: The palettes name
 * @var $tone: The palettes color tone
 */
.container--no-padding {
  padding: 0; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

/**
 * Returns a colour key from the global color palettes
 *
 * @var $palette: The palettes name
 * @var $tone: The palettes color tone
 */
.vf-alert {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .vf-alert .vf-alert-message {
    overflow-x: hidden; }
  .vf-alert--information {
    border-radius: 10px;
    border: solid 1px #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px 10px 15px; }
    .vf-alert--information .vf-alert-icon {
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .vf-alert--information .vf-alert-message {
      font-size: 14px;
      line-height: 1.43;
      margin-left: 15px;
      padding: 5px 0px 5px 15px;
      border-left: solid 1px #ebebeb; }
  .vf-alert--colored {
    border: 1px solid #808080;
    border-left: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-left: 54px;
    padding: 12px 20px 12px 20px; }
    .vf-alert--colored .vf-icon-wrapper {
      position: absolute;
      border-right: none;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
      left: -54px;
      top: -1px;
      bottom: -1px;
      width: 54px;
      text-align: center;
      padding-top: 15px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .vf-alert--colored .vf-alert-icon {
      width: 24px;
      height: 24px; }
    .vf-alert--colored .vf-alert-headline {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.17;
      margin-bottom: 10px; }
    .vf-alert--colored .vf-alert-message {
      font-size: 18px;
      line-height: 21px; }
      .vf-alert--colored .vf-alert-message > p {
        font-size: 18px;
        line-height: 21px; }
        .vf-alert--colored .vf-alert-message > p:last-child {
          margin: 0; }
        .vf-alert--colored .vf-alert-message > p a {
          text-decoration: underline;
          font-weight: bold; }
      .vf-alert--colored .vf-alert-message a {
        text-decoration: underline;
        font-weight: bold; }
  .vf-alert--success {
    border-color: #a8b400; }
    .vf-alert--success .vf-icon-wrapper {
      background-color: #a8b400;
      border-color: #a8b400; }
  .vf-alert--error {
    border-color: #e60000; }
    .vf-alert--error .vf-icon-wrapper {
      background-color: #e60000;
      border-color: #e60000; }
    .vf-alert--error .vf-alert-icon path {
      fill: #ffffff; }

.vf-alert-message-below {
  overflow-x: hidden;
  margin-top: 20px; }
  .vf-alert-message-below + .section.no-ocm.section--pt-m {
    padding-top: 20px; }

