
@media screen and (max-width: 430px) {
    .double-logo img {
        float:left;
        width:8rem;
    }
}

@media screen and (max-width: 365px) {
    .double-logo img {
        float:left;
        width:7.5rem;
    }
}

@media screen and (min-width: 767.98px) {
  .row-eq-height {
      width: 90%!important;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
     .char-80,li,p {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width:1440px) {
    .char-80,li,p {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1440px) and (max-width:2200px) {
    .char-80,li,p {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 2200px) and (max-width:2800px) {
    .char-80,li,p {
        max-width: 100% !important;
    }
}

body,html {
    background-color: #fff !important
}

.background-pale {
    background-color: #f3fbfe;  
}

.background-primary1 {
    background-color: #82c341;  
}

.btn-primary1 {
    background-color: #82c341;
    color: #000;
}   

.btn-tertiary1 {
    background: none;
    padding: 0 1rem 0 0;
    color: #117bab;
    font-weight: 600 !important;
    box-shadow: none;
    text-transform: none;
    font-size: 1rem;
    padding-right: 1rem;
    text-align: left;
    margin-right: 0;
  
    &.alternate {
      background: transparent;
      color: #fff !important;
  
      &:after {
        color: #fff !important;
      }
  
      &:hover {
        color: #fff !important;
  
        &:after {
          color: #fff !important;
        }
      }
    }
  
    &.disabled {
      color: #757575;
  
      &:hover {
        color: #117bab !important;
      }
    }
  
    &:hover {
      color: #0f6a94 !important;    

      &:after {
        color: #117bab;
      }
    }
  
    &:focus {
      outline: 2px solid #117bab;
      outline-offset: 2px;
    }
  
    &::after {
      font-family: "Font Awesome 5 Free";   
      content: '\f054';
      font-weight: 600;
      font-size: .8rem;
      line-height: 1rem;
      position: relative;
      bottom: .08rem;
      left: .3rem;
      color: #82c341;
    }
  
    &.external::after {
      font-family: "Font Awesome 5 free";
      font-size: .8rem;
      bottom: .1rem;
      left: .2rem;
      margin-right: .2rem;
      margin-top: -.1rem;
      content: '\f35d';
    }
  
    &:visited{
      color: #454545 !important;
    }
  }