@CHARSET "ISO-8859-1";

.pcit-nav {
    /*background: -moz-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346aad ), color-stop(100%, #174e92 ));
    background: -webkit-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -o-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -ms-linear-gradient(top, #346aad 0, #174e92 100%);*/
    background-color: #00205B;
    height: 80px !important;
    display: inline-block;
    width: 100%;
}

/* .pcit-nav-img {
    max-height: 80px !important;
} */

.pcit-nav-img {
    max-height: 20px /* !important */;
}
.remove-vertical-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.header-text {
	color: #ffffff !important;
	font-family: verdana !important;
	font-size: 30px !important;
}

.navbar-nav > li > a, 
.navbar-nav > li > button {
   /*line-height: 50px !important;*/
   margin-top: 15px;
   color: #ffffff !important ;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #203761;
}

.service-header {
	height: 2px;
  	width: 50px;
  	background: #C69214;
  	position: relative;
  	border: 0;
  	margin: 5px 0px 0px 0px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.imgwrapper {
   width: auto%;
}
.img-responsive {
    /* display: block; */
    /* max-width: 60%; */
    /* width: 100% \9; */
    width: 60%;
    /* height: auto; */
}

/* @media screen and (max-width: 490px) Desktop {
  .navbar-default .navbar-brand {
width: 360px;
  }
}

@media screen and (max-width: 559px) Desktop {
  .navbar-default .navbar-brand {
width: 170px;
  }
}

@media screen and (max-width: 44k nav0px) Desktop {
  .navbar-default .navbar-brand {
width: 180px;
  }
} */

@media screen and (max-width: 768px) Desktop {
  .navbar-default .navbar-brand {
width: 400px;
  }
}

@media screen and (max-width: 749px) Desktop {
  .navbar-default .navbar-brand {
width: 370px;
  }
}

@media screen and (max-width: 44px nav0px) Desktop {
  .navbar-default .navbar-brand {
width: 350px;
  }
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  position :fixed;
}

