
             @-webkit-keyframes fadeIn {
                from {
                    opacity: 0;
                }

                to {
                    opacity: 1;
                }
            }

            @keyframes fadeIn {
                from {
                    opacity: 0;
                }

                to {
                    opacity: 1;
                }
            }

            body.initial-load {
                animation-duration: 150ms;
                animation-fill-mode: backwards;
                animation-delay: 100ms;
                animation-name: fadeIn;
                animation-timing-function: ease-in;
                background: unset;
                background-color: #fff;
            }
            
    #FooterTopImageAfx .st0 {
          fill: #FFFFFF;
      }

      #FooterTopImageAfx .st1 {
          fill: #6F7271;
      }

      #FooterTopImageAfx .st2 {
          fill: #eb0029;
      }

      #FooterTopImageAfx .st3 {
          fill: #CDCECF;
      }

      #FooterTopImageAfx {
          height: 96px;
          max-height: 96px;
          min-height: 96px;
      }

      #FormBar {
          display: none;
      }

      legend {
          display: none;
      }

      .mrs-radio {
          display: inline-flex;
          min-width: 1.25em;
          width: 1.25em;
          min-height: 1.25em;
          height: 1.25em;
          margin-right: .1em;
      }

      #StickySidePanel label {
          font-size: 16px;
          line-height: 1.25 !important;
          display: block;
          margin-bottom: 0;
          margin-top: 0;
      }

      .mrs-radio-wrapper {
          margin-top: 7px;
      }

      #StickySidePanel .mrs-radio-label {
          margin-bottom: 10px;
      }

      .form-control.radiobuttonlist>div+div,
      .radiobuttonlist .col-md-5 {
          padding-left: 1em;
      }

      .field-validation-error,
      .umbraco-forms-indicator {
          color: var(--red4);
          font-size: 18px;
      }

      .afx #StickySidePanel input[id=SubmitButton] {
          margin-top: 12px;
      }


      .afx #StickySidePanel {
          height: 100%;
      }
      
    a.btn-primary:visited {
			color: #fff !important;
		}
		