 
a[href^="tel:"], a[href^="mailto:"]  {
  color: inherit;
  text-decoration: none;
}


a[href^="geo:"],
a[href^="maps:"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}


html, body, button, input, textarea, select {

font-family: museo-sans-rounded, sans-serif;
font-weight: 300;
font-style: normal;
color:#fff;
}


html {
	font-size: 16px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-size:100%;
	background: #EAEAEA;
	color:#000;
	font-weight: 300;
	line-height: 1.5;
	overflow-x: hidden;
    padding-top:60px;
}

em {
  font-style:italic;
}


.menu-trigger {
  display: none;
}

.container {
    max-width: 1390px;
width: 90%;
}

.padding-bottom {
  padding-bottom:40px;
}

a {
	cursor:pointer;
}

a:hover {
	transition: all 250ms ease;
}


strong {
  font-weight:700;
}

header {
  background:#000;
  color:#fff;
  top:0;
  z-index: 99;
}




header a.lock {
  display: inline-block;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: center;
  line-height: 60px;
}

header .inner, .main-content .inner {
  padding:0 20px;
}

header .row {
  height:60px;
}

header .search {
  display: block;
}

header .logo img {
  width:47px;
  height:26px;
  margin-top:15px;
}

header .lock img {
  width:25px;
  height:18px;
}

header {
  position: fixed;
  width:100%;
  
}

header .user {
  float:right;
}

header .user * {
  display: inline-block;
}

header .user .info {
position: absolute;
right: 90px;
top: 19px;
}

.sidebar {
  max-width: 250px;
  position: relative;
}



.sidebar .footer {
    position: absolute;
left: 0;
width: 100%;
height: auto;
bottom: 16px;
bottom: 20px;
bottom: calc(20px + env(safe-area-inset-bottom)); 
background-color: #EAEAEA;
}


.sidebar .footer img.logo-words {
  width:87px;
  height:13px;
}


.sidebar .footer img.menu-change {
  width:23px;
  height:9px;
  float:right;
  position: relative;
  top:9px;
  right:0;
  cursor:pointer;
  transition: right 350ms ease;
  
}

.sidebar .footer img.menu-change:hover {
  right:4px;
}


.portal-menu-scollable ul:last-child li.menu-parent {
  margin-bottom:0;
}

.portal-menu-scollable {
  max-height: calc(100vh - 208px);
  overflow: scroll;
  padding-bottom:70px;
}

.portal-menu ul.custom-menu, .sidebar .footer, .sidebar h3, .menu-label, .sidebar .inner .logo {
  padding-left:20px;
  padding-right:20px;
}


body.menu-closed .sidebar h3 {
  display: none;
}


.sidebar h3 img {
  display: none;
}


body.menu-closed .sidebar .footer img.menu-change  {
    transform: rotate(180deg);
right: auto;
left: 42px;
position: absolute;
top: 21px;
  
}
.menu-label {
  display: none;
}

body.menu-closed .sidebar {
  max-width: 110px;
}

body.menu-closed .portal-menu {
  display: none;
}

body.menu-closed .menu-label {
    display: block;
font-weight: bold;
max-width: 100px;
}

body header .sidebar .inner {
  transition: width 150ms ease;
}

body.menu-closed header .sidebar .inner {
  width:100px;
}

body.menu-closed .logo-words {
  display: none;
}


body.menu-closed .sidebar .footer {
 
}

header .sidebar {
  border-right:1px solid #303030;
  min-height:60px;
}

a.main-menu {
 color:#000;
 text-decoration: none; 
}


 .main-content .sidebar {
   border-right:1px solid #DDDDDD;
   transition: max-width 50ms ease;
 }
 
 .main-content .sidebar {
   justify-content: flex-end;
   display: flex;
   position: relative;
   max-height: calc(100vh - 60px);
   position: fixed;
   background-color:#EAEAEA;
   z-index: 2;
   max-width: 250px;
 }
 
 .main-content .row > .col-xs:last-child {
   padding-left:250px;
   transition: padding-left 50ms ease;
   position: relative;
   z-index: 1;
 }
 
 .menu-closed .main-content .row > .col-xs:last-child {
    padding-left:110px;
  }
 
 
.main-content .inner {
   padding-top:40px;
   padding-bottom:40px;
 }
 
 .main-content .inner.content {
   padding-top:0;
 }
 
 .sidebar hr {
   height:1px;
   width:100%;
   background:#DDDDDD;
   border:none;
   margin:0;
 }
 
 .sidebar .footer hr {
   margin-bottom:25px;
 }
 
 .sidebar h3 {
   font-size: 16px;
   font-weight: 900;
   margin-bottom:20px;
 }
 

 .main-content h2 {
   font-size: 40px;
   margin-bottom:20px;
 }
 

 
 .standard-content {
   padding-bottom:100px;
 }
 
 .tax-project_type .main-content h2 {
   margin-bottom:20px;
 }
 
 
 .home .main-content h2  {
   margin-bottom:40px;
   line-height: 1.2;
 }
 
 .main-content h4 {
   margin-bottom:20px;
   font-size: 16px;
   font-weight: 300;
 }
 
 /* ------------------------------------
    Portal Search – Submit Button
 ------------------------------------ */

 .portal-search-form {
 display: flex;
 align-items: center;
 gap: 8px;
 border: 1px solid transparent;
 transition: all 0.5s ease;
 padding: 7px 10px;
 background:#000;
 margin-left: -10px;
 }
 
 .portal-search-form.is-active {
   border-color:#333;
   background:#111;
   margin-left:0;
 }
 
 .portal-search-form .search-submit {
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s ease;
   border: 0;
   border-radius: 20px;
 background: #222;
 color: #fff;
   padding: 3px 10px;
   font-weight: 500;
   cursor: pointer;
   text-transform: uppercase;
   font-size: 10px;
   
   font-weight: 700;
   letter-spacing: 0.1em;
 }
 
 /* Visible state */
 .portal-search-form.is-active .search-submit {
   opacity: 1;
   visibility: visible;
 }
 
 .portal-search-form .search-submit:hover {
 background: #444;
  color: #fff;
 }
 
 
 header .col-xs {
   padding-left:0;
 }

 
 header .search input {
 background: 0;
 font-size: 16px;
 font-weight: 500;
 color: #fff;
 border: none;
 display: inline-block;
width:100%;
 position: relative;
 top: 1px;
 }
 
 header .search img {
   width:16px;
   height:16px;
   display: inline-block;
   margin-right:0;
   position: relative;
   top:2px;
 }
 
header input::placeholder {
   color: white;
   opacity: 1;
   transition: opacity 0.3s ease;
 }
 
 header input:focus::placeholder {
   opacity: 0.3;
 }
 
 /* Firefox specific */
 header input:-moz-placeholder {
   color: white;
   opacity: 1;
   transition: opacity 0.3s ease;
 }
header input:focus:-moz-placeholder {
   opacity: 0.3;
 }
 
 header input::-moz-placeholder {
   color: white;
   opacity: 1;
   transition: opacity 0.3s ease;
 }
  header input:focus::-moz-placeholder {
   opacity: 0.3;
 }
 
 /* IE/Edge (older versions) don't support transitions on placeholders well */
 header input:-ms-input-placeholder {
   color: white;
   opacity: 1;
 }
header  input:focus:-ms-input-placeholder {
   opacity: 0.3;
 }
 
 header input::-ms-input-placeholder {
   color: white;
   opacity: 1;
 }
 header input:focus::-ms-input-placeholder {
   opacity: 0.3;
 }
 
 
 
 
.custom-menu .sub-menu {
     display: none;
     margin-left: 1rem;
     transition: all 0.3s ease;
 }
 
 .custom-menu .menu-parent.open .sub-menu {
     display: block;
 }
 
 
 .custom-menu li {
   list-style: none;
 }
 
 .custom-menu a {
 color: #000;
 text-decoration: none;
 display: inline-block;
 width: 100%;
 }
 
 .custom-menu a:hover {
   opacity: 0.5;
 }
 
li.menu-parent {
     font-size: 16px;
     position: relative;
     padding: 0 0 20px 0;
     border-bottom: 1px solid #ddd;
     margin: 0 0 20px 0;
 }
 
 li.menu-parent .sub-menu li {
   font-size: 14px;
   margin-top:10px;
 }
 
 li.menu-parent .sub-menu {
   margin-bottom:10px;
 }

li.menu-parent:after {
   content: '';
   background-image: url('../images/plus-sharp-regular.svg');
   background-repeat: no-repeat;
   background-size: 12px 12px; /* adjust as needed */
   width: 12px;
   height: 12px;
   position: absolute;
   top: 6px;
   right: 0;
   pointer-events: none;
   display: inline-block;
 }
 
 li.menu-parent.open:after {
   background-image: url('../images/minus-sharp-regular.svg');
 }


li.menu-parent.open > a {
  
}



li.sub-active > a:before {
    content: '- ';
position: relative;
margin-left: -15px;
padding-right: 5px;
}


li.menu-parent.open > a:hover {
  opacity: 1;
}


.no-reports-message {
  margin-bottom:2rem;
  color:#777777;
}

.no-projects-message{
  color:#777777;
}


.row.flex {
  display: flex;
  gap:15px 0;
}


.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar .inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(100dvh - 60px);
  height: calc(100svh - 60px); /* fallback */
  height: calc(100vh - 60px);  /* legacy fallback */
  padding-left: 0;
  padding-right: 0;
  /*width: 241px;*/
}


.sidebar .inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;

  /* Legacy fallback */
  height: calc(100vh - 60px);
}

/* Modern dynamic viewport support */
@supports (height: 100dvh) {
  .sidebar .inner {
    height: calc(100dvh - 60px);
  }
}

/* Safari / small viewport fallback */
@supports (height: 100svh) and (not (height: 100dvh)) {
  .sidebar .inner {
    height: calc(100svh - 60px);
  }
}

.portal-menu {
    flex-grow: 1;
}

.sidebar .footer {
    margin-top: auto;
}


.item-project {
  min-height:100%;
  background:#fff;
}

.item-project a {
  line-height: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.item-project-content {
  background:#fff;
  display: block;
  padding:30px;

}


.item-project .image-holder {
  overflow:hidden;
  position: relative;
}

.item-project .image-holder .tag-new {
    background: rgb(19, 153, 207);
  background: linear-gradient(90deg, rgba(19, 153, 207, 1) 0%, rgba(87, 51, 147, 1) 100%);
  border-radius: 20px;
  padding: 15px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.item-project a img {
  scale:1;
  transition: all 250ms ease;
}

.item-project a:hover img {
  scale:1.1;
}



.item-project-content h3 { 
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-size: 24px;
line-height: 1.3;
font-weight: 500;
padding-right: 40%;
position: relative;
}

.item-project-content h3:after { 
 background-image: url(../images/ico_arrow-right.svg);
 background-size: contain;
 background-repeat: no-repeat;
 content: '';
 width: 58px;
 height: 22px;
 display: block;
 position: absolute;
 right: 10px;
 top: 50%;
 opacity: 0;
 transition: all 250ms linear;
 transition-delay: 0.1s;
 margin-top: -11px;
}


.item-project a:hover .item-project-content h3:after {
    opacity: 1;
    right: 0;
}


.item-link {
  background:#fff;
  padding:20px;
  min-height:100%;
}

.item-link a {
  color:inherit;
  text-decoration: none;
}

.item-link-content {
  display: flex;
  
}

.item-link-content img {
  width:33px;
  height:100%;
}

.item-link-content h3 {
    font-size: 16px;
  color: #303030;
  line-height: 1;
  margin-bottom: 10px;
}

.item-link-content i, .heading i {

  font-size: 35px;
  display: inline-block;

  background: linear-gradient(180deg, #1399CF 0%, #573393 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional for cross-browser consistency */
  background-clip: text;
  text-fill-color: transparent;
}

.heading i {
  font-size: 60px;
}

.item-link-content p {
  font-size: 12px;
  color:#777777;
  letter-spacing:0.01em;
}


.item-link-content > div {
  padding-left:20px;
}


.single-project h2 {
  margin-bottom:20px;
  line-height: 1;
}

.single-project .last-updated small {
  font-size: 12px;
  color:#777777;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


.page-template-page-login header {
  display: none;
}



.row.heading {
  margin-bottom:40px;
}

.row.heading.links img {
  max-width: 70px;
}




.row.heading.projects img {
  max-width:168px;
}


.row.heading .last-updated span {
  color:#777777;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}




/* Files/links styles */


.file-items-loop {

}


.file-item-row {
    background: #fff;
     display: flex;
     align-items: center;
     justify-content: space-between;
     min-width: 100%;
     padding: 20px;
     margin-bottom: 20px;
     gap: 20px;
     min-height: 60px;
  
}

.file-icon {
  line-height: 0;
  flex: 0 0 40px;
  text-align: left;
  display: flex;
  line-height: 0;
  align-items: center; /* Vertically centres content inside file-icon */
}

.file-icon i, .file-actions i {
  background: linear-gradient(180deg, #1399CF 0%, #573393 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  font-weight: 300;
}


.file-icon img {
    width: auto;
line-height: 0;
max-height: 26px;
    position: relative;
top: 1px;

}

.file-title {
  flex: 2;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  top: 2px;
}

.file-date {
 flex: 1;
 text-align: left;
 color: #777777;
 font-size: 12px;
 letter-spacing: 0.1em;
 position: relative;
 top: 2px;
 min-width: 120px;
}

.file-actions {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  align-items: center;
}

.file-actions a {
  line-height: 0;
}

.file-actions > div {
  margin-left:20px;
  min-width:23px;
}

.file-actions > div:first-child a {
  position: relative;
  /*top:3px;*/
}

span.tag-new {
 letter-spacing: 0.1em;
}


.file-date span.tag-new {
  background: rgb(19, 153, 207);
  background: linear-gradient(90deg, rgba(19, 153, 207, 1) 0%, rgba(87, 51, 147, 1) 100%);
  border-radius: 20px;
  padding: 5px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 8px;
  position: relative;
  top: -2px;
  left: 10px;
}

.sub-menu .tag-new {
  background: rgb(19, 153, 207);
  background: linear-gradient(90deg, rgba(19, 153, 207, 1) 0%, rgba(87, 51, 147, 1) 100%);
  border-radius: 20px;
  padding: 5px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 8px;
}

.file-actions .icon-preview {
 /* width:23px;
  height:18px;*/
  position: relative;
  top:3px;
  line-height: 1;
}


.file-actions .icon-download {
  /*width:23px;
  height:23px; */
  position: relative;
  top:2px;
  line-height: 1;
}




/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 0;

  transform: translate3d(0, 0, 0);

  color: #fff;
  background: #000;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal.team-member {
  overflow: hiddem;
  padding:0;
  padding-top:5%;
  min-height: 100%;
}

.remodal-wrapper {
  background: #000;
}


/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background:#000;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


.remodal-close {
width: 24px;
height: 24px;
position: absolute;
top: 78px;
right: 60px;
border: 0;
background: transparent;
cursor: pointer;
transition: all 250ms linear;
display: block;
padding: 0;
}

.remodal-close:hover {
  opacity: 0.5;
}

.remodal-close img {
width:24px;
height:24px;
}




.remodal a {
  color:#0078a6;
}


.notice { 
padding: 20px;
background: #fff;
}


.forminator-ui.forminator-design--default .forminator-error-message {
    font-size: 14px!important;
    font-family: inherit;
    font-weight: 500!important;
    line-height:1.3!important;
    position: relative;
    color: red!important;
    top: 2px;
    font-style: italic!important;
    padding: 10px!important;
    border: 1px solid red!important;
    margin-bottom: 0!important;
    border-radius: 5px!important;
    background-color: rgba(255, 0, 0, 0.05)!important;
    
}



.forminator-ui.forminator-design--default .forminator-input, .forminator-ui.forminator-design--default .forminator-input input, .forminator-ui.forminator-design--default .forminator-iti-input .iti__selected-dial-code, .forminator-ui.forminator-design--default .forminator-textarea  {
  color: #000!important;
}

 .forminator-edit-module, .forminator-required {
  display: none!important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-label {
    cursor: default;
    display: block;
    line-height: 1.8em!important;
    margin: 0;
    border: 0;
    font-weight: 300!important;
    font-size: 14px !important;
}


.forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
    height: auto;
    line-height: 1.3em;
    background-image: unset;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin: 0;
    padding: 14px 20px!important;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.forminator-ui.forminator-design--default .forminator-button-submit {
font-weight: 700!important;
background: 0 0 !important;
color: #00b5df !important;
text-transform: uppercase;
letter-spacing: 2px!important;
text-decoration: none!important;
height: 50px!important;
line-height: 50px!important;
width: auto!important;
display: inline-block;
font-size: 1rem !important;
padding: 0 2rem !important;
cursor: pointer;
border-radius: 30px!important;
border: 1px solid #00b5df!important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:active, .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:focus, .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background:#00b5df!important;
    color:#fff!important;
}

.forminator-ui.forminator-design--default .forminator-input, .forminator-ui.forminator-design--default .forminator-input input, .forminator-ui.forminator-design--default .forminator-iti-input .iti__selected-dial-code, .forminator-ui.forminator-design--default .forminator-textarea {
  border-radius:5px!important;
  font-weight: 400!important;
}

.forminator-ui.forminator-design--default .forminator-textarea { 
   padding: 14px 20px!important; 
 }
 
 
 
 
 
 
 .standard-content h2 {
    font-size: 24px;
    line-height:1.5;
    margin-bottom: 20px;
   
  }
  
 
 .standard-content h3 {

      font-size: 18px;
      line-height:1.5;
     margin-bottom: 20px;
      font-weight: 500;
  
 }
 
 .standard-content h4 {
   
   font-size: 16px;
   line-height:1.5;
  margin-bottom: 20px;
   font-weight:bold;
 }
 
 .standard-content h5 {
   
   font-size: 14px;
   line-height:1.5;
  margin-bottom: 20px;
   font-weight: bold;
 }
 
 
 .standard-content a {
   color:#1399CF;
   text-decoration: none;
 }
 
 .standard-content a:hover {
    color:#573393;
    text-decoration: underline;
  }
 
 
 .standard-content p {
   margin-bottom:20px;
 }
 
 .standard-content ul, .standard-content ol {
   margin-left:13px;
   margin-bottom:1rem;
   list-style-position: outside;
 
 }
 
 .standard-content ol {
   margin-left:15px;
 }
 
.standard-content ul {
  margin-left:13px;
}
 
 .standard-content ol li::marker {
     font-weight: bold;
 }
 
 .standard-content ol li,  .standard-content ul li {
   margin-bottom:0.5rem;
   padding-left: 3px; 
 }
 
 .standard-content ul li {
   padding-left:4px;
 }
 
 .standard-content strong {
   font-weight: 700;
 }
 
 .standard-content em {
   font-style:italic;
 }
 
 .standard-content blockquote {
    padding-left: 18px;
 margin: 0 0 20px 0;
 position: relative;
 }
 
 
 .standard-content blockquote:before {
   display: block;
   content:'';
   width:3px;
   height:100%;
  background: linear-gradient(180deg, #1399CF 0%, #573393 100%);
   position: absolute;
   left:0;
   top:0;
 }



.row.grid {
  gap: 1rem 0;
}


h2.search-heading {
  margin-bottom:0;
}

.search-group h3 {
  font-weight: ;
  padding-top:10px;
  margin-bottom:15px;
}