.mt-20 {
  margin-top: 20px !important;
}

.container {
  position: relative;
  padding: 0px 0px;
}

.container-grid{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 10px;
    margin: 0 auto;
}

.img {
  width:100%;
}

.text-left {
  margin-right: 2%;
}

.width-full-long {
  width: 100%;
}

.width-full-short {
  width: 100%;
}

.error {
  color: red;
}

.radio-group {
  display: flex;
  flex-direction: column;
}

.radio-label {
  margin-left: 7px;
}

.hideBlock {
  display: none;
}

.form-border {
  border-radius: 4px !important;
}

.margin-10 {
  margin-top: 10px;
}

.margin-20 {
  margin-top: 20px;
}

#languageValues label {
  display: inline-flex;
  margin-left: 1%;
}

#languageValues input[type="radio"] {
  margin-right: 8px;
  margin-bottom: 20px;
}

.styling-font-fac {
  font-size: .8125rem;
  font-weight: 400;
  line-height: 20px;
}

.margin-radio {
  margin-right: 8px;
  margin-bottom: 15px;
  margin-left: 1%;
}

.hide-radio {
  display: none;
}

.button-border {
  border-radius: 50px;
}

.bulletin-colour {
  color: #006ba6;
  cursor: pointer;
  margin-bottom: 5px;
}

.bulletin-colour a {
  text-decoration: none;
}

#errorDialog {
  border: 1px solid #B63125;
  border-radius: 10px;
}

#failureDialog {
  display: none;
  border: 1px solid #B63125;
  border-radius: 10px;
}

#dialogSuccess {
  display: none;
  border: 1px solid #57A635;
  border-radius: 10px;
}

legend:focus {
  outline: 2px solid #f0bf4c;
}

#failureDialog + .container {
  margin-left: 0;
}

#bannerText .h2{
  font-size: 26px;
  font-weight: 350;
}

#bannerText p {
  font-size: 18px;
  line-height: 1.5;
}
#bannerText{
  font-size: 18px;
  margin: 20px;
}
.margin-body{
    margin: 4px;
    margin-left: 0px;
}
.line-height-dialog{
  line-height: 0px !important;
}

.color-background{
  background: #57A635 !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: 13px;
  line-height: 37px !important;
}
.color-background-failure{
  width: 40px !important;
  height: 40px !important;
  margin-top: 13px;
  line-height: 37px !important;
}

#formInstruction .h2{
  font-size: 26px;
  font-weight: 350;
}
#formInstruction p{
  font-size: 18px;
}

#formInstruction{
  font-size: 18px;
}

.full-width{
  display: block;
  width: 135%;
}

@media screen and (max-width: 1199px) {
.img-width{
  width: 100%;
}
.text-block {
  float: left;
  width: 100%;
  margin-top: -5px;
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 1px 3px 4px #D9D9D9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.width-full-long {
  width: 100%;
}

.width-full-short {
  width: 100%;
}
}

@media screen and (max-width: 1000px) {
  .name-Field .column-4 , .name-Field .column-3{
    width: 100%;
  }
  .name-Field .column-3 + .column-4 {
    margin-top: 15px;
  }
  .contact-section .column-4, .contact-section .column-5 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px){
  .img-width{
    margin-left: 0%;
  }
 .text-block {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(10%, -3%);
  background-color: white;
  color: black;
  padding: 20px;
  width: 50%;
  height: 85%;
  border-radius: 20px;
  box-shadow: 1px 3px 4px #D9D9D9;
}
  .width-full-long {
    width: 100%;
  }
  
  .width-full-short {
    width: 100%;
  }
  }

  .add-info-section .radio-button+label{
    margin-left: 0;
  }

.add-info-section .button-list-bottom {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 601px) {
  .add-info-section .button-list-bottom {
    max-width: 275px;
  }
}

.notification.-success-notification {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #F4F5F6;
  padding: 15px 15px 15px 10px;
}

@media screen and (max-width: 600px) {
  .notification.-success-notification {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  .notification.-success-notification {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
  }
}

.notification.-success-notification .-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.notification.-success-notification .-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: white;
  background: #4A7628;
  margin-right: 15px;
}

@media screen and (min-width: 769px) {
  .notification.-success-notification .-icon {
    margin-right: 20px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .notification.-success-notification .-icon {
    margin-right: 20px;
  }
}

.notification.-success-notification .-icon:before {
  content: '\f115';
  font-family: 'kp-icons';
  margin: auto;
}

.notification.-success-notification p,
.notification.-success-notification ul {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
}

@media screen and (min-width: 769px) {

  .notification.-success-notification p,
  .notification.-success-notification ul {
    line-height: 22px;
  }
}

.notification.-success-notification .-body {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  max-width: 892px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .notification.-success-notification .-body {
    max-width: 705px;
  }
}

.notification.-success-notification .-body>*:last-child {
  margin-bottom: 0;
}


.notification.-hard-interruption,
.notification.-hard-interruption--small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #F4F5F6;
  padding: 15px 15px 15px 10px;
}

@media screen and (max-width: 600px) {

  .notification.-hard-interruption,
  .notification.-hard-interruption--small {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {

  .notification.-hard-interruption,
  .notification.-hard-interruption--small {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
  }
}

.notification.-hard-interruption .-main,
.notification.-hard-interruption--small .-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.notification.-hard-interruption .-icon,
.notification.-hard-interruption--small .-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: white;
  background: #B63125;
  margin-right: 15px;
}

@media screen and (min-width: 769px) {

  .notification.-hard-interruption .-icon,
  .notification.-hard-interruption--small .-icon {
    margin-right: 20px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {

  .notification.-hard-interruption .-icon,
  .notification.-hard-interruption--small .-icon {
    margin-right: 20px;
  }
}

.notification.-hard-interruption .-icon:before,
.notification.-hard-interruption--small .-icon:before {
  content: '\f132';
  font-family: 'kp-icons';
  margin: auto;
}

.notification.-hard-interruption p,
.notification.-hard-interruption--small p,
.notification.-hard-interruption ul,
.notification.-hard-interruption--small ul {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
}

@media screen and (min-width: 769px) {

  .notification.-hard-interruption p,
  .notification.-hard-interruption--small p,
  .notification.-hard-interruption ul,
  .notification.-hard-interruption--small ul {
    line-height: 22px;
  }
}

.notification.-hard-interruption .-body,
.notification.-hard-interruption--small .-body {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  max-width: 892px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  .notification.-hard-interruption .-body,
  .notification.-hard-interruption--small .-body {
    max-width: 705px;
  }
}

.notification.-hard-interruption .-body>*:last-child,
.notification.-hard-interruption--small .-body>*:last-child {
  margin-bottom: 0;
}

.notification.-hard-interruption .-icon,
.notification.-hard-interruption--small .-icon,
.notification.-soft-interruption .-icon,
.notification.-soft-interruption--small .-icon,
.notification.-success-notification .-icon,
.notification.-success-notification--small .-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {

  .notification.-hard-interruption .-icon,
  .notification.-hard-interruption--small .-icon,
  .notification.-soft-interruption .-icon,
  .notification.-soft-interruption--small .-icon,
  .notification.-success-notification .-icon,
  .notification.-success-notification--small .-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.notification {
  margin-bottom: 20px;
}

@media screen and (min-width: 601px) {
  .notification {
    margin-bottom: 32px;
  }
}