/*@font-face*/

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/PTSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/PTSanseot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PTSans.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PTSans.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/PTSans.svg#svgPTSans') format('svg'); /* Legacy
      iOS */
}

@font-face {
  font-family: 'PTNarrow';
  font-weight:normal;
  src: url('../fonts/PTNarrow.eot'); /* IE9 Compat Modes */
  src: url('../fonts/PTNarroweot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PTNarrow.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PTNarrow.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/PTNarrow.svg#svgPTNarrow') format('svg'); /* Legacy iOS */
  }
  
@font-face {
  font-family: 'PTCaption';
  font-weight:normal;
  src: url('../fonts/PTCaption.eot'); /* IE9 Compat Modes */
  src: url('../fonts/PTCaptioneot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PTCaption.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PTCaption.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/PTCaption.svg#svgPTCaption') format('svg'); /* Legacy iOS */
  }
  
@font-face {
  font-family: 'PTS55F';
  font-weight:normal;
  src: url('../fonts/PTS55F.eot'); /* IE9 Compat Modes */
  src: url('../fonts/PTS55Feot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PTS55F.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PTS55F.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/PTS55F.svg#svgPTS55F') format('svg'); /* Legacy iOS */
  }

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {  
 margin:0;  
 padding:0;  
 }
   
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {  
 margin: 0.3em 0;   
 }
   
li,dd {   
 margin-left:1em;  
 }  

ul {
   list-style:square;  
}

li {
  line-height: inherit;
}

fieldset {
  padding: 0.5em;
 }
   
body {
  font-size:95%;
  font-family: 'PTCaption', Fallback, sans-serif;
  color: #666;
  line-height: 1.4;  
}  
a{  
  text-decoration:none;  
}  
a:hover{  
   text-decoration:underline;  
}
p {
    margin: 0 0 15px;
}

/*.proginfo a:before { background-size: 16px 18px; padding-right: 16px; margin-right: 2px; }
.proginfo a[href$=".pdf"]:before { content: ""; background-image: url('../images/fileicons/pdf.png'); margin-right: 5px;}
.proginfo a[href$=".png"]:before { content: ""; background-image: url('../images/fileicons/png.png'); margin-right: 5px;}
.proginfo a[href$=".jpeg"]:before,
.proginfo a[href$=".jpg"]:before { content: ""; background-image: url('../images/fileicons/jpg.png'); margin-right: 5px;}*/

h1,h2,h3,h4,h5,h6 {  
font-family: 'PTSans', Fallback, sans-serif;
line-height: 1;   
 }
   
h1,.componentheading{ font-size:2.2em; color: #003045;padding-bottom:10px;}  
h2,.contentheading{font-size: 1.6em;color: #666666;}  
h3{font-size:1.6em; color: #666;}  
h4{font-size:1.4em;}  
h5{font-size:1.3em;}  
h6{font-size:1.2em}
  
#footer,.small,.createdate,.modifydate,.mosimage_caption{  
   font:0.8em Arial,Helvetica,sans-serif;  
   color:#999;  
}

strong {font-weight: bolder;}

.wrap {
  margin: 0 auto;
  width: 967px;
  min-height: 100%;
}
  
#header, #nav, #footer {
  float:left;
  padding:0px 0;
  min-width:100%;
}
  
#header {
  background: url('../images/tile.png');
  border-top: 5px solid #38B5E4;
  padding: 15px 0 0 0;
  height: 100px;
  font-size: 0.9em;
}
  
#header .logo {
  float: left;
  width: 400px;
  padding: 0 0 0 0px;
  margin: 0;
}
  
#header p {margin:0;}
  
#header ul {
  float: right;
  display: inline-block;
  margin-right: -20px;
  text-transform: lowercase;
}

#header li {
  float: left;
  list-style-type: square;
  color: #F90;
  margin-right: 12px;
  padding: 0 5px 5px 0;
}

#header .syndicate-module {
 float: right;
}

#header .syndicate-module,
#header li a {
  text-decoration: none;
  color: #ccc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .syndicate-module,
#header li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#header .syndicate-module,
#header li.active a {
  text-decoration:none;
  font-weight: bold;
  color: #fff;
}

#search {
  float: right;
  margin: -10px 0 0 180px;
  width: auto;
}
    
#search input {
  width: 160px;
  height: 30px;
  padding: 0px 15px;
  float: left;    
  font: 14px 'Arial';
  border: 0;
  background: #D6D6D6;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;    
}
    
#search input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}    
    
#search button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 2px 6px 0 0;
  cursor: pointer;
  height: 30px;
  /* width: 30px; Update for Joomla 3.6.5 
  font-weight: bolder; */
  font-size: 14px;
  color: #003045;
  text-transform: uppercase;
  background: #eee /*url('../images/search_icon_sm.png') no-repeat*/;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  /* [disabled]border:1px solid #ccc; */
}   
   
#search button:hover{    
    background: #ccc;
 }  
   
#search button:active,
#search button:focus{
  background: #ccc;
}
    
#search button:before {
  content: '';
  position: absolute;
  border-width: 15px 10px 15px 0px;
  border-style: solid solid solid none;
  border-color: transparent #eee transparent;
  top: 0px;
  left: -10px;
}
    
#search button:hover:before{
    border-right-color: #ccc;
}
    
#search button:focus:before{
    border-right-color: #eee;
}    
    
#search button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#nav {
  background: url('../images/nav_tile.png') repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  width:100%;
  height:54px;
}

#nav ul {
  font-family: 'PTSans', Fallback, sans-serif;
  font-size:1.15em;
  margin: 0 0 0 -1em;
  padding: 0;
  list-style: none;
  text-transform:uppercase;
  z-index: 2100;

}

#nav li {
  margin-right: -1em;
}  

#nav li.active a {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li {
  display: block;
  position: relative;
  float: left;
  height: 54px;
  display: table-cell;
}

#nav li ul {
  display: none;

}

#nav ul li a {
  display: table-cell;
  text-decoration: none;
  line-height:1;
  color: #003045;
  border-left: 1px solid #82888C;
  padding: 0 15px;
  white-space: normal;
  width: 130px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#nav ul li a:hover {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li:last-child{border-right: 1px solid #82888C; border-radius-bottom-right: 5px;}
#nav li:hover ul {display: block;position: absolute;}

#nav li:hover li {
  float: none;
  font-size: 0.7em;
  display: block;
  border-top: 1px solid #82888C;
  border-right: 1px solid #82888C;
  margin-left: 1.5em;
  width:160px;
  margin-bottom:0px;
}

#nav li:hover a {
  background: #5b656c;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#nav li:hover li a:last-child{border-right: none;}

#nav li:hover li a:hover {
  background: #333;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#nav ul li.item-264{display:none !important;}
#nav ul li.item-285{display:none !important;}

.vtabwrap {
  background: url('../images/tab_tile.png') repeat-x;
  height:300px;
  float: left;
  width: 100%;
}

#vtab {
  width: 1100px;
  height: 300px;
  color: #000;
  margin: auto;
}

#vtab img{
  margin: 0 20px 0 0;
}

#vtab > ul > li {
  font-family: 'PTSans', Fallback, sans-serif;
  line-height: 1.1;
  font-size: 26px;
  width: 280px;
  height: 106px;
  list-style-type: square;
  list-style-position: inside;
  overflow: visible;
  display: block;
  text-align: left;
  text-indent:-35px;
  margin: auto;
  padding: 35px 0 0 160px;
  position: relative;
  opacity: .3;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);*/
}

#vtab > ul > li.tab1 {
  cursor:pointer;
  /* [disabled]background-size:440px 141px; */
}

#vtab > ul > li.tab2 {
  cursor:pointer;
  /* [disabled]background-size: 440px 141px; */
}

#vtab > ul > li.selected {
  background: url('../images/tabarrow_sm.png') no-repeat;
  background-size: 430px 141px;
  color: #0088cc;
  opacity: 1;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  z-index: 10;
  text-indent:-35px;
}

#vtab > ul {
  width: 440px;
  height: 300px;
  float: left;
  width: 110px;
  text-align: left;
  isplay: block;
  margin: auto 0;
  padding: 0;
  position: relative;
  top:15px;
}

#vtab1 h1, #vtab2 h1 {font-size:2.5em;width:400px;}

#vtab2 {
  background: url('../images/tab1_sm.png') no-repeat;
  background-size: 640px 300px;
  margin-left: 389px;
  min-height: 300px;
  padding: 1px 0 0 270px;
  position: relative;
  z-index: 9;
  width: 360px;
}

#vtab1 {
  background: url('../images/tab2_sm.png') no-repeat;
  background-size: 640px 300px;
  margin-left: 389px;
  min-height: 300px;
  padding: 1px 0 0 270px;
  position: relative;
  z-index: 9;
  width: 360px;
}
.vtabtn a{
  font-family: 'PTNarrow', Fallback, sans-serif;
  background-color: #EBAE00;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 0;
  border: 1px solid #999999;
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  width: 135px;
  text-decoration: none;
  text-align: center;
  /*text-shadow: 1px 1px 0px #999999;*/
  float: right;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}
.vtabtn a:hover {
  background-color: #E79817;
  color: #FFFFFF;
  text-decoration: none;
}
.vtabtn:active {position: relative;top: 1px;}

#content {
  /* [disabled]clear: both;*/
  /* [disabled]padding: 20px 0 20px 0;*/
  /* [disabled]border-left: 1px solid #eee; */
  /* [disabled]border-top-left-radius: 0.4em; */
  /* [disabled]-webkit-border-top-left-radius: 0.4em; */ /* Safari */
  /* [disabled]border-top-right-radius: 0.4em; */
  /* [disabled]-webkit-border-top-right-radius: 0.4em; */ /* Safari */
}

#content ol, #content ul {
  /* [disabled]list-style-position: inside;
  /* [disabled]padding: 0px 0px 0px 20px;
  /* [disabled]text-indent: 20px;*/
  /* [disabled]line-height: 1.2em;*/
  margin-left:.7em;
  margin-bottom: 15px;
}
#content li{margin-bottom: 0.8em;}

/*#content img {
  float: right;
  margin: 10px 0 10px 10px;
}*/

.pr_sum{
  float:left;
  width:69%;
  position:relative;
  /* [disabled]margin-right:1em;*/
}
.pr_sum li{
  margin-bottom:10px;
}
.pr_sum h1{
  text-transform:uppercase;
  color: #003045;
  margin-bottom:-10px;
}

.pr_sum h4{
  color: #999999;
  margin-bottom: 10px;
}
  
.pr_info{
  float: right;
  width: 22%;
  position: relative;
  padding-left: 25px;
  /*border-left: 1px solid #ddd;
  /* [disabled]margin-left: 1em;*/
}

.pr_info li{
  margin-bottom:10px;
}
  list-style: none;
  /* [disabled]margin-left: -1.5em; */
}

.pr_info h3{
  font-family: 'PTNarrow', Fallback, sans-serif;
  line-height: 1.1;
  font-size: 1.5em;
  color: #003045;
  margin-bottom:7px;
}

.pr_tags{
  border-top:1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.pr_tags li{list-style:square;margin:10px 0 0 -10px;line-height:1.1;}

#content2 {
  clear:both;
  padding: 20px 0 0 0;
  /*margin-top: -25px;*/
}

.blog{/*margin-left:25%;*/}

.blognews > h2:first-child{font-size:2.2em; color: #003045; padding-bottom:10px;}

.title_more{
  margin-left:10px;
  border-left:1px solid #eee;
  padding-left:15px;
  font-weight:normal;
  font-size:0.5em;
}


#breadcrumb {
  background: url('../images/tab_tile2.png') repeat-x;
  float: left;
  width: 100%;
  font-size:0.9em;
}

.breadcrumbs {
  clear:both;
  padding: 10px 0 10px 0;
  float: left;
  width: 960px;
}

.button {
    border: 1px solid #666666;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#999999));
    background: -webkit-linear-gradient(top, #eeeeee, #999999);
    background: -moz-linear-gradient(top, #eeeeee, #999999);
    background: -ms-linear-gradient(top, #eeeeee, #999999);
    background: -o-linear-gradient(top, #eeeeee, #999999);
    padding: 6.5px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: rgba(255,255,255,.4) 0 1px 0;
    color: #666666;
    font: 14px 'Arial';
    text-decoration: none;
  vertical-align: middle;
}
   
.button a:link {
  color: #333333;
  text-decoration: none;
}   
   
.button:hover {
  background: #999;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
 }
    
.button:active {background: #666;text-decoration: none;}

#col1 h3, #col2 h3, #col3 h3 {
  font-family: 'PTNarrow', 'Arial Narrow',Fallback, sans-serif;
  font-size: 215%;
  color: #003045;
  line-height: 1.1;
  padding: 5px 0px 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}

#col1 h4, #col2 h4, #col3 h4 {width:90%;}

#col1 ul, #col2 ul, #col3 ul {
  list-style:none;
  margin-left:-15px;
  margin-right:15px;
  
}

 /*#col3 ul {
  float: left;
  font-family: 'PTSans', Fallback, sans-serif;
  font-size: 1.4em;
  line-height: 1.2;
  /* [disabled]overflow: auto;
  display: block;
  margin: -20px 0 0 -15px;
}

#col3 li {
  width: 250px;
  float: left;
  list-style-type: square;
  list-style-position: inside;
  color: #F90;
  margin-right: 25px;
  padding: 15px 5px 15px 0px;
  border-bottom:1px solid #ddd;
} */

.twitter-btn a {
  background: url('../images/btn_twitter_sm.png') no-repeat;
  background-size: 261px 74.5px;
  width: 126px;
  height: 42px;
  /* [disabled]border: 1px solid #666666; */
  padding: 6.5px 13px;
  text-shadow: rgba(255,255,255,.4) 0 1px 0;
  color: #666666;
  text-decoration: none;
  vertical-align: middle;
  padding: 17px 30px 15px 108px;
  margin: 20px 0px 20px 0;
  font-size:1.2em;
  font-weight: bolder;
  line-height:1.1;
  cursor:pointer;
  float:left;
}   
   
.twitter-btn a:hover {
  background: url('../images/btn_twitter2_sm.png');
  background-size: 261px 74.5px;
  color: #003045;
  text-shadow: rgba(255,255,255,.4) 0 1px 0;
  text-decoration: none;
 }  
  
#footer {
  background: url('../images/tile.png');
  text-align: center;
  padding: 15px 0 15px 0;    /*To anchor to bottom of page uncomment the following lines:*/
  position: relative;
  float: left;
  /* [disabled]clear: both; */
  width: 100%;
  margin: auto;
}

#footer {
  background: url('../images/tile.png');
  text-align: center;
  margin: 25px 0 0;
  padding: 15px 0 15px 0;    /*To anchor to bottom of page uncomment the following lines:*/
  position: relative;
  float: left;
  clear: both;
}
  
#footer a {
  color: #CCC;
}
#footer p {
    margin:0;
  }
  
#footer ul {
  float: left;
  font-size: 12px;
  line-height: 1.2;
  /* [disabled]overflow: auto; */
  display: block;
  width: 750px;
}

#footer li {
  float: left;
  list-style-type: square;
  color: #F90;
  margin-right: 15px;
  padding: 5px 5px 5px 0px;
}

#footer li a {
  text-decoration: none;
  color: #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#footer li a:hover {color: #CCC;text-decoration: underline;}

#footer li.active a {font-weight: bold;color: #fff;}  

#footer .logo {
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
  float: right;
  color: #999;
  padding: 12px 0 0 0;
  vertical-align: middle;
}

#footer .image {padding: 0 0 0 5px;float: right;height:60px; width:60px;}

/* Program manger table */

/*
.pmtable td {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
*/
.pmtable a[id] {
  position: relative;
  top: -50px;
}

.moduletable{  
  display:block;
  /*margin-bottom:2em;*/
  padding:0 0px; /*padding for inside text*/
  clear:both;
}

.syndicate-module{ font-family: 'PTSans', Fallback, sans-serif;
  font-size: 1.4em;}

.syndicate-module img{vertical-align:middle; margin: 0 0 4px 5px;}
/*

.moduletable h3{    
     color:#666;  
     padding:0.25em 0;  
     text-align:center;  
     font-size:1.1em;  
     margin:0 -10px 0.5em -10px;  
  /*negative padding to pull h3 back out from .moduletable padding*//*}   

ul.actions li{  
    float:rightright;  
    list-style:square;  
    border:0;
 color:#F90;
}
    
ul.actions li a img{border:0;}  
  
.moduletable menu{  
 padding:0;  
 color: #333;  
 margin-bottom:1em;  
 }  

.moduletable menu h3 {  
 background:#666;  
 color:#fff;  
 padding:0.25em 0;  
 text-align:center;  
 font-size:1.1em;  
 margin:0;  
 border-bottom:1px solid #fff;  
 }

.moduletable menu ul{  
 list-style: square;  
 margin: 0;  
 padding: 0;
 color:#F90;
}

.moduletable menu ul li{  
 border-bottom: 1px solid #ccc;  
 margin: 0;
 list-style: square;
 font-size:2em;
 color: #F90;
}

.moduletable menu li a{  
 display: block;  
 padding: 3px 5px 3px 0.5em;  
 border-left: 10px solid #333;  
 border-right: 10px solid #9D9D9D;  
 color: #fff;  
 text-decoration: none;  
 }  

html>body .moduletable menu li a {  
 width: auto;  
 }

.moduletable menu li a:hover, a#active_menu:link, a#active_menu:visited{  
 border-left: 10px solid #1c64d1;  
 border-right: 10px solid #5ba3e0;  
 background-color: #2586d7;  
 color: #fff;  
 }/*
 
#sidebar .moduletable, #sidebar-2 .moduletable {   
margin: 10px 0 10px 0;  
padding: 0 0 12px 0;  
line-height: 1.5em;  
color: #666;
font-size:1.5em;  
}  */

#sidebar h3, #sidebar-2 h3 {  
margin: 0;  
padding: 0px 0px 10px 0px;   
font-weight: bolder;   
}  

#sidebar p, #sidebar-2 p, sidebar ul, #sidebar-2 ul {  
margin: 0;  
padding: 0 0px;
}

#sidebar ul li, #sidebar-2 ul li {
font-family: 'PTSans', Fallback, sans-serif;
margin: 0 0 0 20px;  
padding: 15px 0 15px 10px;  
list-style: square;
color:#F90;
border-bottom:1px dotted #ddd;
line-height:1.1;
font-size:1.4em;
}

#sidebar li ul {font-size:0.6em;}
#sidebar li ul>li a{color:#0088cc;}

#sidebar li:last-child, #sidebar-2 li:last-child{border-bottom: none;
margin-bottom: 0px;
}

/*#sidebar li.active a , #sidebar-2 li.active a {
  font-weight: bold;
  color: #F90;
}*/

#sidebar li.active a.inactive,
#sidebar li.active ul li a{color: #08c;}

#sidebar li.active a,
#sidebar li.active a.inactive:hover,
#sidebar li.active ul li.active a,
#sidebar li.active ul li a:hover{color:#f90;}

#sidebar-rt {
  /*border-left:1px solid #ddd;*/
  padding-left:25px;
  width:20%
}

#sidebar-rt h3 {
  font-family: 'PTNarrow', Fallback, sans-serif;
  font-size: 215%;
  color: #003045;
  line-height: 1.1;
  padding: 0 0 0 0;
  width:180px;
}

#sidebar-rt h4{width:90%;}

#sidebar-rt ul {
  list-style:none;
  margin-left:-15px;
  margin-bottom:20px;
}

.bio-summary img{
  clear:left;
  /*float:left;*/
  margin:4px 20px 0px 0;
  border:5px solid #FFF;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  
}
.bio-summary {
  margin-bottom:25px;

}

.bio-photo{
    /*float:left;*/
    margin: 4px 20px 0px 0px;
    text-align: left;
    width: 150px;
}

.bio-photo img{
  /*float:left;*/
  margin:4px 20px 10px 0;
  border:5px solid #FFF;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  
}

.bio-pdf{
  /*float:left;*/
  margin:4px 20px 25px 0;
  /*width:100px;*/
}
.bio-pdf img{margin: 0 0 3px 5px;}

.more-btn{}

.newsbox{border:1px solid #eee; clear:right; padding-bottom:65px;}

.menusidebar {
  margin-bottom: 25px;
}

.menusidebar-2 li{
  font-family: 'PTSans', Fallback, sans-serif;  
  padding: 15px 0 15px 8px;
  list-style: square;
  color:#F90;
  border-bottom:1px solid #eee;
  line-height:1.1;
  font-size:1.5em;
}

/* Table sorting */

table.tablesorter .header {
  background: url('../images/bg.gif') right center no-repeat;
}

table.tablesorter .headerSortUp {
  background: url('../images/asc.gif') right center no-repeat;
}

table.tablesorter .headerSortDown {
  background: url('../images/desc.gif') right center no-repeat;
}

.progdescription{
  width: 65%;
  float: left;
}

.progdescription h4{
  padding-top:10px;
}

.proginfo{
  width: 30%;
  float: right;
  /*border-left:1px solid #ddd;*/
  padding-left:25px;
  padding-top:-10px;
}

.proginfo h4{
  padding-top:10px;
}

.proginfo h3{
  padding-top:0px;
  margin-top: 0;
}

.status-open {color:#f90;}

.proginfo h4:first-child{
  margin-top:-10px;
  
}

.proginfo li{
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0.4em;
}

.rollarticle {
  clear: right;
  /*padding-bottom: 65px;*/
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ddd;
}
.rollarticle > h2 > a{
  background:none;
  padding-right:0;
}

.modrollarticle {
  /*margin-bottom: 5px;
  padding-bottom: 5px;
  /*border-bottom: 1px solid #ddd;*/
}
.category-module>li{margin-bottom:20px;list-style:none;}
.mod-articles-category-readmore{margin-top:-10px;}
.category-module>li h6{margin-left:-40px;}

.mod-articles-category-title{margin-left:0px;}

/*.moduletableinternal h3{font-size:1.4em;color: #003045;}
.moduletableinternal h6{color: #999;}*/
.moduletableinternal li{margin-left:-10px;list-style:none;line-height:1;}
.moduletableinternal p{margin-left:0px;}

.nobullets li{
  /*border-bottom: 1px solid #eee;
  padding: 10px 0;
  /*list-style-position: inside;*/
  list-style: none;
  color: #f90;
  margin-left: -10px;
}

.nobullets2 li{
  list-style: none;
  margin-left: -10px;
}

.result-title {margin-top:10px;}

.result-text {}

.result-url{margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:10px;}

.span5 h4 {font-family: 'PTCaption', Fallback, sans-serif;font-size:1.2em;}
.span5 h5 {font-family: 'PTCaption', Fallback, sans-serif;font-size:1em;}

.hidefaq h2{margin-top:20px;}

.press h3 {
  font-family: 'PTNarrow', Fallback, sans-serif;
  font-size: 215%;
  color: #003045;
  line-height: 1.1;
  padding: 0 0 0 0;
  width:180px;
}

.press ul {
  list-style:none;
  margin-left:-15px;
  margin-bottom:20px;
  width:90%;
}
.press p {margin-top:5px;}

.news h3 {
  font-family: 'PTSans', Fallback, sans-serif;
  font-size: 1.8em;
  color: #666;
  line-height: 1.1;
}

.news ul li{
  list-style:none;
  margin-left:-10px;
  margin-bottom:20px;
}
.news p {margin-top:5px;}

/* hide front end editing */
ul.actions { display:none;}

.careers{
  background: url('../images/careers.jpg') no-repeat;
  border-radius: 5px;
  height: 190px;
  margin-bottom: 20px;
  padding: 25px 55px 0 430px;
  color:#fff;
}
.careers h3{color:#F90;}

/*.becomeapm{
  background: url("../images/blue-line.png") repeat-x scroll 0 0 #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 25px 30px 19px 19px;
}
/*.becomeapm h3{color:#F90;}*/

.our-pm1{
  background: #000 url('../images/our-program.jpg') no-repeat;
  border-radius: 5px 0 0 5px;
  height: 180px;
  margin-bottom: 20px;
  color:#fff;
  padding: 35px;
  width: 575px;
}
.our-pm1 h3{color:#F90;}

.our-pm2{
  background: url('../images/blue-line.png') repeat-x scroll 0 0 rgba(0, 48, 69, 0.1);
  border-radius: 0 5px 5px 0;
  height: 200px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 25px;
  width: 275px;
}
.our-pm2 h3{color:#F90;}

.become-pm{
  background: url('../images/pm.jpg') no-repeat;
  border-radius: 5px;
  color: #FFFFFF;
  height: 200px;
  margin-bottom: 10px;
  padding: 20px 30px 0 460px;
}

.about-us{
  background: url('../images/about.jpg') no-repeat;
  border-radius: 5px;
  height: 160px;
  margin-bottom: 20px;
  padding: 55px 450px 0 30px;
  color:#fff;
}
.about-us h3,
.become-pm h3,
.workingwithsplash h3 {
  color:#F90;
  font-size: 1.8em;
}

.splash {
 /*padding-top: 40px;*/
}

.workingwithsplash {
  background: url('../images/working_with_IARPA.jpg') no-repeat;
  border-radius: 5px;
  height: 140px;
  padding: 85px 450px 0 30px;
  color:#fff;  
}

.home-sum{
  background: url('../images/px_tile.png');
  border-radius: 5px;
  height: auto;
  padding: 25px;
  color:#fff;
  margin-top: 25px;
}
.home-sum h4{color:#F90;padding:0px 0px 10px 0px;border-bottom:1px dotted #ccc;margin-top: -1px;}

.lg{height:280px;}

.accordion-group {border: none;}
.accordion-heading .accordion-toggle {padding: 8px 0;}
.accordion-inner {border-top: none;padding: 9px 0px;}

#sidebar ul li.item-134{border-bottom:none;}

/* Carousel Custom */

.carousel {
    /*height: 270px;*/
    margin-top: 15px;
    width: 645px;
}

.carousel-inner {border-radius: 5px 0 0 5px;}

.carousel-caption, .carousel-caption2{
  background:none;
  bottom: auto;
  left: 0;
  padding: 5px 0px 0px 25px;
  position: absolute;
  right: 0;
  top:0;
}
.carousel-caption h1, .carousel-caption2 h1{
  color: #43B5E1;
  font-family: 'PTSans',Fallback,sans-serif;
  font-size: 36px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  white-space: normal;
  padding-bottom:0px;

  }
.carousel-caption p{
  width: 60%;
  margin:10px 0px 10px 0px;
}
.carousel-caption2 p{
  width: 50%;
  margin:10px 0px 10px 0px;
  color:#fff;
  line-height: 20px;
}

.carousel-indicators {
  cursor: pointer;
  bottom: 15px;
  top:auto;
}

.carousel-indicators li{border-radius:0px;}
.carousel-indicators .active {background-color: #F90;}

/* tabs menu */

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #38b5e4;
  margin-left: 0;
  margin-top: 15px;
}

.nav-tabs > li {
  margin-bottom: 7px;
  list-style:none
}

.nav-tabs > li > a {
  background:#F5F5F5;
  padding-bottom: 12px;
  padding-top: 12px;
  /*line-height: 20px;*/
  font-size: 1.2em;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  /*border-bottom:1px solid #38b5e4;*/
  color:#666;
  /*border: 1px solid transparent*/
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #ddd #ddd #dddddd #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #38b5e4;
  cursor: default;
  background-color: #fff;
  border: 1px solid #38b5e4;
  /*border-bottom-color: transparent;*/
  border-bottom: 2px solid #fff;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #38b5e4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.box-sm{
  background: #F2F2F2;
  border-radius: 5px;
  float: right;
  margin: 0px 0px 10px 10px;
  padding: 15px;
  position: relative;
  width: 180px;
}
.box-sm h3{color: #003045;font-size: 1.4em;}


.qlinks{
  float: left;
  font-family: 'PTSans', Fallback, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  /*background: rgba(0,48,69,0.1);*/
  background: url('../images/qlinks.png') no-repeat;
  margin: 15px 0 0 -14px;
  border-radius:0px 5px 5px 0px;
  height:270px;
}
.qlinks ul {
  float: left;
  line-height: 1.2;
  display: block;
}
.qlinks li {
  width: 275px;
  float: left;
  list-style-type: none;
  list-style-position: inside;
  margin-right: 25px;
  padding: 3px 5px 15px 0px;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #DDD;
}
.qlinks ul li:first-child{ border-top:none}
.qlinks ul li:last-child{ border-bottom:none}
.qlinks li img{
  margin: 0 8px 0 0;
  position:relative;
  top:5px;
}
.row-fluid .span8 {margin-left: 0;}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.breadcrumbs {padding-left:20px;width:auto;}
  
.progdescription{
  width: 100%;
  float: none;
}

.proginfo{
  width: 100%;
  float: none;
  border-left:none;
  padding-left:0px;

}

#nav {
  background: url('../images/nav_tile.png') repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  width:100%;
  height:54px;
}

#nav ul {
  font-family: 'PTSans', Fallback, sans-serif;
  font-size:1.15em;
  margin: 0 0 0 -1em;
  padding: 0;
  list-style: none;
  text-transform:uppercase;
  z-index: 2100;

}

#nav li {
  margin-right: -1em;
}  

#nav li.active a {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li {
  display: block;
  position: relative;
  float: left;
  height: 54px;
  display: table-cell;
  width: 16.4%;
  font-size: 15px;
}

#nav li ul {
  display: none;

}

#nav ul li a {
  display: table-cell;
  text-decoration: none;
  line-height:1;
  color: #003045;
  border-left: 1px solid #82888C;
  padding: 0 15px;
  white-space: normal;
  width: 130px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#nav ul li a:hover {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li:last-child{border-right: 0px solid #82888C; border-radius-bottom-right: 5px;}
#nav li:hover ul {display: block;position: absolute;}

#nav li:hover li {
  float: none;
  font-size: 0.7em;
  display: block;
  border-top: 1px solid #82888C;
  border-right: 1px solid #82888C;
  margin-left: 1.5em;
  width:87.5%;
  margin-bottom:0px;
}

#nav li:hover a {
  background: #5b656c;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#nav li:hover li a:last-child{border-right: none;}

#nav li:hover li a:hover {
  background: #333;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#nav ul li.item-264{display:none !important;}
#nav ul li.item-285{display:none !important;}

.wrap {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

#header {
  background: url('../images/tile.png');
  border-top: 5px solid #38B5E4;
  padding: 10px 0px 0 0;
  height: 75px;
  font-size: 0.9em;
}
  
#header .logo {
  width: 280px;
  padding: 0 0 0 20px;
  margin: 0;
}

#header ul {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  text-transform: lowercase;
}

#search {
  float: right;
  margin: -5px 0 0 180px;
  width: auto;
  padding-right:17px;
}

#footer {
  padding: 15px 0px 15px 0;
}
  
#footer ul {
  width: 500px;
  margin-left: 20px;
}

#footer li a[href^="mailto:"] {
  background: none;
}

#footer .logo {padding-right: 5px;}
#footer .image {padding-right:20px;}

.vtabwrap {/*display:none;*/height:270px;}

.carousel {/*width: 500px;*/margin-top:0px;margin-left:-25px;background:#000;}
.carousel-caption, .carousel-caption2 {margin-left:15px;}
.carousel-caption p{width:65%;}

/*.container{padding: 0 20px 0 20px;}*/

.col1, .col2, .col3{display:none}

.col3 ul{width:100px;}

 /* #col3 ul {
  float: left;
  font-family: 'PTSans', Fallback, sans-serif;
  font-size: 1.4em;
  line-height: 1.2;
  /* [disabled]overflow: auto;
  display: block;
  margin: -20px 0 0 -15px;
}

#col3 li {
  width: 150px;
  float: left;
  list-style-type: square;
  list-style-position: inside;
  color: #F90;
  margin-right: 25px;
  padding: 15px 5px 15px 0px;
  border-bottom:1px solid #eee;
} */
  
.qlinks {
  background:none;
  float: none;
  height: 100px;
  line-height: 1.2;
  margin: 0px 0 0 0px;
}
.qlinks ul {
    border-left: 25px solid #CCCCCC;
    display: block;
    float: left;
    height: 260px;
    line-height: 1.2;
    margin-left: 124px;
    margin-top: 0;
    padding-top: 10px;
    width: 35%;
    overflow: hidden;
}
.qlinks li {
  float: left;
  list-style-type: none;
  list-style-position: inside;
  margin-right: 25px;
  padding: 3px 5px 15px 0px;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #DDD;
}
.qlinks li {
  border-top: none;
}
.qlinks li img{margin: 0px 30px -1px 15px;}
.our-pm1{height: 260px;width: 411px;border-radius: 5px 0 0 5px;}
.our-pm2{height:280px;width:auto;border-radius: 0 5px 5px 0;}
.careers{padding-left:100px;}
.become-pm{height: auto;padding-bottom: 15px;padding-left: 40px;}
.about-us{padding:55px 200px 0px 30px;}
.workingwithsplash{display: none;}
.lg {height: 420px;}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.box-sm {width:95%;}
.progdescription {width:100%;}
.proginfo {width:100%;}

#breadcrumb {
  height:0px;
}

.breadcrumbs {
  display:none;
}

.wrap {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

#nav {
  background: #999 url('../images/nav_tile.png') repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  float:left;
}

#nav ul {
  font-family: 'PTSans', Fallback, sans-serif;
  font-size:1.15em;
  margin: 0 0 0 -1em;
  padding: 0;
  list-style: none;
  text-transform:uppercase;
  z-index: 13;

}

#nav li {
  margin: 0;
  width:100%;
}  

#nav li.active a {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li {
  display: block;
  position: relative;
  float: left;
  height: 54px;
  display: block;
  border-bottom: 1px solid #333;
}

#nav li ul {
  display: none;
}

#nav ul li a {
  background: url('../images/nav_tile.png') repeat-x;
  display: block;
  text-decoration: none;
  line-height:1;
  color: #003045;
  border-left: none;
  padding: 18px 0 0 40px;
  white-space: normal;
  width: auto;
  height: 36px;
  text-align: left;
  vertical-align: middle;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#nav ul li a:hover {
  background: url('../images/nav_tile2.png') repeat-x;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color:#fff
}

#nav ul li:last-child{border-right: 1px solid #82888C; border-radius-bottom-right: 5px;}
#nav li:hover ul {display: block;position: absolute;}

#nav li:hover li {
  float: none;
  font-size: 0.7em;
  display: block;
  border-top: 1px solid #82888C;
  border-right: 1px solid #82888C;
  margin-left: 1.5em;
  width:160px;
  margin-bottom:-7px;
}

#nav li:hover a {
  background: #5b656c;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

#nav li:hover li a:last-child{border-right: none;}
#nav ul li:last-child{border-right: none;}
#nav li:hover ul {  display: none;}
  
.container{padding: 0 20px 0 20px;}
  
#header {
  background: url('../images/tile.png');
  border-top: 5px solid #38B5E4;
  padding: 5px 0px 0 0;
  height: 10%;
  font-size: 0.9em;
}
  
#header .logo {
  float: left;
  width: 240px;
  padding: 10px 0 0 20px;
  margin: 0;
}

#header ul {
  float: right;
  display: inline-block;
  margin-right: 0px;
  text-transform: lowercase;
  margin-left:20px;
}

#header li { padding: 0 5px 0px 0;
  
}

#search {
    float: right;
    margin: 0 0 0 20px;
    padding-right: 15px;
    width: auto;
}

#footer ul {
  width: 180px;
  margin-left:20px
}
#footer .image {
  margin-right:0px;
}  
#footer .logo{
  margin-right:15px;
}
.vtabwrap {height:280px;}
.carousel {display:none;}
.qlinks {
   background: none;
   float: none;
   height: 100px;
   line-height: 1.2;
   margin: -30px 0 0 0px;
}

.qlinks ul {
  float: left;
  line-height: 1.2;
  display: block;
  border:none;
  margin-left:-15px;
  width: 100%;
  overflow: visible;
}
.qlinks li {
  width: 95%;
  float: left;
  list-style-type: none;
  list-style-position: inside;
  margin-right: 25px;
  padding: 3px 5px 15px 0px;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #DDD;
}
.qlinks li img{
  margin: 0 8px 0 0;
  position:relative;
  top:5px;
}
.our-pm1{height:auto;width:auto;border-radius: 5px;}
.our-pm2{height:auto;width:auto;border-radius: 5px;margin-left: 0;}
.careers{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.about-us{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.become-pm{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.workingwithsplash{display:none;}
}

/* Landscape phones and down */
@media (max-width: 480px) {

.box-sm {width:90%;}
.progdescription {width:100%;}
.proginfo {width:100%;}

#breadcrumb {
  height:0px;
}

.breadcrumbs {
  display:none;
}

.container{padding: 0 20px 0 20px;}
  
#header {
  background: url('../images/tile.png');
  border-top: 5px solid #38B5E4;
  padding: 5px 0px 0 0;
  /* height: 125px; */
  font-size: 0.9em;
}
  
#header .logo {
  float: left;
  width: 200px;
  padding: 0 0 0 20px;
  margin: 0;
}

#header ul {
  float: right;
  display: inline-block;
  margin-right: 0px;
  text-transform: lowercase;
  margin-left:20px;
}

#header li { padding: 0 5px 0px 0;
  
}

#search {
    float: right;
    margin: 0 0 0 20px;
    padding-right: 15px;
    width: auto;
}

#footer ul {
  width: 180px;
  margin-left:20px
}
#footer .image {
  margin-right:0px;
}  
#footer .logo{
  margin-right:15px;
}
.vtabwrap {height:280px;}
.carousel {display:none;}
.qlinks {
   background: none;
   float: none;
   height: 100px;
   line-height: 1.2;
   margin: -30px 0 0 0px;
}

.qlinks ul {
  float: left;
  line-height: 1.2;
  display: block;
  border:none;
  margin-left:-15px;
  width: 100%;
  overflow: visible;
}
.qlinks li {
  width: 95%;
  float: left;
  list-style-type: none;
  list-style-position: inside;
  margin-right: 25px;
  padding: 3px 5px 15px 0px;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #DDD;
}
.qlinks li img{
  margin: 0 8px 0 0;
  position:relative;
  top:5px;
}
.our-pm1{height:auto;width:auto;border-radius: 5px;}
.our-pm2{height:auto;width:auto;border-radius: 5px;margin-left: 0;}
.careers{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.about-us{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.become-pm{padding:20px;height:auto; background: #000 url('../images/blue-line.png')repeat-x;}
.workingwithsplash{display:none;}
}

/* hide research sub menu */
#nav li.item-112 ul li {
 display: none !important;
}

/*
 * Prevent External Link Icon from showing up
 * on category article list 'view all' button
 */
.moduletablenews ul a.btn {
    padding: 4px 12px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);      
}
.moduletablenews ul a.btn:hover {
    color: #333333;   
    background-color: #e6e6e6;   
}
/* Updated for Joomla 3.6.5
#search button{
  
  text-indent:-6000px;
  
} */