﻿/*@color: #4D9DC5;*/
@font-face {
  font-family: 'introheadr-base';
  src: url('../fonts/introheadr-base.otf') format('opentype');
}
@font-face {
  font-family: 'introscriptr-h2base';
  src: url('../fonts/introscriptr-h2base.otf') format('opentype');
}
@font-face {
  font-family: 'introrustg-base2line';
  src: url('../fonts/introrustg-base2line.otf') format('opentype');
}
.page_banner {
    font-family: "introheadr-base", Verdana;
    color: #0075B0;
    font-size: 30px;
    font-weight: bolder;
}
#page_banner_title span {
    color: #d7df23 !important;
}
.logo {
    padding: 15px 0px 15px 0px;
    margin: 0px;
}
/*#scahec_logo, #scahec_logo1, #scahec_logo2, #scahec_logo3, #scahec_logo4 {
    max-width: 100% !important;
}*/
.img-responsive {
  max-width: 100%;
  height: auto;
  /* width: auto; */
}
#header-logos {
  white-space: nowrap;
  text-align: center;
}
#header-logos img {
  display: inline;
  max-width: 19%;
}
.title_css {
  padding: 15px 0px 15px 0px;
  margin: 0px;
}
body,
html {
  width: 100%;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 11pt;
}
h1 {
  font-size: 40pt;
}
h2 {
  font-size: 20pt;
}
hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.row_selected {
  background-color: Yellow;
  font-family: Arial;
}
/*#footer {
    margin: 0;
    clear: both;
    width: 100%;
    position: relative;

}*/
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h1 {
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  margin: 3px 0 30px;
  color: #009900;
}
.footer-widget h1:before,
.footer-widget h1:after {
  position: absolute;
  content: "";
}
.footer-widget h1:before {
  top: 9px;
  right: 0;
  width: 40%;
  height: 1px;
  background: #009900;
}
.footer-widget h1:after {
  width: 5px;
  height: 5px;
  right: 40%;
  top: 6.5px;
  margin-right: -2.5px;
  border-radius: 50%;
}
.footer-widget h1 span {
  font-weight: 300;
}
.contact-widget i,
.twitter-widget i {
  font-size: 24px;
  margin-right: 12px;
}
.footer-logo {
  margin-bottom: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  height: 30px;
  width: 130px;
}
.footer-bottom {
  padding: 25px 0 15px;
  background-color: #F8F8F8;
}
.footer-bottom a,
.footer-bottom p {
  color: #23527F;
}
.footer-bottom a:hover {
  color: #000;
}
.footer-menu li {
  padding: 0 20px;
}
.footer-menu li:first-child {
  padding-left: 0;
}
.footer-menu li:last-child {
  padding-right: 0;
}
.copy-right p strong {
  font-weight: 500;
}
.copy-right a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subitem123 {
  /*background-color: #009900 !important;*/
  /*margin-left: 2em;*/
}