
  .footer-menu-custom-block 
  {
    padding: 1em; 
  }


  .footer-menu-custom-block {
    color: #FFFFFF;
    background-color: #2C0150;
    overflow: auto;
    /*position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    */
    /* max-width: 100%; */
    /* margin: auto; */
}

.footer-menu-custom-block > * .field--name-field-year {
  float:left;
  margin-right: 0.5em;
}

.footer-menu-custom-block > * .field--name-field-privacy-policy {
  float:left;
}

.footer-menu-custom-block > * .field--name-field-copyright-message {
  float:left;
  margin-right: 0.5em;
}



/*
.footer-menu-custom-block > .field_social {
  float:right;
  margin-left: 0.5em;
}
*/


.footer-menu-custom-block > * .paragraph--type--social-icon-with-link {
  float:right;
  margin-left: 0.5em;
}


.paragraph--type--social-icon-with-link > * .field--name-field-social-icon {
  width: 20px;
  height: 20px;
}

/*
field field--name-field-social-icon field--type-image field--label-hidden field__item
*/

/*
.field--name-field-social-icon {
    width: 20px;
    height: 20px;
}
*/

/*
.footer-menu-custom-block > * .field--type-string {
  font-family: 'Fira Sans Light';
  font-size: 1em;
}
*/

.paragraph--type--webform > * form {
  width: 80%;
  margin: 0 auto;
}

.paragraph--type--webform > * label,
.paragraph--type--webform > * input {
  display: inline-block;
}

.paragraph--type--webform > * label {
  width: 30%;
  text-align: right;
}

.paragraph--type--webform > * .form-textarea-wrapper textarea {
    display: inline-block;
    width: 50%;
}

.paragraph--type--webform > * label+input {
    width: 50%;
    margin: 0 10% 0 4%;
    color: #2C0150;
}

.paragraph--type--webform > * .form-textarea-wrapper textarea
 {
    width: 50%;
    margin-left: 35%;
    color: #2C0150;
 }


.paragraph--type--webform > * .webform-button--submit {

    border: 2px solid;
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    padding: 0.5em;
}

.paragraph--type--webform > * .webform-button--submit {
  margin: 0 13% 0 4%;
  float: right;
}

.paragraph--type--webform {
  padding-bottom: 5em;
}






@media screen and (min-width: 768px ) {
  .our-partners-custom-block img {
    width: 150px;
    padding-right: 15px;
    float: left;
  }

  .our-partners-custom-block {
    text-align: center;
  }
  
  .our-partners-custom-block .field__item {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 1023px ) {
  .our-partners-custom-block img {
    float: left;
    width: 100%;
    padding-right: 5px;
  }
}


