

/* Font face for custom fonts */
@font-face {
    font-family: gilroyFont;
    src: url(../fonts/gilroy-bold-webfont.woff);
}

@font-face {
    font-family: gilroyRegular;
    src: url(../fonts/gilroy-regular-webfont.woff);
}

@font-face {
    font-family: gilroyMedium;
    src: url(../fonts/gilroy-medium-webfont.woff);
}




body, .container-fluid, .row {
    margin: 0;
    padding: 0;
    margin-bottom: 200px;
    margin-top: 100px;

   
}



body, .container-fluid-order, .row {
    margin: 0;
    padding: 0;
    margin-bottom: 200px;
    margin-top: 56px;

   
}


body, .container-fluid-lookup, .row {
    margin: 0;
    padding: 0;
   /* margin-bottom: 400px; */
}




.privacyContainer {
   
   
   margin-left:  calc(5% + 4px);
}

a {
    color: #009BF0;  /* This is a blue color. You can change the hexadecimal value to any color you prefer. */
    text-decoration: none; /* This removes the underline from the link. */
}

a:hover {
    color: #009BF0; /* This sets a slightly darker blue color for when the link is hovered over. */
    text-decoration: underline; /* This adds an underline to the link when it's hovered over. */
}


.legal_block a {
    font-family: gilroyMedium;
    color: #777;
    text-decoration: none;
    font-size: 12px;
    padding-right: 30px;
    float: left;
}
.legal_block {

    font-family: gilroyMedium;
    color: #777;
}


.legal_block p {
   
    font-family: gilroyRegular;
    color: #777;
    
}




@media (max-width: 768px) { /* Typical breakpoint for mobile devices */
   
    .privacyContainer {
        margin-left: calc(0% + 0px);
    }

}

