@import url("screen.css");
/*
Theme Name:Professional Theme
Author:Pradeep Saran
Current Maintainer: Mheinke
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

@font-face
{
font-family: Gothic;
src: url("../../../fonts/gothic.ttf");
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
color: #6D6E71;
font-family: 'Gothic';
font-size: 13px;
line-height: 20px;
}

a {
 color: #03428E;
text-decoration: none;
}

a:hover {
  color:#03428E ;
  text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
 line-height: 1em;
margin-bottom: 10px;
margin-top: 10px;
}

h1 {
  font-size:26px;
}

h2 {
font-size: 160%;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
  color: #03428E;
}

h5 {
  font-size:14px;
  color: #03428E;
}

h6 {
color: #03428E;
font-size: 13px;
font-weight: bold;
}

p {
  margin-bottom:15px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
  background:#ffffff;
  
}
th, tr, td {
  vertical-align: middle;
  border:1px solid;
  padding:5px;
}
#sidebar-second table,#block-block-7 table,
#node_contact_us_full_group_cinfo table,
.page-node-187 .content table,
.page-node-60 table{
background:none;
}
#sidebar-second td,
#sidebar-second tr,
#sidebar-second th,
#block-block-17 td,
#block-block-18 td,
#block-block-18 th,
#block-block-18 tr,
#block-block-17 tr,
#block-block-17 th,
#block-block-14 td,
#block-block-14 tr,
#block-block-14 th,
#block-block-13 td,
#block-block-13 tr,
#block-block-13 th,
#block-block-12 td,
#block-block-12 tr,
#block-block-12 th,
#block-block-11 td,
#block-block-11 tr,
#block-block-11 th,
#block-block-7 td,
#block-block-7 tr,
#block-block-7 th,
#node_contact_us_full_group_cinfo td,
#node_contact_us_full_group_cinfo tr,
#node_contact_us_full_group_cinfo th,
.page-node-187 .content td,
.page-node-187 .content tr,
.page-node-187 .content th,
.page-node-60 .content td,
.page-node-60 .content tr,
.page-node-60 .content th{
border: medium none;
padding: 0;
}
.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}


table {
  /*background: #ececec;
  border: 1px solid #bbbbbb;*/
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  /*-background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;*/
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul li {
	margin-left: 30px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

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

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
/*border-radius: 10px;padding: 0;
box-shadow: 0 0 3px #333333;*/

}

.content a:hover img {
  background:#F0F0F0;
}

/*
  Theme Design, Layout and Typography
*/

#wrapper{
margin: auto;
max-width: 960px;
position: relative;
}
 #outer-second-wrapper {
margin: auto;

}

#header {
margin: auto;
position: relative;
width: 960px;
}

#logo {
float: left;
margin-left: 40px;
margin-top: 10px;
}

#site-title a,
#site-description {
  color:#333;

}
#site-title a {
  color:#333;
  display:none;

}

#site-title,
#site-description {
float: left;
left: 0;
margin-bottom: 45px;
margin-top: 30px;
position: relative;
width: 100%;
z-index: 1;
}

#site-title {
display: none;
font-size: 28px;
font-weight: bold;
margin: 0;
}

#site-description {
font-size: 180%;
font-weight: normal;
}

#main-menu {
  min-height:40px;
  box-shadow:0 0 3px #999;
  background:#444;
  background:-moz-repeating-linear-gradient(#555, #333 40px);
  background:-webkit-repeating-linear-gradient(#555, #333 40px);
  background:-o-repeating-linear-gradient(#555, #333 40px);
  background:-ms-repeating-linear-gradient(#555, #333 40px);
  background:repeating-linear-gradient(#555, #333 40px);
}

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	line-height:40px;
}

#main-menu li li{
	line-height:13px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

#main-menu a {
  display:block;
  padding:0 20px;
  color:#FFF;
  text-align:center;
  text-decoration:none;
}

#main-menu a:hover,
#main-menu li > a.active {
  background:#000;
  color:#fff;
  text-decoration:none;
}

#main-menu li > a.active {
  background:#000;
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  min-width:150px;
  margin:0;
  background:#555;
  border-top:#5f5f5f 1px solid;
  font-size:13px;
  line-height:33px;
  text-align:left;
  overflow:hidden;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background:#444;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  box-shadow:0 0 3px #333;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}
#container {
padding-top: 10px;
position: relative;
}

#slider {
  position:relative;
  margin:0 0 1.83%;
  box-shadow:0 0 3px #999;
  background:#ccc;
  background:-moz-linear-gradient(#ddd,#bbb);
  background:-webkit-linear-gradient(#ddd,#bbb);
  background:-o-linear-gradient(#ddd,#bbb);
  background:-ms-linear-gradient(#ddd,#bbb);
  background:linear-gradient(#ddd,#bbb);
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
	display:inline-block;
	margin:0 0 0 15px;
	float:left; /** Added by ibou65 to fix vertical display of slides link on IE7, line 603 **/
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  	width:550px;
	max-width:95%;
	margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {

}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
float: right;

}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
border-right: 1px solid #6D6E71;
padding-right: 10px;
width: 75%;
}

body.sidebar-second #content {
margin: 0 35px;
width: 93%;
}

body.sidebar-second #sidebar-second {
border-left: 1px solid #6D6E71;
float: left;
margin-left: -1px !important;
padding-left: 10px;
padding-right: 9px;
width: 210px;
}

/*#foot {
    float: left;
    width: 80%;
}

.region.region-footer {
    margin: 0 !important;
    width: 75%;
}*/

#post-content {

}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#foot, #content, #sidebar-second, #sidebar-first {
/*margin-top: 10px;*/
position: relative;
}
.node {
  margin:20px 0;
}

.node h2.title, .page-title {
color: #255B9D;
font-size: 165%;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom:1.5em;
}

.block > h2{
color: #03428E;
margin: 0;
}

#sidebar-first .block > h2,
#sidebar-second .block > h2,
#head .block > h2,
#foot .block > h2 {
color: #03428E;
}

#footer-area .block > h2 {
color: #FFFFFF;
font-size: 150%;
font-weight: normal;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:0px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#content-container .field-label{
}

#content-container .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/* -------------- Form Elements   ------------- */

fieldset { background: #ffffff; /*border: 1px solid #cccccc;*/ margin-top: 0px; 
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend {text-indent: 10px;
width: 100%;; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #CCCCCC;
float: none;
margin: 0; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background-image: -moz-linear-gradient(center top , #03428E 0%, #03428E 100%);
border: medium none;
background-color: #555;
box-shadow: 0 1px 0 0 #FFFFFF inset;
color: #FFFFFF;
font-weight: bold;
position: relative;
border-radius: 6px}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
background-image: -moz-linear-gradient(center top , #03428E 0%, #03428E 100%);
/* IE10 */
background-image: -ms-linear-gradient(top, #03428E 0%, #03428E 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #03428E 0%, #03428E 100%);
/* Opera */
background-image: -o-linear-gradient(top, #03428E 0%, #03428E 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #03428E), color-stop(1, #03428E));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #03428E 0%, #03428E 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #03428E 0%, #03428E 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#03428E', endColorstr='#03428E');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;

cursor: pointer; }

#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
background: url("../images/search.png") no-repeat;
border-color: #E4E4E4 #D2D2D2 #B4B4B4;
margin-left: 0;
overflow: hidden;
text-indent: -9999px;
width: 26px;}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


#footer {
clear: both;
}
/*starbright */
.starbright_link a {
	text-decoration:none;	
}
.starbright_link, .starbright_link:hover { font-weight: bold; text-decoration: none; }

.starbright_link .star { color: #ccc }
.starbright_link .br { color: #11559C }
.starbright_link .i { color: #7F173C }
.starbright_link .g { color: #CA1F27 }
.starbright_link .h { color: #F36C1B }
.starbright_link .t { color: #FFA318 }

.starbright_link:hover .star { color: #999; }
.starbright_link:hover .br { color: #9FBCDC }
.starbright_link:hover .i { color: #D5A5B1 }
.starbright_link:hover .g { color: #F8C19A }
.starbright_link:hover .h { color: #FEDB99 }
.starbright_link:hover .t { color: #FED690 }

#footer-area {
margin: auto;
padding: 15px 0;
position: relative;
width: 960px;
}

#footer-bottom {

}
#footer-area .column {
  float: left;
margin: 0 0 1.9% 3.8%;
width: 22%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#footer-area #block-menu-menu-applicatiopn  li ,
#footer-area #block-menu-menu-clone-main-menu   li {
list-style: none outside none;
}

#footer-area li a {
color:#fff;
}
#footer-area ul.menu{
margin-left:0;
}

#copyright {
  clear:both;
  padding:0 20px;
  box-shadow:0 -1px 3px #ccc;
  background:#CCC;

  line-height:40px;
}

.copyright {
background: none repeat scroll 0 0 #03428E;
color: #FFFFFF;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

#copyright a {
  color:#00008B;
  text-decoration:none;
}

#copyright a:hover {
  color:#d54e21;
}

/** SPECIAL CLASSES FOR OVERRIDING CORE THEMES **/
#user-login-form {
	color:#000;
}

.marker, .form-required {
 color:#8B0000;
}

#block-views-rotating-banners-block {
position: relative;
margin-bottom: -5px;
background-color: #fff;
box-shadow: 0 -10px 4px #333;
z-index: 0;
}
#block-custom-search-blocks-1 {
bottom: 20px;
float: right;
height: 30px;
margin-bottom: 0;
position: relative;
width: 225px;
z-index: 10;
}
#block-custom-search-blocks-1 .form-item.form-type-textfield.form-item-custom-search-blocks-form-1 {
  border-left: 1px solid #CCCCCC;
  padding: 0 10px;
}
#custom-search-blocks-form-1 input.form-submit {
right: 80px !important;
right: 0!important;
}
#custom-search-blocks-form-1.search-form input {
position: absolute;
right: 35px;
top: 0;
}

#outer-second-wrapper{
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #CCCCCC;
height: 109px;
position: fixed;
top: 0;
width: 100%;
z-index: 13;
}
#head-first{
background: url("../images/header-bg.jpg") repeat scroll 0 0 / cover  #FFFFFF;
height: 368px;
margin-top: 110px;
}
#block-block-4 {
  position: absolute;
right: 235px;
top: -18px;
z-index: 12;
}
#node_contact_us_full_group_cinfo {
float: left;
margin-right: 10px;
width: 235px;
max-height: 333px;
}
.views-field.views-field-field-client-logos {
  float: left;
margin-right: 10px;
width: 120px;
}
#wrapper.container{
box-shadow:0 0 4px #6D6E71;

}
.form-actions.form-wrapper {
  margin: 0;
  padding: 0;
}
.region.region-footer {
  margin: 0 10px;
}
.container{
position: relative;
}
#sidebar-second .block{
  border-bottom: 1px solid #6D6E71;
}
#block-views-logo-block-1 {
  float: left;
  width: 100%;
  margin-top:20px;
}
#sidebar-second #block-block-5 h6,
#sidebar-second #block-block-5 h5 {
  font-weight: bold;
  text-transform: uppercase;
}
#node_contact_us_full_group_location {
float: left;
width: 100%;
}

#block-block-4 .content a {
  color: #6D6E71;
}
.view-id-news .views-field.views-field-field-date span.date-display-single ,
.view-id-awards span.date-display-single,
.view-flagship-projects span.date-display-single,
.view-history span.date-display-single,
.view-projects .views-field-field-project-year span.date-display-single
 {
background-color: #555555;
color: #FFFFFF;
font-family: "gothic";
margin-left: -2px;
padding: 1px 10px;
}



.view-id-awards span .ui-state-active .date-display-single{
background-color: #03428E;
}

.view-projects .views-field.views-field-field-project-name {
  left: 60px;
  position: absolute;
  top: 0;
}
.view-projects .views-field.views-field-field-project-descriptions {
margin-bottom: 20px;
margin-left: 0px;
margin-top: 20px;
font-family: 'gothic';
font-size: 14px;
}
.view-projects .views-field.views-field-title-1 {
  float: right;
  position: absolute;
  right: 9px;
  top: 0;
}
.view-projects .views-field.views-field-title-1 a,
.view-news  .views-field.views-field-title a{
color: #6D6E71;
position: absolute;
right: 0;
top: 0px;
}
.view-id-news .views-field.views-field-field-date span.date-display-single:hover,
.view-id-news .views-field.views-field-field-date .ui-state-active a .field-content span.date-display-single,
.view-id-news .views-field.views-field-field-date span.date-display-single:focus,
.view-id-awards span.date-display-single:hover,
.view-awards .ui-state-active .date-display-single,
.view-id-awards span.date-display-single:active ,
.view-flagship-projects span.date-display-single:hover,
.view-history span.date-display-single:hover {
  background-color: #03428E !important;
}
.view-id-news .views-field.views-field-field-date,
.view-flagship-projects .views-field.views-field-field-date,
.view-history .views-field.views-field-field-date-award ,
.view-projects .views-field.views-field-field-project-year{
  border-bottom: 1px solid #c5c5c6;
}
.view-history .views-field.views-field-body {
margin-left: 60px;
margin-top: 10px;
}
.view-history .views-row{
  margin-bottom: 20px;
}

.views-row{
position: relative;
}

.view-flagship-projects .views-field.views-field-title-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.view-awards .views-field.views-field-title{
  position: absolute;
  right: 0;
  top: 0;
}

.view-awards .views-row{
margin-bottom: 20px;
position: relative;
}
.view-awards .ui-widget-content {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none !important;
color: #6D6E71;
font-family: "gothic";
font-size: 14px;
}
.view-awards .ui-icon.ui-icon-triangle-1-s {
  display: none;
}
.view-awards .ui-accordion-icons .ui-accordion-header a {
  padding: 0;
  font-family: 'gothic';
}
.view-awards .ui-state-active,
.view-awards .ui-widget-content .ui-state-active,
.view-awards .ui-widget-header .ui-state-active {
  border: medium none;
}
.view-awards .ui-accordion .ui-accordion-content {
border-top: 0 none;
display: none;
margin-bottom: 2px;
margin-top: -2px;
overflow: auto;
padding: 10px 63px;
position: relative;
top: 1px;
}
.view-awards .ui-state-default, .ui-widget-content .ui-state-default,
.view-awards .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c5c5c6;
  font-weight: normal;
}
.view-awards .ui-state-active,
.view-awards .ui-widget-content .ui-state-active,
.view-awards .ui-widget-header .ui-state-active {
background: none transparent;
border-bottom: 1px solid #C5C5C6;
color: #FFFFFF;
font-family: "gothic";
}
.view-awards .ui-corner-all {
  border-top: medium none !important;
  border-radius: 0;
  border-left: medium none !important;
  border-right: medium none !important;
   border-bottom: 1px solid #c5c5c6 !important;
}
.view-awards .ui-state-default .ui-icon {
  display: none;
}
.view-awards h3.views-accordion-awards-page-header,
.view-id-services h3 {
float: left;
margin-top: 0;
position: absolute;
right: 10px;
z-index: 0;
}
#block-views-services-block h2,
#block-views-services-block-1 h2,
#block-views-services-block-2 h2,
#block-views-services-block-4 h2,
#block-views-services-block-3 h2{
margin-bottom: 10px;
}
.view-awards h3.views-accordion-awards-page-header > a,
.view-id-services  h3 > a {
color: #6D6E71;
font-size: 12px;
}
.view-flagship-projects .views-field.views-field-title {
  left: 60px;
  position: absolute;
  top: 0;
}
.view-flagship-projects .views-field.views-field-field-projects-description {
  margin-left: 60px;
  margin-top: 10px;
}
.view-flagship-projects .views-field.views-field-title a,
.view-flagship-projects .views-field.views-field-title-1 a{
color: #6D6E71;
}
.view-flagship-projects .views-row {
  margin-bottom: 20px;
}

#block-block-17,
#block-block-14,
#block-block-13,
#block-block-12,
#block-block-11,
#block-block-18,
#block-block-7 {
border-radius: 10px;
bottom: 28px;
box-shadow: 2px 0 10px #BABABA;
float: right;
margin-left: 20px;
padding: 5px;
position: relative;
width: 202px;
}

#block-block-12 p, #block-block-12 table {
margin-bottom: 5px;
}

.view-services .ui-state-default,
.view-services .ui-widget-content .ui-state-default,
.view-services .ui-widget-header .ui-state-default {
	  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	  border-bottom: 1px solid #D3D3D3;
	  border-top: none;
	  border-right: none;
      border-left: none;
      font-weight: normal;
}
.view-services .ui-state-active,
.view-services .ui-widget-content .ui-state-active,
.view-services .ui-widget-header .ui-state-active {
  background: none;
  border-bottom: 1px solid #D3D3D3;
  border-top: none;
   border-right: none;
    border-left: none;
  font-weight: normal;
}
.view-services .ui-widget-content {
  background: none;
  border: medium none;
}
.view-services .ui-state-default .ui-icon {
background:  #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}
.view-services .ui-state-default .ui-icon:hover ,
.view-services .ui-state-active .ui-icon{
background-color: #03428E;
color: #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}
.view-services .ui-state-active .ui-icon {
background: none repeat scroll 0 0 #03428E;
}
.view-services .views-field.views-field-body,
.view-services .views-field-title {
  font-family: "gothic";
  font-size: 14px;
}
.view-services .ui-accordion-icons .ui-accordion-header a {
padding-bottom: 0;
padding-left: 63px;
}
.view-services .ui-accordion-icons .ui-state-active a,
.view-services .ui-state-active a:link,
.view-services.ui-state-active a:visited,
.view-services.ui-state-active a:hover{
color: #03428E;
}
.view-services .ui-accordion .ui-accordion-content {
 border-top: 0 none;
color: #6D6E71;
padding: 1em 64px;
}
.view-directors .views-row a:active{
	text-decoration:none;
	outline: 0;
}

.view-directors .views-row a img{
	outline: 0;
}
.view-directors .views-row {
  float: left;
  margin-right: 10px;
  width: 185px;
}

.page-directors #container #block-system-main.block{margin-bottom:0;}

#block-views-directors-block {
  float: left;
  /*margin-top: 30px;*/
  width: 100%;
}
#block-views-directors-block h2,
.view-directors h2{
  margin-bottom: 10px;
}


.view-directors .views-field.views-field-title-1 a{ color:#fff}
.view-directors .views-field.views-field-title-1 { 
background: none repeat scroll 0 0 #03428E;
color: #FFFFFF;
height: 100px;
margin-bottom: 10px;
width: 165px;
line-height: 1;
}
.view-directors .views-field.views-field-title-1 .directors { 
padding:10px;
}
 #cboxTitle {
  background: none repeat scroll 0 0 #FFFFFF !important;
  color: #313131;
  display: table-cell;
  left: 0;
  padding: 10px!important;
  vertical-align: middle;
  overflow:scroll;
}
#cboxOverlay {
  background: none repeat scroll 0 0 #fff;
  opacity: 0.90 !important;
}
#colorbox {
height: 959px !important;
   /* left: 20px !important;
	right: 20px;
    top: 55px !important;*/
}

#cboxLoadedContent {
height: auto !important;
  margin: auto;
  overflow: auto;
}
#cboxTitle{
overflow: auto !important;
}
#colorbox, #colorbox div {
  margin: auto;
  overflow: visible;
  white-space: pre-wrap;
}

#imageDataContainer{
border: 1px solid #ccc;
border-top: none;
}

#outerImageContainer{
border: 1px solid #ccc;
border-bottom: none;
}

#lightbox2-overlay{background-color: #fff !important;}

.page-node-272 #cboxLoadedContent {
width: 400px !important;
}

.page-node-272 #colorbox{
	background-repeat: no-repeat !important;
    height: 1049px !important;
}

.page-node-138 #cboxLoadedContent {
width: 400px !important;
}

.page-node-138 #colorbox{
	background-repeat: no-repeat !important;
    height: 1049px !important;
}

/*#cboxTitle {
display: none !important;
}*/

.view-awards  .views-field-title-2 {
position: absolute;
left: 95px;
top: 0;
}
.view-flagship-projects .views-field-title-2{
left: 440px;
position: relative;
}
.view-awards .views-field-title-2 a{
color:#6D6E71;
}
.view-display-id-page .views-field-title-2 a:hover{
text-decoration:none;
}

/*Pipeline project styling*/
.node-flagship-projects .field-name-field-project-images {
	float: left;
	width: 675px;
}
.page-directors #colorbox {
  margin: auto !important;
  width: 750px !important;
  height: auto !important;
}

.page-directors #cboxTitle {
border-radius: 0px 0px 10px 10px;
}

.node-flagship-projects .field-name-field-project-images .field-item {
	float: left;
	padding-right: 5px;
}

/*home page blocks*/
.home-page-blocks {
position: relative;
}

.home-page-blocks #current-projects, .home-page-blocks #investor-relations, .home-page-blocks #sens, .home-page-blocks #financial-results {
	border-radius: 5px;
    box-shadow: 0 0 5px #000000;
    float: left;
    margin-right: 10px;
    min-height: 600px;
    position: relative;
    width: 159px;
} 

.home-page-blocks #sens .body{padding:0;background-color: #00AEEF;}

.home-page-blocks #current-projects {
margin-right: 0!important;
}
.home-page-blocks .body {
background-color: #00AEEF;
height: 345px;
padding: 10px;
}
.home-page-blocks .body p a{
color:#fff;
}
.home-page-blocks p{
	margin-bottom:0;
}
.home-page-blocks .image{
  position: absolute;
  bottom: 0;
}

#current-projects .body ul {
    list-style: none outside none;
    margin: 0;
}

#current-projects .body ul li {
    margin: 0;
}

#current-projects .body ul li li {
    margin-left: 15px;
}

#block-block-8 {
  float: left;
}
#block-block-8 #investor-relations h2{
	margin-left: 3px;
}

#block-block-8 h2{
color: #255B9D;
font-size: 120%;
font-weight: bold;
margin-left: 5px;

}

.view-news .views-field.views-field-title-2 {
 left: 105px;
position: absolute;
top: 0;
}
.view-news .views-field.views-field-title-2 a{
color:#6D6E71;
}
#webform-client-form-10 input.form-text{
float:right;
}
#webform-client-form-10 select {
float: right;
width: 74%;
color: #555555;
}

/*GRI Index page and King III page*/
.gri-index-table p,.king-checklist-table p{
margin-bottom: 0;
}
.views-content-counter{
background: none repeat scroll 0 0 #666666;
border-radius: 10px;
height: 15px;
margin: 5px;
text-indent: -999em;
width: 15px;
}
.views-slideshow-pager-field-item {
  float: left;
}
.views-content-counter:hover{
background: #fff;
}
.views-slideshow-controls-bottom{
bottom: 20px;
left: 30px;
position: absolute;
z-index: 10;
}
#node_contact_us_full_group_cf {
  float: left;
  width: 320px;
}
.field-name-field-project-image .field-item {
  float: left;
  margin-right: 4px;
  width: 220px;
}
.field.field-name-field-project-year,
.field.field-name-field-project-name{
  margin-bottom: 20px;
}
.block-views {
  float: left;
width: 100%;
}
.block-views h2{
  margin:20px 0;
}
/*hide homepage title*/
.front .page-title,.page-node-157 .page-title {
display:none;
}
.page-directors #cboxContent {
background: url('../images/logo.png') #FFFFFF;
background-position: 545px 30px;
background-repeat: no-repeat;
border-radius: 10px;
box-shadow: 0 0 10px #CCCCCC;
float: none !important;
font: inherit !important;
height: auto !important;
width: 750px!important;
}
.node-type-flagship-projects #cboxTitle {
width: 640px !important;
}
.front #content {
  margin-top: 15px !important;
}
body.front.sidebar-second #sidebar-second {
  padding-top: 10px;
}
.disclaimer {
  color: #FFFFFF;
}
.disclaimer:hover{
  color: #FFFFFF;
}
.page-node-74 #cboxTitle {

	padding: 0px 10px !important;
	background: none !important;
}
.file-icon {
  display: none;
}

/*home page content li*/
.page-node-157 .field-name-body li{
	margin-left: 20px;
}
#node_contact_us_full_group_cinfo .fieldset-wrapper {
  margin: 0;
}
#node_contact_us_full_group_cinfo .field.field-name-field-email {
  margin-top: 10px;
}
.form-textarea-wrapper textarea {
  -moz-box-sizing: border-box;
  display: block;
  margin: 0;
  resize: none;
  width: 100%;
}
.views-field.views-field-field-director-image {
  height: 218px;
}

#block-block-14 table,
#block-block-13 table,
#block-block-12 table,
#block-block-11 table,
#block-block-18 table,
#block-block-7 table{
font-size:12px;
}
.node-type-page .cboxPhoto{
height:auto;
width:auto;

}/*
#block-block-10 {
  bottom: 0;
  position: absolute;
}
.region-content-bottom{
height: 140px;
position: relative;
}*/


/*News page styling*/

.view-id-news .views-row{
	margin-bottom: 10px;
	/*height:90px;
	position: relative;*/
}

.view-id-news .views-field-body {
/*margin-left: 105px;
margin-top: 10px;*/
}

.view-id-news .views-field.views-field-title-1 {
 /* float: right;*/
}

.view-display-id-page .views-field-body {
	/*width: 575px;*/
}

/*News page*/

.view-id-news .ui-corner-all {
border-top: medium none !important;
border-radius: 0;
border-left: medium none !important;
border-right: medium none !important;
border-bottom: 1px solid #c5c5c6 !important;
}
.view-id-news .ui-icon.ui-icon-triangle-1-s {
display: none;
}

.view-id-awards .view-grouping-header {
position: absolute;
left: 63px;
font-family: 'gothic';
font-size: 14px;
z-index:1;
}

.view-awards h3.views-accordion-awards-page-header{float:right;font-size:14px;}
.view-awards h3.views-accordion-awards-page-header:hover{color:#000}
.view-id-news h3 {
float: left;
margin-top: 0;
position: absolute;
left: 110px;
font-family: "gothic";
font-size: 14px;
}

.view-id-awards .view-grouping-header a:hover{color:#000}
.view-id-awards .view-grouping-header a:active{color:#03428E}
.view-id-awards .view-grouping-header a{
color:#555555;
z-index:2;
text-decoration:none;
}

.view-id-news .views-field.views-field-field-date.ui-state-active span{background-color:#03428E}


.view-id-news .view-grouping-header a{
position: absolute;
font-family: "gothic";
right: 0;
color:#555555;
}

.view-news .views-field-title {
font-family: "gothic";
font-size: 12px;
}

.view-news .ui-state-active, .view-news .ui-widget-content .ui-state-active, .view-news .ui-widget-header .ui-state-active {
background: none;
border-bottom: 1px solid #D3D3D3;
border-top: none;
border-right: none;
border-left: none;
font-weight: normal;
}

.view-news .ui-state-default .ui-icon {
background: none;
display:none;
}

.view-news .ui-state-active .ui-icon {
background: none;
display:none;
}

view-news .ui-state-default .ui-icon:hover, .view-news .ui-state-active .ui-icon {
background-color: #03428E;
color: #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}

.view-news .ui-accordion-icons .ui-state-active a, .view-news .ui-state-active a:link, .view-news.ui-state-active a:visited, .view-news.ui-state-active a:hover {
color: #03428E;
}

.view-news .ui-accordion-icons .ui-accordion-header a {
padding: 0;
}

.view-news .ui-accordion .ui-accordion-content {
border-top: 0 none;
color: #6D6E71;
padding: 1em 30px 1em 110px;
font-family: gothic;
}

.view-news .ui-widget-content {
background: none;
border: medium none;
}

.view-news .ui-state-default, .view-news .ui-widget-content .ui-state-default, .view-news .ui-widget-header .ui-state-default{
background:none;
}

.view-news .ui-accordion-content-active .views-field-title-2{
display:none;
}


/*Project pages*/
/*
.view-id-projects .views-row {
margin-bottom: 10px;
}

.view-id-projects h3 {
float: left;
position: absolute;
left: 60px;
font-family: "gothic";
font-size: 1em;
margin-top:0;
z-index: 1;
}

.view-id-projects .ui-corner-all, .view-id-services .ui-corner-all {
border-top: medium none !important;
border-radius: 0;
border-left: medium none !important;
border-right: medium none !important;
border-bottom: 1px solid #c5c5c6 !important;
}

.view-id-projects .ui-icon .ui-icon-triangle-1-s{
display: none;
}

.view-id-projects .view-grouping-header {
	float:right;
	font-family: "gothic";
}

.view-id-projects .views-accordion-projects-block_3-header h3 {
float: left;
margin-top: 0;
position: absolute;
right: 10px;
font-size: 14px;
z-index: 0;
}

.view-projects .views-field-title {
font-family: "gothic";
font-size: 12px;
}

.view-projects .ui-state-active, .view-projects .ui-widget-content .ui-state-active, .view-projects .ui-widget-header .ui-state-active {
background: none;
border-bottom: 1px solid #D3D3D3;
border-top: none;
border-right: none;
border-left: none;
font-weight: normal;
}

.view-projects .ui-state-default .ui-icon {
background: none;
display:none;
}

.view-projects .ui-state-active .ui-icon {
display:none;
}

.view-projects .ui-state-default .ui-icon:hover, .view-projects .ui-state-active .ui-icon {
background-color: #03428E;
color: #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}

.view-projects .ui-accordion-icons .ui-state-active a, .view-projects .ui-state-active a:link, .view-projects.ui-state-active a:visited, .view-projects.ui-state-active a:hover {
color: #03428E;
}

.view-projects .ui-accordion-icons .ui-accordion-header a {
padding: 0;
}

.view-projects .ui-accordion .ui-accordion-content {
border-top: 0 none;
color: #6D6E71;
padding: 1em 64px;
font-family: gothic;
}

.view-projects .ui-widget-content {
background: none;
border: medium none;
}

.view-projects .ui-state-default, .view-projects .ui-widget-content .ui-state-default, .view-projects .ui-widget-header .ui-state-default{
background:none;
}

.view-projects .ui-accordion-content-active .views-field-title-2{
display:none;
}

*/

.view-id-careers h3,
.view-id-projects h3{
	float: left;
	margin-top: 0;
	position: absolute;
	right: 10px;
	z-index: 0;
}

.view-id-careers h3{margin-top: 5px;}
.view-id-careers h3 > a{color:#03428e;font-size: 12px;}

.view-id-projects h3 > a {
	color: #6D6E71;
	font-size: 12px;
}

.view-id-careers .ui-corner-all,
.view-id-projects .ui-corner-all {
	border-top: medium none !important;
	border-radius: 0;
	border-left: medium none !important;
	border-right: medium none !important;
	border-bottom: 1px solid #c5c5c6 !important;
	background: none;
}

.view-careers .ui-state-default .ui-icon,
.view-projects .ui-state-default .ui-icon {
	background: #6D6E71;
	height: 20px;
	margin-left: -5px;
	width: 50px;
}

.view-careers .ui-accordion-icons .ui-accordion-header a ,
.view-projects .ui-accordion-icons .ui-accordion-header a {
	padding-bottom: 0;
	padding-left: 63px;
}

.view-careers .ui-accordion .ui-accordion-content,
.view-projects .ui-accordion .ui-accordion-content {
	border-top: 0 none;
	color: #6D6E71;
	padding: 1em 64px;
}

.view-careers .ui-widget-content,
.view-projects .ui-widget-content {
	font-family: "gothic";
	background: none;
	border: medium none;
}

.view-careers .views-field-title,
.view-projects .views-field-title {
font-family: "gothic";
font-size: 14px;
}

.view-careers .ui-state-active,
.view-projects .ui-state-active{
background: none;
border-bottom: 1px solid #D3D3D3;
border-top: none;
border-right: none;
border-left: none;
font-weight: normal;
}

.view-careers .ui-state-default .ui-icon:hover, .view-careers .ui-state-active .ui-icon,
.view-projects .ui-state-default .ui-icon:hover, .view-projects .ui-state-active .ui-icon {
background-color: #03428E;
color: #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}

.view-careers .ui-state-active .ui-icon,
.view-projects .ui-state-active .ui-icon {
background: none repeat scroll 0 0 #03428E;
}

.view-careers .ui-accordion-icons .ui-state-active a, .view-careers .ui-state-active a:link,
.view-projects .ui-accordion-icons .ui-state-active a, .view-projects .ui-state-active a:link{
color: #03428E;
}





/*Flag-Projects*/
.view-id-flag_projects .ui-accordion-content-active .views-row {
padding: 10px;
border: 1px solid #555555;
margin-bottom: 5px;
}

.view-id-flag_projects .ui-accordion-content-active .views-row .views-field-title, .view-id-flag_projects .ui-accordion-content-active .views-row .views-field-title a {
padding-bottom: 10px;
color: #255B9D;
}

/*accordion styling*/
/*--------------------------------------------------*/

.view-id-flag_projects .ui-accordion-icons .ui-accordion-header a {
padding: 5px;
color: #fff;
background-color: #555;
font-size:14px;
}

.view-id-flag_projects .ui-corner-all, .view-id-services .ui-corner-all {
border-top: medium none !important;
border-radius: 0;
border-left: medium none !important;
border-right: medium none !important;
border-bottom: 1px solid #c5c5c6 !important;
}

.view-id-flag_projects .ui-icon .ui-icon-triangle-1-s{
display: none;
}

.view-id-flag_projects .views-accordion-projects-block_3-header h3 {
float: left;
margin-top: 0;
position: absolute;
right: 10px;
font-size: 14px;
z-index: 0;
}

.view-id-flag_projects .views-field-title {
font-family: "gothic";
font-size: 12px;
}

.view-id-flag_projects .ui-state-active, .view-id-flag_projects .ui-widget-content .ui-state-active, .view-id-flag_projects .ui-widget-header .ui-state-active {
background: none;
border-bottom: 1px solid #D3D3D3;
border-top: none;
border-right: none;
border-left: none;
font-weight: normal;
}

.view-id-flag_projects .ui-state-default .ui-icon {
background: none;
display:none;
}

.view-id-flag_projects .ui-state-active .ui-icon {
display:none;
}

.view-id-flag_projects .ui-state-default .ui-icon:hover,.view-id-flag_projects .ui-state-active .ui-icon {
background-color: #03428E;
color: #6D6E71;
height: 20px;
margin-left: -5px;
width: 50px;
}

.view-id-flag_projects .ui-accordion-icons .ui-accordion-header a:hover, .view-id-flag_projects .ui-accordion-icons .ui-state-active a, .view-id-flag_projects .ui-state-active a:link, .view-id-flag_projects .ui-state-active a:visited, .view-id-flag_projects .ui-state-active a:hover {
background-color: #03428E !important;

}



.view-id-flag_projects .ui-accordion .ui-accordion-content {
border-top: 0 none;
color: #6D6E71;
padding: 1em 64px;
font-family: 'gothic';
font-size: 14px;
}

.view-id-flag_projects .ui-widget-content {
background: none;
border: medium none;
}

.view-id-flag_projects .ui-state-default, .view-id-flag_projects .ui-widget-content .ui-state-default, .view-id-flag_projects .ui-widget-header .ui-state-default{
background:none;
}

.view-id-flag_projects .ui-accordion-content-active .views-field-title-2{
display:none;
}

.view-id-flag_projects .ui-accordion-icons .ui-accordion-header {
background-color: #555;
margin-left: 40px;
}

.view-flag-projects .views-accordion-flag_projects-page-header {
border-bottom: 1px solid #555;
}

/*manager-block in divisions*/
#block-views-services-block,
#block-views-services-block-3,
#block-views-services-block-2 {
float: left;
margin-top: -60px;
}

/*Main menu centered*/
#tb-megamenu-main-menu > div > ul{
margin-left: 10px !important;
}

/*footer logos*/
#block-block-10 {
border-right: 1px solid #555;
max-width: 720px;
margin-bottom: 0;
text-align:center;
}

#block-block-10 p {
margin-bottom: 0;
}

/*Sens Accordion*/

.view-sens h3.views-accordion-sens-page-header{
float: left;
margin-top: 0;
position: absolute;
right: 10px;
z-index: 0;
}

.view-sens h3.views-accordion-sens-page-header > a{
color: #6D6E71;
font-size: 12px;
}

.view-sens .views-row {
margin-bottom: 20px;
position: relative;
}

.view-sens .ui-corner-all {
border-top: medium none !important;
border-radius: 0;
border-left: medium none !important;
border-right: medium none !important;
border-bottom: 1px solid #c5c5c6 !important;
}

.view-sens .ui-state-default, .ui-widget-content .ui-state-default, .view-sens .ui-widget-header .ui-state-default {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #c5c5c6;
font-weight: normal;
}

.view-sens .ui-state-active, .view-sens .ui-widget-content .ui-state-active, .view-sens .ui-widget-header .ui-state-active {
background-color: #03428E;
border-bottom: 1px solid #C5C5C6;
color: #FFFFFF;
font-family: "gothic";
}

.view-sens .ui-state-active{
border: medium none;
border-bottom: 1px solid #ccc;
}

.view-sens .ui-state-default .ui-icon,.view-sens .ui-state-active .ui-icon {
display: none;
}

.view-sens .ui-accordion-icons .ui-accordion-header a {
padding: 0;
}

.view-sens span.date-display-single{
background-color: #555555;
color: #FFFFFF;
font-family: "gothic";
margin-left: -2px;
padding: 1px 10px;
}

.view-sens .ui-accordion .ui-accordion-content {
border-top: 0 none;
display: none;
margin-bottom: 2px;
margin-top: -2px;
overflow: auto;
padding: 10px 63px;
position: relative;
top: 1px;
}

.view-sens .ui-widget-content {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none !important;
color: #6D6E71;
font-family: "gothic";
font-size: 14px;
}

/*sens tab styling*/
.quicktabs_main.quicktabs-style-basic{
background-color: #fff !important;
}

/*main menu fix*/
#block-tb-megamenu-main-menu .tb-megamenu .dropdown-menu ul li ul li a {
padding-left: 40px;
}

/*contact us webform*/
#webform-client-form-155 #edit-submit{background-color: #555555;}
#webform-client-form-10 #edit-submit {
background-color: #555555;
float: right;
}

/*divisions projects view*/
#block-views-projects-block-4,
#block-views-projects-block-3,
#block-views-projects-block-2,
#block-views-projects-block-5,
#block-views-projects-block-1 {
margin-left: 5px;
}

#block-views-projects-block-5 .view-projects .views-field-field-project-year span.date-display-single,
#block-views-projects-block-4 .view-projects .views-field-field-project-year span.date-display-single,
#block-views-projects-block-3 .view-projects .views-field-field-project-year span.date-display-single,
#block-views-projects-block-2 .view-projects .views-field-field-project-year span.date-display-single,
#block-views-projects-block-1 .view-projects .views-field-field-project-year span.date-display-single {
color: #555;
}

.view-projects .ui-state-active span.date-display-single{
background: none repeat scroll 0 0 #03428E;
color:#03428E !important;
}

li[data-id="577"] a,
li[data-id="627"] a {
/*padding-left: 40px !important;*/
}

.page-node-75 #cboxTitle,
.page-node-60 #cboxTitle {
display: none !important;
}

/* Directors modal*/
.page-node-134 .ui-widget-header .ui-icon,
.page-directors .ui-widget-header .ui-icon{
	background-color: #fff;
}

.page-node-134 .ui-widget-header,
.page-directors .ui-widget-header{
	background: none;
	background-color: #03428E;
	border: none;
	color: #fff;
	border-radius: 0;
	font-weight: normal;
}

#simple-dialog-container .field-name-field-date-of-birth,
#simple-dialog-container .field-name-field-none-executive,
#simple-dialog-container .field-name-field-job-title,
#simple-dialog-container .field-name-field-qualification{
	display:none;
}

#simple-dialog-container .field-name-field-director-image {
	text-align: center;
}

#simple-dialog-container .field-name-body {
background-color: #fff;
max-height: 230px;
}

#simple-dialog-container {
background: url('../images/logo.png') #FFFFFF;
background-position: 90% 5%;
background-repeat: no-repeat;
z-index: 999;
}

#block-block-15 a{
color:#6D6E71;
}

/*Dialog Overlay*/
	.ui-widget-overlay{background: #fff;}
	.ui-widget-overlay{opacity: 0.9;}
	.page-directors .ui-dialog {opacity: 0.9;}

/* Current Project Concertina */
.view-current-civils-projects-at-esor .ui-state-active .date-display-single{background-color: #03428e !important;}

.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_4-header,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_3-header,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_2-header,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_1-header,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page-header {
	float: right;
	font-size: 14px;
	margin-top: 0;
	position: absolute;
	right: 10px;
	z-index: 0;
}

.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_4-header a,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_3-header a,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_2-header a,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page_1-header a,
.view-current-civils-projects-at-esor h3.views-accordion-current_civils_projects_at_esor-page-header a{
	color: #6D6E71;
	font-size: 12px;
}

.view-current-civils-projects-at-esor .ui-state-active{
	background: none transparent;
	border-bottom: 1px solid #C5C5C6;
	color: #FFFFFF;
	font-family: "gothic";
}

.view-current-civils-projects-at-esor .ui-state-active{
	border-width: 0 0 1px 0;
}

.view-current-civils-projects-at-esor .views-row {
	margin-bottom: 20px;
}

.view-current-civils-projects-at-esor .ui-corner-all {
	border-top: medium none !important;
	border-radius: 0;
	border-left: medium none !important;
	border-right: medium none !important;
	border-bottom: 1px solid #c5c5c6 !important;
}

.view-current-civils-projects-at-esor .ui-state-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #c5c5c6;
	font-weight: normal;
}

.view-current-civils-projects-at-esor .ui-icon.ui-icon-triangle-1-s {
display: none;
}

.view-current-civils-projects-at-esor .ui-state-default .ui-icon {
	display: none;
}

.view-current-civils-projects-at-esor .ui-accordion-icons .ui-accordion-header a {
	padding: 0;
	font-family: 'gothic';
}

.view-current-civils-projects-at-esor span.date-display-single:hover,
.view-awards .ui-state-active .date-display-single{background-color: #03428E !important;}

.view-current-civils-projects-at-esor span.date-display-single{
	background-color: #555555;
	color: #FFFFFF;
	font-family: "gothic";
	margin-left: -2px;
	padding: 1px 10px;
}

.view-current-civils-projects-at-esor .ui-accordion .ui-accordion-content {
	border-top: 0 none;
	display: none;
	margin-bottom: 2px;
	margin-top: -2px;
	overflow: auto;
	padding: 10px 63px;
	position: relative;
	top: 1px;
}

.view-current-civils-projects-at-esor .ui-widget-content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	color: #6D6E71;
	font-family: "gothic";
	font-size: 14px;
}

.group-cinfo {
float: left;
margin-right: 10px;
width: 235px;
max-height: 333px;
}

.group-cinfo tr, td{
	border:0;
}

.group-cinfo .fieldset-wrapper {
margin: 0;
}

.group-cf {
float: left;
width: 320px;
}

.group-location {
float: left;
width: 100%;
}

.king-checklist-table td {
    border: 1px solid;
    vertical-align: top;
}






