html {
  --css-refresh: 2;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
 max-width: 90%;
}

.entry-content p:not(.has-text-align-center){
  text-align: justify !important;
}

@media (max-width: 576px) {
  .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    width: 100%;
  }

  .alignleft, .alignright {
    float: none;
  }
}

.navbar {
    background-color: #DEEBFF;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
    background-color: #70B1FF;
    color: #fff;
}
.nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: inherit;
    color: inherit;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #70B1FF;
    border: 2px solid #DEEBFF;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #0018C5;
    font-style: italic;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    background-color: #307EDC;
}

.site-footer {
background-color: #585858;
    color: #D9D9D9;
    font-size: 14px;
    text-align: center;
}

body {
background: url('/wp-content/uploads/2013/02/real_cf.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
}

span {
    display: inline-block;
}

@media (max-width: 767px) {
  .site-header {
    background-size: cover !important;
    padding-top: 20px;
  }
  .site-header .home-link {
    min-height: 180px;
  }
  #content .entry-header {
    margin-bottom: 0;
  }
  .responsive-table-scroll {
    overflow-x: auto;
  }
  .responsive-table-scroll table{
    width: 768px;
  }
}
@media (max-width: 400px) {
  .site-header .home-link {
    min-height: 200px;
  }
  .site-header .site-description {
    clip-path: none;
    position: static;
    font-size: 22px;
  }
}

/* Custom mobile styles for homepage tables on page-id-13 and page-id-1396 */
@media (max-width: 767px) {
  .page-id-13 table,
  .page-id-1396 table {
    display: block;
    width: 100% !important;
    border-bottom: 0 !important;
    height: auto !important;
  }

  .page-id-13 thead,
  .page-id-13 tbody,
  .page-id-13 th,
  .page-id-13 td,
  .page-id-13 tr,
  .page-id-1396 thead,
  .page-id-1396 tbody,
  .page-id-1396 th,
  .page-id-1396 td,
  .page-id-1396 tr {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .page-id-13 tr,
  .page-id-1396 tr {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }

  .page-id-13 td,
  .page-id-1396 td {
    text-align: left !important;
    padding: 8px 0;
  }

  .page-id-13 td p,
  .page-id-1396 td p {
    text-align: left !important;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .page-id-13 td ul,
  .page-id-1396 td ul {
    padding-left: 18px;
  }

  .page-id-13 td img,
  .page-id-1396 td img {
    max-width: 100%;
    height: auto;
  }
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0 !important;
    margin-right: 20px;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0 !important;
    margin-left: 20px;
}



.spec-table {
  border-collapse: collapse;
  border: none;
  width: auto;
  font-size: 14px;
  line-height: 1.2;
  table-layout: auto;
}

.spec-table th,
.spec-table td {
  border: none;
  padding: 2px 8px;
  height: 22px;
  width: auto !important;
}

.spec-table th {
  font-weight: 600;
  text-align: center;
}

.spec-table td:first-child {
  padding-left: 0;
}

.spec-table td:nth-child(n+3) {
  text-align: center;
}

.spec-table .section td {
  font-weight: 600;
  padding-top: 10px;
}

.spec-table .highlight td {
  font-weight: 600;
}

.spec-table .spacer td {
  padding-top: 16px;
}

/* hard override for unwanted borders from parent styles */
.spec-table,
.spec-table tr,
.spec-table td,
.spec-table th {
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.compact-table {
  border-collapse: collapse;
  border: none;
  width: auto;
  max-width: 480px;
  font-size: 14px;
  line-height: 1.2;
  table-layout: auto;
}


.compact-table th,
.compact-table td {
  height: 22px;
  width: auto !important;
   padding: 2px 8px;
}

.compact-table td:first-child {
  padding-left: 0;
}

.compact-table .spacer td {
  padding-top: 16px;
}

.compact-table,
.compact-table tr,
.compact-table td,
.compact-table th {
  border: none !important;
}


.contact-form-clean {
  width: 100%;
  max-width: 600px;
}

.contact-form-clean input,
.contact-form-clean textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	font-size: 14px;
}

.contact-form-clean textarea {
	min-height: 140px;
	resize: vertical;
}

.contact-form-clean span {
  display: block;
}


