body {
  background-color: #444;
  color: #444; }
  body > div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6; }

a {
  color: #004ea2;
  text-decoration: none; }

.content {
  width: 76%; }
  @media (max-width: 768px) {
    .content {
      width: 100%; } }

.sidebar {
  width: 20%; }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%; } }

mark {
  background: yellow;
  color: #333; }

.hr-lg {
  margin: 60px 0; }
  @media (max-width: 768px) {
    .hr-lg {
      margin: 25px 0; } }

.hr-thick {
  border-top-width: 3px; }

.hr-dark {
  border-top-color: #ccc; }

.no-top-margin {
  margin-top: 0 !important; }

.sm-top-margin {
  margin-top: 20px !important; }
  @media (max-width: 768px) {
    .sm-top-margin {
      margin-top: 10px !important; } }

.md-top-margin {
  margin-top: 50px !important; }
  @media (max-width: 768px) {
    .md-top-margin {
      margin-top: 25px !important; } }

.lg-top-margin {
  margin-top: 100px !important; }
  @media (max-width: 768px) {
    .lg-top-margin {
      margin-top: 50px !important; } }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.sm-bottom-margin {
  margin-bottom: 20px !important; }
  @media (max-width: 768px) {
    .sm-bottom-margin {
      margin-bottom: 10px !important; } }

.md-bottom-margin {
  margin-bottom: 50px !important; }
  @media (max-width: 768px) {
    .md-bottom-margin {
      margin-bottom: 25px !important; } }

.lg-bottom-margin {
  margin-bottom: 100px !important; }
  @media (max-width: 768px) {
    .lg-bottom-margin {
      margin-bottom: 50px !important; } }

.no-bottom-padding {
  padding-bottom: 0 !important; }

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

.text-right {
  text-align: right; }

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

.text-highlight {
  background-color: yellow; }
  .text-highlight--more {
    padding: 3px 12px;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block; }

.text-large {
  font-size: 125%;
  font-weight: bold; }
  @media (max-width: 450px) {
    .text-large {
      font-size: 120%; } }

.text-larger {
  font-size: 180%;
  font-weight: bold; }
  @media (max-width: 450px) {
    .text-larger {
      font-size: 140%; } }

.text-small {
  font-size: 80%; }

.text-smaller {
  font-size: 60%; }

.text-hide {
  display: none; }

.img-responsive {
  width: 100%; }

img.centered,
.aligncenter {
  margin-bottom: 10px; }

.img-thumbnail {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.btn,
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  text-shadow: #333 0 1px 1px;
  margin: 5px;
  color: white;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #004ea2;
  border: 1px solid #003977;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none; }
  .btn:hover,
  .elementor-widget-button a.elementor-button:hover,
  .elementor-widget-button .elementor-button:hover {
    background-color: #003977;
    color: white; }

.btn-default {
  color: white !important; }

.btn-info {
  color: #777 !important;
  text-shadow: none;
  background-color: white !important;
  border: 1px solid #777 !important; }

.elementor-button .elementor-align-icon-right {
  margin-left: 10px !important; }

.site-header {
  position: relative; }
  .site-header > .wrap {
    width: 1080px;
    margin: 0 auto; }
    @media (max-width: 450px) {
      .site-header > .wrap {
        width: auto; } }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #004ea2; }

.breadcrumb {
  color: #999;
  font-size: 85%; }

.footer-widgets {
  background: #fafafa;
  font-size: 16px;
  font-size: 1.6rem; }

.site-footer {
  background: #444;
  padding: 40px 0; }
  .site-footer > .wrap {
    width: 1080px;
    margin: 0 auto;
    color: #aaa;
    overflow: hidden;
    *zoom: 1; }
    @media (max-width: 450px) {
      .site-footer > .wrap {
        width: auto; } }
    .site-footer > .wrap a {
      color: #eee; }
      .site-footer > .wrap a:hover {
        color: #003977; }
    .site-footer > .wrap .footer-link {
      float: left; }
      .site-footer > .wrap .footer-link li {
        float: left;
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid #777; }
        .site-footer > .wrap .footer-link li:last-child {
          border-right: none; }
        .site-footer > .wrap .footer-link li a:hover {
          color: white; }
        .site-footer > .wrap .footer-link li a:focus {
          outline: none; }
    .site-footer > .wrap .footer-copyright {
      float: right;
      text-align: right; }

.footer-widgets-3 p {
  color: #7a7a7a;
  font-family: "Roboto", Sans-serif;
  font-weight: 400; }

.elementor-divider span {
  border-top: 1px solid #ccc !important; }

h1, h2, h3 {
  color: #111; }

h1 {
  font-size: 4.5rem;
  font-size: 45px; }

h3 {
  margin-top: 20px; }

.site-inner {
  min-height: 500px; }
  @media (max-width: 450px) {
    .site-inner {
      min-height: 200px; } }

.home .content {
  width: auto; }
.home .site-inner {
  max-width: 100%;
  padding: 0;
  margin-top: 0; }
  .home .site-inner .entry {
    margin-bottom: 0; }
.home .entry-header {
  display: none; }

.site-container {
  background-color: white; }

.entry-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-content h2, .entry-content h3, .entry-content h4 {
  clear: both; }

.entry-title a {
  color: #004ea2; }

.entry-meta {
  color: #999; }

.entry-footer .entry-meta {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 8px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.entry-image-link img {
  border: 1px solid #eee;
  padding: 4px;
  width: 120px; }
  @media (max-width: 450px) {
    .entry-image-link img {
      width: 90px; } }
.entry-image-link:hover img {
  border: 1px solid #ccc; }

.entry-content ul.slick-dots {
  margin-bottom: 0;
  margin-left: 0; }

.widget_extended-categories ul {
  color: #999; }
  .widget_extended-categories ul li {
    padding: 6px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd; }
    .widget_extended-categories ul li:last-of-type {
      padding-bottom: 6px; }
    .widget_extended-categories ul li ul li {
      border-bottom: none;
      margin: 0 0 0 22px;
      padding: 0;
      font-size: 95%;
      list-style-type: disc; }
.widget_extended-categories .avhec-widget-count {
  font-size: 70%; }
.widget_extended-categories .avhec-widget-line {
  display: block; }

.genesis-responsive-menu {
  padding: 0; }

.mega-sub-menu .textwidget ul li {
  line-height: 1.2;
  padding: 5px 0; }
  .mega-sub-menu .textwidget ul li ul {
    margin-left: 15px; }

.fancybox-slide--iframe {
  padding: 15px; }

#menu-nested-pages ul li {
  margin-left: 20px;
  line-height: 1.2;
  margin-top: 6px; }

.current-menu-item > a {
  font-weight: bold; }

.comment-respond,
.entry-comments {
  padding: 20px; }

.entry-comments {
  margin-bottom: 0;
  background: #fafafa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eee;
  border-bottom: none; }

.comment-respond {
  margin-bottom: 60px;
  background: #f4f4f4;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #eee;
  border-top: none; }

.elementor-widget-heading .elementor-heading-title {
  font-weight: normal; }

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  font-weight: normal;
  line-height: 1.3; }

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em;
  border-bottom: 5px solid white; }

.elementor-toggle-item td {
  border: 1px solid #eee;
  padding: 5px; }
.elementor-toggle-item td:first-child,
.elementor-toggle-item th:first-child {
  padding-left: 5px; }

table td {
  font-size: 14px;
  border: 1px solid #eee; }
  table td a {
    font-size: 16px; }

.entry-comments {
  font-size: 90%; }
  .entry-comments h3 {
    margin: 0; }
  .entry-comments .comment-list li {
    padding: 10px 0 0 20px; }
    .entry-comments .comment-list li .comment-header {
      margin-bottom: 10px; }
    .entry-comments .comment-list li .comment-content p {
      margin-bottom: 10px; }
