/*
================================
  SITE SETTINGS
================================
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  vertical-align: super; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

sup, body, li h1, li h2, li h3, li h4, li h5, li h6, p.arrow-link a, #footer-menu li a {
  font-family: 'myriad-pro-n4', "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400; }

input.button, p.button a, input[type=submit], h1, h2, h3, h4, h5, h6, h2.heading-grey, h4.heading-grey, .bodytext h1, .bodytext h2, .bodytext h3, .bodytext h4, a.distributors-button, a.distributors-button2, p.arrow-link, .gallery-grid-item h3, .gallery-category-item h3, .gallery-thumb span, #banner-home-slideshow .bannerslide h2, #banner-home-slideshow .bannerslide .subheading, #banner-home-slideshow .pulling-back-the-curtain h2, #banner-home-slideshow .pulling-back-the-curtain .subheading, #banner-home-slideshow .multibeam-imaging-sonar h2, #banner-home-slideshow .multibeam-imaging-sonar .subheading, #mainmenu a, .events .event-year, #col-article .news .news-industry, .news article#left section h3 a, h4.range, .industry-banner p.buttons a, .industry-banner p a, #footer-menu li.quick-contact a {
  font-family: 'myriad-pro-n7', "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700; }

.small-cols:after {
  display: block;
  content: '';
  clear: both; }

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

#oldbrowser span,
noscript span {
  background-color: darkred;
  text-align: center;
  display: block;
  color: white;
  padding: 1em; }
  #oldbrowser span a:hover,
  #oldbrowser span a:focus,
  noscript span a:hover,
  noscript span a:focus {
    color: #c58080; }

input.button, p.button a {
  border: 0;
  background: #CA0813;
  color: #fff;
  padding: 0.3819660059em 1.618034em;
  cursor: pointer;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase; }

input.button:disabled, p.button.disabled a {
  background: #D9D9D9; }

input.button2, p.button2 a {
  border: 1px solid #003264;
  background: url("../media/button-add.gif") left no-repeat, #003264 url("../media/button-small-blue.gif") top repeat-x;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  width: 100%; }

#search-box input.searchbutton {
  cursor: pointer;
  padding: 0;
  border: none;
  height: 25px;
  width: 25px;
  margin: 0; }

p.button a {
  float: left;
  display: block; }

input.button-small-blue {
  background: #0A569D;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  padding: 0.3819660059em 2.6180340252em;
  border: 0; }

input.button-arrow {
  border: 0;
  background: #0A569D;
  color: #fff;
  padding: 0.6180339845em 40px;
  cursor: pointer; }

/* INPUTS */
form {
  margin: 0; }
  form::after {
    clear: both;
    content: "";
    display: table; }
  form .top-line {
    border-top: 1px solid #D9D9D9;
    padding: 10px 0 0 0;
    margin: 1em 0 0 0; }

textarea {
  width: 302px; }

/* FORMS */
.form, .form_alt {
  width: 100%;
  margin: 0;
  padding: 0 0 15px 0; }

table.formtable, table.form {
  padding: 0;
  margin: 0 0 10px 0; }

table.formtable label, table.form label {
  padding-right: 10px; }

.form_info {
  width: 48%;
  float: left; }

.form_info2 {
  width: 48%;
  float: right; }

.form dt, .form dd {
  float: left;
  margin: 5px 0 5px 0;
  padding: 0; }

.form dt {
  clear: left;
  width: 30%;
  text-align: right;
  padding-right: 6%;
  padding-top: 2px; }

.form_info dt, .form_info dd {
  float: left;
  margin: 0 0 6px 0;
  padding: 0; }

.form_info dt {
  clear: left;
  width: 30%;
  text-align: left;
  padding-right: 6%;
  font-weight: bold; }

.form .required {
  background: url("../media/required.gif") top right no-repeat; }

.form .comment {
  font-weight: normal;
  color: #808080;
  font-style: italic;
  font-size: 1em; }

.form dd {
  width: 53%; }

.form_info dd {
  width: 63%; }

.form_info3 dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.form_info3 dd {
  margin: 0 0 6px 0;
  padding: 0; }

.form .gap {
  margin-top: 25px; }

.gap2 {
  margin-top: 5px; }

.form-option {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 20px 0 0;
  float: left; }

.form-option2 {
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle; }

.formfield input, .formfield textarea, .formfield select, .formfielderror input, .formfielderror textarea, .formfielderror select {
  background: #fff;
  color: #333;
  vertical-align: top;
  padding: 3px 5px;
  border: 1px solid #ccc;
  margin: 0; }

.formfielderror input, .formfielderror textarea, .formfielderror select {
  border: 1px #c90000 solid; }

.errortext {
  font-size: 11px;
  color: #c90000; }

.form-option2 input {
  margin-right: 6px; }

.validate {
  display: none;
  visibility: hidden; }

#footer-contact .form {
  width: 300px;
  float: left;
  padding: 0 0 1.618034em 0; }

#footer-contact .form-wide {
  width: 600px;
  float: left;
  padding: 0 0 1.618034em 0; }

#footer-contact .form dt, #footer-contact .form dd, #footer-contact .form-wide dt, #footer-contact .form-wide dd {
  float: none;
  padding: 0 0 0 40px;
  text-align: left;
  margin-top: 5px; }

#footer-contact .form dt, #footer-contact .form-wide dt {
  color: #ccc;
  font-size: 0.8125em;
  /* 13px / 16px */
  margin-top: 15px; }

#footer-contact .formfield input, #footer-contact .formfield textarea, #footer-contact .formfield select, #footer-contact .formfielderror input, #footer-contact .formfielderror textarea, #footer-contact .formfielderror select {
  background: #fff url("../media/formfield_bg.gif") top repeat-x;
  font: normal 12px arial,helvetica,sans-serif;
  color: #333;
  vertical-align: top;
  padding: 0.6180339845em 0.6180339845em;
  border: 1px solid #ccc;
  margin: 0;
  outline: none; }

#footer-contact .formfielderror input, #footer-contact .formfielderror textarea, #footer-contact .formfielderror select {
  border: 1px #c90000 solid; }

#footer-contact .errortext {
  font-size: 11px;
  color: #c90000; }

#login-form .form dt {
  text-align: left;
  padding: 4px 0 0 0; }

#login-form .form dd {
  width: 300px; }

#login-form .form dd span {
  margin-left: 20px; }

#login-form .form dd span a {
  color: #ccc;
  text-decoration: underline;
  font-size: 0.8461538461538462em;
  /* 11px / 13px */ }

.formfield input[type=checkbox] {
  margin: 5px 10px 0 0; }

.radio-wrap {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px; }
  .radio-wrap input[type=radio] {
    position: absolute;
    left: 0;
    top: 5px; }

input[type=submit] {
  text-transform: uppercase; }

body {
  font-size: 100%;
  line-height: 1.5;
  color: #353535; }

a {
  color: inherit; }

main {
  width: 1200px;
  padding: 0 1.1466666664em;
  margin: 0 auto; }

h1.heading-blue {
  background: #0A569D;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 12px 20px 12px 19px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

h1.heading-red {
  background: #CA0813;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 12px 20px 12px 19px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

h2.heading-grey, h4.heading-grey {
  background: #D9D9D9;
  color: #333;
  font-size: 1.075em;
  padding: 12px 20px 12px 19px; }
  @media (min-width: 25em) and (max-width: 50em) {
    h2.heading-grey, h4.heading-grey {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    h2.heading-grey, h4.heading-grey {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    h2.heading-grey, h4.heading-grey {
      font-size: 1.161em; } }

h4.heading-grey {
  margin-left: 2px; }

h1.heading-energy {
  background: #996600 url("../media/heading-energy.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

h1.heading-defence {
  background: #3d3d3d url("../media/heading-defence.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

h1.heading-engineering {
  background: #993300 url("../media/heading-engineering.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

h1.heading-survey {
  background: #336600 url("../media/heading-survey.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

h1.heading-underwater-vehicles {
  background: #006699 url("../media/heading-underwater-vehicles.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

h1.heading-academic-research {
  background: #663399 url("../media/heading-academic-research.gif") top no-repeat;
  color: #fff;
  font-size: 1.5em;
  /* 24px / 16px */
  padding: 0 20px 0 56px;
  line-height: 48px;
  height: 48px;
  font-weight: normal; }

.heading-text {
  background: #353535;
  color: #FFFFFF;
  padding: 1.1466666664em 1.1466666664em;
  font-size: 0.86em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .heading-text {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .heading-text {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .heading-text {
      font-size: 0.86em; } }

.heading-text a {
  color: #fff;
  text-decoration: underline; }

h1.wide, h2.wide, .heading-text.wide {
  padding-left: 40px; }

.tags {
  color: #686868 !important; }

#container {
  text-align: left;
  margin: 0 auto;
  width: 1022px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9; }

/* PAGE STRUCTURE */
#col-aside {
  float: left;
  width: 280px;
  padding: 0.86em 0 20px 0;
  min-height: 100% !important; }

#content-side2 {
  background: url("../media/col-divide2.gif") repeat-y;
  border-top: 1px #fff solid; }

#content-side2 #col-aside {
  float: right;
  width: 261px;
  padding: 0 0 20px 0; }

#content-side2 #col-article {
  float: left;
  width: 759px;
  padding: 0 0 20px 0; }

#content-side2 #col-article .bodytext {
  padding: 20px 19px 0 40px; }

#col-article-lineup {
  float: right;
  width: 739px;
  padding-bottom: 20px;
  height: 800px;
  background: #f2f2f2; }

.col2a, .content-template-b1 {
  width: 440px;
  float: left; }

.col2b, .content-template-b2 {
  width: 220px;
  float: right;
  padding-right: 0; }

.small-cols .small-col1 {
  width: 46%;
  float: left; }

.small-cols .small-col2 {
  width: 46%;
  float: right; }

/* TEXT */
.container-bodytext {
  padding: 20px 20px 20px 19px; }

.container-bodytext-wide {
  padding: 20px 40px 0 40px; }

.container-bodytext-narrow {
  padding: 20px 300px 0 40px; }

.container-bodytext-narrow2 {
  padding: 20px 300px 40px 40px; }

.container-bodytext-narrow3 {
  padding: 20px 300px 40px 40px;
  min-height: 400px; }

.bodytext p {
  padding: 0 0 14px 0; }

.bodytext a {
  color: #CA0813; }

.bodytext a:hover {
  color: #00549f; }

.bodytext ul, .bodytext ol {
  margin: 0 0 14px 20px; }

.bodytext h1 {
  font-size: 1.34375em;
  color: #353535;
  padding-bottom: 6px; }
  @media (min-width: 25em) and (max-width: 50em) {
    .bodytext h1 {
      font-size: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .bodytext h1 {
      font-size: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .bodytext h1 {
      font-size: 1.56735em; } }

.bodytext h2 {
  font-size: 1.34375em;
  color: #353535;
  padding-bottom: 6px; }
  @media (min-width: 25em) and (max-width: 50em) {
    .bodytext h2 {
      font-size: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .bodytext h2 {
      font-size: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .bodytext h2 {
      font-size: 1.56735em; } }

.bodytext h3 {
  font-size: 1.075em;
  color: #353535;
  padding-bottom: 6px; }
  @media (min-width: 25em) and (max-width: 50em) {
    .bodytext h3 {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .bodytext h3 {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .bodytext h3 {
      font-size: 1.161em; } }
  .bodytext h3 a {
    color: #CA0813;
    text-decoration: none; }

.bodytext h4 {
  color: #353535;
  padding-bottom: 6px; }
  .bodytext h4.light-grey {
    color: #686868; }

.bodytext h2 a, .bodytext h3 a, .bodytext h4 a {
  text-decoration: none; }

.bodytext table {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid; }

.bodytext table td, .bodytext table th {
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 5px; }

.bodytext table img {
  display: inline; }

.bodytext ul#rss-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.bodytext ul#rss-list li {
  margin: 0;
  padding: 10px 0 10px 0; }

.bodytext ul#rss-list li a {
  background: url("../media/ads/feed_icon.png") top left no-repeat;
  min-height: 30px;
  line-height: 30px;
  display: block;
  padding-left: 40px; }

.container-bodytext.news img {
  padding: 5px 30px 10px 0;
  /* border: 1px solid #ccc; */
  background: #fff;
  max-width: 280px;
  float: left; }

.container-bodytext.news h1.main-heading {
  padding: 20px 30px 10px 0;
  margin: 0 0 20px 0;
  background: #fff;
  border-bottom: 1px solid #D9D9D9; }

/* mess */
/*
Version: 1.0
Author: Hampton Associates
*/
/* MAIN STRUCTURE */
* {
  margin: 0; }

html, body {
  color: #333;
  height: 100%; }

body {
  background: #FFFFFF; }

a.distributors-button {
  display: block;
  width: 220px;
  background: #CA0813;
  margin: 10px 0 10px 40px;
  padding: 5px 5px 5px 10px;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  text-decoration: none;
  font-size: 0.86em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 25em) and (max-width: 50em) {
    a.distributors-button {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    a.distributors-button {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    a.distributors-button {
      font-size: 0.86em; } }

a.distributors-button span.icon {
  display: block;
  background: url("../media/menu-arrow3.png") center right no-repeat; }

a.distributors-button2 {
  display: block;
  width: 220px;
  background: #0A569D;
  border: 1px solid #003264;
  margin: 5px 5px 5px 40px;
  padding: 1px 5px 1px 10px;
  line-height: 28px;
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-size: 0.86em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 25em) and (max-width: 50em) {
    a.distributors-button2 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    a.distributors-button2 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    a.distributors-button2 {
      font-size: 0.86em; } }

a.distributors-button2 span.icon {
  display: block;
  background: url("../media/menu-arrow3-open.png") center right no-repeat; }

.hgroup.login-header {
  background: #353535;
  padding: 1.5288888881em 0;
  color: #D9D9D9;
  position: relative;
  display: none;
  zoom: 1; }

#login-form {
  width: 511px;
  float: left;
  background: url("../media/header-divide.gif") right repeat-y;
  padding: 0 2.7180246886em; }
  #login-form h4 {
    padding: 0 0 5px 0;
    font-size: 1.075em; }
    @media (min-width: 25em) and (max-width: 50em) {
      #login-form h4 {
        font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
    @media (min-width: 50em) and (max-width: 75em) {
      #login-form h4 {
        font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
    @media (min-width: 75em) {
      #login-form h4 {
        font-size: 1.161em; } }

#login-register {
  width: 400px;
  float: left;
  padding: 0 100px 0 60px; }

#login-register h4 {
  font-size: 1.230769230769231em;
  /* 16px / 13px */
  padding-bottom: 5px; }

#login-register p {
  margin-bottom: 10px; }

#button-close {
  position: absolute;
  top: 18px;
  right: 38px;
  width: 44px;
  height: 12px;
  background: url("../media/button-close.gif") no-repeat;
  cursor: pointer; }

.hgroup.account-header {
  background: #FFFFFF;
  padding: 0 4%;
  border-bottom: 1px solid #D9D9D9; }
  .hgroup.account-header::after {
    clear: both;
    content: "";
    display: table; }

.hgroup.account-header ul, .hgroup.account-header li {
  list-style: none;
  padding: 0;
  margin: 0; }

.hgroup.account-header li {
  font-size: 0.8125em;
  /* 13px / 16px */
  color: #686868;
  float: right;
  margin-left: 0.86em;
  font-weight: bold;
  padding: 0.86em; }
  .hgroup.account-header li a {
    display: inline-block;
    color: #686868; }

.hgroup.account-header li#toggle-login {
  cursor: pointer;
  padding: 0.86em; }

.hgroup.account-header li.visit-us {
  padding: 0.86em 0 0; }

.hgroup.account-header li.social {
  margin-left: 0;
  padding: 0.86em 0 0 5px; }
  .hgroup.account-header li.social a {
    margin: 0;
    padding: 0; }

.hgroup.main-header {
  padding: 2.5% 40px;
  background: url("../media/strapline.gif") 214px 90px no-repeat;
  min-height: 90px;
  position: relative; }

a#tritech-logo {
  float: left;
  width: 142px;
  height: 90px; }

a#moog-logo {
  float: right;
  width: 140px;
  height: 19px; }

#search-enquiry {
  position: absolute;
  bottom: 25px;
  right: 40px; }

#content-home {
  background: #FFFFFF;
  padding: 0 40px 30px 40px; }

#content-home .col-narrow {
  float: left;
  width: 300px; }

#content-home .col-wide {
  float: left;
  padding: 0 20px; }

#home-ad-engineering {
  background: #003366 url("../media/ads/ad-split-head-profiler.webp") 0px 0px no-repeat;
  margin-top: 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  height: 132px; }

#home-ad-engineering a {
  padding: 35px 15px 15px 15px;
  display: block;
  color: #fff;
  position: absolute;
  top: -20px;
  text-decoration: none; }

#home-ad-engineering a h3 {
  font-size: 1.375em;
  /* 22px / 16px */
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 10px; }

#home-ad-engineering a p {
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5;
  text-shadow: 1px 1px 5px black; }

#home-ad-software {
  background: #001227 url("../media/ads/ad-software.webp") top right no-repeat;
  margin-top: 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  height: 140px; }

#home-ad-software a {
  padding: 35px 15px 15px 15px;
  display: block;
  color: #fff;
  position: absolute;
  top: -20px;
  text-decoration: none; }

#home-ad-software a h3 {
  font-size: 1.375em;
  /* 22px / 16px */
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 10px; }

#home-ad-software a p {
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5; }

#home-ad-news, #home-ad-gallery {
  background: #003366 url("../media/ads-bg.gif") top repeat-x;
  margin-top: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 140px; }
  #home-ad-news .gallery-content, #home-ad-gallery .gallery-content {
    float: left;
    width: 120px; }
  #home-ad-news .gallery-image, #home-ad-gallery .gallery-image {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 154px; }

#home-ad-news a, #home-ad-gallery a {
  padding: 15px;
  display: block;
  color: #fff;
  text-decoration: none; }

#home-ad-gallery a {
  padding-right: 184px;
  min-height: 110px;
  position: relative; }

#home-ad-news a h3, #home-ad-gallery a h3 {
  font-size: 1.375em;
  /* 22px / 16px */
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 10px; }

#home-ad-news a h4 {
  line-height: 1.2em;
  padding-bottom: 5px; }

#home-ad-news a p, #home-ad-news a h4 span, #home-ad-gallery a p {
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5;
  display: block; }

#home-ad-news a p span {
  background: url("../media/menu-arrow.gif") right no-repeat;
  padding-right: 10px; }

#home-ads {
  margin-top: 35px;
  position: relative;
  z-index: 1200; }

#home-ads div img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block; }

#home-ads-nav {
  position: absolute;
  bottom: 17px;
  left: 105px;
  width: 300px;
  z-index: 1000; }

#home-ads-nav a {
  text-indent: -9999em;
  background: url("../media/slideshow-off.png") no-repeat;
  width: 10px;
  height: 11px;
  display: block;
  float: left;
  margin-left: 10px;
  outline: none; }

#home-ads-nav a.activeSlide {
  background: url("../media/slideshow-on.png") no-repeat; }

#home-ads-back {
  position: absolute;
  bottom: 13px;
  left: 90px;
  z-index: 1000;
  cursor: pointer; }

#home-ads-forward {
  position: absolute;
  bottom: 13px;
  right: 90px;
  z-index: 1000;
  cursor: pointer; }

#home-ad-industries {
  margin-top: 35px;
  position: relative;
  z-index: 1200; }

#home-ad-industries h3 {
  font-size: 1.375em;
  /* 22px / 16px */
  line-height: 1em;
  font-weight: normal;
  background: #003366 url("../media/ads-bg.gif") top repeat-x;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px; }

#home-ad-industries img {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px; }

#home-ad-industries h3 a {
  color: #fff;
  display: block;
  padding: 15px 15px 13px 15px;
  text-decoration: none; }

#home-ad-industries-nav {
  position: absolute;
  bottom: 24px;
  left: 85px;
  width: 300px;
  z-index: 1000; }

#home-ad-industries-nav a {
  text-indent: -9999em;
  background: url("../media/slideshow-off.png") no-repeat;
  width: 10px;
  height: 11px;
  display: block;
  float: left;
  margin-left: 10px;
  outline: none; }

#home-ad-industries-nav a.activeSlide {
  background: url("../media/slideshow-on.png") no-repeat; }

#home-ad-industries-back {
  position: absolute;
  bottom: 13px;
  left: 70px;
  z-index: 1000;
  cursor: pointer; }

#home-ad-industries-forward {
  position: absolute;
  bottom: 13px;
  right: 70px;
  z-index: 1000;
  cursor: pointer; }

.category-grid-item {
  width: 330px;
  padding: 20px 1px 20px 19px;
  float: left;
  overflow: auto; }

.category-grid-item a {
  color: #333;
  display: block;
  text-decoration: none; }

.category-grid-item h2 {
  font-size: 1.125em;
  /* 18px / 16px */
  font-weight: normal;
  padding-bottom: 10px; }

.category-grid-item a h2 {
  color: #cc0000; }

.category-grid.energy .category-grid-item a h2 {
  color: #cc9900; }

.category-grid.defence .category-grid-item a h2 {
  color: #666666; }

.category-grid.survey .category-grid-item a h2 {
  color: #669933; }

.category-grid.engineering .category-grid-item a h2 {
  color: #CC6600; }

.category-grid.underwater-vehicles .category-grid-item a h2 {
  color: #0099CC; }

.category-grid.academic-research .category-grid-item a h2 {
  color: #663399; }

.category-grid-thumb {
  width: 102px;
  height: 102px;
  float: left;
  border: 1px #ccc solid;
  background: #fff;
  padding: 2px;
  margin-right: 10px;
  text-align: center; }

.category-grid-thumb img {
  margin: 0 auto; }

.category-grid-text {
  font-size: 0.86em;
  width: 190px;
  float: right;
  color: #333; }
  @media (min-width: 25em) and (max-width: 50em) {
    .category-grid-text {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .category-grid-text {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .category-grid-text {
      font-size: 0.86em; } }

.category-grid-text span {
  display: block;
  color: #cc0000;
  font-weight: bold;
  padding-top: 10px; }

.category-grid-divide {
  clear: both;
  background: url("../media/divide-x.gif") top repeat-x;
  padding-top: 2px; }

.filter-options {
  background: #D9D9D9;
  padding: 10px 20px 20px 19px;
  font-size: 0.86em;
  color: #666;
  overflow: auto; }
  @media (min-width: 25em) and (max-width: 50em) {
    .filter-options {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .filter-options {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .filter-options {
      font-size: 0.86em; } }

.filter-options h2 {
  font-weight: normal;
  font-size: 1.666666666666667em;
  /* 20px / 12px */
  padding-bottom: 10px;
  color: #333; }

.filter-options span {
  float: right; }

.filter-options a {
  color: #fff;
  font-weight: bold;
  margin-left: 4px;
  background: #686868;
  border: 1px solid #D9D9D9;
  padding: 0.6450000002em;
  font-size: 0.86em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .filter-options a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .filter-options a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .filter-options a {
      font-size: 0.86em; } }
  .filter-options a:hover {
    background: #727272; }

.filter-options a.selected {
  color: #cc0000;
  background: #FFFFFF;
  border: 1px solid #FFFFFF; }

.filter-options.wide {
  padding: 15px 40px; }

#related-products {
  font-size: 0.9230769230769231em;
  /* 12px / 13px */
  line-height: 1.3em;
  position: relative;
  padding-left: 44px;
  padding-top: 7px; }

#related-products .slide {
  width: 628px;
  background: #FFFFFF;
  height: 210px; }

.related-product {
  float: left;
  width: 140px;
  margin-right: 17px; }

.related-product span {
  display: block;
  border: 1px #ccc solid;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  text-align: center; }

.related-product a {
  text-decoration: none; }

.related-product span img {
  margin: 0 auto;
  max-width: 100%; }

#related-product-left {
  position: absolute;
  top: 47px;
  left: 0;
  background: url("../media/scroll-left.gif") no-repeat;
  width: 25px;
  height: 50px;
  cursor: pointer; }

#related-product-right {
  position: absolute;
  top: 47px;
  right: 0;
  background: url("../media/scroll-right.gif") no-repeat;
  width: 25px;
  height: 50px;
  cursor: pointer; }

#product-gallery a {
  float: left;
  margin: 0 20px 0 0; }

/* ENQUIRY */
.bodytext p.step1 {
  background: url("../media/step1.gif") top left no-repeat;
  padding: 8px 0 14px 40px;
  min-height: 8px; }

.bodytext p.step2 {
  background: url("../media/step2.gif") top left no-repeat;
  padding: 8px 0 14px 40px;
  min-height: 8px; }

.bodytext p.step3 {
  background: url("../media/step3.gif") top left no-repeat;
  padding: 8px 0 14px 40px;
  min-height: 8px; }

.bodytext p.step4 {
  background: url("../media/step4.gif") top left no-repeat;
  padding: 8px 0 14px 40px;
  min-height: 8px; }

.bodytext p.step5 {
  background: url("../media/step5.gif") top left no-repeat;
  padding: 8px 0 14px 40px;
  min-height: 8px; }

.form.step {
  padding-left: 40px; }

.formfield.step, .formfield.step2 {
  padding-left: 40px;
  font-size: 0.86em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .formfield.step, .formfield.step2 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .formfield.step, .formfield.step2 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .formfield.step, .formfield.step2 {
      font-size: 0.86em; } }

.formfield.step {
  padding-bottom: 10px; }

.formfield.step input, .formfield.step2 input {
  margin-right: 10px; }

/* CAREERS */
.careers-banner {
  height: 200px;
  position: relative;
  color: #fff;
  background: url("../media/banners/careers.jpg") top no-repeat; }

.careers-banner p {
  padding: 0 350px 0 20px; }

/* SUPPORT CENTRE */
.support-centre-banner {
  height: 200px;
  position: relative;
  color: #fff;
  background: url("../media/banners/about-background.jpg") top no-repeat; }

.support-training-banner {
  height: 200px;
  position: relative;
  color: #fff;
  background: url("../media/banners/support-training.jpg") top no-repeat; }

.support-centre-banner p, .support-training-banner p {
  padding: 0 250px 0 20px; }

.support-centre-banner p.buttons, .support-training-banner p.buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0;
  font-size: 0.8125em;
  /* 13px / 16px */ }

.support-centre-banner p.buttons a, .support-training-banner p.buttons a {
  background: #CA0813;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase; }

.support-ad {
  width: 330px;
  padding: 0 20px 0 0;
  float: left; }

.support-ad-wide {
  padding: 20px 40px 12px 19px;
  background: url("../media/divide-x.gif") top repeat-x; }

.support-ad-wide.first {
  background: none; }

.support-ad-wide .logo {
  width: 54px;
  float: left;
  margin-right: 10px; }

.support-ad-wide .logo img {
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff; }

.support-ad a, .support-ad-wide a {
  font-weight: normal; }

.support-ad .button-arrow a, .support-ad-wide .button-arrow a {
  background: url("../media/button-arrow2.gif") right no-repeat;
  padding-right: 12px; }

.support-ad a:hover, .support-ad-wide a:hover {
  color: #cc0000; }

.support-ad p, .support-ad-wide p {
  padding-bottom: 6px; }

#download-accordion h2 {
  cursor: pointer;
  background: #ccc;
  padding: 8px 15px;
  color: #333;
  font-size: 1.153846153846154em;
  /* 15px / 13px */
  font-weight: bold;
  margin-top: 5px; }

#download-accordion h2 .icon {
  background: url("../media/download-arrow1.gif") right no-repeat;
  padding-right: 20px; }

#download-accordion h2.ui-state-active {
  background: #cc0000;
  color: #fff; }

#download-accordion h2.ui-state-active .icon {
  background: url("../media/download-arrow2.gif") right no-repeat;
  padding-right: 20px; }

#download-accordion div {
  padding: 10px 0 0 0; }

#download-accordion ul, #download-accordion li {
  padding: 0;
  margin: 0;
  list-style: none; }

#download-accordion li {
  background: url("../media/download-pdf.gif") 15px 4px no-repeat;
  padding: 0 0 15px 15px;
  font-size: 0.9230769230769231em;
  /* 12px / 13px */
  line-height: 1.3em; }

#download-accordion ul.general li {
  background: url("../media/download-icon.gif") 0 0 no-repeat;
  padding: 0 0 25px 0px;
  font-size: 0.9230769230769231em;
  /* 12px / 13px */
  line-height: 1.3em; }

#download-accordion li a {
  display: block;
  padding: 0 0 0 25px;
  color: #999;
  text-transform: uppercase;
  font-weight: normal; }

#download-accordion ul.general li a {
  padding-left: 42px; }

#download-accordion li a span {
  color: #333;
  display: block; }

#download-accordion li.archive {
  background: url("../media/divide-x.gif") top repeat-x;
  padding: 15px 0 15px 0; }

#download-accordion li.archive a {
  padding: 0; }

p.pdf-download {
  background: url("../media/download-pdf.gif") 0 0 no-repeat;
  padding: 0 0 10px 0; }

p.pdf-download a {
  display: block;
  padding-left: 25px;
  line-height: 16px; }

p.arrow-link {
  background: url("../media/product-arrow2.gif") 2px 8px no-repeat;
  padding: 0 20px 10px 25px; }

p.arrow-link a {
  display: block; }

#download-product ul, #download-product li {
  padding: 0;
  margin: 0;
  list-style: none; }

#download-product li {
  clear: both;
  padding-top: 15px; }

#download-product li:first-child {
  padding-top: 0; }

#download-product .download-product-thumb {
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  background: #fff; }

#download-product .download-product-thumb img {
  margin: 0 auto;
  padding: 2px;
  display: block; }

#download-product span {
  float: left;
  display: block;
  width: 400px;
  padding-top: 12px;
  font-weight: bold; }

#download-product ul ul {
  float: left;
  margin-top: 5px;
  width: 400px; }

#download-product ul ul li {
  clear: none;
  padding-top: 5px; }

.software-downloads {
  background: #cc0000;
  padding: 15px;
  color: #fff;
  font-size: 0.9230769230769231em;
  /* 12px / 13px */
  margin-bottom: 20px; }

.bodytext .software-downloads h3 {
  color: #fff; }

.software-downloads .logo {
  width: 54px;
  float: left;
  margin-right: 10px; }

.software-downloads .logo img {
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #eaeaea;
  background: #fff; }

.software-downloads label {
  font-weight: bold;
  padding: 2px 6px 0 0; }

.software-downloads .files {
  padding-top: 0px;
  padding-left: 65px;
  width: 100%; }

.software-downloads .files ul {
  display: block; }

.software-downloads .files ul, .software-downloads .files ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.software-downloads .files ul li {
  padding: 0 0 15px 0; }

.software-downloads .files ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: normal; }

.software-downloads .files ul li a span {
  display: block;
  font-weight: bold; }

#office-address {
  display: none; }

/* ABOUT */
.about-background-banner {
  height: 200px;
  position: relative;
  color: #fff;
  background: url("../media/banners/about-background.jpg") top no-repeat; }

.about-background-banner p {
  line-height: 1.3em;
  padding: 35px 300px 0 20px; }

#award-image {
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 4px 20px 0 0; }

#award-info {
  float: left;
  width: 300px;
  margin-top: 4px; }

#award-info h3 {
  color: #333; }

#award-info h3 span {
  display: block; }

dl#award-list {
  margin: 0;
  padding: 0; }

dl#award-list dt, dl#award-list dd {
  float: left;
  margin: 4px 0 0 0;
  padding: 0; }

dl#award-list dt {
  clear: left;
  width: 40px;
  text-align: left;
  padding-right: 10px;
  font-weight: bold; }

dl#award-list dd {
  width: 500px; }

.container-lineup {
  padding: 20px 40px 0 39px;
  position: relative; }

#people-lineup-slideshow .slide {
  width: 660px;
  height: 840px; }

#people-lineup-slideshow .photo {
  width: 200px;
  float: left;
  padding: 0 0 0 20px; }

#people-lineup-slideshow .bio {
  width: 350px;
  float: right;
  padding: 40px 40px 40px 0; }

#people-lineup-slideshow .bio h3 {
  padding-bottom: 0; }

#people-lineup-slideshow .bio h4 {
  color: #333; }

#people-lineup-left {
  width: 20px;
  height: 42px;
  position: absolute;
  top: 200px;
  left: 19px;
  background: url("../media/scroll-left2.gif") no-repeat;
  cursor: pointer; }

#people-lineup-right {
  width: 20px;
  height: 42px;
  position: absolute;
  top: 200px;
  right: 20px;
  background: url("../media/scroll-right2.gif") no-repeat;
  cursor: pointer; }

/* GALLERY */
.gallery-grid-item {
  width: 240px;
  float: left;
  padding: 20px 20px 0 20px; }

.gallery-grid-item img {
  margin-bottom: 8px; }

.gallery-grid-item a {
  display: block; }

.gallery-grid-item h3 {
  font-size: 0.86em;
  color: #CA0813; }
  @media (min-width: 25em) and (max-width: 50em) {
    .gallery-grid-item h3 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .gallery-grid-item h3 {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .gallery-grid-item h3 {
      font-size: 0.86em; } }

.gallery-category-item {
  width: 480px;
  float: left;
  padding: 20px 20px 0 20px; }

.gallery-category-item img {
  margin-bottom: 8px; }

.gallery-category-item a {
  display: block;
  text-decoration: none; }

.gallery-category-item a:hover h3, .gallery-category-item a:focus h3 {
  text-decoration: underline;
  color: #00549f; }

.gallery-category-item h3 {
  font-size: 1.075em;
  color: #CA0813; }
  @media (min-width: 25em) and (max-width: 50em) {
    .gallery-category-item h3 {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .gallery-category-item h3 {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .gallery-category-item h3 {
      font-size: 1.161em; } }

.gallery-grid-item p {
  font-size: 0.9230769230769231em;
  /* 12px / 13px */ }

h3#gallery-image-title {
  color: #333;
  margin-top: 8px;
  font-size: 1em;
  font-weight: bold; }

.gallery-thumb-image, .gallery-thumb-video {
  float: left;
  margin: 0 12px 10px 0;
  width: 104px; }

.gallery-thumb-image img, .gallery-thumb-video img {
  border: 1px #eaeaea solid;
  padding: 2px; }

.gallery-thumb-image img.selected, .gallery-thumb-video.selected img {
  border-color: #cc0000; }

.gallery-thumb-video {
  position: relative; }

.gallery-thumb-video span {
  position: absolute;
  top: 13px;
  left: 27px;
  width: 50px;
  height: 50px;
  background: url("../media/play-button.png") no-repeat; }

.gallery-thumb {
  margin: 20px 20px 0 20px; }

.gallery-thumb img {
  margin-bottom: 8px; }

.gallery-thumb span {
  display: block;
  font-size: 0.86em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .gallery-thumb span {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .gallery-thumb span {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .gallery-thumb span {
      font-size: 0.86em; } }

.gallery-thumb a {
  font-size: 0.9230769230769231em;
  /* 12px / 13px */ }

/* ADVERTS */
#ad-membership {
  width: 218px;
  margin: 0 20px 20px 0px;
  background: #FFFFFF;
  border: 1px #D9D9D9 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #353535; }
  #ad-membership img {
    border-top: 0; }

#ad-membership h5 {
  font-size: 1.075em;
  color: #CA0813;
  padding: 10px 10px 5px 10px;
  font-weight: normal; }
  @media (min-width: 25em) and (max-width: 50em) {
    #ad-membership h5 {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #ad-membership h5 {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #ad-membership h5 {
      font-size: 1.161em; } }

#ad-membership p {
  margin: 0;
  padding: 0 10px 10px 10px;
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5; }

#ad-membership-slideshow {
  height: 145px;
  overflow: hidden;
  background: #fff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px; }

#ad-digitalsonar {
  width: 218px;
  margin: 0 20px 20px 0px;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #353535; }
  #ad-digitalsonar p {
    padding: 10px 10px 0 10px;
    font-size: 0.86em;
    line-height: 1.3em; }
    @media (min-width: 25em) and (max-width: 50em) {
      #ad-digitalsonar p {
        font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
    @media (min-width: 50em) and (max-width: 75em) {
      #ad-digitalsonar p {
        font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
    @media (min-width: 75em) {
      #ad-digitalsonar p {
        font-size: 0.86em; } }
  #ad-digitalsonar a {
    text-decoration: none; }

#ad-digitalsonar .top img {
  margin: 0 auto 0 auto;
  padding: 0 10px; }

#ad-digitalsonar a {
  display: block;
  padding: 20px 10px 10px 10px;
  color: #353535; }

#ad-digitalsonar a span {
  padding: 0 12px 0 0;
  background: url("../media/arrow_red.png") right no-repeat;
  color: #CA0813; }

#ad-tritech-rental {
  width: 218px;
  margin: 0 20px 20px 0px;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #353535; }
  #ad-tritech-rental h3 {
    font-size: 1.075em;
    color: #CA0813;
    padding: 0 10px 5px 10px;
    font-weight: normal; }
    @media (min-width: 25em) and (max-width: 50em) {
      #ad-tritech-rental h3 {
        font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
    @media (min-width: 50em) and (max-width: 75em) {
      #ad-tritech-rental h3 {
        font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
    @media (min-width: 75em) {
      #ad-tritech-rental h3 {
        font-size: 1.161em; } }

#ad-tritech-rental p {
  padding: 0 10px 0 10px;
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5; }

#ad-tritech-rental .top img {
  margin: 0 auto 0 auto; }

#ad-tritech-rental a {
  display: block;
  padding: 10px 10px 20px 10px;
  color: #353535;
  text-decoration: none; }

#ad-tritech-rental a span {
  padding: 0 12px 0 0;
  background: url("../media/arrow_red.png") right no-repeat; }

#ad-social {
  width: 218px;
  margin: 0 20px 20px 0px;
  background: #FFFFFF;
  color: #353535;
  padding: 0 0 20px 0; }

#ad-social .left {
  float: left;
  padding: 20px 5px 10px 15px; }

#ad-social .right {
  float: right;
  width: 160px;
  padding: 20px 5px 0 0; }

#ad-social p {
  font-size: 0.8125em;
  /* 13px / 16px */
  line-height: 1.5; }

#ad-social .top {
  bheight: 100px;
  text-align: center; }

#ad-social .top img {
  margin: 0 auto 0 auto; }

#ad-social h3 {
  font-size: 1.075em;
  font-weight: normal !important; }
  @media (min-width: 25em) and (max-width: 50em) {
    #ad-social h3 {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #ad-social h3 {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #ad-social h3 {
      font-size: 1.161em; } }
  #ad-social h3.blue {
    color: #0A569D; }
  #ad-social h3.red {
    color: #CA0813; }
    #ad-social h3.red span.register {
      background-image: none;
      font-size: 0.688em;
      padding: 0; }
      @media (min-width: 25em) and (max-width: 50em) {
        #ad-social h3.red span.register {
          font-size: calc( 0.688em + -0.0264615385 * ( ( 100vw - 25em) / 25 )); } }
      @media (min-width: 50em) and (max-width: 75em) {
        #ad-social h3.red span.register {
          font-size: calc( 0.6615384615em + -0.0245014245 * ( ( 100vw - 50em) / 25 )); } }
      @media (min-width: 75em) {
        #ad-social h3.red span.register {
          font-size: 0.637037037em; } }
  #ad-social h3 a span {
    background-image: none; }

#ad-social a {
  display: block;
  color: #353535; }
  #ad-social a span {
    padding: 0 12px 0 0;
    background: url("../media/arrow_red.png") right no-repeat; }

#ad-industries {
  display: block;
  width: 218px;
  margin: 0 20px 20px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #353535;
  padding: 0 0 15px 0; }

#ad-industries .box_container {
  padding: 20px 10px 10px 20px; }

#ad-industries .left {
  float: left;
  padding: 10px; }

#ad-industries .right {
  float: right;
  width: 160px;
  padding: 10px 5px 0 0; }

#ad-industries p {
  font-size: 0.75em;
  /* 12px / 16px */
  line-height: 1.3em; }

#ad-industries .top {
  background-color: #252525;
  height: 100px;
  text-align: center; }

#ad-industries .top img {
  margin: 0 auto 0 auto; }

#ad-industries h3.blue {
  color: #247fbb;
  padding: 0 0 5px 0;
  font-size: 1.384615384615385em;
  /* 18px / 13px */
  font-weight: normal; }

#ad-industries h3.red {
  color: #ca0c0c;
  padding: 0 0 5px 0;
  font-size: 1.384615384615385em;
  /* 18px / 13px */
  font-weight: normal; }

#ad-industries a {
  display: block;
  color: #fff;
  text-decoration: none; }

#ad-industries a span {
  padding: 0 12px 0 0;
  background: url("../media/arrow_white.png") right no-repeat; }

#ad-industries .icon {
  float: left;
  padding: 10px 12px 0 0; }

#ad-industries .icon.last {
  padding: 10px 0 0 0; }

/* OTHER */
.divide, p.divide {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #CA0813; }

#col-aside .divide, #col-aside p.divide {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #CA0813;
  width: 220px;
  margin-left: 40px; }
  #col-aside .divide.no-top-border, #col-aside p.divide.no-top-border {
    margin-top: 0;
    border-top: 0; }
  #col-aside .divide.no-left-margin, #col-aside p.divide.no-left-margin {
    margin-left: 0; }

.divide2 {
  margin-top: 10px;
  background: url("../media/divide-x.gif") top repeat-x;
  padding-top: 15px; }

.clear {
  clear: both; }

.spacer {
  height: 10px; }

#googlemap {
  margin: 20px 0 0px 20px;
  padding: 2px;
  border: 1px solid #999;
  width: 678px;
  height: 356px; }

#map {
  background: #ebebeb;
  padding: 0 0 1.1466666664em 0; }

#worldmap {
  position: relative;
  margin: 0 auto;
  width: 680px;
  height: 371px;
  z-index: 0; }

area.north-america {
  z-index: 2; }

div#map div#worldmap map {
  z-index: 0; }

.north-america {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 220px;
  height: 170px; }

.central-america {
  display: block;
  position: absolute;
  top: 172px;
  left: 95px;
  z-index: 1;
  opacity: 0; }

.south-america {
  display: block;
  position: absolute;
  top: 215px;
  left: 165px;
  z-index: 1;
  opacity: 0; }

.africa {
  display: block;
  position: absolute;
  top: 162px;
  left: 285px;
  z-index: 2;
  opacity: 0; }

.asia {
  display: block;
  position: absolute;
  top: 46px;
  left: 355px;
  z-index: 1;
  opacity: 0; }

.europe {
  display: block;
  position: absolute;
  top: 70px;
  left: 297px;
  z-index: 1;
  opacity: 0; }

.middle-east {
  display: block;
  position: absolute;
  top: 152px;
  left: 366px;
  z-index: 3;
  opacity: 0; }

.australasia {
  display: block;
  position: absolute;
  top: 237px;
  left: 533px;
  z-index: 1;
  opacity: 0; }

.north-america, .central-america, .south-america, .africa, .asia, .europe, .middle-east, .australasia {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.north-america:hover, .central-america:hover, .south-america:hover, .africa:hover, .asia:hover, .europe:hover, .middle-east:hover, .australasia:hover {
  opacity: 0.5; }

.north-america.selected, .central-america.selected, .south-america.selected, .africa.selected, .asia.selected, .europe.selected, .middle-east.selected, .australasia.selected {
  opacity: 1; }

#map p {
  font-size: 12px;
  padding: 8px 0 0 0px;
  text-align: center;
  color: #666;
  font-weight: bold; }

.date {
  display: inline-block;
  padding: 0px 0 5px 0;
  color: #0071bc;
  font-weight: bold; }

/* SITEMAP */
ul#sitemap, #sitemap li {
  list-style: none;
  margin: 0;
  padding: 0; }

#sitemap ul {
  margin: 4px 0 0 0;
  padding: 0; }

#sitemap li {
  padding-bottom: 15px; }

#sitemap ul li {
  padding: 0 0 1px 15px; }

#sitemap li {
  font-size: 1.230769230769231em;
  /* 16px / 13px */ }

#sitemap ul li {
  font-size: 0.75em;
  /* 12px / 16px */ }

ul#sitemap a {
  color: #333; }

#small-dialog h3 {
  padding: 0px 0 10px 0;
  font-size: 22px; }

#small-dialog img {
  padding-bottom: 10px; }

#small-dialog h4 {
  padding: 0px 0 8px 0; }

#small-dialog p {
  font-size: 14px;
  padding: 0 0 12px 0;
  line-height: 1.5em; }

#small-dialog p a {
  color: #333;
  font-weight: bold; }

table#enquiry-list {
  width: 100%;
  background: #fff;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid; }

table#enquiry-list th {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  color: #fff;
  background: #353535;
  width: 10%;
  border: 0; }

table#enquiry-list td {
  padding: 7px 10px;
  text-align: center;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.9230769230769231em;
  /* 12px / 13px */ }

table#enquiry-list td.image {
  padding-right: 0;
  text-align: left;
  border-right-color: #fff;
  width: 10%; }

table#enquiry-list td.product, table#enquiry-list th.product {
  text-align: left;
  width: 40%; }

table#enquiry-list td a {
  color: #666; }

table#enquiry-list td.remove img {
  margin: 0 auto; }

table#enquiry-list td.remove a {
  padding: 5px;
  display: block; }

table#enquiry-list input {
  margin: 0;
  padding: 0px; }

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 3045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 3044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 3046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

#small-dialog {
  background: white;
  padding: 30px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative; }

#banner-home {
  position: relative;
  background: #0A569D; }

#banner-home .st_sharethis {
  position: absolute;
  top: 15px;
  right: 40px;
  z-index: 1000; }

#banner-home .st_sharethis .stButton .sharethis {
  color: #fff !important; }

#banner-home-slideshow {
  height: 290px;
  overflow: hidden;
  z-index: 900; }

#banner-home-slideshow .bannerslide {
  width: 1020px;
  height: 290px; }

#banner-home-slideshow .bannerslide a {
  color: #fff;
  text-decoration: none;
  height: 290px;
  display: block; }

#banner-home-slideshow .bannerslide h2 {
  font-size: 2.4em;
  color: #0A569D;
  padding: 5% 0 0px 40px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

#banner-home-slideshow .bannerslide p {
  padding: 0 459px 0 40px; }

#banner-home-slideshow .bannerslide .subheading {
  font-size: 1.5em;
  line-height: 1.34375em;
  color: #0A569D;
  padding: 0 0px 0 40px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 25em) and (max-width: 50em) {
    #banner-home-slideshow .bannerslide .subheading {
      line-height: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #banner-home-slideshow .bannerslide .subheading {
      line-height: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #banner-home-slideshow .bannerslide .subheading {
      line-height: 1.56735em; } }

#banner-home-slideshow .bannerslide .position-text {
  text-align: right;
  padding-right: 110px; }

#banner-home-slideshow .banner2 {
    /*background: url("../media/banners/innovation.jpg") no-repeat; */
    background-repeat: no-repeat;   
}

#banner-home-slideshow .banner1 {
    /*background: url("../media/banners/products.jpg") no-repeat; */
    background-repeat: no-repeat;   
}

#banner-home-slideshow .pulling-back-the-curtain {
  background: url("../media/banners/pulling-back-the-curtain.jpg") no-repeat; }

#banner-home-slideshow .multibeam-imaging-sonar {
    /*background: url("../media/banners/multibeam-imaging-sonar.jpg") no-repeat; */
    background-repeat: no-repeat;    
}

#banner-home-slideshow .multibeam-imaging-sonar-2 {
  background: url("../media/banners/multibeam-imaging-sonar-2.jpg") no-repeat; }

#banner-home-slideshow .banner3 {
  background: url("../media/banners/home-outstanding-performance-in-underwater-imaging.jpg") no-repeat; }

#banner-home-slideshow .banner4 {
  background: url("../media/banners/home-our-people.jpg") no-repeat; }

#banner-home-slideshow .banner5 {
  background: url("../media/banners/home-timeline.jpg") no-repeat; }

#banner-home-slideshow .pulling-back-the-curtain h2 {
  font-size: 1.6em;
  line-height: 1.3em;
  color: #0A569D;
  padding: 5% 0 10px 0px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  text-transform: 1px 1px 1px white; }

#banner-home-slideshow .pulling-back-the-curtain p {
  padding: 0 459px 0 40px; }

#banner-home-slideshow .pulling-back-the-curtain .subheading {
  font-size: 1.5em;
  line-height: 1.34375em;
  color: #CA0813;
  padding: 0 0px 0 40px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 25em) and (max-width: 50em) {
    #banner-home-slideshow .pulling-back-the-curtain .subheading {
      line-height: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #banner-home-slideshow .pulling-back-the-curtain .subheading {
      line-height: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #banner-home-slideshow .pulling-back-the-curtain .subheading {
      line-height: 1.56735em; } }

#banner-home-slideshow .pulling-back-the-curtain .position-text {
  text-align: right;
  padding-right: 40px; }

#banner-home-slideshow .pulling-back-the-curtain .uppercase {
  text-transform: uppercase; }

#banner-home-slideshow .pulling-back-the-curtain .banner-wrap {
  text-align: right;
  max-width: 540px;
  margin-left: auto; }

#banner-home-slideshow .multibeam-imaging-sonar h2 {
  font-size: 2.2em;
  line-height: 1.2em;
  color: #0A569D;
  padding: 8% 0 5px 0px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  text-transform: 1px 1px 1px white; }

#banner-home-slideshow .multibeam-imaging-sonar p {
  padding: 0 459px 0 40px; }

#banner-home-slideshow .multibeam-imaging-sonar .subheading {
  font-size: 2.4em;
  line-height: 1.34375em;
  color: #CA0813;
  padding: 0 0px 0 0px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 25em) and (max-width: 50em) {
    #banner-home-slideshow .multibeam-imaging-sonar .subheading {
      line-height: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #banner-home-slideshow .multibeam-imaging-sonar .subheading {
      line-height: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #banner-home-slideshow .multibeam-imaging-sonar .subheading {
      line-height: 1.56735em; } }

#banner-home-slideshow .multibeam-imaging-sonar .position-text {
  text-align: left;
  padding-left: 60px; }

#banner-home-slideshow .multibeam-imaging-sonar .banner-wrap {
  text-align: right;
  max-width: 640px;
  margin-right: auto; }

#nav {
  background: #FFFFFF; }
  #nav::after {
    clear: both;
    content: "";
    display: table; }

ul#mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap; }
  ul#mainmenu::after {
    clear: both;
    content: "";
    display: table; }
  ul#mainmenu.remove-bottom-border {
    border-bottom: 0; }

#mainmenu li {
  float: left;
  padding: 0;
  margin: 0;
  flex-grow: 1; }

#mainmenu a {
  display: block;
  line-height: 30px;
  padding: 0.86em 0.3628125003em;
  color: #353535;
  text-decoration: none;
  font-size: 0.86em;
  text-align: center; }
  @media (min-width: 25em) and (max-width: 50em) {
    #mainmenu a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #mainmenu a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #mainmenu a {
      font-size: 0.86em; } }

#mainmenu #home a {
  padding: 0; }

#mainmenu li.selected a {
  color: #CA0813; }
  #mainmenu li.selected a:hover {
    color: #FFFFFF; }

#mainmenu li.selected ul li a {
  color: #FFFFFF; }

.menu {
  z-index: 2000;
  position: relative;
  clear: both; }

.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.menu li {
  float: left;
  position: relative; }

.menu ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  bottom: 0px;
  left: 0;
  width: 240px; }

#mainmenu li ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left; }

.menu table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse; }

#mainmenu ul li {
  text-align: left;
  margin: 0px;
  padding: 0; }

#mainmenu ul li a, #mainmenu ul li a:visited {
  text-transform: none;
  width: 209px;
  padding: 0.86em 0.6450000002em 0.86em 1.5288888881em;
  font-size: 0.86em;
  outline: none;
  background: #084985 url("../media/menu-arrow.gif") 10px 16px no-repeat; }
  @media (min-width: 25em) and (max-width: 50em) {
    #mainmenu ul li a, #mainmenu ul li a:visited {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #mainmenu ul li a, #mainmenu ul li a:visited {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #mainmenu ul li a, #mainmenu ul li a:visited {
      font-size: 0.86em; } }

#mainmenu ul li:last-child a, #mainmenu ul li:last-child a:visited {
  border-bottom: 0px;
  padding-bottom: 15px; }

#mainmenu ul li a, #mainmenu ul li {
  height: auto;
  line-height: 1.2em; }

#mainmenu ul li.end a {
  padding-bottom: 0px; }

#mainmenu a:hover {
  color: #fff;
  background: #0A569D;
  /* The Fallback */
  background: rgba(10, 86, 157, 0.86); }

#mainmenu ul li a:hover, #mainmenu ul a:hover, #mainmenu ul :hover > a {
  color: #fff;
  background: #4780b6 url("../media/menu-arrow.gif") 10px 16px no-repeat; }

#mainmenu :hover > a {
  color: #fff;
  background: #003366; }

.menu ul li:hover ul,
.menu ul a:hover ul {
  visibility: visible; }

.menu ul :hover ul ul {
  visibility: hidden; }

.menu ul :hover ul :hover ul {
  visibility: visible; }

/* Product menu */
#product-menu h4.range {
  background: #CA0813;
  margin: 10px 0 0 0; }

#product-menu h4 .icon {
  padding: 0.4837500002em 0.86em;
  display: block; }

#product-menu h4 .ui-icon {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../media/menu-arrow3.png") no-repeat;
  margin: 12px 8px 0 0; }

#product-menu h4.ui-state-active .ui-icon {
  background: url("../media/menu-arrow3-open.png") no-repeat; }

#product-menu h4.range.ui-state-active, h4.range.ui-state-active {
  background: #0A569D; }

#product-menu h4.energy {
  background: #996600;
  border: 1px solid #996600; }

#product-menu h4.energy .icon {
  background: url("../media/industry-energy-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu h4.defence {
  background: #333;
  border: 1px solid #333; }

#product-menu h4.defence .icon {
  background: url("../media/industry-defence-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu h4.survey {
  background: #336600;
  border: 1px solid #336600; }

#product-menu h4.survey .icon {
  background: url("../media/industry-survey-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu h4.engineering {
  background: #993300;
  border: 1px solid #993300; }

#product-menu h4.engineering .icon {
  background: url("../media/industry-engineering-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu h4.underwater-vehicles {
  background: #006699;
  border: 1px solid #006699; }

#product-menu h4.underwater-vehicles .icon {
  background: url("../media/industry-underwater-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu h4.academic-research {
  background: #663399;
  border: 1px solid #663399; }

#product-menu h4.academic-research .icon {
  background: url("../media/industry-academic-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#product-menu ul, #product-menu li {
  list-style: none;
  padding: 0;
  margin: 0; }

#product-menu ul li {
  font-size: 0.86em;
  margin: 10px 0 0 10px; }
  @media (min-width: 25em) and (max-width: 50em) {
    #product-menu ul li {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #product-menu ul li {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #product-menu ul li {
      font-size: 0.86em; } }
  #product-menu ul li a {
    color: #333;
    font-weight: bold;
    display: block;
    background: url("../media/menu-arrow2.gif") left no-repeat;
    padding-left: 16px;
    text-decoration: none; }

#product-menu ul li.selected a {
  background: url("../media/menu-arrow2-open.gif") left no-repeat;
  color: #cc0000; }

#product-menu ul li.selected2 a {
  color: #cc0000; }

#product-menu ul ul li {
  font-size: 1em;
  margin-left: 20px; }

#product-menu ul li.selected ul li a {
  background: none !important;
  color: #333; }

#product-menu ul li.selected ul li.selected a {
  color: #cc0000; }

#breadcrumbs {
  background: url("../media/divide-x.gif") bottom repeat-x;
  padding: 0.86em 40px; }
  #breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }

#breadcrumbs ul {
  float: left;
  display: block;
  margin-right: 5.4298946238%;
  width: 82.428350896%; }
  #breadcrumbs ul::after {
    clear: both;
    content: "";
    display: table; }
  #breadcrumbs ul:last-child {
    margin-right: 0; }

#breadcrumbs ul, #breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0; }

#breadcrumbs li {
  float: left;
  font-size: 0.86em;
  padding-right: 16px;
  background: url("../media/breadcrumb-arrow.gif") right no-repeat; }
  @media (min-width: 25em) and (max-width: 50em) {
    #breadcrumbs li {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #breadcrumbs li {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #breadcrumbs li {
      font-size: 0.86em; } }

#breadcrumbs li a {
  color: #666; }

#breadcrumbs li.current-page {
  background: none;
  padding: 0; }

#breadcrumbs li.current-page a {
  color: #cc0000;
  font-weight: bold; }

#breadcrumbs .st_sharethis {
  float: left;
  display: block;
  margin-right: 5.4298946238%;
  width: 12.1417544802%;
  float: right;
  text-align: right;
  height: 24px; }
  #breadcrumbs .st_sharethis:last-child {
    margin-right: 0; }

#breadcrumbs .st_sharethis .stButton .sharethis {
  color: #666 !important;
  margin-top: 0px; }

#enquiry-basket, #search-box {
  float: right;
  clear: right; }

#enquiry-basket ul, #enquiry-basket li {
  margin: 0;
  padding: 0;
  list-style: none; }

#enquiry-basket li {
  font-weight: bold;
  font-size: 0.6875em;
  /* 11px / 16px */
  text-transform: uppercase;
  float: left;
  height: 25px;
  line-height: 25px;
  background: #0A569D;
  color: #FFFFFF; }

#enquiry-basket li a {
  color: #fff;
  display: block;
  padding: 0 1.1466666664em;
  text-decoration: none; }

#enquiry-basket li a span {
  margin-left: 10px; }

#enquiry-basket li#enquiry-list {
  border-right: 1px #003366 solid; }

#enquiry-basket li#enquiry-button {
  border-left: 1px #0071bc solid; }

#enquiry-basket li#enquiry-help {
  padding: 0;
  cursor: pointer; }

#enquiry-basket-help {
  display: none;
  position: absolute;
  right: 40px;
  top: 130px;
  font-size: 0.6875em;
  /* 11px / 16px */
  line-height: 1.3em;
  color: #ccc;
  width: 200px;
  background: #333;
  padding: 10px;
  z-index: 2200;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5); }

#enquiry-basket-help h5 {
  font-weight: bold;
  margin-bottom: 5px; }

#enquiry-basket-help-close {
  float: right;
  cursor: pointer; }

#enquiry-basket-mini {
  position: absolute;
  right: 50px;
  top: 140px;
  font-size: 0.6875em;
  /* 11px / 16px */
  background: #eaeaea;
  z-index: 2100;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5); }

#enquiry-basket-mini table {
  width: 340px; }

#enquiry-basket-mini table th {
  padding: 10px;
  font-weight: bold;
  text-align: center; }

#enquiry-basket-mini table td {
  padding: 7px 10px;
  text-align: center;
  border-top: 1px #fff solid;
  vertical-align: middle;
  font-weight: bold; }

#enquiry-basket-mini table td.image {
  padding-right: 0;
  text-align: left; }

#enquiry-basket-mini table td.product, #enquiry-basket-mini table th.product {
  text-align: left; }

#enquiry-basket-mini table td a {
  color: #666; }

#enquiry-basket-mini table td.remove img {
  margin: 0 auto; }

#enquiry-basket-mini table td.remove a {
  padding: 5px;
  display: block; }

#enquiry-basket-mini-buttons {
  height: 48px;
  padding-top: 10px; }

#enquiry-basket-mini-buttons a {
  float: left;
  width: 170px;
  height: 48px; }

#search-box input, #search-box select {
  font-size: 0.86em;
  background: #fff;
  color: #333;
  vertical-align: middle;
  padding: 3px 5px;
  border: 1px solid #ccc;
  margin: 0;
  height: 25px; }
  @media (min-width: 25em) and (max-width: 50em) {
    #search-box input, #search-box select {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #search-box input, #search-box select {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #search-box input, #search-box select {
      font-size: 0.86em; } }

#search-box .keyword-search {
  float: right; }

/* BLOG */
.blog .photo img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 15px 0; }

.blog .categories {
  padding: 5px 0 0 0; }

.blog .form dt {
  width: 10%; }

ul#comments {
  list-style: none; }

ul#comments li {
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }

ul#comments span {
  display: block;
  color: #0071bc;
  font-weight: bold; }

#calendar {
  border-left: 1px #D9D9D9 solid;
  border-right: 1px #D9D9D9 solid;
  border-bottom: 1px #D9D9D9 solid; }

#calendar caption {
  background: #333333;
  color: #fff;
  font-size: 0.86em;
  height: 30px;
  line-height: 30px;
  font-weight: bold; }
  @media (min-width: 25em) and (max-width: 50em) {
    #calendar caption {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #calendar caption {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #calendar caption {
      font-size: 0.86em; } }

#calendar.education caption {
  background: #660066; }

#calendar caption a {
  color: #fff; }

#calendar th, #calendar td {
  width: 50px;
  font-size: 0.86em;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-top: 1px #a6a6a6 solid;
  border-right: 1px #a6a6a6 solid; }
  @media (min-width: 25em) and (max-width: 50em) {
    #calendar th, #calendar td {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #calendar th, #calendar td {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #calendar th, #calendar td {
      font-size: 0.86em; } }

#calendar td {
  padding: 0; }

#calendar td.today {
  background: #CA0813;
  color: #fff; }

#calendar td a {
  color: #fff;
  display: block;
  background: #336699; }

#calendar.education td a {
  background: #660066;
  color: #fff; }

#calendar-wrapper table#calendar tbody tr td {
  padding: 0; }

#calendar tbody tr {
  background: #FFFFFF; }
  #calendar tbody tr:nth-child(odd) {
    background: white; }
  #calendar tbody tr th {
    background: #d9d9d9;
    height: 40px; }

#calendar-wrapper a {
  color: #CA0813; }

/* DISTRIBUTORS */
.distributors .col {
  float: left;
  width: 220px;
  margin: 20px 15px 0 0;
  padding: 0 0 15px 0; }

.distributors .title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0px; }

.distributors .subtitle {
  font-weight: bold;
  padding: 0 0 0 0px; }

.distributors .thumb {
  width: 100px;
  height: 100px;
  margin: 5px 0 10px 0px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc; }

.distributors .thumb img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

.distributors .flag {
  margin: 0 0 5px 0px; }

.distributors .col p {
  padding: 0 0 5px 0px; }

.distributors .col.last {
  margin-right: 0; }

.distributors .col.first ul {
  list-style: none;
  padding: 0px 0 0 0px;
  margin: 0; }

.distributors ul {
  list-style: none;
  padding: 2px 0 0 0px;
  margin: 0; }

.distributors ul li {
  float: left;
  margin: 0 8px 0 0; }

#distributor_key {
  border-top: 1px solid #ccc;
  padding: 20px 20px 20px 50px; }

#distributor_key .title {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px 0; }

#distributor_key ul {
  list-style: none; }

#distributor_key li {
  height: 25px;
  font-size: 12px; }

#distributor_key span {
  float: left;
  padding: 3px 0 0 10px; }

#distributor_key .icon {
  float: left;
  width: 15px;
  height: 15px; }

.date {
  padding: 0px 0 5px 0;
  color: #0071bc;
  font-weight: bold; }

#event_list .left {
  float: left;
  width: 140px;
  padding: 0 10px 0 0; }

#event_list .left .thumbnail {
  width: 100px;
  height: 100px; }

#event_list .right {
  float: left;
  width: 450px; }

#event_list section {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }

.latest-events-listing {
  margin: 1.1466666664em 0 0 0; }
  .latest-events-listing a {
    color: #CA0813; }
  .latest-events-listing h3 {
    font-size: 1.075em;
    padding: 0 0 0.4837500002em 0; }
    @media (min-width: 25em) and (max-width: 50em) {
      .latest-events-listing h3 {
        font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .latest-events-listing h3 {
        font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
    @media (min-width: 75em) {
      .latest-events-listing h3 {
        font-size: 1.161em; } }
    .latest-events-listing h3 a {
      text-decoration: none; }
  .latest-events-listing h4 a {
    text-decoration: none; }
  .latest-events-listing .more {
    padding: 0 0 1.1466666664em 0; }
  .latest-events-listing .date {
    padding: 0; }

.aside-title {
  padding: 0 0 0.86em 0; }

.events section {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.1466666664em 0 1.5288888881em 0;
  margin: 0.86em 0 0 0; }
  .events section::after {
    clear: both;
    content: "";
    display: table; }
  .events section:last-child {
    border-bottom: 0; }
  .events section .thumbnail_container {
    float: left;
    width: 142px; }
    .events section .thumbnail_container .thumbnail {
      min-width: 100px;
      background-color: #fff;
      float: left;
      margin: 0 0px 0 0;
      text-align: center;
      line-height: 0;
      width: 160px; }
      .events section .thumbnail_container .thumbnail img {
        max-width: 100%; }
  .events section .event-content {
    float: right;
    width: 520px; }

.events .event-year {
  border-top: 1px solid #FFFFFF;
  border-bottom: 2px solid #CA0813;
  color: #CA0813;
  padding: 0.4837500002em 0.86em;
  margin-top: -1px; }

/* NEWS & EVENTS */
#news-menu {
  padding: 0px 20px 0px 40px; }

#news-menu h4 {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#news-menu h4.range {
  background: #CA0813;
  margin: 10px 0 0 0; }
  #news-menu h4.range:hover {
    background: #D7474F; }

#news-menu h4 .icon {
  padding: 2px 10px 2px 10px;
  line-height: 28px;
  display: block; }

#news-menu h4 .ui-icon {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  margin: 10px 10px 0 0;
  background: url("../media/menu-arrow3.png") no-repeat; }

#news-menu h4.ui-state-active .ui-icon {
  background: url("../media/menu-arrow3-open.png") no-repeat; }

#news-menu h4.range.ui-state-active, h4.range.ui-state-active {
  background: #0A569D; }

#news-menu h4.energy {
  background: #996600 url("../media/menu-energy.gif") top repeat-x;
  border: 1px solid #996600; }

#news-menu h4.energy .icon {
  background: url("../media/industry-energy-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu h4.defence {
  background: #333 url("../media/menu-defence.gif") top repeat-x;
  border: 1px solid #333; }

#news-menu h4.defence .icon {
  background: url("../media/industry-defence-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu h4.survey {
  background: #336600 url("../media/menu-survey.gif") top repeat-x;
  border: 1px solid #336600; }

#news-menu h4.survey .icon {
  background: url("../media/industry-survey-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu h4.engineering {
  background: #993300 url("../media/menu-engineering.gif") top repeat-x;
  border: 1px solid #993300; }

#news-menu h4.engineering .icon {
  background: url("../media/industry-engineering-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu h4.underwater-vehicles {
  background: #006699 url("../media/menu-underwater.gif") top repeat-x;
  border: 1px solid #006699; }

#news-menu h4.underwater-vehicles .icon {
  background: url("../media/industry-underwater-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu h4.academic-research {
  background: #663399 url("../media/menu-academic.gif") top repeat-x;
  border: 1px solid #663399; }

#news-menu h4.academic-research .icon {
  background: url("../media/industry-academic-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#news-menu ul, #product-menu li {
  list-style: none;
  padding: 0;
  margin: 0; }

#news-menu ul li {
  margin: 10px 0 0 10px; }

#news-menu a {
  color: #333;
  font-weight: bold;
  display: block;
  background: url("../media/menu-arrow2.gif") left no-repeat;
  padding-left: 16px;
  font-size: 0.86em; }
  @media (min-width: 25em) and (max-width: 50em) {
    #news-menu a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    #news-menu a {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    #news-menu a {
      font-size: 0.86em; } }

#news-menu ul li.selected a {
  background: url("../media/menu-arrow2-open.gif") left no-repeat;
  color: #cc0000; }

#news-menu ul li.selected2 a {
  color: #cc0000; }

#news-menu ul ul li {
  font-size: 1em;
  margin-left: 20px; }

#news-menu ul li.selected ul li a {
  background: none !important;
  color: #333; }

#news-menu ul li.selected ul li.selected a {
  color: #cc0000; }

.news.col {
  float: left;
  width: 220px;
  margin: 0 10px 0 0; }

#col-article {
  float: left;
  width: 739px;
  padding-bottom: 20px; }
  #col-article .news {
    position: relative; }
    #col-article .news p, #col-article .news h4 {
      max-width: 680px; }
    #col-article .news .news-industry {
      display: inline-block;
      padding: 0; }

.news article#left {
  float: left;
  width: 480px; }

.news aside#right {
  float: right;
  width: 227px;
  padding: 20px 20px 20px 0;
  min-height: 830px; }

.news aside#right #calendar-wrapper {
  width: 202px;
  height: 234px;
  margin: 0 0 25px 0; }

.news aside#right h3 {
  color: #353535; }

.news aside#right h4 {
  color: #CA0813;
  margin: 0;
  padding: 0px 0 5px 0; }

.news aside#right .date {
  color: #0071bc;
  font-weight: bold; }

.news aside#right span {
  font-weight: bold; }

.news aside#right p {
  padding: 0 0 5px 0; }

.news aside#right .more {
  padding: 0 0 20px 0; }

aside#right ul {
  list-style: none;
  margin: 0 0 20px 10px; }

.news article#left section {
  padding: 20px;
  border-bottom: 1px solid #D9D9D9; }

.news article#left section p {
  display: block;
  padding: 0; }

.news article#left section h3 {
  color: #333; }

.news article#left section .thumbnail {
  max-width: 120px;
  min-width: 100px;
  background-color: #fff;
  float: left;
  margin: 0 0px 0 0;
  text-align: center;
  line-height: 0; }

.news article#left section .thumbnail img {
  margin: 0 auto;
  width: 100%; }
  .news article#left section .thumbnail img img {
    max-width: 100%; }

.news article#left section::after {
  clear: both;
  content: "";
  display: table; }

.news article#left section .thumbnail_container {
  float: left;
  display: block;
  width: 142px; }

.news article#left section .news-content {
  float: right;
  display: block;
  width: 280px; }
  .news article#left section .news-content .date {
    color: #0071bc;
    font-weight: bold;
    padding: 0 0 5px 0px; }

.newsbulletin section, .newspage section {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9; }
  .newsbulletin section::after, .newspage section::after {
    clear: both;
    content: "";
    display: table; }
  .newsbulletin section .thumbnail_container, .newspage section .thumbnail_container {
    float: left;
    display: block;
    width: 172px; }
    .newsbulletin section .thumbnail_container .thumbnail, .newspage section .thumbnail_container .thumbnail {
      background-color: #fff;
      margin: 0 0px 0 0;
      text-align: center;
      line-height: 0; }
      .newsbulletin section .thumbnail_container .thumbnail img, .newspage section .thumbnail_container .thumbnail img {
        max-width: 100%; }
  .newsbulletin section .news-content, .newspage section .news-content {
    float: right;
    display: block;
    width: 520px; }
    .newsbulletin section .news-content .date, .newspage section .news-content .date {
      color: #0071bc;
      font-weight: bold;
      padding: 0 0 5px 0px; }
    .newsbulletin section .news-content h3, .newspage section .news-content h3 {
      padding: 0; }
  .newsbulletin section a h3, .newspage section a h3 {
    color: #CA0813; }
  .newsbulletin section a:hover h3, .newspage section a:hover h3 {
    color: #353535; }

html body div#container div#content-side article div#col-article div.container-bodytext img .news section {
  border-bottom: 1px solid #ccc;
  padding: 0px 0 20px 0;
  margin: 0 0 0px 0; }

.newsarchive section {
  border-bottom: 1px solid #ccc;
  padding: 0px 0 20px 0;
  margin: 0 0 10px 0; }

.newsarchive .date {
  padding: 0px 0 5px 0;
  color: #0071bc;
  font-weight: bold;
  display: block; }

.newsarchive .more {
  padding: 5px 0 0 0; }

.newsarchive h3 {
  color: #333; }

/* PRODUCTS */
#product-menu {
  padding: 0 20px 0 40px; }

#product-menu h4 {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

h4.range {
  background: #CA0813;
  font-size: 0.86em;
  cursor: pointer;
  margin: 10px 20px 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 25em) and (max-width: 50em) {
    h4.range {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    h4.range {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    h4.range {
      font-size: 0.86em; } }
  h4.range a {
    padding: 0.4837500002em 0.86em;
    display: block;
    color: #fff;
    text-decoration: none; }
    h4.range a:hover {
      background: #D7474F;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.product-grid-item {
  width: 246px;
  float: left;
  padding: 20px 19px;
  overflow: auto;
  text-align: left; }

.product-grid-thumb {
  padding: 10px;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: center; }

.product-grid-thumb img {
  margin: 0 auto;
  max-height: 100%; }

.product-grid-item h3 {
  font-size: 1.075em;
  line-height: 1.075em;
  padding: 0 0 8px 0; }
  @media (min-width: 25em) and (max-width: 50em) {
    .product-grid-item h3 {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .product-grid-item h3 {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .product-grid-item h3 {
      font-size: 1.161em; } }
  @media (min-width: 25em) and (max-width: 50em) {
    .product-grid-item h3 {
      line-height: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .product-grid-item h3 {
      line-height: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .product-grid-item h3 {
      line-height: 1.161em; } }

.product-grid-item a {
  color: #CA0813; }

.product-grid-item ul {
  padding-left: 20px; }

.product-grid-item li {
  margin-top: 4px;
  line-height: 1.3em; }

.product-grid-divide {
  clear: both;
  background: url("../media/divide-x.gif") top repeat-x;
  padding-top: 2px; }

.product-summary {
  width: 220px;
  float: left; }

.product-image {
  width: 218px;
  padding: 9px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden; }

.product-image img {
  margin: 0 auto;
  display: block; }

#product-summary-accordion {
  margin: 20px 0 0 0; }

#product-summary-accordion h2 {
  font-size: 1.230769230769231em;
  /* 16px / 13px */
  font-weight: bold;
  cursor: pointer; }

#product-summary-accordion h2 .arrow {
  padding-right: 15px;
  background: url("../media/product-arrow2.gif") right no-repeat; }

#product-summary-accordion h2.ui-state-active .arrow {
  background: url("../media/product-arrow1.gif") right no-repeat; }

.product-details {
  float: right;
  width: 440px;
  padding-right: 20px; }

.industry-ad {
  width: 330px;
  float: left;
  margin-top: 20px;
  position: relative;
  margin: 1.1466666664em; }

.industry-ad-energy {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-energy.gif") bottom right no-repeat; }

.industry-ad-defence {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-defence.gif") bottom right no-repeat; }

.industry-ad-survey {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-survey.gif") bottom right no-repeat; }

.industry-ad-engineering {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-engineering.gif") bottom right no-repeat; }

.industry-ad-underwater-vehicles {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-underwater.gif") bottom right no-repeat; }

.industry-ad-academic-research {
  padding: 0 0 0 0px;
  background: url("../media/ads/bg-academic.gif") bottom right no-repeat; }

.industry-ad h2 {
  font-size: 1.5em;
  /* 24px / 16px */
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 56px; }

.industry-ad-energy h2 {
  background: #996600 url("../media/ads/heading-energy.gif") no-repeat; }

.industry-ad-defence h2 {
  background: #333 url("../media/ads/heading-defence.gif") no-repeat; }

.industry-ad-survey h2 {
  background: #333 url("../media/ads/heading-survey.gif") no-repeat; }

.industry-ad-engineering h2 {
  background: #993300 url("../media/ads/heading-engineering.gif") no-repeat; }

.industry-ad-underwater-vehicles h2 {
  background: #333 url("../media/ads/heading-underwater.gif") no-repeat; }

.industry-ad-academic-research h2 {
  background: #333 url("../media/ads/heading-academic.gif") no-repeat; }

.industry-ad a {
  color: #fff;
  display: block;
  height: 148px;
  text-decoration: none; }

.industry-ad p {
  margin: 10px 60px 0 20px;
  font-size: 0.86em;
  line-height: 1.075em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .industry-ad p {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .industry-ad p {
      font-size: calc( 0.86em + 0 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .industry-ad p {
      font-size: 0.86em; } }
  @media (min-width: 25em) and (max-width: 50em) {
    .industry-ad p {
      line-height: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .industry-ad p {
      line-height: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .industry-ad p {
      line-height: 1.161em; } }

.industry-ad p.button {
  position: absolute;
  bottom: 10px;
  left: 0px; }

.industry-ad p.button span {
  background: #CA0813;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  float: left; }

.industry-banner {
  height: 200px;
  position: relative;
  color: #fff; }

.industry-banner-energy {
  background: url("../media/banners/industry-energy.jpg") top no-repeat; }

.industry-banner-defence {
  background: url("../media/banners/industry-defence.jpg") top no-repeat; }

.industry-banner-survey {
  background: url("../media/banners/industry-survey.jpg") top no-repeat; }

.industry-banner-engineering {
  background: url("../media/banners/industry-engineering.jpg") top no-repeat; }

.industry-banner-underwater-vehicles {
  background: url("../media/banners/industry-underwater-vehicles.jpg") top no-repeat; }

.industry-banner-academic-research {
  background: url("../media/banners/industry-academic-research.jpg") top no-repeat; }

.industry-banner p {
  font-size: 0.75em;
  /* 12px / 16px */
  line-height: 1.3em;
  padding: 20px 350px 0 20px; }

.industry-banner p.buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0; }

.industry-banner p.buttons a {
  border: 1px solid #990000;
  background: #CA0813;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 20px;
  text-decoration: none; }

.industry-banner p a {
  color: #fff; }

/* CONTACT */
#contact-menu {
  padding: 0px 20px 0px 40px; }

#contact-menu h4.range {
  background: #CA0813;
  margin: 10px 0 0 0; }

#contact-menu h4 {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

h4.range {
  background: #CA0813 url("") top repeat-x;
  cursor: pointer;
  margin: 10px 20px 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  h4.range a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

#contact-menu h4.range {
  background: #CA0813;
  margin: 10px 0 0 0; }

#contact-menu h4 .icon {
  padding: 0 10px 0 10px;
  line-height: 28px;
  display: block; }

#contact-menu h4 .ui-icon {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../media/menu-arrow3.png") no-repeat;
  margin: 8px 8px 0 0; }

#contact-menu h4.ui-state-active .ui-icon {
  background: url("../media/menu-arrow3-open.png") no-repeat; }

#contact-menu h4.range.ui-state-active, h4.range.ui-state-active {
  background: #0A569D; }

#contact-menu h4.energy {
  background: #996600 url("../media/menu-energy.gif") top repeat-x;
  border: 1px solid #996600; }

#contact-menu h4.energy .icon {
  background: url("../media/industry-energy-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu h4.defence {
  background: #333 url("../media/menu-defence.gif") top repeat-x;
  border: 1px solid #333; }

#contact-menu h4.defence .icon {
  background: url("../media/industry-defence-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu h4.survey {
  background: #336600 url("../media/menu-survey.gif") top repeat-x;
  border: 1px solid #336600; }

#contact-menu h4.survey .icon {
  background: url("../media/industry-survey-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu h4.engineering {
  background: #993300 url("../media/menu-engineering.gif") top repeat-x;
  border: 1px solid #993300; }

#contact-menu h4.engineering .icon {
  background: url("../media/industry-engineering-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu h4.underwater-vehicles {
  background: #006699 url("../media/menu-underwater.gif") top repeat-x;
  border: 1px solid #006699; }

#contact-menu h4.underwater-vehicles .icon {
  background: url("../media/industry-underwater-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu h4.academic-research {
  background: #663399 url("../media/menu-academic.gif") top repeat-x;
  border: 1px solid #663399; }

#contact-menu h4.academic-research .icon {
  background: url("../media/industry-academic-icon.png") 7px 4px no-repeat;
  padding-left: 36px; }

#contact-menu ul, #product-menu li {
  list-style: none;
  padding: 0;
  margin: 0; }

#contact-menu ul li {
  margin: 10px 0 0 10px; }

#contact-menu a {
  color: #353535;
  display: block;
  background: url("../media/menu-arrow2.gif") left no-repeat;
  padding-left: 16px; }

#contact-menu ul li.selected a {
  background: url("../media/menu-arrow2-open.gif") left no-repeat;
  color: #cc0000; }

#contact-menu ul li.selected2 a {
  color: #cc0000; }

#contact-menu ul ul li {
  margin-left: 20px; }

#contact-menu ul li.selected ul li a {
  background: none !important;
  color: #333; }

#contact-menu ul li.selected ul li.selected a {
  color: #cc0000; }

.contact.col {
  float: left;
  width: 220px;
  margin: 0 10px 0 0; }

.contact.col h2 {
  color: #333; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
#video_scroller {
  margin: 0;
  padding: 0; }

#video_scroller ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#video_scroller ul li {
  float: left;
  margin: 0;
  padding: 0 3px 0 0; }

#video_scroller ul li a.selected img {
  border-color: #c40000;
  background-color: #c40000; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }
  .jspPane ul {
    list-style: none; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #ccc;
  position: relative; }

.jspDrag {
  background: #666;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #666;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.jspArrowLeft {
  background: url("../media/scroll_left.gif") no-repeat; }

.jspArrowRight {
  background: url("../media/scroll_right.gif") no-repeat; }

/* Product Finder
================================================== */
#config-dialog p {
  margin-top: 0.5em; }

#config-dialog form {
  display: inline-block;
  margin-left: 0.5em; }

.btn-red {
  background-color: #CA0813;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 1em;
  text-transform: uppercase;
  border: none;
  font-family: 'myriad-pro-n7', "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em; }

.bodytext a.pop-custom-config {
  border: 1px solid #003264;
  background: url(../media/button-add.gif) left no-repeat, #003264 url(../media/button-small-blue.gif) top repeat-x;
  color: #fff;
  padding: 5px 5px 5px 35px;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'myriad-pro-n7', "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none; }

.product-finder-overflow {
  overflow-x: auto;
  display: block; }

.product-finder {
  padding: 20px;
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%; }

.product-finder-item {
  padding: 20px;
  display: table-cell;
  text-align: center;
  width: 25%;
  height: 100%;
  /* one item */
  /* two items */
  /* three items */ }
  .product-finder-item:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    width: 100%; }
  .product-finder-item:first-child:nth-last-child(2),
  .product-finder-item:first-child:nth-last-child(2) ~ .product-finder-item {
    width: 50%; }
  .product-finder-item:first-child:nth-last-child(3),
  .product-finder-item:first-child:nth-last-child(3) ~ .product-finder-item {
    width: 33.3333%; }
  .product-finder-item .inner-content-container {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    display: flex;
    height: 100%; }
    .product-finder-item .inner-content-container .inner-content {
      flex-grow: 1; }
  .product-finder-item:not(:first-child) {
    border-left: 1px dotted #ccc; }
  .product-finder-item img,
  .product-finder-item h3,
  .product-finder-item p {
    pointer-events: none; }
  .product-finder-item h3 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #CA0813;
    min-height: 45px; }
  .product-finder-item p {
    margin: 0 auto 20px auto;
    margin-bottom: 20px;
    max-width: 333px;
    overflow: hidden;
    font-size: 13px; }
  .product-finder-item label {
    cursor: pointer;
    display: block; }

.product-finder-thumb {
  margin: 0 auto 20px;
  position: relative;
  height: 150px;
  width: 150px; }
  .product-finder-thumb img {
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%; }

.product-finder-title {
  font-size: 1.34375em;
  padding: 20px 20px 0;
  text-align: center; }
  @media (min-width: 25em) and (max-width: 50em) {
    .product-finder-title {
      font-size: calc( 1.34375em + 0.10965 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .product-finder-title {
      font-size: calc( 1.4534em + 0.11395 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .product-finder-title {
      font-size: 1.56735em; } }
  .product-finder-title em {
    font-weight: normal;
    font-style: normal;
    font-size: 75%;
    color: #686868; }

.product-finder-lead {
  font-size: 1.075em;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 666px; }
  @media (min-width: 25em) and (max-width: 50em) {
    .product-finder-lead {
      font-size: calc( 1.075em + 0.043 * ( ( 100vw - 25em) / 25 )); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .product-finder-lead {
      font-size: calc( 1.118em + 0.043 * ( ( 100vw - 50em) / 25 )); } }
  @media (min-width: 75em) {
    .product-finder-lead {
      font-size: 1.161em; } }

.product-finder-input {
  font-weight: bold;
  margin: 0 auto; }
  .product-finder-input input {
    margin-left: 5px; }

.product-finder-foot {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: right; }

.product-finder-complete {
  padding: 20px; }

.product-finder-form input[type="submit"] {
  margin-top: 1.5em; }

.product-finder-selection {
  background-color: #f7f7f7;
  margin: 20px auto;
  text-align: left;
  list-style: none; }
  .product-finder-selection td:first-child {
    white-space: nowrap;
    font-weight: bold; }
  .product-finder-selection td {
    border: 1px solid white;
    padding: 10px;
    vertical-align: top; }

#footer {
  width: 1020px;
  margin: 0 auto 2.7180246886em;
  text-align: left; }

#footer-menu {
  background: #0A569D;
  color: #fff;
  padding-right: 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  #footer-menu::after {
    clear: both;
    content: "";
    display: table; }

#footer-menu ul {
  padding: 0 0 0 1.1466666664em; }

#footer-menu ul, #footer-menu li {
  list-style: none;
  margin: 0; }

#footer-menu li {
  font-size: 0.8125em;
  /* 13px / 16px */
  float: left;
  padding: 0 0 0 20px;
  font-weight: bold; }

#footer-menu li a {
  display: inline-block;
  color: #fff;
  padding: 0.86em 0 0.6450000002em; }

#footer-menu li.quick-contact span {
  display: block;
  padding: 0 3.6240329173em 0 24px;
  background: #333 url("../media/footer-arrow.gif") right no-repeat;
  color: #ccc;
  cursor: pointer; }

#footer-menu li.quick-contact.open span {
  background: #333 url("../media/footer-arrow2.gif") right no-repeat; }

#footer-menu li.quick-contact a {
  text-transform: uppercase;
  text-decoration: none; }

#footer-menu li.social-link {
  display: block;
  float: right;
  padding: 0 0 0 10px; }
  #footer-menu li.social-link a {
    padding: 0.86em 0 0 0; }

#footer-menu li.social-links {
  float: right;
  padding: 0.86em 0 0 5px; }

#footer-contact {
  background: #333;
  display: none; }

.footer-copyright {
  background: #FFFFFF;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .footer-copyright::after {
    clear: both;
    content: "";
    display: table; }
  .footer-copyright #footer-content {
    background: #FFFFFF;
    padding: 0.86em 2.7180246886em;
    color: #686868;
    line-height: 30px;
    font-size: 0.8125em;
    /* 13px / 16px */
    float: left;
    display: block;
    margin-right: 11.4833215046%;
    width: 44.2583392477%; }
    .footer-copyright #footer-content:last-child {
      margin-right: 0; }
  .footer-copyright #footer-content span {
    float: right; }
  .footer-copyright #footer-credit {
    float: left;
    display: block;
    margin-right: 11.4833215046%;
    width: 44.2583392477%;
    padding: 0.86em 2.7180246886em;
    color: #686868;
    line-height: 30px;
    text-align: right;
    background: #FFFFFF;
    font-size: 0.8125em;
    /* 13px / 16px */ }
    .footer-copyright #footer-credit:last-child {
      margin-right: 0; }
  .footer-copyright #footer-credit a {
    text-decoration: underline; }
    
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}
