/*layout styles */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'proxima-nova', Arial, sans-serif;
    color: #272727;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

a {
    font-weight
}

p {
    font-size: 1.15em;
}

p.small{
    font-size:1rem;
}

svg:not(:root) {
    overflow: hidden;
}

[class^="icon-"],
[class*=" icon-"] {
    display: none;
    fill: currentColor;
}

[class^="icon-"],
[class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    line-height: 1.2;
    margin: 0 0 1em;
    padding: 1em 0 0;
    word-wrap: break-word;
    font-family: 'futura-pt-bold', sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}



/* Brand Styles */

.bg-primary {
    background-color: #b8b09c;
    color: #272727;
}

.bg-lighterGray {
    background-color: #efefef;
    color: #272727;
}

.bg-lightGray {
    background-color: #e5e5e5;
    color: #272727;
}

.bg-darkGray {
    background-color: #808080;
    color: #ffffff;
}

.bg-secondary {
    background-color: #002F87;
    color: #ffffff;
}

.bg-highlight {
    background-color: #67b2e8;
    color: #272727;
}

.bg-black {
    background-color: #272727;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    color: #272727;
}

/* General Styles */

.container {
    max-width: 1200px;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.container-small {
    max-width: 79ch;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 64em) {
    .split.flex-reverse {
        flex-direction: row-reverse;
    }
}

.flex-reverse .highlight:before {
    right: -15px;
    left: auto;
    z-index: 100;
    border-width: 0 80px 80px 80px;
    border-color: transparent #67b2e8 transparent transparent;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.hide-mobile {
    display: none;
}

.margin-top{
    margin-top: 1rem;
}


@media (min-width: 50em) {
    .hide-mobile {
        display: block
    }
}

.mobile-only {
    display: block;
}

@media (min-width: 50em) {
    .mobile-only {
        display: none
    }

}

.highlight {
    position: relative;
    z-index: 200;
}

.highlight:before {
    position: absolute;
    z-index: 100;
    top: -12px;
    left: -12px;
    content: '';
    width: 0;
    height: 0;
    border-width: 0 80px 80px 80px;
    border-color: transparent transparent transparent #67b2e8;
    border-style: solid;
}

.highlight img {
    position: relative;
    z-index: 200;
    width: 100%;
}

.btn {
    background-color: #002F87;
    background-color: hsl(219, 100%, 27%);
    border: 1px solid #002F87;
    border: 1px solid  hsl(351.2, 77.32%, 38.04%);
    background-color: hsl(351.2, 77.32%, 38.04%);
    color: #ffffff;
    display: block;
    line-height: 1.2;
    padding: 1.5em;
    text-decoration: none;
    white-space: normal;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition: all .2s;
    text-transform: capitalize;
    margin: 2em auto;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: hsl(219, 100%, 21%);
    border-color: hsl(219, 100%, 21%);
    border: 1px solid  hsl(351.2, 77.32%, 30.04%);
    background-color: hsl(351.2, 77.32%, 30.04%);
    color: #ffffff;
    text-decoration: none;
}

ul.styled-list {
    margin: 2em;
}

ul.styled-list li {
    margin: 1em 2em;
    list-style-position: outside;
}

ul.styled-list li ul {
    display: block;
    margin: 0;
    padding: 0;
}

ul.styled-list li a {
    color: black;
    font-weight: bold;
}

ul.styled-list li a:hover {
    text-decoration: none;
}

ul.styled-list.flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

ul.styled-list.flex li {
    display: flex;
    flex: 0 0 50%;
}



@media screen and (min-width: 64em) {

    .split {

        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        grid-gap: 3.5em;
        gap: 3.5em;
        grid-gap: 3.5em
    }

    .split.half .image {
        flex: 0 0 40%;
    }

    .split .content {
        margin-top: 0;
    }

    .split.no-gap {
        grid-gap: 0;
        gap: 0;
        grid-gap: 0;
    }

    .split.small-gap {
        grid-gap: 1.5em;
        gap: 1.5em;
        grid-gap: 1.5em;
    }

}


/** Header Styles **/

header {
    will-change: transform;
    width: 100%;
    padding: 1.5em 0;
    background-color: #ffffff;
    box-shadow: 0 7px 8px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 3333;
    border-bottom: 1px solid #fefefe;
    min-height: 155px;
}

header .flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
}

header .logo {
    max-width: 250px;
}

@media screen and (min-width: 64em) {

    header .logo {
        max-width: 200px;
    }

    header .flex {
        gap: 7em;
    }
}

@media screen and (min-width: 68em) {
    header .logo {
        max-width: 250px;
    }
}

header .flex .logo a {
    margin-left: 0;
    display: block;
    position: relative;
    z-index: 5555;
}

header .flex nav {
    margin: auto;
}

header .logo img {
    display: block;
}

header nav {
    display: block;
    flex-basis: 100%;
    position: relative;
    z-index: 4444;
}

header .contact-buttons {
    position: relative;
    z-index: 5555;
}

header .contact-buttons ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    gap: 1em;
}

header .contact-buttons ul li {
    list-style-type: none;
}

header .contact-buttons ul li a {
    display: block;
    padding: 1em;
    background-color: #f7f7f7;
    color: #53575a;
    border: solid 1px #efefef;
    transition: all 0.2s;
    text-align: center;
}

@media (max-width: 37.5em) {
    header .contact-buttons ul {
        margin: 2em 0 0;
    }
}

@media (min-width: 75em) {
    header .contact-buttons ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1em;
    }
}

header .contact-buttons ul li a:hover {
    background-color: #e5e5e5;
}

header .contact-buttons ul li a.btn-email {
    background-color: #002F87;
    background-color: hsl(219, 100%, 27%);
    background-color: hsl(351.2, 77.32%, 38.04%);
    color: #ffffff;
}

header .contact-buttons ul li a.btn-email:hover {
    background-color: hsl(219, 100%, 21%);
    background-color: hsl(351.2, 77.32%, 30.04%);

}

.logo-tagline {
    text-align: center;
    margin: 2em auto 0;
    color: #272727;
    flex-basis: 100%;
}

@media (min-width: 64em) {

    .logo-tagline {
        position: absolute;
        bottom: -59px;
        width: 90%;
        max-width: 1200px;
        margin-top: 0;
    }

    .logo-tagline div {
        text-align: right;
        color: #ffffff;
        background-color: #002F87;
        padding: 1em;
        max-width: 425px;
        margin-left: auto;
    }
}

#main-menu nav {
    width: 100%;
    will-change: transform;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}

#main-menu nav.active {
    max-height: 500px;
    transition: max-height 0.3s ease-in-out;
}

#main-menu nav ul {
    display: block;
    margin: 0;
    padding: 0;
    gap: 1em;

}

#main-menu nav ul li {
    list-style-type: none;
}

@media (max-width: 64em) {


    #main-menu nav ul {
        gap: 0;

    }


    #main-menu nav ul li a {

        display: block;
        background-color: #fafafa;
        color: #272727;
        text-align: center;
        padding: 2em;
        text-decoration: none;
        transition: background-color 0.2s;
        font-size: 1rem;
        border-top: 1px solid #dfdfdf;

    }
}

#main-menu nav ul li:nth-child(1) a {
    border-top: none;
}

#main-menu nav ul li a:hover {
    background-color: #e0e0e0;
}

@media (min-width: 64em) {

    #main-menu {
        position: absolute;
        top: 60px;
        display: block;
        margin: 0 auto;
        z-index: 4444;
        width: 100%;
        left: 0;
        right: 0;
        max-width: 500px;
    }

    #main-menu nav {
        display: block;
        max-height: 100%;
        position: relative;
        z-index: 4444;
    }

    #main-menu nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 470px;
        margin: 0 auto;
    }

    #main-menu nav ul li a {
        padding: 1em;
        font-size: 1rem;
        border: 0;
        color: #272727;
        font-weight: bold;
        background-color: white;
        text-decoration: none;

    }

    #main-menu nav ul li a:hover {
        background-color: transparent;
        text-decoration: underline;

    }


}

@media (min-width: 75em) {
    #main-menu {
        top: 60px;
    }
}




/* Section Styles */

section,
footer {
    padding: 3em 0;
}

@media screen and (min-width: 64em) {

    section,
    footer {
        padding: 6em 0
    }
}

section .content .wrap {
    padding: 2em 0;
}

.toggle-nav {
    display: none;
}

@media (max-width: 1023px) {


    .toggle-nav {
        background-color: #272727;
        border-bottom: 1px solid black;
        color: white;
        text-transform: uppercase;
        text-align: left;
        padding: 1em 4em;
        text-decoration: none;
        transition: background-color 0.2s;
        font-size: 1rem;
        position: relative;
        justify-content: space-between;
        font-weight: bold;
        display: flex;

    }

    .toggle-nav:hover {
        background-color: #002F87;
    }

    .toggle-nav.active {
        background-color: #002F87;
        color: white;
    }


    .toggle-nav.flex {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .toggle-nav>span {
        display: block;
    }

    .toggle-nav .icon {
        color: white;
        border: 0;
        transform: rotate(90deg);
        position: relative;
        padding: 0.15em 0.35em;
        will-change: transform;
        transition: transform 0.2s;
    }

    .toggle-nav .icon span {
        position: absolute;
        transition: 300ms;
        background: white;
        border-radius: 2px;
    }

    .toggle-nav.active .icon {
        transform: rotate(-90deg);
        color: white;
    }



}

.no-padding-top {
    padding-top: 0;
}

.no-padding {
    padding: 0;
}

@media screen and (min-width: 64em) {
    .padding-small {
        padding: 6em 0;
    }
}


/* Hero Section */

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    color: #272727;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1111;
    background-color: #fff;
}

.home .hero{
      background-image: url('../img/Paratransit-slider.jpg');
      color: #fff;
}
@media (min-width: 48em) {
    .home .hero {
    background-image: url('../img/ambulance-header.jpg');
  }
}

.hero .container {
    position: relative;
    z-index: 3333;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: normal;
}

.home .hero:before {
    position: absolute;
    z-index: 2222;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: rgb(39, 39, 39);
    background: linear-gradient(0deg, rgba(39, 39, 39, 75%) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#000000", GradientType=1);
}

.hero h1 {
    font-size: 2.8rem;
    position: relative;
    padding-top: 1.5rem;
    padding-left: 0.25em;
    margin-bottom: 0.5em;
}

.hero h1 span {
    position: relative;
    z-index: 200;
    display: block;
}


.hero h1:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    z-index: 100;
    width: 0;
    height: 0;
    border-width: 0 35px 35px 35px;
    border-color: transparent transparent transparent #67b2e8;
    border-style: solid;
}

.hero h2 {
    max-width: 80%;
    margin-left: 0.25em;
    font-size: 1.6rem;
    font-weight: normal;
    padding-top: 0;
    line-height: 1.4;
    font-family: 'proxima-nova', Arial, sans-serif;
}

.hero .desc {
    color: white;
    line-height: 1.6;
    max-width: 80ch;
    margin-left: 0.25em;
}

.hero .feat {
    font-weight: bold;
}


/* Card List */

.card-list {
    margin: 2em auto;
}



@media (min-width: 64em) {


    .card-list.flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1em;
        align-items: normal;
        justify-content: flex-start;
    }
}

.card-list .card {
    padding: 2em 2em 6em;
    background-color: white;
    color: #272727;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    width: 100%;
    position: relative;
    margin: 1em 0;
}

@media (min-width: 64em) {
    .card-list .card {
        margin: 0;
    }
}

.card-list .card .title {
    padding-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    align-items: center;
}

.card-list .card .card-title {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
}

.card-list .card .content {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.card-list .card .desc {
    font-size: 1rem;
}

.card-list .card .icon {
    color: white;
    width: 100%;
    display: block;
    max-width: 50px;
    height: 50px;
}

.card-list .card .icon svg {
    position: relative;
    z-index: 200;
    text-align: center;
    position: relative;
    min-width: 50px;
    top: 9px;
}

.card-list .card .icon:before {
    content: '';
    background-color: #67b2e8;
    height: 50px;
    width: 50px;
    z-index: 100;
    position: absolute;
    display: block;
    border-radius: 50%;
}

.card-list .card:hover {
    background-color: #f3f3f3;
}


.card-list .card:hover .title {
    text-decoration: underline;
}

.card-list .card .arrow {
    display: block;
    margin: 2em 0 0 90%;
    color: #002F87;
    position: absolute;
    bottom: 2em;
    height: 32px;
    width: 32px;
    right: 2em;
    transform: translateX(-15px);
    will-change: transform;
    transition: all 0.2s ease-in-out;
}

.card-list .card:hover .arrow {
    transform: translateX(0);
}

/* Training + Resources */

#training .card-list {
    margin-top: 4em;
}


@media (min-width: 64em) {

    #training .card-list {
        flex-direction: row;
    }

    #training .card {
        flex: 0 0 49%;
    }


}

/* Insurance Products */

#insurance .split {
    align-items: flex-start;
}

#insurance ul {
    margin: 2em 0;
}

#insurance ul li a {
    list-style-type: disc;
    display: list-item;
}

/* Programs/Divisions */

#programs p{
    max-width: 78ch;
}
.divisions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 2rem 0;
}

@media (min-width: 768px) {
   .divisions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .divisions {
         grid-template-columns: 1fr 1fr 1fr;
     }
 }

.division {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    max-width: 400px;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    text-align: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.division h3 {
    font-size: 1.4em;
    margin: 10px 0;
    color: #272727;
}

.division p {
    font-size: 0.9em;
    color: #444;
    margin-bottom: 15px;
}

.division a{
  display: block;
  margin:0 auto;
}

.division .logo.vfis{
    max-width: 275px;
}

.division .btn {
    margin:0 auto;
    background-color: #272727;
    border-color: #272727;
}

.division .btn:hover {
    background-color: hsl(351.2, 77.32%, 38.04%);
    border-color: hsl(351.2, 77.32%, 38.04%);
}

@media (min-width: 64em) {

    #insurance ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #insurance ul li {

        display: flex;
        flex: 0 0 35%;
    }


    #insurance .btn {
        margin-left: 0;
        margin-top: 4em;
    }

}

.accordion-container {
    padding-top: 1.5em;
}

.accordion {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 1.5em;
    display: block;
}

.accordion .title {
    list-style: none;
    position: relative;
    color: #272727;
    margin: 0.5em 0;
    padding: 1.5em;
    font-size: 1rem;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

.accordion .title>a {

    margin: 0 auto;
}

.accordion .title>a.btn-phone {

    display: block;
    padding: 1em;
    background-color: #f7f7f7;
    color: #53575a;
    border: solid 1px #efefef;
    transition: all 0.2s;
    text-align: center;
}

.accordion .title>a.btn-phone:hover {
    background-color: #e5e5e5;
}


@media (min-width: 75em) {
    .accordion .title>a.btn-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1em;
    }
}

.accordion .title>a.toggle {
    color: #272727;
    text-decoration: none;
    padding: 1.5em 3em 1.5em 1.5em;
    border: none;
    transition: all 0.2s ease-in;
    border-radius: 3px;
    background-color: #ffffff;
}

.accordion .title>a.toggle svg {
    width: 60px;
    height: 60px;
    color: #58b2e6;
    transform: rotate(90deg);
    transition: all 250ms;
    will-change: transform;
}

.accordion .title.show>a.toggle{
    background-color: #e5e5e5;
}

.accordion .title.show>a.toggle svg{
    transform: rotate(-90deg);
}

.accordion .title>a.toggle:hover,
.accordion .title>a.active {
    background-color: #e5e5e5;
    color: #272727;
    border: none;

}

.accordion .title>a.toggle:hover svg,
.accordion .title>a.active svg {
    color: #58b2e6;

}

.accordion .title>a.toggle span {
    display: block;
    font-weight: normal;
}

.accordion .title.flex {
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

.accordion .title.no-padding {
    padding: 0;
}

.accordion .toggle.flex {
    flex-direction: row;
    gap: 6em;
    align-items: center;
}

.accordion .title ul {
    margin-top: 0;
}

.accordion .title ul li {
    padding: 10px 0;
    margin: 0 0 0 1em;
    color: #272727;
}

.accordion .content {
    overflow: hidden;
    display: none;
    padding: 2rem;
    margin-top: 0rem;
    background: #ffffff;
    color: #272727;
    border-radius: 3px;
}

.accordion .content.wrap {
    padding: 0;
    background-color: #e5e5e5;
}

.text-link{
  color: #002f87;
  font-weight: bold;
}
.text-link:hover{
  text-decoration: none;
}

#claims .accordion .content ul.styled-list {
    margin: 0 2em 2em;
}

.accordion .content a.btn {
    max-width: 400px;
    margin: 1em 2em;
}


/* Claims */

#claims ul.styled-list {
    margin: 2em 0;
}

#claims {
    position: relative;
    z-index: 200;
    overflow: hidden;
}

#claims .container {
    z-index: 300;
    position: relative;
}

#claims img {
    position: relative;
    z-index: 200;
    width: 100%;
}

/* Contact Us */

#contact-us h2 {
    text-align: center;
    font-size: 2.25rem;
}

/* Form Styles */

form,
fieldset {
    margin-bottom: 1.5625em;
}

fieldset {
    border: 0;
    padding: 0;
}

legend,
label {
    display: block;
    margin: 0 0 0.3125em;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: #555759;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    padding: 0.3125em;
}

input,
textarea,
select {
    border: 1px solid #B8B8B8;
    display: block;
    line-height: 1.5;
    margin-bottom: 1.1875em;
    width: 100%;
}

@media (min-width: 64em) {

    input,
    textarea,
    select {
        line-height: 1.5625
    }
}

form button,
form .btn {
    margin-bottom: 1.1875em;
}

textarea {
    height: 8em;
    overflow: auto;
    resize: vertical;
}

[type="image"],
[type="checkbox"],
[type="radio"] {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin-bottom: 0.3125em;
    padding: 0;
    width: auto;
}

input:focus,
textarea:focus {
    border-color: rgba(39, 39, 39, 0.8);
}

.hbspt-form {
    margin: 0 auto;
    padding: 0;
}

.hbspt-form form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.hbspt-form form input {
    position: relative;
    z-index: 7777;
    background-color: #ffffff;
    width: 100% !important;

}

.hbspt-form form .textarea {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

.hbspt-form form fieldset {
    border: 0;
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    margin: 0.5em 0;
    clear: both;
    display: block;
}

@media screen and (min-width: 64em) {
    .hbspt-form form fieldset {
        display: flex
    }
}

.hbspt-form form .field {
    width: 100% !important;
}

.hbspt-form form .field span {

    font-size: 1em;
}

@media screen and (min-width: 64em) {
    .hbspt-form form .field span {

        font-size: 1.25em
    }

}

.hbspt-form .hs-form-required {
    color: red;
    margin: 0 5px;
    font-size: 1.2em;
}

.hbspt-form .hs-error-msg {
    text-indent: 0;
    position: relative;
    height: auto;
    width: auto;
    color: red !important;
    font-size: 1em;
    padding: 0.5em;
    text-align: left;
}

.hbspt-form .hs-input {
    width: 100%;
    padding: 10px 15px 12px;
    background: #ffffff;
    color: #272727;
    font-size: 1rem;
    transition: all 0.4s;
    border: none;
    outline: none;
    border-radius: 0;
}

.hbspt-form .hs-input:focus {
    color: black;
}

.hbspt-form .hs_email.hs-email {
    width: 100%;
}

.hbspt-form .hs_email.hs-email label {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0 0.3125em;
    overflow: hidden;
    border: 0;
}

.hbspt-form .hs-button {
    display: block;
    background-color: hsl(219, 100%, 27%);
    border: 1px solid hsl(219, 100%, 27%);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3125em;
    padding: 1.5em;
    text-decoration: none;
    white-space: normal;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition: all .2s;
    width: 100%;
    margin-top: 2em;
    max-width: 250px;
    z-index: 7777;
}

@media screen and (min-width: 64em) {
    .hbspt-form .hs-button {
        margin-left: 0;
        margin-right: auto;
    }
}

.hbspt-form .hs-button:hover,
.hbspt-form .hs-button:active,
.hbspt-form .hs-button:focus {
    background-color: hsl(219, 100%, 21%);
    border-color: hsl(219, 100%, 21%);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

/* Footer */

footer {
    padding-bottom: 0;
    padding-top: 4em;
}

footer .container {
    align-items: flex-start;
}

footer .contact-info {
    padding-left: 2em;
}

footer .contact-info .title {
    margin: 2em 0;
}


@media screen and (min-width: 64em) {
    footer .container {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }

    footer .contact-info .flex {
        flex-direction: row;
        gap: 3em;
        padding: 2em;
        align-items: flex-end;
    }

    footer .contact-info .styled-list {
        border-left: 2px solid #aaaaaa;
        padding: 0 0 0 2.5em;
        margin: 0;
    }
}

footer address {
    font-style: normal;
}

footer .styled-list {
    display: block;
    padding: 0;
    margin-left: 0;
}

footer .styled-list li {
    list-style-type: none;
    margin: 0;
}

footer .styled-list li a {
    color: white;
}


.social-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 2em 0;
}

.social-nav li {
    list-style-type: none;
}

.social-nav li a {
    text-align: center;
    margin: 0 20px 0 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.social-nav li a:hover {
    background-color: #00a6ce;
    border-color: #00a6ce;
    color: white;
}

.social-nav svg {
    width: 25px;
}

.footer-end {
    padding: 1.25em 0;
    margin-top: 2em;
}

.footer-end a {
    color: white;
    font-weight: bold;
}

.footer-end a:hover {
    text-decoration: none;
}

.footer-end .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

footer .logo .title {
    margin: 2em 0;
}

@media screen and (min-width: 64em) {
    footer .logo.flex {
        flex-direction: row;
        gap: 3em;
        margin-bottom: 2em;
    }

    footer .logo .title {
        margin: 0;
    }

}

.copyright {
    font-size: 0.825rem;
}

.copyright div {
    display: flex;
    flex-direction: column;
}

.disclaimer {
    color: #aaaaaa;
    font-size: 0.825rem;
    padding: 3em 2em 2em;
}

.disclaimer div {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.5em;
}

.disclaimer div:first-child {
    margin-top: 0;
    padding-top: 3em;
    border-top: 1px solid #aaaaaa;
}

@media screen and (min-width: 64em) {
    .copyright div {
        flex-direction: row;
        gap: 2em;
    }
}