/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


a,
body,
p {
  font-family: "Roboto", sans-serif;
  font-style:normal;
  font-weight:400;
  text-decoration:none
}
/* <weight>: Use a value from 100 to 900*/
/* <uniquifier>: Use a unique and descriptive class name*/
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

header {
  background-color: #00529c;
}

header .widget-type-cell.dnd-column { border-right: 0px solid #00529c !important;}



header .bottombar, header .topbar {
  border: 0px solid #00529c !important;
    border-top-width: 0px !important;
    border-top-style: solid;
    border-top-color:#00529c !important;
  border-top: 0;
  padding: 0;
}


.footer-section::after {
  background-color: #00529c;
  background-image: none !important;
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  z-index: -1;
}

.footer-area .row-number-2 {
  border: 0px solid #00529c;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #00529c;
  border-top: 0;
}

.footer-area {display:none !important;}

.footerLinks {color:#ffffff !important;}


.footer-copyright {
  border: 0px #00529c  !important;
}

header.header.main-header.transparent div.container.content-wrapper.topbar.d-none.d-lg-block { width: 100% !important;
    max-width: inherit !important;l
display:block !important}