@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

html, body {
  vertical-align: top;
  text-align: left;
  margin: 0px;
  overflow-x: initial;

	font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em; /* template=1em - test=10pt */
  color: #000000;
}

.cover {
  height:100vh;
  width:100vw;
}

.border-thin {
  border: solid 1px;
  border-color: #d9d9d9;  
}

.border-thin-left {
  border-left: solid 1px;
  border-color: #d9d9d9; 
}

.align-left {
  margin-left: 0px; 
  text-align: left;
}

.vertical-align-top {
  margin-top:0px;
  vertical-align: top;
}

.vertical-align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-align-bottom {
  margin-bottom:0px;
  vertical-align: bottom;
}

.inline-elements {
  display:inline-flex;
  align-items: flex-start; 
  flex-direction: column;
}

.inline-spacer {
  margin-left:20px;
}

strong {
  font-weight: bold;
}

div {
  font-size: 1em; /* test=10pt - template=1em*/
}

.uk-link-reset span {
  text-decoration: none;
  color: #143aaa;
}

a {
  text-decoration: none;
  color: #143aaa; 
}

a:link a:visited a:hover a:active {
  text-decoration: none;
}

h1  {
  font-family: Staatliches;
  font-size: 30px;
}

.uk-panel {
  background-color: #636161c2;
}

.uk-button {
  background-color: #2499da;
}

.content .uk-container .uk-section {
  vertical-align: top;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;  
  font-size: 1em; /* test=10pt - template=1em*/
  color: #000000;
}

.articles-container .card-container {
  vertical-align: top;
  text-align: left;
  font-size: small;
}

#category {
   font-family: Staatliches;
   font-weight: 500;
}

#title {
  font-size: 15px;
}

#banner {
  margin: 20px;
  height: 800px;
}

#editor {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.uk-navbar-container {
  background: #fff !important;
  font-family: Staatliches;
}

img:hover {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

* {box-sizing: border-box;}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
  position: sticky;
  top: 0;
  z-index: 9999;  
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.account-nav {
  display: inline;
  text-align: right;
}

.topnav button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .account-nav button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  } 
}

.logo_login {
  height: 100px;
}

.search_table table {
  font-size: 10pt;
  border-spacing: 15px;
  padding: 30px;
  text-align: center;
}

.search_table th {
  font-weight: bold;
  color: #143aaa;

}

.search_table a {
  font-weight: bold;
  color: #143aaa;
}

.profile {
  font-size: 10pt;
}
.profile h1 {
  font-size: 18px;  
  font-weight: bold;
  margin: 0px; 
  padding: 0px;
}
.profile h2 {
  font-size: 16px;  
  font-weight: bold;
  margin: 0px; 
  padding: 0px;
}
.profile h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px; 
  padding: 0px;
  color:#1960ae;  /* #143aaa */
}
.profile_table table {
  font-size: 10pt;
  border-spacing: 10px;
  padding: 20px;
  text-align: left;
}
.profile_table th {
  font-weight: bold;
  background-color: #000000;
  color: #1960ae; /* #143aaa */
}

.profile_table a span {
  font-weight: bold;
  color: #1960ae;  /* #143aaa */
}

.modal-container {display: flex; width: 100%; height: 100%; flex-direction: column; overflow: hidden;}

.modal-iframe { 
  flex-grow: 1; 
  border: none; 
  margin: 0; 
  padding: 0;
  display: block;
  border: none;
  height: calc(100vh - 30px);
  width: 100%;
}
.modal-address-container {display: flex; width: 100%; height: 100%; flex-direction: column; overflow: hidden;}
.modal-address { flex-grow: 1; border: none; margin: 0; padding: 0; }
.modal-address-iframe { 
  flex-grow: 1; 
  border: none; 
  margin: 0; 
  padding: 0;
  display: block;
  border: none;
  height: calc(100vh - 30px);
  width: 100%;
}

.bold-green {
  color: #28aa4a;
  font-weight: bolder;
  font-size: larger;
}

.bold-red {
  color: #aa282e;
  font-weight: bolder;
  font-size: larger;
}

.feature-box {
  border-radius: 25px;
  border: 2px solid #28aa4a;
  padding: 20px;
  margin-bottom: 20px;
}

.feature-box-title {
  margin-bottom: 5px;  
}

.tab-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: left; 
  align-items: left; 
  flex-direction: column;
}

.flex-container {  
  display: inline-flex;
  flex-wrap: wrap;
  overflow: auto;
}

.flex-form > div {
  margin-right: 10px;
  margin-bottom: 10px;
}

.flex-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-item {
  column-width: 180px;  
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
  text-align:center; 
  break-inside: avoid-column; 
  -webkit-column-break-inside: avoid; 
  overflow: auto;
  margin-bottom:10px;
}

.justify-center {
  justify-content: center;  
}

.metric-container {  
  display: inline-flex;
  flex-wrap: wrap;
  overflow: auto;
}

.metric {
  column-width: 180px;  
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
  text-align: center; 
  break-inside: avoid-column; 
  -webkit-column-break-inside: avoid; 
  overflow: auto;
  margin-bottom:10px;
}

.metric-header {
  font-size: 16px;
  font-weight: bold;
}

.metric-value {
  font-size: 32px;
  font-weight: bold;
  color: #28aa4a;
}

.metric-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.metric-header-line {
  border-bottom: 3px solid #28aa4a;
  margin-right:20px;
}


.profile-content ul li {
  list-style-type: circle;
  display: list-item;
}

.page-content ul li {
  list-style-type: circle;
  display: list-item;
}

table, td, th {
  font-size: 10pt;
  text-align: left;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {    
  padding-left: 4px;
  padding-right: 4px;
}

.col-header {
  font-weight: bold;
  text-align: left;
}

.col-value {
  text-align: left;
}

.search-section {
  padding: 11px 15px;
  margin-left:20px;
}

.search-criteria {
  margin-left:1.25rem;
  padding: 11px 15px;
}

.search-criteria label {
  font-size: 17px;  
  font-weight: 600;
  text-align: left;
  color: #143aaa;  
}

.search-criteria-detail {
  padding: 11px 15px;
}

.search-criteria-detail label {
  text-align: left;
}

.outline li {
  display: list-item;
  list-style-type: circle;
}

.user-photo {
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 100% 100%;
  height: 200px;
  margin-bottom: 20px;
}

.account-photo {
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 100% 100%;
  height: 200px;
  margin-bottom: 20px;
}

.edit-mode label {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
}

.edit-mode input {
  font-size: 13px;
}

.border-test {
  border: 1px solid red;
}

.disabled-input {
  border: none;
}

.photo-default {
  margin-bottom:5px;
  width:80px;
  height:80px;
}

.progress-bar {
  background-color: whiteSmoke;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;

  width: 250px;
  height: 5px;
  
  position: relative;
  display: block;
}
  
.progress-bar > span {
  background-color: #2ECC71;
  border-radius: 2px;

  display: block;
  text-indent: -9999px;
}

progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #f44,
      #2ECC71,
    );

  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}


progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
  
  /* Dimensions */
  width: 250px;
  height: 10px;
}

progress[value]::-webkit-progress-value::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  right: 7px;
  top: 7px;
  background-color: white;
}

progress[value]::-webkit-progress-value::before {
  content: '80%';
  position: absolute;
  right: 0;
  top: -125%;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #f44, #2ECC71, );

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

@-webkit-keyframes animate-stripes {
  100% { background-position: -100px 0px; }
}

@keyframes animate-stripes {
  100% { background-position: -100px 0px; }
}

.progress-bar-container {
  align-items:center;
  text-align:center;
  margin-top:2px;
}

.progress-bar-label {
  font: status-bar;
}

.flex-container-left {
  display:flex;
  flex-flow: row wrap;
  align-items:left;
  text-align:left;
}

.flex-left {
  flex-grow: 1;  
}

.flex-container {
  display:flex;
  flex-flow: row wrap;
}

.flex-container-center {
  display:flex;
  flex-flow: row wrap;
  align-items: center;
}

.flex-container-right {
  display:flex;
  flex-flow: row wrap;
  align-items:right;
  text-align:right;
}

.flex-right {
  flex-grow: 1; 
}

.full-width {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;  
}

.nowrap {
  white-space:nowrap;
}

.footer-services {
  display:flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
}

.footer-services li {
  margin: 10;
  padding: 10;
}

.align-items-center {
  align-items:center;
}

.align-center {
  align-items:center;
  text-align:center;
}

.content-section {
  padding-top:20px;
  padding-bottom:20px;
}


.blog-content-container {
  max-width: 80%;
  justify-content: center;
}

.blog-content {
  max-width: 80%;
  justify-content: center;
}

.blog-image {
  width:300px;
  height:240px;
  margin-bottom: 10px;
}

.feature {
  margin: 20px;
}

.feature-image {
  width:150px;
  height:150px;
  margin-bottom: 10px;
}

.feature-logo {
  height:60px;
  width:150px;
  margin-bottom: 10px;
}

.feature-title {
  font-weight: bold;
}

.feature-summary {
  max-width: 250px;
}

.logo-block-image {
  height:60px;
  margin-bottom: 10px;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-left {
  margin-left: 20px;
}

.margin-left-none {
  margin-left:0px;
  padding-left:0px;
}

.margin-right {
  margin-right: 20px;
}

.margin-right-none {
  margin-right:0px;
  padding-right:0px;
}

.margin-horizontal-none {
  margin-right:0px;
  padding-right:0px;
  margin-left:0px;
  padding-left:0px;
}

.margin-horizontal {
  margin-left: 20px;
  margin-right: 20px;
}

.content li {
  list-style-type: circle;
  display: list-item;  
}

.content-bg-1 {
  background-color:#ccddff;
}

.content-bg-2 {
  background-color:#99e6ff;
}

.content-bg-3 {
  background-color:#b3d9ff;
}

.btn-capsule {
  background:linear-gradient(to bottom, #2499da 5%, #2499da 100%);
  background-color:#2499da;
  border-radius:28px;
  border:1px solid #2499da;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  padding:5px 15px;
  text-decoration:none;
}
.btn-capsule:hover {
  background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color:#5cbf2a;
}
.btn-capsule:active {
  position:relative;
  top:1px;
}

.btn-top-nav {
  background:linear-gradient(to bottom, #2499da 5%, #2499da 100%);
  background-color:#2499da;
  border-radius:28px;
  border:1px solid #2499da;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:10px;
  padding:1px 15px;
  text-decoration:none;
}
.btn-top-nav:hover {
  background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color:#5cbf2a;
}
.btn-top-nav:active {
  position:relative;
  top:1px;
}

.slider-image {
  background-repeat: no-repeat;
  background-size: cover;
}

:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}

.blog-title {
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  font-weight: bold;
}

.blog-subtitle {
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  font-weight: bold;
}

.category-selected {
  color:#2ECC71;
  font-weight:bold;
}

.list-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  list-style-position: inside;
  list-style-type: none;
  width:100%;  
}

.list-block li {
  margin-right: 5px;
}

.no-left-margin {
  margin-left:0px;
  padding-left:0px;  
}

.call-to-action {
  min-height: 375px;
  justify-content: center;
  align-items: center;
}

.call-to-action .btn { 
  font-size: 18px;
  margin-right: 15px;
  font-weight: 500;
  width: 200px;
  color: #ffffff;
  text-decoration: none;
}

.call-to-action-btn { 
  font-size: 18px;
  margin-right: 15px;
  font-weight: 500;
  min-width: 200px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-right: 15px;  
}

.call-to-action-btn a { 
  font-size: 18px;
  font-weight: 500;
  min-width: 200px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-right: 15px;  
}

.slider-content {
  font-size:larger;
}

.slider-button { 
  margin-right: 15px;
  font-weight: 500;
  min-width: 200px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;  
}

.info-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  background-color: #1960ae; /* template - #28aa4a */
}

select:required:invalid {
  color: #B8B8B8;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}