.logo_image_container {
    max-height: 40px;
    padding-bottom: 20px;
    margin-left: 20pt;
    padding-top: 24px;
    height: 40px;
}

.logo_image_container img {
    max-height: 40px;
}

.header_container {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    position: relative;
}

.blurring {
    background-color: rgba(100, 100, 100, 0.7);
    width: 100%;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px
}

.title_section {
    color: white;
    padding: 20pt 70pt 20pt 20pt;
    font-size: 32px;
    margin: 0px;
    font-weight: 600;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.button_container {
    color: white;
    background-color: #ffa500;
    margin: 0px 20pt 20pt 20pt;
    font-size: 17px;
    padding: 8px 20px;
    border-radius: 12px;
    border: none;
    max-height: 40px;
    height: 40px;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    cursor: pointer;
}

.fl_buttons {
    display: flex;
    flex-direction: column;
    height: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.fl_buttons a {
    margin: 10px 0;
    padding: 5px;
}

.fl_buttons.address_active {
    height: 250px;
    visibility: visible;
}

.fl_buttons.address_inactive {
    height: 172px;
    visibility: visible;
}

.fl_buttons i {
    font-size: 20px;
}

p i {
    padding-right: 5px;
}

.summary_header {
    font-size: 20px;
    font-weight: 600;
    color: #625B5D;
    margin: 10px 0px;
}

.summary {
    color: #7c797a;
    margin: 0px;
    padding-bottom: 15px;
}

.heading {
    color: #625B5D;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.subject {
    color: #4e4547;
    margin: 10px 0px;
}

td.subject {
    color: #a3a3a3;
    padding: 5px 10px 0 0;
}

tr.active > .subject {
    color: #4e4547;
    font-size: 18px;
}


.sub_section {
    color: #868384;
    margin: 9px 0 -7px 0;
}

button {
    cursor: pointer;
}


.floating-div {
    position: fixed;
    bottom: 60px;
    right: 30px;
    overflow: hidden;
    border-radius: 50px;
}

.floatingButton {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
}

.hidden {
    display: none;
}
