@media screen and (min-width: 1055px) {
  .subfooter {
    color: white;
    background-color: #027b84;
    padding: 3rem 10vw;
    width: 100%;
  }
  .main-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  .main-links div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .main-links div.service {
    max-width: 40%;
    margin: 0 2rem;
  }
  .main-links div.contact, .main-links div.social-media {
    max-width: 20%;
    margin: 0 2rem;
  }
  .main-links h1 {
    color: white;
    font-size: 1.5rem;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
  }
  .main-links ul {
    list-style: none;
    padding-left: 0;
  }
  .main-links li {
    font-size: 1.5rem;
    margin: 0.4rem;
  }
  .main-links a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
  }
  .main-links a:hover {
    text-decoration: underline;
  }
  .main-links p {
    font-size: 1.5rem;
  }
  #social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  #social-icon span {
    margin: 1rem 1rem;
    width: 30%;
    max-width: 30px;
  }
  #social-icon a {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  #social-icon a:hover {
    opacity: 0.6;
  }
  .end-notes {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .end-notes p {
    margin: 0 2.5rem;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1054px) {
  .subfooter {
    color: white;
    background-color: #027b84;
    padding: 3rem 7rem;
    width: 100%;
  }
  .main-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  .main-links div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .main-links div.service {
    max-width: 35%;
    margin: 0 2rem;
  }
  .main-links div.contact, .main-links div.social-media {
    max-width: 25%;
    margin: 0 2rem;
  }
  .main-links h1 {
    color: white;
    font-size: 1.5rem;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
  }
  .main-links ul {
    list-style: none;
    padding-left: 0;
  }
  .main-links li {
    font-size: 1.5rem;
    margin: 0.4rem;
  }
  .main-links a {
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
  }
  .main-links a:hover {
    text-decoration: underline;
  }
  .main-links p {
    font-size: 1.5rem;
  }
  #social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  #social-icon span {
    margin: 1rem 1rem;
    width: 30%;
    max-width: 30px;
  }
  .end-notes {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .end-notes p {
    margin: 0 2.5rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 749px) {
  .subfooter {
    color: white;
    background-color: #027b84;
    padding: 3rem 1rem;
    width: 100%;
  }
  .main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  .main-links div.service {
    width: 40%;
    margin: 0 2rem;
  }
  .main-links div.contact, .main-links div.social-media {
    max-width: 40%;
    margin: 0rem 2rem 2rem 2rem;
  }
  .main-links h1 {
    color: white;
    font-size: 2rem;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
  }
  .main-links ul {
    list-style: none;
  }
  .main-links li {
    font-size: 2rem !important;
    margin: 0.4rem;
  }
  .main-links a {
    text-decoration: none;
    color: white;
    font-weight: normal;
  }
  .main-links a:hover {
    text-decoration: underline;
  }
  .main-links p {
    font-size: 2rem;
  }
  #social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  #social-icon span {
    margin: 1rem 1rem;
    width: 30%;
    max-width: 30px;
  }
  .end-notes {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .end-notes p {
    margin: 0 1rem;
    font-size: 2rem;
  }
}

@media screen and (max-device-width: 749px) {
  .subfooter {
    color: white;
    background-color: #027b84;
    padding: 3rem 1rem;
    width: 100%;
    font-size: 2rem;
  }
  .main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  .main-links div.service {
    width: 100%;
    margin: 1.5rem 2rem;
  }
  .main-links div.contact, .main-links div.social-media {
    max-width: 100%;
    margin: 0rem 2rem 2rem 2rem;
  }
  .main-links h1 {
    color: white;
    font-size: 2rem;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
  }
  .main-links ul {
    list-style: none;
    padding: 0;
  }
  .main-links li {
    font-size: 2rem !important;
    padding: 0;
    margin: 0.4rem;
  }
  .main-links a {
    text-decoration: none;
    color: white;
    font-weight: normal;
  }
  .main-links a:hover {
    text-decoration: underline;
  }
  .main-links p {
    font-size: 2rem;
  }
  #social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  #social-icon span {
    margin: 1rem 1rem;
    width: 30%;
    max-width: 30px;
  }
  .end-notes {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .end-notes p {
    margin: 0 1rem;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=b2b-footer.css.map */