#service_logo{
	     width: 20.5%;
    display: block;
    position: relative;
    top: -35px;
    left: 30%;
    background: white;
    padding: 1%;
    appearance: none;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    /* cursor: pointer; */
    font-weight: bold;
    border: 1px solid #c9cdd2;
    transition: background .8s ease;
    border-bottom: 1px solid #c9cdd2;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.31);
}

#external_links{
    color: #31476b;
    text-align: center;
    position: relative;
    left: 64%;
    width:20%;
    height:20%;
}

.top_logo{
   width:62px;
    height:62px;
    border-radius: 10px;
}

body{
    font-family: Nunito, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width:1025px) {
    ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        margin-left: 39%;
    }

    .header_container{
    height: 142px;
    display: flex;
    border-bottom: 1px solid #c9cdd2;
    -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.31);
}

}

@media (max-width:1025px) {
    ul {
                display: flex;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        margin-left: 30%;
    }
    .logo{
        position: absolute;
    width: 14%;
    margin-left: 7%;
    min-height: 88px;
    border: 2px solid #31476b;
}

    .header_container{
    height: 184px;
    display: flex;
    border-bottom: 1px solid #c9cdd2;
    -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.31);
}
}


 .nav_link:link, .nav_link:visited {
    padding: 11px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
    color: #31476b;
    font-size: unset;
    text-transform: uppercase;
}


.nav_link:hover, .nav_link:active {
  background-color: #e4e4edb8;
}


.active {
  background-color: #04AA6D;
}

#nav_bar{
    border-bottom: 1px solid #c9cdd2;
}


.address{
    position:absolute;
    right: 42%;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    font-weight: 600;
    color: #31476b;
    display: block;
    text-align: center;

}

.logo{
    position: absolute;
    width: 8%;
    margin-left: 21%;
    min-height: 164px;
    border: 2px solid #31476b;
}

.telephone{
    position:absolute;
    right: 20%;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    font-weight: 600;
    color: #252627;
    display: block;
    text-align: center;

}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  width: 280px;
    font-size:25px;
}

.form-popup {
  border: 3px solid #f1f1f1;
  z-index: 9;
}



@media only screen and (max-device-width: 640px) {
.main{
display: flex;
}
}

.dashboard_nav{
    display: flex;
    align-content: center;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    /* --- Addition to center the content horizontally --- */
    justify-content: center;
}

/* Salesforce-Inspired Button Styling */
.dashboard_buttons {
    /* General Button Look */
    display: block; /* Make buttons take full width of the nav list item */
    margin-top:1%;
    padding: 10px 15px;
    margin-bottom: 10px; /* Spacing between buttons */
    border: 1px solid #dddbda; /* Light grey border */
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

    /* Salesforce Specific Styles */
    background-color: #ffffff; /* White background */
    color: #0070d2; /* Salesforce Blue text */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.dashboard_buttons:hover {
    background-color: #f2f2f2; /* Light hover background */
    color: #005fb2; /* Slightly darker blue text on hover */
    border-color: #c9c9c9;
}

.dashboard_buttons:active {
    background-color: #e0e0e0; /* Darker background when pressed */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); /* Pressed look */
}

/* Card Container for 2x2 Grid (excluding the nav) */
#dashboard_container section > div.card {
    /* Calculate width for 2 cards per row, accounting for gap */
    flex: 1 1 calc(50% - 30px); /* 50% width minus half the gap */
    min-width: 300px; /* Ensure a minimum size */
    box-sizing: border-box;
}


.button {
    /* General Button Look */
    display: block; /* Make buttons take full width of the nav list item */
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px; /* Spacing between buttons */
    border: 1px solid #dddbda; /* Light grey border */
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

    /* Salesforce Specific Styles */
    background-color: #ffffff; /* White background */
    color: #0070d2; /* Salesforce Blue text */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

#main_content{
width: 100%;
    display: flex;
    background: ghostwhite;
}

#footer1{

}