/* Write your custom css code here */


#usr-hero-holder {
  background-image: url('/images/mkl/banner/hero3.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: list-item;
  padding: 50px 50px;
  text-align: center;
  width: 100%;
}

#usr-hero-holder > div {
  display: inline-block;
  width: fit-content;
}

#usr-hero-holder * {
  color: rgb(22, 77, 160);
}

#usr-hero-holder .usr-title {
  font-family: 'EB Garamond';
  font-size: 40px;
  font-weight: bold;
  margin: 25px 0;
}

#usr-hero-holder .usr-subtitle {
  background-color: rgba(255, 255, 255, 0.75);
  font-family: 'Roboto';
  font-size: 24px;
  padding: 10px 20px;
}

/* --------------------------- */

.wfpopup.wf-zoom-image {
  padding: 15px;
}

.usr-toc-line {
    align-items: center;
    border-bottom: 2px solid black;
    column-gap: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: end;
    margin-bottom: 15px;
}

.usr-toc-line > * {
}

.usr-toc-line > *:last-child {
}

.usr-toc-cell:first-child {
    flex-basis: min-content;
    flex-grow: 1;
    min-width: 300px;
}

.articleBody [data-pf-type="Row"] {
  align-items: center;
  background-color: rgb(237, 240, 242);
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.articleBody [data-pf-type="Row"] + [data-pf-type="Row"] {
  margin-top: 10px;
}

.articleBody [data-pf-type="Row"]:has(> :nth-child(3)) {
  margin-top: 0 !important;
}

.articleBody [data-pf-type="Row"] > * {
  flex-basis: 50%;
}

.articleBody [data-pf-type="Row"]:has(> :nth-child(3)) > * {
  flex-basis: auto;
}

.articleBody [data-pf-type="Row"]:has(> :nth-child(3)) > :nth-child(1) {
  flex-grow: 1;
  max-width: none;
}

.articleBody [data-pf-type="Row"]:has(> :nth-child(3)) > :nth-child(2) {
  min-width: 80px;
  white-space: nowrap;
}

.articleBody [data-pf-type="Row"]:has(> :nth-child(3)) > :nth-child(3) {
  min-width: 151px;
}

.articleBody [data-pf-type="Column"] {
    background-color: rgb(237, 240, 242);
    /*padding: 20px;*/
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.articleBody [data-pf-type="Row"] > :first-child:has(+ * + *) > [data-pf-type="Column"],
.articleBody [data-pf-type="Row"] > :first-child:last-child > [data-pf-type="Column"] {
  text-align: left;
}

.articleBody [data-pf-type="Column"] > [data-pf-type="Image2"] {
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 10px 0px;
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.articleBody [data-pf-type="Column"] > [data-pf-type="Paragraph2"] {
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
}

.articleBody [data-pf-type="Column"] > [data-pf-type="Paragraph2"]:last-child {
    margin-bottom: 0;
}

.wf_file, [data-pf-type="Button"] {
    background-color: rgb(22, 77, 160);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 10px 0px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1;
    outline: 0px;
    padding: 12px 20px;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    width: max-content;
}

.wf_file > *, [data-pf-type="Button"] > * {
    vertical-align: middle;
}

.wf_file_icon, [data-pf-type="Icon"] {
    margin-right: 4px;
}

/*.wf_file:before {
    content: '\f019';
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 4px;
}*/

/* --------------------------- */

/*
.sunfw-flex-component > .col-lg-3 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
.sunfw-flex-component > .col-lg-6 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}*/
.sunfw-flex-component > .col-lg-3 {
   /*background: white;*/
   border-right: 2px solid #edf0f2;
   border-left: 2px solid #edf0f2;        
}
/*body {
    background: #edf0f2 !important;
}*/
.sunfw_main_content {
    /*background: #edf0f2 !important;*/
}
.sunfw-flex-component > .col-lg-9 {
    /*background: white;*/
    border-right: 2px solid #edf0f2;     
}

#sunfw_section_banner-slider h1 {
  text-shadow: 3px 2px 1px white;
}

#menumenu-sidemenu > li, .menu-sidemenu > li {
    border-bottom: 1px solid #fff !important;
}
.content-footer {
    border-bottom: 1px solid rgba(151, 151, 151, 0.4) !important;
}
#menu_item_menu ul.navbar-nav > li > a, #menu_item_menu ul.navbar-nav > li > span.nav-header {
    font-size: 15px !important;
}
div.sunfw-menu .sunfw-tpl-menu > li > a {
    padding: 15px 8px;
    font-weight: 500;
}
div.sunfw-menu .sunfw-tpl-menu > li > a:hover {
/*    color: white !important;
    background: #164da0 !important;*/
    color: #35cb91 !important;
}
div.sunfw-menu .sunfw-tpl-menu > li.active > a {
    color: #35cb91 !important;
}
div.sunfw-menu .sunfw-tpl-menu > li.active > a:hover {
/*    color: white !important;
    background: #164da0 !important;*/
    color: #35cb91 !important;
}


.menumenu-sidemenu {
    background-color: #004976 !important;
    border-bottom: 1px solid #fff !important;
}
.menumenu-sidemenu li a {
    color: white;
}
.menumenu-sidemenu li:hover {
    background-color: #35cb91;
}
.menumenu-sidemenu li:hover a {
    color: white;
}
.menumenu-sidemenu li.active  {
    background-color: black;
}
.menumenu-sidemenu li.active a {
    color: white;
}

.sunfw-pos-content-footer {
    border-bottom: 1px solid rgba(151, 151, 151, 0.4) !important;
}    

.sunfw_main_content .main_content div.layout-item .page-header h2 {
    font-size: 24px;
    border-bottom: 1px dotted #000000; 
} 

.module-style .module-title .box-title {
    padding: 12px 15px !important;
    font-size: 17px !important;
}

/* ------------------ */

@media (max-width: 640px) {

  h1 {font-size: 24px;}

}
