body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	background-color: transparent;
	background-image:url(../images/bg-image.jpg);
	background-position:top center;
	background-repeat: repeat;
	line-height: 1.5;
}
a {
	color: #069;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #F90;
	outline: none;
	text-decoration: none;
}
a.darklinks {
	color: #FFF;
	cursor: pointer;
	margin:0 10px;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.darklinks:hover {
	color: #ddd;
	outline: none;
	text-decoration: none;
	border-bottom:1px dashed #ddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color: #888;
	margin-bottom: 15px;
	margin-top: 0;
}
h1, h2, h3 {
	color:#039;
}
h1.pageheader {
	border-bottom:1px solid #ddd;
	margin: 0 0 50px 0;
}
h3.homeslide {
	font-size:18px;
	color:#036;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	list-style:url(../images/bullet-squares-blue.png);
	margin-bottom: 20px;
	color:#333;
}
ul.panelbullets, ol.panelbullets {
	margin: 0;
	padding:0;
	list-style:none;
}
ul.panelbullets, ol.panelbullets li {
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	text-align:justify;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #036;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.text-highlight {
	color: #069;
}
.logos-org {
	float:right;
	margin: 15px 0 0 0;
}
.logo {
	padding:0;
	margin:0 0 10px 0;
}
.logo img {
	width:100px;
}
.logo-title {
	padding: 5px 0 0 10px;
	margin:10px 0 10px 0;
}
.logo-title, .logo-title a, .logo-title a:hover {
	color: #fff;
	font-size:42px;
	font-weight:bold;
	line-height:32px;
}
.logo-title .title-description, .logo-title .title-description:hover {
	color: #fff;
	font-size:20px;
	text-transform: none;
	line-height:20px;
}
.hr-sidepanel {
	height:5px;
	border-top:1px solid #eee;
	margin:10px 0;
}
.menubar {
	display:inline-block;
	position:relative;
	width:100%;
	background:#ddd;
	margin:10px 0 0 0;
}
/*	Section
	==================================================*/
.section {
	padding: 0;
}
.active-section {
	top: 20px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Header
	==================================================*/
#header {
	background-color:rgba(0,50,100,0.7);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
#titlemenubar {
	padding:10px 25px;
}
/*	Navbar
	==================================================*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}	
.navbar-inverse .navbar-brand {
	padding: 5px 0 5px 0;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	padding: 60px 0 0 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	color: #FC0;
}
.header-button {
	margin-left: 15px;
}
/* Home
======================================================*/

#sidepanel {
	margin:0;
	padding:10px 20px;
	background: #eee;
	border:2px solid #ccc;
	border-left:none;
	border-right:none;
}
/*	Section - Common
	==================================================*/
.breadcrumbs {
	margin-bottom:20px;
}

#commonoutercontainer {
	background-color:#fff; 
	padding:25px 15px 100px 15px;
}
#common {
	color:#333;
	min-height:550px;
}

img {
	max-width:100%;
	height:auto;
}

.imgshadow img, img.imgshadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
}
.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
.alignright {
	float:right;
	margin: 5px 0 5px 10px;
}
#common .lead {
	color: #ddd;
}
#panel_slider {
	padding:20px 100px 20px 100px;
}
#panel_slider h2, #panel_slider .wp-block-button__link a {
	color:#fff !important;
}
.wp-block-button, .psac-readmorebtn {
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #369;
    border: 2px solid #369;
    padding: 8px 15px;
    font-size: 16px;
	text-align:center;
    display: block !important;
    box-sizing: border-box;
    line-height: normal !important;
	background-color:#ddd;
	width:120px;
	margin:0 auto !important;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #CC5C10;
	background-color: #DDDDDD !important;
}
.wp-block-button__link {
    color: #369 !important;
    background-color: transparent !important;
    border: none;
    border-radius:0 !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.psac-slider-and-carousel .owl-dots .owl-dot.active {
    background: #369 !important;
}
.psac-readmorebtn:hover, .psac-readmorebtn:focus{
	background:#ddd; color:#369; 
	}
.wp-block-button__link:hover {
    color: #fff;
    background-color: #888 !important;
}
#res_highlights {
	background-color:rgba(255,255,255,0.8);
	padding:25px 50px 100px 50px;
}
#res_highlights h2 {
	width:350px;
	border-bottom:2px solid #369;
	text-align:center;
	color:#369;
	padding-bottom:10px;
	margin:0 auto !important;
	margin-bottom:50px !important;
}
h2.psac-post-title {
	width: auto !important;
}
#common p {
	color:#555;
}
#common img {
	max-width:100%;
	height:auto;
}
.imgmargleft10 {
	margin-left:10px;
}
.imgmargright10 {
	margin-right:10px;
}
#common .home_banner img {
	border:1px solid #ccc;
}
.grayborder {
	border: 1px solid #ddd;
}
.grayborder td.graycell {
	border: 1px solid #ddd;
}
#common img.noborder {
	border:none;
}
.homepanel {
	background-color:rgba(0,50,100,0.7);
	color:#fff;
}
.homepanel p {
	text-align:justify;
}
#kt-layout-id_1b881c-40 {
	max-width:2600px;
	margin:0 auto;
}
.panel-featpub {
	color:#fff !important;
	border:5px solid #036;
	background: rgba(0,20,50,0.3);
	padding:10px;
	max-width:1400px;
}

.psac-post-short-content {
	color:#369;.wp-block-button__link a
    margin-bottom: 15px;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color), #panel_slider .wp-block-button__link a {
    background-color:#fff;
	color: #369 !important;
}
.is-style-outline.white-bg {
	border: 2px solid #369;
}
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: none !important;
	background-color:# !important;
}
.is-style-outline > .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover {
    border: none !important;
	background-color:none !important;
	background:none !important;
}
/*	Footer
	==================================================*/
#footer {
	background: #eee;
	color: #000;
	text-align: left;
	padding: 25px;
	margin: 0;
	overflow: auto;
	border-top:1px solid #ddd;
}
#footer .container {
	padding: 0 0 20px 0;
}
#footer text-left {
	text-align: left;
}
#footer text-right {
	text-align: right;
}
#footer h2 {
	color: #ff9900;
	font-size: 24px;
	margin-bottom: 20px;
}
#footer h2.hw-title {
	font-size:24px;
	color: #369;
	padding-bottom: 10px;
	margin: 0 auto;
    margin-bottom: 0px;
	margin-bottom: 10px;
}
#footer .hw-widget ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer a {
	color: #007C98;
}
#footer a:hover {
	color: #369;
}
#footer-bottom {
	color: #999;
	padding: 25px 0 25px 0;
	background-color: #000;
	overflow: auto;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	margin: 5px 0;
}
.nopad {
	padding:0;
}

ul#menu-footer.menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
/*	Responsive
	==================================================*/ 
@media all and (min-width: 1600px) {	
body {
	background-position:top right;
}
.logo-title, .logo-title a, .logo-title a:hover {
	font-size:42px;
	line-height:36px;
}
.logo-title .title-description, .logo-title .title-description:hover {
	font-size:32px;
	margin:10px 0;
	line-height:36px;
}
}
@media (max-width: 991px) {
.logos-org {
 float:none;
 text-align:center;
 margin: 0;
}
.logo-title, .logo-title a, .logo-title a:hover {
	color: #00B0F0;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
}
.logo-title .title-description, .logo-title .title-description:hover {
	color: #fff;
	font-size:16px;
	text-transform: none;
	line-height:22px;
}
}
@media (max-width: 767px) {
 .navbar-fixed-top {
 position:relative;
}

.navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
 padding:0;
}
.navbar-header img {
 float:left;
 max-width:90%;
}
.search- {
 height:28px;
 width:85%;
 margin:10px 0 10px 0;
 overflow:hidden;
 float:left;
 border:1px solid #ccc;
 border-radius:5px;
}
.searchicon {
 height:22px;
 width:22px;
 margin:15px 0 0 5px;
 float:left;
}
 .service-block, .img-responsive, .carousel {
 margin-bottom: 30px;
}
 .overview .lead {
 margin-left: 0;
 margin-right: 0;
}
 .container {
 max-width: 690px;
 padding-left: 30px;
 padding-right: 30px;
}
.section {
 padding: 0 0 20px 0;
}
 #footer .text-left {
 text-align: center;
 font-size:11px;
}
#footer .text-right {
 text-align:center;
 font-size:11px;
}
 .faq-block {
 margin: 0 50px;
}
 .navbar-nav>li>a {
 padding: 10px;
}
 .header-button {
 margin: 0;
}
 .navbar-right button {
 margin-top: 0;
 margin-bottom: 50px;
}
}
@media (max-width: 490px) {
 .container {
 max-width: 430px;
 padding-left: 30px;
 padding-right: 30px;
}
.navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
}
.navbar-header, .navbar-header img {
 float:left;
 max-width:100%;
 margin:0;
 padding:0;
}
.section {
 padding: 0;
}
#header .pull-right {
float:none;
}
.search- {
 height:28px;
 width:85%;
 margin:10px 0 10px 0;
 overflow:hidden;
 float:left;
 border:1px solid #ccc;
 border-radius:5px;
}
.searchicon {
 height:22px;
 width:22px;
 margin:15px 0 0 5px;
 float:left;
}
#footer .text-left, #footer-bottom .text-left {
 text-align: center;
 font-size:16px;
}
#footer .text-right, #footer-bottom .text-right {
 text-align:center;
 font-size:16px;
}
 #gallery .col-xs-6 {
 width: 50%;
}
 .faq-block {
 margin: 0;
}
}
.error {
	color:#f00;
	padding-left:5px;
}
.smalltext {
	font-size:11px;
	color:#555;
}
.footerdiv {
	border:1px solid #99F;
	background:#eee;
}
strong {
	font-weight:bold;
}
