.footer {
  padding: 42px 0px 21px 0px;
	background-size: auto 200px;
	background-repeat: no-repeat;
	background-position: right -25px;
	position: relative;
	z-index: 5;
	/* background-color: var(--tertiary); */
	background-color: #144A9B;
	color: #FFFFFF;

  .footer-sectionals {
    display: flex;
    flex-direction: column;
    align-items: center;

    .col {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      width: 100%;
      max-width: 300px;
      padding: 12px 0;
      .social-icon{
        padding-right: 16px;
      }

      .widget_block {
        padding-bottom: 24px;
      }
    }

    div {
      height: 100%;
    }

    .footer-logo{
      width: 100%;
      a{
        width: 100%;
        img{
          width: inherit;
          max-width: 250px;
          margin: 0 auto;
        }
      }
    }

    .footer-center-left {
      div {
        .footer-social {
          padding-top: 27px;
          a {
            margin-right: 24px;
          }
        }
      }
    }

    .footer-center-right {
      .widget_text {
        padding-bottom: 46px;

        &:last-child {
          padding-bottom: 0px;
        }
      }
    }

    .footer-right {
    }
  }

  .footer-bottom{
    padding-top: 72px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    .footer-right{
      display: flex;
      img{
        /* width: 38px;
        height: 36px; */
        max-width: 100%;
        height: auto;
        width: 2vw;
        /* height: 2vw; */
        min-width: 48px;
        min-height: auto;
        padding-right: 16px;
      }
      p{
        align-content: center;
      }
    }
  }

  .copyright {
  }
}

@media (min-width: 64em) {
  .footer {
    .footer-sectionals {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;

      .col {
        flex-grow: 1;
        max-width: none;
        width: auto;
        padding: 0 12px 0 12px;
        height: 100%;
      }
      .footer-logo{
        width: 33%;
        /* padding-right: 118px; */
        justify-content: center;
        align-items: center;
        display: flex;
        height: -webkit-fill-available !important;
        a{
          width: 100%;
          img{
            width: inherit;
            padding: 0px 56px 48.831px 49px;
            max-width: 345px;
          }
        }
      }
    }

    .copyright {

    }
    .footer-bottom{
      padding-top: 72px;
      padding-bottom: 0px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
  }
}
