﻿@media (min-width: 768px) {
  body.home {
    padding-top: 0;
    background-image: url(../Content/bg_color_shape_a_left.svg), url(../Content/bg_color_shape_a_right.svg);
    background-position: left -150px top -50px, right -150px top 50px;
    background-repeat: no-repeat, no-repeat;
  }
}

body {
  color: #0c143a;
  /*font-family: "Inter", Arial, Helvetica, sans-serif;*/
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-display: swap;
  font-weight: 400;
  line-height: 1.5;
}

.page {
  margin: 0 0 1.5em;
}

.site-header {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 18, 45, .1);
  box-shadow: 0 2px 4px 0 rgba(12, 18, 45, .1);
}

  .site-header .site-branding img {
    max-width: 190px;
  }


.custom-logo-link {
  display: inline-block;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}



.clear:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

@media (min-width: 768px) {
  body.home .site-content {
    background: 0 0;
  }
}

.site-content {
  padding-top: 0;
  background: url(../Content/bg-circle.svg);
  background-repeat: no-repeat;
}

.content-area {
  min-height: 500px;
  margin: 0 auto;
  padding: 1rem;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-content {
  margin: auto;
  width: 86%;
}

.content p {
  margin: 6px 0 6px 0;
}
.content ul {
  margin: 0;
  padding-left: 30px;
}
.content p span {
  color:#007852;
}

.content a:link,
.content a:visited,
.content a:hover,
.content a:active {
  color:#007852;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}

.content sup, sub {
  /*font-size: calc(0.5em + 4px);*/
  vertical-align: baseline;
  position: relative; 
  top: calc(-0.1 * 0.83 * 2 * (1em - 4px)); 
  /* Simplified top: calc(-0.83em + 3.32px) */
}


.site-content h1 {
  margin: 0;
}

h1 {
  /*font-size: 32px;*/
  font-size: 2.0rem;
  line-height: 2.625rem;
  margin: .67em 0;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin: 0.8em 0;
}

h1,
h2 {
  clear: both;
  font-display: swap;
  /*font-family: "Euclid", sans-serif;*/
}
h1.dense,
h2.dense {
  letter-spacing: -2.2px;
  line-height: 4.25rem;
}
  h1,
  h1.strong,
  h2,
  h2.strong {
    font-weight: 700;
  }

.has-text-align-center {
  text-align: center;
}

.wp-block-spacer {
  clear: both;
}

.info-boxes {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.0rem;
  -moz-column-gap: 1.0rem;
  column-gap: 1.0rem;
  gap: 1.0rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .info-boxes .single-box {
    padding: 1.0rem;
    border: 1px solid #dbdee6;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 18, 45, .1);
    box-shadow: 0 2px 4px 0 rgba(12, 18, 45, .1);
    text-decoration: none;
    font-size: .875rem;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

    .info-boxes .single-box:hover {
      background: #eaeaea;
      -webkit-transition: all .2s;
      transition: all .2s;
    }

    .info-boxes .single-box .middle-xs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.info-boxes .single-box img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: .625rem;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.info-boxes .single-box .title {
  display: block;
  margin: auto;
  font-weight: 500;
  color: #007953;
  font-size: 1.5rem;
}

.info-boxes .single-box p {
  margin-bottom: 0;
}

.info-boxes .single-box svg {
  display: block;
  margin: auto;
  max-height: 500px;
  max-width: 500px;
}
