.clearfix:after {
    font-size: 0;
}
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}
.inline li,
.tabs li,
.breadcrumb li {
    list-style: none;
    display: inline;
    margin-right: 0.5em;
}
.item-list li {
    list-style: none;
}
.pager li {
    display: inline;
    margin-right: 0.25em;
}
img {
    vertical-align: bottom;
}
.field-label-inline .field-label,
.field-label-inline .field-items,
.field-label-inline .field-item {
    display: inline;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
input,
button,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-radius: 11px;
    background: #ddd url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0px;
}
button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    outline: 0;
    padding: 2px 3px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    height: 1.8em;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    -moz-box-shadow: #06f 0 0 7px;
    -webkit-box-shadow: #06f 0 0 7px;
    box-shadow: #06f 0 0 7px;
    z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
    background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
}
textarea,
select[size],
select[multiple] {
    height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
    select {
        background-image: url(../sites/all/themes/omega/omega/images/select-arrow.html);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
    select[size],
    select[multiple] {
        background-image: none;
        padding: 0;
    }
}
textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.ie6-button,
* html button {
    background: #ddd url(../images/button.png) repeat-x;
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 2px 10px 0px;
    overflow: visible;
    width: auto;
}
* html button {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ie6-input,
* html textarea,
* html select {
    background: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 2px 3px 1px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    vertical-align: top;
}
* html select {
    margin-top: 1px;
}
.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
    color: #888;
}
.ie6-input-disabled {
    background: #eee;
}
.menu {
    margin: 0;
    padding: 0;
}
.menu li {
    list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: #fff url(../images/bg-body.png) repeat-x;
    color: #666;
    font-family: 'DIN Next W02 Regular', 'DIN Next W10 Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
label,
.field-label {
    font-weight: 600;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    background: #f5f5f5;
    border: 1px solid #dedede;
    font-family: inherit;
    height: auto;
    padding: 5px;
    max-width: 100%;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    background: #f2f8fa;
    border-color: #b2d6e3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background: #2489af;
    background: -moz-linear-gradient(top, #2489af 0%, #02678d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2489af), color-stop(100%, #02678d));
    background: -webkit-linear-gradient(top, #2489af 0%, #02678d 100%);
    background: -o-linear-gradient(top, #2489af 0%, #02678d 100%);
    background: -ms-linear-gradient(top, #2489af 0%, #02678d 100%);
    background: linear-gradient(to bottom, #2489af 0%, #02678d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2489af', endColorstr='#02678d', GradientType=0);
    border: 1px solid #02678d;
    border-radius: 0;
    color: #fff;
    padding: 5px 15px;
    text-shadow: none;
    -webkit-appearance: none;
}
.zone {
    background: #fff;
}
header a {
    color: #666;
    text-decoration: none;
}
.logo-img {
    min-height: 75px;
    margin-top:10px;
    
}
#zone-user .region {
    min-height: 1px;
    z-index: 2;
}
#region-user-second {
    margin-bottom: -40px;
    padding-top: 40px;
}
#region-user-second .block {
    float: right;
}
#region-user-second #search-block-form .form-item,
#region-user-second #search-block-form .form-actions {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}
#region-user-second #search-block-form .form-item {
    display: inline;
    margin-right: -32px;
    width: 200px;
}
#region-user-second #search-block-form .form-item input {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(221, 221, 221, 0.5);
    box-shadow: inset 0px 0px 3px 1px rgba(221, 221, 221, 0.5);
    display: block;
    padding: 5px 40px 5px 15px;
    width: 200px;
    *width: 145px;
    z-index: 1;
}
#region-user-second #search-block-form .form-actions input {
    filter: none;
    background: transparent url(../images/bg-search.html) no-repeat center center;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 26px;
    line-height: 0;
    padding: 0;
    text-indent: -3000px;
    text-transform: uppercase;
    width: 30px;
    z-index: 2;
}
#region-user-second #search-block-form .form-item input:focus {
    background: #f5f5f5;
    border: 1px solid #dedede;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#region-user-second #block-desk02-locale-language-switcher ul {
    list-style-type: none;
    margin: 0 -8px 0 8px;
    padding: 5px 0 0 0;
}
#region-user-second #block-desk02-locale-language-switcher ul li {
    border-left: 1px solid #dedede;
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
#region-user-second #block-desk02-locale-language-switcher ul li a {
    font-size: 11px;
    padding: 0 8px;
}
#region-user-second #block-desk02-locale-language-switcher ul li.first {
    border: none;
}
#zone-menu {
    padding: 0;
    text-align: right;
}
#zone-menu ul {
    margin-right:10px;
}
#zone-menu ul li {
    display: inline;
    padding: 0 0 0 14px;
}
#zone-menu a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #0076a3;
}
#zone-menu li.active a,
#zone-menu li.active-trail a {
    color: #348B35;
    font-weight:bold;
}
.region-header-first-inner {
    min-height: 280px;
}
a {
    color: #0076a3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0076a3;
    font-weight: 300;
    line-height: 1em;
    margin-bottom:0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
table {
    margin-bottom: 20px;
    margin-top: 0;
}
h1#page-title {
    margin: 0 0 15px 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5,
h6 {
    font-size: 14px;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
    background: transparent;
}
a:hover {
    color: #005685;
}
#section-content {
    padding: 10px 0;
}
.block-breadcrumb {
    padding: 0 0 10px 0;
}
.breadcrumb {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.breadcrumb a {
    color: #888;
    text-decoration: none;
}
.item-list ul {
    margin: 0;
}
.item-list ul li {
    margin: 0;
}
table {
    border: 1px solid #CCC;
    width: 100%;
}
thead th,
th {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    color: #333;
}
td,
th {
    padding: 4px 8px;
    vertical-align: middle;
}
th a,
th a:link,
th a:visited {
    text-decoration: none;
}
th a {
    display: block;
}
th a img {
    margin: 0 0 0 5px;
}
th.active {
    background: #DDD;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
tr.even td {
    background: #F1F5FA;
}
tr.odd td {
    background: #fff;
}
td.active {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
tr.even td.active {
    background: #e5e9ed;
}
tr.odd td.active {
    background: #f2f2f2;
}
td ul.links {
    margin-bottom: 0;
}
span.file {
    display: block;
    line-height: 1.3;
    padding-left: 22px;
    margin: 0 0 4px 0;
    position: relative;
}
span.file img {
    float: left;
    margin: 1px 0 0 -22px;
}
.region-content .field-name-field-page-attachments,
.region-content .field-name-field-page-links,
.region-content .field-name-field-pressrel-image {
    margin-bottom: 20px;
}
.region-content .field-name-post-date,
.region-content .views-field-created {
    color: #999;
    font-style: italic;
    margin: 0 0 10px 0;
}
.region-content .field-type-file img {
    display: none;
}
.region-content .field-type-file span.file {
    background: #fff url(../images/bg-arrow-blue.html) no-repeat 5px 3px;
    display: inline-block;
    padding: 0 0 0 22px;
}
.field-name-field-page-images .field-items,
.field-name-field-activity-category-images .field-items,
.field-name-field-photogallery-images .field-items,
.views-field-field-equipment-item-mages .item-list,
.field-name-field-equipment-images .field-items,
.field-name-field-equipment-category-images .field-items,
.views-field-field-project-images .item-list,
.field-name-field-news-image .field-items {
    margin-left: -20px;
}
.field-name-field-page-images .field-item,
.field-name-field-activity-category-images .field-item,
.field-name-field-photogallery-images .field-item,
.views-field-field-equipment-item-mages .item-list li,
.field-name-field-equipment-images .field-item,
.field-name-field-equipment-category-images .field-item,
.views-field-field-project-images .item-list li,
.field-name-field-news-image .field-item {
    display: inline-block;
    margin: 0;
    padding: 0 0 20px 20px;
    *display: inline;
    zoom: 1;
}
.view-videos h3,
.view-pictures h3 {
    font-weight: normal;
    margin-bottom: 0;
}
.view-videos .views-row,
.view-pictures .views-row {
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    padding: 0 0 20px 240px;
}
.view-videos a,
.view-pictures a {
    text-decoration: none;
}
.view-videos .views-row-first,
.view-pictures .views-row-first {
    overflow: hidden;
    margin-top: 0;
}
.view-videos .views-row-last,
.view-pictures .views-row-last {
    border-bottom: none;
}
.view-videos .views-field-field-video-video,
.view-pictures .views-field-field-photogallery-images {
    float: left;
    margin: 0 0 0 -240px;
    position: relative;
    z-index: 2;
}
.view-videos .views-field-field-video-video img,
.view-pictures .views-field-field-photogallery-images img {
    position: relative;
    z-index: -1;
}
.view-related-videos .views-field-field-video-video img {
    position: relative;
}
.view-videos .views-field-field-video-video a,
.view-pictures .views-field-field-photogallery-images a,
.view-related-videos .views-field-field-video-video a {
    display: inline-block;
    position: relative;
}
.view-videos .views-field-field-video-video a:after,
.view-pictures .views-field-field-photogallery-images a:after,
.view-related-videos .views-field-field-video-video a:after {
    background: none;
    content: " ";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    position: absolute;
}
.view-pictures .views-row {
    height: 165px;
}
.view-pictures .views-field-field-photogallery-images:hover a:after {
    background: transparent url(../images/bg-picture.png) no-repeat center center;
}
.view-videos .views-field-field-video-video:hover a:after,
.view-related-videos .views-field-field-video-video:hover a:after {
    background: transparent url(../images/bg-video.png) no-repeat center center;
}
.view-news .views-row {
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    padding: 0 0 20px 160px;
}
.view-news a {
    text-decoration: none;
}
.view-news h3 {
    margin-bottom: 0;
}
.view-news .views-row-first {
    margin-top: 0;
}
.view-news .views-row-last {
    margin-bottom: 20px;
}
.view-news .views-field-field-news-image {
    float: left;
    margin: 6px 0 0 -160px;
    position: relative;
    z-index: 2;
}
.node-type-news-item .field-name-field-news-activity-category {
    font-size: 90%;
    margin-bottom: 10px;
}
.node-type-news-item .field-name-field-news-attachment {
    margin-bottom: 20px;
}
.node-type-news-item .field-name-post-date {
    color: #999;
    margin-bottom: 10px;
}
.skin-default .views-field-title {
    background: #0076a3;
    background-color: rgba(0, 118, 163, 0.8);
    color: rgba(0, 118, 163, 0.8);
    color: #fff;
    font-family: 'DIN Next W02 Light', 'DIN Next W10 Light', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
}
.skin-default .views-field-title a {
    color: #fff;
}
.views-slideshow-controls-bottom {
    float: right;
    height: 10px;
    margin: -20px 0 5px 0;
    position: relative;
    z-index: 100;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 2px 0px #aaaaaa;
    box-shadow: inset 1px 1px 2px 0px #aaaaaa;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 10px;
    line-height: 10px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 10px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item.active {
    background: #d7035a;
    color: #d7035a;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.block-frontpage-tabs {
    background: #f6f6f6;
    margin-bottom: 30px;
}
.block-frontpage-tabs .item-list {
    background: #1B246F;
    border: none;
    display: table;
    font-size: 0;
    width: 100%;
}
.block-frontpage-tabs ul.quicktabs-tabs {
    display: table-row;
}
.block-frontpage-tabs ul.quicktabs-tabs li {
    display: table-cell;
    _display: inline;
    zoom: 1;
    padding: 0;
    text-align: center;
}
.block-frontpage-tabs ul.quicktabs-tabs li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 11px 10px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.block-frontpage-tabs ul.quicktabs-tabs li.active a {
    background: #338C38;
    position: relative;
}
.block-frontpage-tabs ul.quicktabs-tabs li.active a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 119, 162, 0);
    border-top-color: #0076a3;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.block-frontpage-tabs .views-row {
    background: #f6f6f6;
}
.block-frontpage-tabs .views-row-even {
    background: #ebebeb;
}
.block-frontpage-tabs .views-row:hover {
    background: #fff;
}
.block-frontpage-tabs .views-row a {
    background-image: url(../images/bg-tabs-item.png);
    background-repeat: no-repeat;
    background-position: 254px bottom;
    color: #666;
    display: block;
    height: 165px;
    padding: 15px 60px 0 15px;
    text-decoration: none;
}
.block-frontpage-tabs .views-row a:hover {
    background-position: -113px bottom;
}
.block-frontpage-tabs .views-row a strong {
    color: #0076a3;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 -45px 5px 0;
}
.front .intro-content {
    height: 210px;
    overflow: hidden;
}
.front .addthis-block {
    height: 29px;
    padding: 0;
}
.block-frontpage-image-links-block .views-row {
    float: left;
    height: 175px;
    overflow: hidden;
    width: 470px;
}
.block-frontpage-image-links-block .views-row .views-field-field-frontpage-il-image-hover,
.block-frontpage-image-links-block .views-row:hover .views-field-field-frontpage-il-image {
    display: none;
}
.block-frontpage-image-links-block .views-row:hover .views-field-field-frontpage-il-image-hover {
    display: block;
}
.view-activity-projects .views-row {
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
    padding: 0 0 0 160px;
}
.view-activity-projects .views-row.project-open {
    background: transparent url(../images/bg-project.png) repeat-y top left;
}
.view-activity-projects .views-field-title {
    background: #ebebeb;
    margin-bottom: 20px;
    padding: 8px 10px;
    position: relative;
}
.view-activity-projects .views-field-title h3 {
    font-size: 14px;
    font-weight: bold;
}
.view-activity-projects .views-field-title:after {
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ebebeb;
    border-width: 10px;
    top: 100%;
    margin-top: -10px;
}
.view-activity-projects .views-field-title h3 {
    margin-bottom: 0;
}
.view-activity-projects a {
    text-decoration: none;
}
.view-activity-projects .views-field-field-project-technical-image {
    float: left;
    margin: 0 0 0 -160px;
}
.view-activity-projects .views-field-field-project-technical-image img {
    border-bottom: 20px solid #fff;
}
.view-activity-projects .views-field-body {
    margin: 0 0 20px 0;
}
.view-activity-projects .views-field-field-project-video,
.view-activity-projects .views-field-field-project-images {
    clear: right;
    float: left;
}
.view-activity-projects .views-field-field-project-images {
    width: 380px;
}
.view-activity-projects .views-field-field-project-video {
    margin-right: 20px;
}
.view-activity-projects .views-field-field-project-video a {
    background: #0076a3 url(../images/bg-video-btn.html) no-repeat 10px center;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    opacity: 0.8;
    padding: 0 0 0 58px;
    text-transform: uppercase;
    width: 82px;
}
.view-activity-projects .views-field-field-project-video a:hover {
    opacity: 1;
}
.view-activity-projects .views-field-nothing-1 {
    clear: both;
    display: block;
    padding-top: 20px;
}
.view-activity-projects table {
    clear: both;
}
.view-activity-projects table,
.view-activity-projects table thead,
.view-activity-projects table tbody,
.view-activity-projects table tr,
.view-activity-projects table th,
.view-activity-projects table td {
    background: #fff;
    border: none;
    vertical-align: top;
}
.view-activity-projects table th {
    background: #0076a3;
    color: #fff;
    padding-left: 26px;
    text-transform: uppercase;
}
.view-activity-projects .views-field-nothing table th {
    background: #0076a3 url(../images/bg-paperclip.html) no-repeat 5px 5px;
}
.view-activity-projects .views-field-nothing-1 table th {
    background: #0076a3 url(../images/bg-gear.html) no-repeat 5px 4px;
}
.view-activity-projects table tr.odd td {
    background: #ebebeb;
}
.view-activity-projects table td.label {
    font-weight: bold;
    width: 200px;
}
.view-activity-projects table td p,
.view-activity-projects table td ul,
.view-activity-projects table td ul li {
    margin: 0;
    padding: 0;
}
.view-activity-projects table td ul {
    padding-left: 20px;
}
.view-activity-projects .views-field-nothing-7 {
    clear: both;
    display: block;
    padding-top: 20px;
}
.view-activity-projects .views-field-nothing-6 {
    clear: both;
    display: block;
}
.view-activity-projects a.project-element-show-project-details,
.view-activity-projects a.project-element-hide-project-details {
    background-color: #ebebeb;
    background-image: url(../images/bg-project-details.png);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    display: inline-block;
    padding: 3px 5px 3px 24px;
}
.view-activity-projects a.project-element-hide-project-details {
    background: #ebebeb url(../images/bg-project-details.png) no-repeat -282px 9px;
}
.view-activity-projects a.project-element-show-project-details:hover {
    background-color: #0076a3;
    background-position: 8px -21px;
    color: #fff;
}
.view-activity-projects a.project-element-hide-project-details:hover {
    background-color: #0076a3;
    background-position: -282px -21px;
    color: #fff;
}
.view-annual-reports h3 {
    background: #ebebeb;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 8px 10px;
    position: relative;
}
.view-annual-reports h3:after {
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ebebeb;
    border-width: 10px;
    top: 100%;
    margin-top: -10px;
}
.view-annual-reports .views-row {
    padding: 0 0 5px 10px;
}
.view-annual-reports .views-row-last {
    margin-bottom: 20px;
}
.brochure-links {
    margin-bottom: 20px;
}
.block-fleet-technical-specs-block h2,
.brochure-links h3 {
    border-bottom: 1px solid #dedede;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}
.brochure-links .views-row {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 20px;
}
.brochure-links .views-row a {
    background: #0076a3;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
}
.brochure-links .views-row a:hover {
    background: #ebebeb;
    color: #0076a3;
}
.view-press-releases a {
    text-decoration: none;
}
.content > .view-press-releases > .view-content > .views-row {
    padding-left: 160px;
    margin-bottom: 20px;
}
.view-press-releases .view-content .views-field-field-pressrel-image {
    float: left;
    margin: 6px 0 0 -160px;
}
.view-press-releases h3 {
    margin: 0;
}
.view-press-releases .views-field-created-1 {
    color: #999;
    font-style: italic;
    margin-bottom: 10px;
}
.view-press-releases h3 a {
    text-decoration: none;
}
.view-press-releases-bottom {}.view-press-releases-bottom .views-row {
    background: #fff url(../images/bg-arrow-blue.html) no-repeat 18px 18px;
    border: 1px solid #dedede;
    margin: -1px 0;
    padding: 15px 15px 15px 42px;
}
.view-press-releases-bottom .views-row-last {
    margin-bottom: 20px;
}
.view-press-releases-bottom .views-field-title {
    line-height: 1.2;
}
.view-press-releases-bottom a {
    text-decoration: none;
}
aside .view-related-videos .views-row .views-field-field-video-video,
aside .view-related-videos .views-row .views-field-nothing {
    margin: 0 0 20px 0;
}
aside .view-press-release-links .views-row {
    background: #fff url(../images/bg-arrow-blue.html) no-repeat 5px 4px;
    padding: 0 0 0 22px;
}
aside .view-press-release-links .views-row ol {
    padding: 0;
}
.view-press-releases-bottom .views-row {
    padding-bottom: 20px;
}
.view-press-releases-bottom .views-row .views-field {
    margin: 0;
}
.press-contact,
.block-related-pictures-block,
.block-related-videos-block,
.block-press-release-attachments-block,
.block-press-release-links-block {
    margin-bottom: 20px;
}
.press-contact h2,
.block-related-pictures-block h2,
.block-related-videos-block h2,
.block-press-release-attachments-block h2,
.block-press-release-links-block h2 {
    background: #ebebeb;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 8px 10px;
    position: relative;
}
.press-contact h2:after,
.block-related-pictures-block h2:after,
.block-related-videos-block h2:after,
.block-press-release-attachments-block h2:after,
.block-press-release-links-block h2:after {
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ebebeb;
    border-width: 10px;
    top: 100%;
    margin-top: -10px;
}
.block-press-release-attachments-block .view,
.block-press-release-links-block .view {
    padding: 0 10px;
}
.block-related-pictures-block .item-list {
    margin-left: -20px;
}
.block-related-pictures-block .item-list ul,
.block-press-release-attachments-block .item-list ul,
.block-press-release-links-block .item-list ul,
.block-views-annual-reports-block ul {
    margin: 0;
}
.block-press-release-attachments-block .file-icon,
.block-views-annual-reports-block .file-icon {
    display: none;
}
.block-press-release-attachments-block .item-list ul li,
.block-press-release-links-block .item-list ul li {
    margin: 0;
}
.block-press-release-attachments-block .item-list ul li {
    background: #fff url(../images/bg-arrow-blue.html) no-repeat 5px 3px;
    padding: 0 0 0 22px;
}
.block-views-annual-reports-block .views-row {
    background: #fff url(../images/bg-arrow-blue.html) no-repeat 10px 3px;
    padding: 0 0 5px 27px;
}
.block-views-annual-reports-block .file {
    padding: 0;
}
.block-press-release-attachments-block .item-list ul li span.file {
    padding: 0;
}
.block-related-pictures-block .item-list ul li {
    display: inline-block;
    padding: 0 0 20px 20px;
    margin: 0;
    zoom: 1;
}
.press-contact .node-block {
    padding: 0 10px 0 10px;
}
#region-sidebar-first .block-menu-block ul {
    border-top: 1px solid #dedede;
    line-height: 1.3em;
}
#region-sidebar-first .block-menu-block ul li {
    border-bottom: 1px solid #dedede;
}
#region-sidebar-first .block-menu-block ul li a {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px 0px #fff;
    color: #666;
    display: block;
    font-family: 'DIN Next W02 Medium', 'DIN Next W10 Medium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 2px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#region-sidebar-first .block-menu-block ul li ul {
    display: none;
}
#region-sidebar-first .block-menu-block ul li.active li ul,
#region-sidebar-first .block-menu-block ul li.active-trail ul {
    display: block;
}
#region-sidebar-first .block-menu-block ul li ul li a {
    background: #fff;
    font-family: 'DIN Next W02 Regular', 'DIN Next W10 Regular', Helvetica, Arial, sans-serif;
    filter: none;
    padding-left: 20px;
    text-transform: none;
}
#region-sidebar-first .block-menu-block ul li ul li.last {
    border-bottom: none;
}
#region-sidebar-first .block-menu-block ul li.active-trail > a {
    background: #2489af;
    background: -moz-linear-gradient(top, #2489af 0%, #02678d 100%);
    background: linear-gradient(to bottom, #2489af 0%, #02678d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2489af', endColorstr='#02678d', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 1px 0px #459bbb;
    box-shadow: inset 0px 1px 1px 0px #459bbb;
    color: #fff;
}
#region-sidebar-first .block-menu-block ul li.active-trail li.active > a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0077a2;
    filter: none;
}
#zone-footer-wrapper {
    background: #363636;
}
#zone-footer-wrapper .zone {
    background: transparent;
    padding: 30px 0;
}
#zone-footer-wrapper,
#zone-footer-wrapper h2,
#zone-footer-wrapper a,
#zone-postfooter-wrapper a {
    color: #fff;
}
#zone-footer-wrapper .block {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    width: 140px;
}
#zone-footer-wrapper .follow-us {
    float: right;
    margin: 0;
    width: auto;
}
#zone-footer-wrapper .block h2 {
    border-bottom: 2px solid #5ea6c3;
    font-size: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
#zone-footer-wrapper .block li {
    padding-bottom: 5px;
    vertical-align: top;
}
#zone-footer-wrapper .block a,
#zone-postfooter-wrapper .block a {
    text-decoration: none;
}
#zone-postfooter-wrapper .block a:hover {
    text-decoration: underline;
}
#zone-postfooter-wrapper {
    background: #464646;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}
#zone-postfooter-wrapper .zone {
    background: transparent;
}
#zone-postfooter-wrapper p {
    margin: 0;
}
.node-type-equipment .field-name-field-equipment-technical-image {
    float: left;
    margin: 5px 20px 10px 0;
}
.block-main .node-type-equipment .field-name-body {
    margin-left: 240px;
}
.node-type-equipment .field-name-field-equipment-video {
    margin: 0 0 20px 240px;
}
.view-equipment-items .views-row {
    overflow: hidden;
}
.view-equipment-items .views-field {
    float: right;
    width: 380px;
}
.view-equipment-items .views-field-title {
    background: #ebebeb;
    color: #0076a3;
    float: none;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 10px;
    position: relative;
    width: auto;
}
.view-equipment-items .views-field-title h3 {
    margin: 0;
}
.view-equipment-items .views-field-title:after {
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ebebeb;
    border-width: 10px;
    top: 100%;
    margin-top: -10px;
}
.view-equipment-items .views-field-field-equipment-item-technical {
    float: left;
    width: auto;
}
.view-equipment-items .views-field-field-equipment-item-mages {
    border-top: 1px solid #dedede;
    margin-top: 12px;
    padding-top: 20px;
}
.view-equipment-items .views-field-field-equipment-item-pdf {
    float: right;
    margin: -10px 0 0;
    padding: 0 0 20px;
    width: 380px;
}
a.buttonlink,
p.buttonlink a,
aside .view-company-profile-brochure-page a,
aside .view-activity-category-brochures-page a,
aside .view-equipment-category-technical-specifications a,
aside .view-related-videos .views-field-nothing a,
aside .view-related-pictures .views-field-field-photogallery-download-zip a,
.region-content .block-views-videos-block .views-field-nothing a,
.field-name-field-photogallery-download-zip a,
.request-footage .field-item a,
.field-name-field-equipment-video a,
.views-field-field-photogallery-download-zip a {
    background: #ececec url(../images/bg-gradient.png) repeat-x center center;
    border: 1px solid #d2d2d2;
    color: #000;
    display: inline-block;
    line-height: 1.3;
    padding: 10px 15px;
    text-decoration: none;
}
.region-content .block-views-videos-block .views-field-nothing a,
.field-name-field-equipment-video a,
.views-field-field-photogallery-download-zip a,
aside .view-company-profile-brochure-page a,
aside .view-activity-category-brochures-page a,
aside .view-equipment-category-technical-specifications a,
aside .view-related-pictures .views-field-field-photogallery-download-zip a,
aside .view-related-videos .views-field-nothing a,
aside .request-footage .field-item a {
    background: #ececec url(../images/bg-download-gradient.png) no-repeat 0 center;
    padding: 10px 15px 10px 44px;
}
aside .view-company-profile-brochure-page a,
aside .view-equipment-category-technical-specifications a {
    background: #ececec url(../images/bg-download-gradient.png) no-repeat 0 -20px;
}
.field-name-field-equipment-video a {
    background: #ececec url(../images/bg-video-gradient.png) no-repeat 0 center;
}
a.buttonlink:hover,
p.buttonlink a:hover,
aside .view-company-profile-brochure-page a:hover,
aside .view-activity-category-brochures-page a:hover,
aside .view-equipment-category-technical-specifications a:hover,
aside .view-related-videos .views-field-nothing a:hover,
aside .view-related-pictures .views-field-field-photogallery-download-zip a:hover,
.region-content .block-views-videos-block .views-field-nothing a:hover,
.field-name-field-photogallery-download-zip a:hover,
.field-name-field-equipment-video a:hover,
.request-footage .field-item a:hover {
    background: #0076a3;
    border-color: #0076a3;
    color: #fff;
}
.region-content .block-views-videos-block .views-field-nothing a:hover,
.views-field-field-photogallery-download-zip a:hover,
aside .view-company-profile-brochure-page a:hover,
aside .view-activity-category-brochures-page a:hover,
aside .view-related-pictures .views-field-field-photogallery-download-zip a:hover,
aside .view-related-videos .views-field-nothing a:hover,
aside .request-footage .field-item a:hover {
    background: #0076a3 url(../images/bg-download-gradient.png) no-repeat -300px center;
    border-color: #0076a3;
    color: #fff;
}
aside .view-company-profile-brochure-page a:hover,
aside .view-equipment-category-technical-specifications a:hover {
    background: #0076a3 url(../images/bg-download-gradient.png) no-repeat -300px -20px;
}
.field-name-field-equipment-video a:hover {
    background: #0076a3 url(../images/bg-video-gradient.png) -300px center no-repeat;
    border-color: #0076a3;
    color: #fff;
}
aside .view-company-profile-brochure-page a,
aside .view-activity-category-brochures-page a,
aside .view-equipment-category-technical-specifications a,
aside .view-equipment-category-technical-specifications a,
aside .request-footage .field-item a {
    display: block;
}
.views-field-field-equipment-item-pdf img,
.views-field-field-photogallery-download-zip img,
.field-name-field-photogallery-download-zip img {
    display: none;
}
.addthis-block {
    padding: 30px 0;
}
.feed-icon {
    padding: 20px 0;
}
#cboxClose {
    background-color: #fff;
    filter: none;
}
hr {
    border: 0;
    height: 1px;
    background: #dedede;
    margin-bottom: 20px;
}
img.image-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.image-right {
    float: right;
    margin: 0 0 10px 20px;
}
#cboxWrapper button {
    border: none;
    filter: none;
    padding: 0;
}
#cboxWrapper button:active,
#cboxWrapper button:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-search-node #block-system-main h2 {
    font-weight: normal;
    margin: 20px 0;
}
.page-search-node #block-system-main h3 {
    margin-bottom: 0;
}
.item-list .pager {
    text-align: left;
}
.item-list .pager li {
    padding: 0.2em;
}
.item-list .pager li.pager-current {
    padding: 0.2em 0.5em;
}
.item-list .pager a {
    background: #ececec;
    background: -moz-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ececec 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0);
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 0 0.5em;
    text-decoration: none;
}
.item-list .pager a:hover {
    background: #0076a3;
    border: 1px solid #0076a3;
    color: #fff;
}
#tabs ul {
    margin-top: 0;
    padding-left: 0;
}
#tabs a {
    background: #e5f1f6;
    border: 1px solid #e5f1f6;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    text-decoration: none;
}
#tabs a:hover {
    background: #00709d;
    border-color: #00709d;
    color: #e5f1f6;
}
#tabs a.active {
    background: #fff;
    border: 1px solid #dedede;
    color: #666;
}
div.messages {
    margin: 0 0 30px 0;
    padding: 10px 10px 10px 50px;
}
.unslide { position: relative; overflow: auto; }
    .unslide li { list-style: none; }
        .unslide ul li { float: left; }
        
#menu-wrapper{
	width:720px;
	float:right;
	
}
#menu-wrapper ul {
    display: inline;
}
#menu-wrapper a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu-wrapper a:hover {
    font-weight:bold;
    color:#1E246E;
}
#menu-wrapper a.active{
	font-weight:bold;
	color:#FFF;
}
#menu-wrapper li.sub-active{
	font-weight:bold;
	
}
#menu-wrapper li.sub-active a{
	font-weight:bold;
	color:#FFF;
}

#core-wrapper{
	width:610px;
	height:auto;
	float:right;
	margin-right:0;
	display:inline-block;;
}
#core-wrapper h1{
	margin:0px 0 10px 0;
}
#core-wrapper p.core{
	margin:0 0 10px 0;
}
#core-wrapper h3{
	background:#ebebeb;
	padding:3px;
}
#sm-wrapper{
	background:	#1E246E;
	width:290px;
	display: inline;
	padding:0 0 10px 0px;
   float: left;
   position: relative;
   margin-left: 0px;
   margin-right: 0px;
   margin:2px 0 20px 0;
  }
#sb-gallery-wrapper{
  	float:left;
  	clear:right;
  	clear:left;
  	height:auto;
}
.div-top{
  text-align:center;
  	display:inline-block;
  	margin:0 0 0 -15px;
  	padding:0 5px 0 5px;
  }
.div-act{
  text-align:center;
  	display:inline-block;
  	margin:0 0 0 -15px;
  	padding:0 5px 0 5px;
  	background:#388C36;
  }
 
  .div-subact{
  text-align:center;
  	display:inline-block;
  	margin:0 0 0 -15px;
  	padding:0 5px 0 5px;
  	background:#1E246E;
  }
 .body-txt-wrap{
 	width:620px;
  	display: inline;
    float: right;
    position: relative;
    margin-left: 8px;
    margin-right: 10px;
}
.pics-table{
	display:table;
	margin: 20px 0 30px 0;
}
.pics-row{
	display:table-row;
}
.pics-cell{
	display:table-cell; 
	padding-right:4px;
}
.client-img{
	max-width:103px;
	border:0;
}
.sig{
	font-style: italic;
	font-weight:bold;
}
.body-wrapper{
   margin-left: auto;
   margin-right: auto;
	background:#FFF;
   width: 940px;
}
.sidetab-wrapper{
	width:300px;
	 display: inline;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-right: 20px;
}
.ulkp{
	margin:-10px 0 20px -20px;
}
.ulkp p{
	margin-bottom:20px;
}
.ulkp li{
	margin:0 0 0 0;
}
.ulkp li h3{
	margin-bottom:10px 0 0 0;
}
.ulkp li h4{
	margin-bottom:0px;
}
.ulkp li li{
	margin:0px 0px 0px -22px;
}
.ulkp li h5{
	margin:0 0 0 0;
	font-weight:bold;
}

.corp-img{
	padding:10px;
}
.legal{
	padding-left:0px;
}
.legal h5{
font-weight:bold;
	margin-bottom:4px;
}
.topsite{
	margin-top:0px;
}
.topsite li{
	margin-left:-25px;
	padding:0 20px 0 0px;
}
.subsite{
	float:left;
}
.subsite li{
	margin-left:-25px;
}
.slide{
	 width:940px;
	 height:300px;
}
.right-fff{
	position:absolute;
	bottom:20px;
	right:5px;
	height:auto;
	width:auto;
	float:right;
	opacity:0.8;
	background:#FFF;
	padding:5px 8px 5px 8px;
	}
	#img-meta div.default_df_caption{
		text-align:center;
	}
	.caption{
		color:#444444;
		font-size:14px;
		background-color: white;
	}
.sidebar{
	display:block;
}
.projects_show{
	width:100%;
	height:120px;
	border:1px solid red;
}
.ulkp li .bx-wrapper-project{
	margin-left:0px;
}
#smsig{
	text-decoration: none;
	color: #00bfff
}
