@charset "UTF-8";
/*------------------------------------------------------------------
[master stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)

[table of contents]

	1. imports
	2. xx
	3. xx
	4. xx
	5. xx
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------
[1. imports]
*/
/*------------------------------------------------------------------
[variables stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)

[table of contents]

	1. colors
	2. paths
	3. fonts
	4. resuable classes
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------
[1. colors]
*/
/*-----------------------------------------------------------------
[2. paths]
*/
/*-----------------------------------------------------------------
[3. fonts]
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic);
/*-----------------------------------------------------------------
[4. reusable classes]
*/
/* CLEARFIX */
/* ANIMATION */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/*------------------------------------------------------------------
[typography stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
@font-face {
  font-family: 'metabookroman';
  src: url("/content/themes/e2v/assets/font/meta/metabook-roman-webfont.eot");
  src: url("/content/themes/e2v/assets/font/meta/metabook-roman-webfont.eot?#iefix") format("embedded-opentype"), url("/content/themes/e2v/assets/font/meta/metabook-roman-webfont.woff") format("woff"), url("/content/themes/e2v/assets/font/meta/metabook-roman-webfont.ttf") format("truetype"), url("/content/themes/e2v/assets/font/meta/metabook-roman-webfont.svg#metabookroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
}

p, .para {
  color: #404040;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 1.2em;
}

.orange {
  color: #0076c0;
}

a {
  color: #0076c0;
  text-decoration: underline;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.color-grey {
  color: #CCCCCC;
}

h1, .h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 0;
  text-rendering: optimizelegibility;
}

h1, .h1 {
  color: #333333;
  font-size: 2em;
  font-family: 'metabookroman';
  line-height: 1em;
  overflow: visible;
  *zoom: 1;
}
h1:before, h1:after, .h1:before, .h1:after {
  display: table;
  content: "";
  line-height: 0;
}
h1:after, .h1:after {
  clear: both;
}

h2 {
  color: #333333;
  font-size: 1.2em;
}

h3, .h3 {
  color: #333333;
  font-size: 1.6em;
  font-family: 'metabookroman';
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}

h4, h5, h6 {
  color: #333333;
  font-size: 1.6em;
  font-family: 'metabookroman';
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}

.home h3 {
  color: #333333;
  font-size: 2em;
  margin-bottom: 0.5em;
}

footer h3 {
  border-bottom: 1px solid #0076c0;
  color: #333333 !important;
  display: block;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 2em;
  text-transform: uppercase;
}
footer h4 {
  color: #333333;
  font-size: 1.3em;
  text-transform: uppercase;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1em 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  font-size: 1.5em;
  line-height: 1.3em;
}
li ul {
  margin-top: 10px;
}
li ul li {
  font-size: 0.9em;
  line-height: 1.15em;
}

nav li,
p li {
  font-size: 1em;
  line-height: 1em;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.content ul {
  margin-bottom: 20px;
}
.content ul li {
  list-style-position: outside;
  list-style-image: url(/content/themes/e2v/assets/img/icons/list-bullet.png);
  margin-bottom: 5px;
  color: #404040;
}
.content ul li ul li {
  font-size: 1em;
  line-height: 1.15em;
}

hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  display: block;
  margin-bottom: 2em;
  font-style: normal;
  line-height: 1.25em;
}

.foundicon-settings:before {
  content: "" !important;
}

.foundicon-heart:before {
  content: "" !important;
}

.foundicon-star:before {
  content: "" !important;
}

.foundicon-plus:before {
  content: "" !important;
}

.foundicon-minus:before {
  content: "" !important;
}

.foundicon-checkmark:before {
  content: "" !important;
}

.foundicon-remove:before {
  content: "" !important;
}

.foundicon-mail:before {
  content: "" !important;
}

.foundicon-calendar:before {
  content: "" !important;
}

.foundicon-page:before {
  content: "" !important;
}

.foundicon-tools:before {
  content: "" !important;
}

.foundicon-globe:before {
  content: "" !important;
}

.foundicon-home:before {
  content: "" !important;
}

.foundicon-quote:before {
  content: "" !important;
}

.foundicon-people:before {
  content: "" !important;
}

.foundicon-monitor:before {
  content: "" !important;
}

.foundicon-laptop:before {
  content: "" !important;
}

.foundicon-phone:before {
  content: "" !important;
}

.foundicon-cloud:before {
  content: "" !important;
}

.foundicon-error:before {
  content: "" !important;
}

.foundicon-right-arrow:before {
  content: "" !important;
}

.foundicon-left-arrow:before {
  content: "" !important;
}

.foundicon-up-arrow:before {
  content: "" !important;
}

.foundicon-down-arrow:before {
  content: "" !important;
}

.foundicon-trash:before {
  content: "" !important;
}

.foundicon-add-doc:before {
  content: "" !important;
}

.foundicon-edit:before {
  content: "" !important;
}

.foundicon-lock:before {
  content: "" !important;
}

.foundicon-unlock:before {
  content: "" !important;
}

.foundicon-refresh:before {
  content: "" !important;
}

.foundicon-paper-clip:before {
  content: "" !important;
}

.foundicon-video:before {
  content: "" !important;
}

.foundicon-photo:before {
  content: "" !important;
}

.foundicon-graph:before {
  content: "" !important;
}

.foundicon-idea:before {
  content: "" !important;
}

.foundicon-mic:before {
  content: "" !important;
}

.foundicon-cart:before {
  content: "" !important;
}

.foundicon-address-book:before {
  content: "" !important;
}

.foundicon-compass:before {
  content: "" !important;
}

.foundicon-flag:before {
  content: "" !important;
}

.foundicon-location:before {
  content: "" !important;
}

.foundicon-clock:before {
  content: "" !important;
}

.foundicon-folder:before {
  content: "" !important;
}

.foundicon-inbox:before {
  content: "" !important;
}

.foundicon-website:before {
  content: "" !important;
}

.foundicon-smiley:before {
  content: "" !important;
}

.foundicon-search:before {
  content: "" !important;
}

/* font-face */
@font-face {
  font-family: "GeneralFoundicons";
  src: url("/content/themes/e2v/assets/font/foundation/general_foundicons.eot");
  src: url("/content/themes/e2v/assets/font/foundation/general_foundicons.eot?#iefix") format("embedded-opentype"), url("/content/themes/e2v/assets/font/foundation/general_foundicons.woff") format("woff"), url("/content/themes/e2v/assets/font/foundation/general_foundicons.ttf") format("truetype"), url("/content/themes/e2v/assets/font/foundation/general_foundicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* TYPE MIXINS */
/* To get custom entity numbers go to - http://www.evotech.net/articles/testjsentities.html */
/*------------------------------------------------------------------
[forms stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #404040;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #CCCCCC;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 33px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 33px;
}

select {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea {
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

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

.form-actions:after {
  clear: both;
}

input[type=text],
input[type=password] {
  border: none;
  color: #444444;
  float: right;
  font-style: italic;
  height: 31px;
  margin: 0;
  padding: 0 28px 0 10px;
  width: 237px;
  border-radius: 10px;
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus {
  border: none;
  font-style: normal;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: none;
}

/*-----------------------------------------------------------------
[xx. header search form]
*/
header form input[type=submit],
.qp_search form input[type=submit],
.slider-search form input[type=submit] {
  background-image: none;
  background: url(/content/themes/e2v/assets/img/search/header-icon.png) no-repeat center center;
  border: none;
  -webkit-filter: none !important;
          filter: none !important;
  float: right;
  height: 31px;
  margin: 0;
  position: absolute;
  right: 10px;
  text-indent: -99999px;
  top: 7px;
  width: 31px;
}
header form input[type=submit]:hover, header form input[type=submit]:focus,
.qp_search form input[type=submit]:hover,
.qp_search form input[type=submit]:focus,
.slider-search form input[type=submit]:hover,
.slider-search form input[type=submit]:focus {
  background: url(/content/themes/e2v/assets/img/search/header-icon.png) no-repeat center center;
}

/*-----------------------------------------------------------------
[xx. ZURB FOUNDATION FORMS - http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/foundation-for-beginners-custom-forms-and-switches/]
*/
form.custom .hidden-field {
  display: none;
  visibility: hidden;
}
form.custom.faq-jump-form .dropdown {
  width: 100%;
}
form.custom .custom {
  border: 1px solid #e5e5e5;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
form.custom .custom.dropdown {
  height: 3.4em;
  min-width: 140px;
  overflow: visible;
}
form.custom .custom.dropdown > a {
  cursor: pointer;
  display: block;
  float: left;
  height: 2.6em;
  line-height: 2.6em;
  text-decoration: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
  background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f8f8f8, EndColorStr=#e5e5e5);
  box-shadow: inset 0 0 2px white;
}
form.custom .custom.dropdown .current {
  color: #333;
  font-size: 1.3em;
  overflow: hidden;
  padding: 0 5% 0 2%;
  width: 93%;
  text-shadow: 1px 1px 1px #FFFFFF;
}
form.custom .custom.dropdown .selector {
  background: #e5e5e5 url(/content/themes/e2v/assets/img/forms/select-arrows.png) no-repeat 0 center;
  border-left: 1px solid #dddddd;
  height: 100%;
  position: absolute;
  right: 0;
  width: 30px;
}
form.custom .custom.dropdown ul {
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-top: none;
  clear: both;
  cursor: pointer;
  display: none;
  height: 1px;
  list-style: none;
  margin: 0 0 0 -1px;
  overflow: visible;
  padding: 2px 0 0;
  position: absolute;
  top: 34px;
  width: 100%;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
}
form.custom .custom.dropdown ul li {
  list-style: none;
  border-bottom: 1px solid #f7f7f7;
  line-height: 1.3em;
  padding: 5px 5%;
  width: 90%;
}
form.custom .custom.dropdown ul li:hover, form.custom .custom.dropdown ul li:focus {
  background: #f7f7f7;
  color: #0d2d6a;
}
form.custom .custom.open {
  overflow: visible;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
form.custom .custom.open .current {
  color: #0076c0;
}
form.custom .custom.open .selector {
  background-position: -30px center;
}
form.custom .custom.open ul {
  display: block;
  height: 300px;
  overflow-y: scroll;
}

/*-----------------------------------------------------------------
[xx. gravity forms]
*/
.gform_wrapper {
  border: 1px solid #f7f7f7;
  padding: 20px;
  *zoom: 1;
}
.gform_wrapper:before, .gform_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.gform_wrapper:after {
  clear: both;
}
.gform_wrapper.col-ii {
  padding-top: 0;
}
.gform_wrapper label {
  float: left;
  line-height: 1.3em;
  padding-right: 4px;
  width: 136px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper select {
  border: 1px solid #e1e1e1;
  width: 140px;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ececec));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #ececec);
  background-image: linear-gradient(top, #e3e3e3, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e3e3e3, EndColorStr=#ececec);
  border-radius: 0;
}
.gform_wrapper select {
  color: #333333;
  width: 180px;
}
.gform_wrapper select.large {
  width: 100%;
}
.gform_wrapper li.big.returns {
  background: #f9f9f9;
  border: 1px solid #EEE;
  margin-top: 20px;
  padding: 20px 20px 10px 20px;
  border-radius: 4px;
}
.gform_wrapper li.big.returns label {
  display: block;
  color: #0d2d6a;
  font-weight: bold;
  width: 100%;
}
.gform_wrapper li.big.returns select {
  display: block;
  width: 100%;
}
.gform_wrapper textarea {
  width: 500px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: linear-gradient(top, #f6f6f6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f6f6f6, EndColorStr=#ffffff);
}
.gform_wrapper input[type=submit] {
  float: right;
  margin-right: 13px;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul li {
  margin-bottom: 15px;
}
.gform_wrapper ul li.gsection {
  clear: both;
  float: none;
}
.gform_wrapper ul li.full-width {
  clear: both;
  float: none;
  width: 100%;
}
.gform_wrapper .gform_validation_container,
.gform_wrapper .gform_hidden,
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper .validation_error {
  background: #FF0000;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.gform_wrapper .gfield_error {
  color: #FF0000;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
  border: 1px solid #FF0000 !important;
  border-radius: 4px;
}
.gform_wrapper .gform_footer {
  *zoom: 1;
}
.gform_wrapper .gform_footer:before, .gform_wrapper .gform_footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.gform_wrapper .gform_footer:after {
  clear: both;
}
.gform_wrapper .hide-title > label {
  display: none;
}
.gform_wrapper .label-top {
  padding-top: 10px;
}
.gform_wrapper .label-top label {
  float: none;
  width: 100%;
}
.gform_wrapper .label-top .ginput_container {
  width: 96%;
}
.gform_wrapper .label-top textarea {
  width: 100%;
}
.gform_wrapper .clear {
  height: 1px;
  min-height: 1px;
  width: 100%;
  *zoom: 1;
}
.gform_wrapper .clear:before, .gform_wrapper .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.gform_wrapper .clear:after {
  clear: both;
}

form.col-ii ul {
  *zoom: 1;
}
form.col-ii ul:before, form.col-ii ul:after {
  display: table;
  content: "";
  line-height: 0;
}
form.col-ii ul:after {
  clear: both;
}
form.col-ii ul li {
  display: block;
  float: left;
  min-height: 44px;
  padding-right: 2%;
  width: 48%;
}
form.col-ii ul .ginput_container {
  float: left;
}
form.col-ii ul .ginput_complex {
  float: none;
  width: 100%;
}
form.col-ii ul .ginput_complex span {
  display: block;
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 50%;
}
form.col-ii ul .ginput_complex span label {
  left: 0;
  position: absolute;
}
form.col-ii ul .ginput_complex span > input,
form.col-ii ul .ginput_complex span > select {
  float: left;
  margin-left: 136px;
}
form.col-ii ul .ginput_complex span > select {
  width: 180px;
}
form.col-ii ul .gsection {
  height: 26px;
  min-height: 26px;
  padding-top: 20px;
}
form.col-ii ul .gsection:first-child {
  margin-top: 0;
}
form.col-ii .gfield_time_hour input[type=text] {
  float: left;
  width: 50px;
}
form.col-ii .gfield_time_hour label {
  display: none;
}
form.col-ii .gfield_time_minute input[type=text] {
  float: left;
  width: 50px;
}
form.col-ii .gfield_time_minute label {
  display: none;
}
form.col-ii .gfield_time_ampm select {
  margin-left: 5px;
  width: 70px;
}
form.col-ii .gfield_captcha_container {
  float: right;
  margin-right: 15px;
  width: 50%;
}
form.col-ii .gfield_captcha_container .gfield_captcha_input_container {
  float: right;
}
form.col-ii .vertical-list > label {
  font-weight: bold;
  width: 100%;
  *zoom: 1;
}
form.col-ii .vertical-list > label:before, form.col-ii .vertical-list > label:after {
  display: table;
  content: "";
  line-height: 0;
}
form.col-ii .vertical-list > label:after {
  clear: both;
}
form.col-ii .vertical-list .ginput_container {
  width: 100%;
  *zoom: 1;
}
form.col-ii .vertical-list .ginput_container:before, form.col-ii .vertical-list .ginput_container:after {
  display: table;
  content: "";
  line-height: 0;
}
form.col-ii .vertical-list .ginput_container:after {
  clear: both;
}
form.col-ii .gfield_checkbox li,
form.col-ii .gfield_radio li {
  margin-bottom: 4px;
  min-height: 10px;
  width: 100%;
}
form.col-ii .inline-label li label {
  float: left;
  width: auto;
}
form.col-ii .hide-label label {
  display: none;
}

/*-----------------------------------------------------------------
[xx. content search]
*/
.content-search .search-field {
  margin-bottom: 20px;
  position: relative;
  width: 300px;
  *zoom: 1;
}
.content-search .search-field:before, .content-search .search-field:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-search .search-field:after {
  clear: both;
}
.content-search .search-field input[type=text] {
  border: 1px solid #e1e1e1;
  float: left;
  width: 252px;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ececec));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #ececec);
  background-image: linear-gradient(top, #e3e3e3, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e3e3e3, EndColorStr=#ececec);
  border-radius: 4px;
}
.content-search .search-field input[type=submit] {
  background: url(/content/themes/e2v/assets/img/search/header-icon.png) no-repeat center center;
  border: none;
  float: right;
  height: 31px;
  margin: 0;
  position: absolute;
  right: 10px;
  text-indent: -99999px;
  top: 0px;
  width: 31px;
}

/*----------------------------------------------------------------- 
[xx. Tech Day Form] 
*/
#field_24_5 {
  width: 100%;
}
#field_24_5 label {
  width: 100%;
  padding-bottom: 20px;
}
#field_24_5 .gfield_checkbox li {
  width: 45%;
  float: left;
}
@media screen and (max-width: 991px) {
  #field_24_5 .gfield_checkbox li {
    width: 100%;
  }
}
#field_24_5 .gfield_checkbox li input {
  float: left;
}
#field_24_5 .gfield_checkbox li label {
  padding-left: 10px;
  width: auto;
  float: left;
  max-width: 250px;
}

.opening-form_wrapper {
  padding: 0;
  border: none;
}
.opening-form_wrapper .opening-form {
  display: none;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields {
  list-style: none;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield {
  list-style: none;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield label {
  display: none;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield .ginput_container select {
  background: #ffffff;
  border: solid 1px #0076c0;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  font-weight: bold;
  color: #000000;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield .ginput_container select:focus {
  outline: 0;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield.continue-button {
  list-style: none;
}
.opening-form_wrapper .opening-form .gform_body .gform_fields .gfield.continue-button button {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .opening-form_wrapper .opening-form .gform_body .gform_fields .gfield.continue-button button {
    width: 135px;
  }
}
.opening-form_wrapper .opening-form .gform_footer {
  display: none;
}

.contact-form {
  display: none;
  width: 100%;
  position: relative;
}

.form-hidden {
  display: none;
}

#gform_wrapper_19, #gform_wrapper_20, #gform_wrapper_27, #gform_wrapper_28, #gform_wrapper_39 {
  border: 1px solid #0076c0;
  border-radius: 4px;
}
#gform_wrapper_19.form-hidden_wrapper, #gform_wrapper_20.form-hidden_wrapper, #gform_wrapper_27.form-hidden_wrapper, #gform_wrapper_28.form-hidden_wrapper, #gform_wrapper_39.form-hidden_wrapper {
  padding: 0;
  border: none;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield {
    width: 48%;
  }
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.full-width, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.full-width {
  float: left;
  clear: none;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.full-width.hide-title, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.full-width.message-box, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.full-width.hide-title {
  width: 100%;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.full-width.multiselect-training select, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.full-width.multiselect-training select {
  padding: 10px;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.enquiry-type-detail, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.enquiry-type-detail {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.margin-right, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.margin-right {
    margin-right: 2%;
  }
  #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield.margin-left, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield.margin-left {
    margin-left: 2%;
  }
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield label, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield label, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield label, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield label, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield label, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield label, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield label, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield label, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield label, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield label, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield label, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield label, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield label, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield label, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield label, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield label, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield label, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield label, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield label, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield label, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield label, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield label, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield label, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield label, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield label {
  color: #000000;
  font-weight: bold;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container select {
  float: none;
  padding: 0 0 0 0px;
  background: #ffffff;
  border: 1px solid #0076c0;
  border-radius: 4px;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container input, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container input {
  width: 96.5%;
  padding-left: 3%;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container select, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding-left: 1%;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .ginput_container textarea, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 98%;
  max-width: 98%;
  background: #ffffff;
  border: solid 1px #0076c0;
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container {
  width: initial;
}
@media only screen and (min-width: 768px) {
  #gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container {
    margin-right: 0;
    width: 50%;
  }
}
#gform_wrapper_19 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_19 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_19 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_19 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_19 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_20 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_20 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_20 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_20 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_20 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_27 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_27 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_27 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_27 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_28 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_28 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_28 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_28 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_28 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_39 #gform_19 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_39 #gform_20 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_39 #gform_27 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_39 #gform_28 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input, #gform_wrapper_39 #gform_39 .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input {
  background: #ffffff;
  border: solid 1px #0076c0;
}
#gform_wrapper_19 #gform_19 .gform_footer input, #gform_wrapper_19 #gform_20 .gform_footer input, #gform_wrapper_19 #gform_27 .gform_footer input, #gform_wrapper_19 #gform_28 .gform_footer input, #gform_wrapper_19 #gform_39 .gform_footer input, #gform_wrapper_20 #gform_19 .gform_footer input, #gform_wrapper_20 #gform_20 .gform_footer input, #gform_wrapper_20 #gform_27 .gform_footer input, #gform_wrapper_20 #gform_28 .gform_footer input, #gform_wrapper_20 #gform_39 .gform_footer input, #gform_wrapper_27 #gform_19 .gform_footer input, #gform_wrapper_27 #gform_20 .gform_footer input, #gform_wrapper_27 #gform_27 .gform_footer input, #gform_wrapper_27 #gform_28 .gform_footer input, #gform_wrapper_27 #gform_39 .gform_footer input, #gform_wrapper_28 #gform_19 .gform_footer input, #gform_wrapper_28 #gform_20 .gform_footer input, #gform_wrapper_28 #gform_27 .gform_footer input, #gform_wrapper_28 #gform_28 .gform_footer input, #gform_wrapper_28 #gform_39 .gform_footer input, #gform_wrapper_39 #gform_19 .gform_footer input, #gform_wrapper_39 #gform_20 .gform_footer input, #gform_wrapper_39 #gform_27 .gform_footer input, #gform_wrapper_39 #gform_28 .gform_footer input, #gform_wrapper_39 #gform_39 .gform_footer input {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 20px;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
#gform_wrapper_19 #gform_19 .gform_footer input:hover, #gform_wrapper_19 #gform_20 .gform_footer input:hover, #gform_wrapper_19 #gform_27 .gform_footer input:hover, #gform_wrapper_19 #gform_28 .gform_footer input:hover, #gform_wrapper_19 #gform_39 .gform_footer input:hover, #gform_wrapper_20 #gform_19 .gform_footer input:hover, #gform_wrapper_20 #gform_20 .gform_footer input:hover, #gform_wrapper_20 #gform_27 .gform_footer input:hover, #gform_wrapper_20 #gform_28 .gform_footer input:hover, #gform_wrapper_20 #gform_39 .gform_footer input:hover, #gform_wrapper_27 #gform_19 .gform_footer input:hover, #gform_wrapper_27 #gform_20 .gform_footer input:hover, #gform_wrapper_27 #gform_27 .gform_footer input:hover, #gform_wrapper_27 #gform_28 .gform_footer input:hover, #gform_wrapper_27 #gform_39 .gform_footer input:hover, #gform_wrapper_28 #gform_19 .gform_footer input:hover, #gform_wrapper_28 #gform_20 .gform_footer input:hover, #gform_wrapper_28 #gform_27 .gform_footer input:hover, #gform_wrapper_28 #gform_28 .gform_footer input:hover, #gform_wrapper_28 #gform_39 .gform_footer input:hover, #gform_wrapper_39 #gform_19 .gform_footer input:hover, #gform_wrapper_39 #gform_20 .gform_footer input:hover, #gform_wrapper_39 #gform_27 .gform_footer input:hover, #gform_wrapper_39 #gform_28 .gform_footer input:hover, #gform_wrapper_39 #gform_39 .gform_footer input:hover {
  background: #0076c0;
  box-shadow: 0 5px 0px #00578d;
}
#gform_wrapper_19 #gform_19 .gform_footer input:active, #gform_wrapper_19 #gform_20 .gform_footer input:active, #gform_wrapper_19 #gform_27 .gform_footer input:active, #gform_wrapper_19 #gform_28 .gform_footer input:active, #gform_wrapper_19 #gform_39 .gform_footer input:active, #gform_wrapper_20 #gform_19 .gform_footer input:active, #gform_wrapper_20 #gform_20 .gform_footer input:active, #gform_wrapper_20 #gform_27 .gform_footer input:active, #gform_wrapper_20 #gform_28 .gform_footer input:active, #gform_wrapper_20 #gform_39 .gform_footer input:active, #gform_wrapper_27 #gform_19 .gform_footer input:active, #gform_wrapper_27 #gform_20 .gform_footer input:active, #gform_wrapper_27 #gform_27 .gform_footer input:active, #gform_wrapper_27 #gform_28 .gform_footer input:active, #gform_wrapper_27 #gform_39 .gform_footer input:active, #gform_wrapper_28 #gform_19 .gform_footer input:active, #gform_wrapper_28 #gform_20 .gform_footer input:active, #gform_wrapper_28 #gform_27 .gform_footer input:active, #gform_wrapper_28 #gform_28 .gform_footer input:active, #gform_wrapper_28 #gform_39 .gform_footer input:active, #gform_wrapper_39 #gform_19 .gform_footer input:active, #gform_wrapper_39 #gform_20 .gform_footer input:active, #gform_wrapper_39 #gform_27 .gform_footer input:active, #gform_wrapper_39 #gform_28 .gform_footer input:active, #gform_wrapper_39 #gform_39 .gform_footer input:active {
  background: #0076c0;
  box-shadow: 0 2px 0px #00578d;
  top: 3px;
  -webkit-transition: 0.1s all ease;
          transition: 0.1s all ease;
}

.tech-day_wrapper {
  border: 1px solid #0076c0;
  border-radius: 4px;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield {
  width: 100%;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield {
    width: 48%;
  }
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.full-width {
  float: left;
  clear: none;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.full-width.product-interest, .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.full-width.company {
  width: 100%;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.full-width.product-interest select {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.margin-right {
    margin-right: 2%;
  }
  .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield.margin-left {
    margin-left: 2%;
  }
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield label {
  color: #0d2d6a;
  font-weight: bold;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container input, .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container select {
  float: none;
  padding: 0 0 0 0px;
  background: #ffffff;
  border: 1px solid #0076c0;
  border-radius: 4px;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container input {
  width: 96.5%;
  padding-left: 3%;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding-left: 1%;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 98%;
  background: #ffffff;
  border: solid 1px #0076c0;
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .gfield_captcha_container {
  width: initial;
}
@media only screen and (min-width: 768px) {
  .tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .gfield_captcha_container {
    margin-right: 0;
    width: 50%;
  }
}
.tech-day_wrapper .tech-day .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input {
  background: #ffffff;
  border: solid 1px #0076c0;
}
.tech-day_wrapper .tech-day .gform_footer input {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 20px;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.tech-day_wrapper .tech-day .gform_footer input:hover {
  background: #0076c0;
  box-shadow: 0 5px 0px #00578d;
}
.tech-day_wrapper .tech-day .gform_footer input:active {
  background: #0076c0;
  box-shadow: 0 2px 0px #00578d;
  top: 3px;
  -webkit-transition: 0.1s all ease;
          transition: 0.1s all ease;
}

.customer_returns {
  border: none;
}
.customer_returns p select {
  background: #ffffff;
  border: solid 1px #0076c0;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  font-weight: bold;
  color: #000000;
}
.customer_returns a.btn {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: initial;
}
@media only screen and (min-width: 768px) {
  .customer_returns a.btn {
    width: 200px;
  }
}

.full-returns-form_wrapper {
  border: 1px solid #0076c0;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield {
    width: 48%;
  }
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.full-width {
  float: left;
  clear: none;
  width: 100%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.full-width.message-box, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.full-width.hide-title {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_2, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_4, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_6, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_8, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_13, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_15, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_18, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_23, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_25, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_36, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_38, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_40 {
    margin-right: 2%;
  }
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_3, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_5, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_7, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_14, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_17, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_22, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_24, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_26, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_37, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_39, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield#field_7_41 {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.margin-left {
    margin-left: 2%;
  }
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.margin-right {
    margin-right: 2%;
  }
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.returns_tabs {
  width: 100%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.returns_tabs p {
  color: #000000;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .gfield_label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .gfield_label {
  margin-bottom: 20px;
  font-size: 16px;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li {
  margin-bottom: 10px;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li input[type="radio"] {
  width: 5%;
  float: right;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li input[type="radio"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li input[type="checkbox"], .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li input[type="radio"] {
    float: none;
  }
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li label {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_checkbox li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.vertical-list .ginput_container .gfield_radio li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_checkbox li label, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield.inline-label .ginput_container .gfield_radio li label {
    width: 30%;
  }
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
  padding: 10px;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .gfield_captcha_container {
  width: initial;
}
@media only screen and (min-width: 768px) {
  .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .gfield_captcha_container {
    margin-right: 0;
    width: 50%;
  }
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input {
  background: #ffffff;
  border: solid 1px #0076c0;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield label {
  color: #000000;
  font-weight: bold;
  width: 100%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container input, .full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container select {
  float: none;
  padding: 0 0 0 0px;
  background: #ffffff;
  border: 1px solid #0076c0;
  border-radius: 4px;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container input {
  width: 98%;
  padding-left: 2%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding-left: 1%;
}
.full-returns-form_wrapper .full-returns-form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 98%;
  background: #ffffff;
  border: solid 1px #0076c0;
}
.full-returns-form_wrapper .full-returns-form .gform_footer input {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

.gform_wrapper.e2v-form_wrapper {
  border: 1px solid #0076c0;
  border-radius: 4px;
  padding: 20px;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media (min-width: 769px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield {
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield.half {
    width: 48%;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield.gform_validation_container, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield.hide-title .gfield_label {
  display: none;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  background: #ffffff;
  border: 1px solid #0076c0;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  color: #444444;
  font-family: arial, sans-serif;
}
@media (max-width: 767px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    font-size: 16px;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  padding: 0px 10px;
  height: 31px;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=file] {
  border: none;
  padding: 0;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 10px;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  padding: 10px;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
  margin-left: 0;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li input[type=radio], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li input[type=checkbox], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=radio], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=checkbox] {
  height: 14px;
}
@media (max-width: 767px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li input[type=radio], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li input[type=checkbox], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=radio], .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input[type=checkbox] {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: 16px;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li .custom.checkbox, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li .custom.checkbox {
  display: none;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li label, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio li label, .gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label {
    width: 150px;
  }
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
  height: 31px;
  padding: 0 10px;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .gfield_captcha_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha_input_container input[type=text] {
  background: #ffffff;
  border: solid 1px #0076c0;
  width: 140px;
  border-radius: 4px;
  height: 31px;
  font-style: italic;
  padding: 0 10px;
  margin-left: 10px;
  color: #444444;
  outline: none;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield p {
  font-size: 15px;
  line-height: 1.5em;
}
.gform_wrapper.e2v-form_wrapper form .gform_body .gform_fields .gfield p strong {
  font-size: 15px;
  line-height: 1.5em;
}
.gform_wrapper.e2v-form_wrapper form .gform_footer {
  text-align: right;
}
.gform_wrapper.e2v-form_wrapper form .gform_footer input[type=submit] {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 10px 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.gform_wrapper.e2v-form_wrapper form .gform_footer input[type=submit]:hover {
  background: #0076c0;
  box-shadow: 0 5px 0px #00578d;
}
.gform_wrapper.e2v-form_wrapper form .gform_footer input[type=submit]:active {
  background: #0076c0;
  box-shadow: 0 2px 0px #00578d;
  top: 3px;
  -webkit-transition: 0.1s all ease;
          transition: 0.1s all ease;
}

/*------------------------------------------------------------------
[sidebar stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
.sidebar .returnto.product {
  background: #0076c0;
  line-height: 1.15em;
  margin: 0 0 5px;
  padding: 10px 5px 10px 15px;
}
.sidebar .returnto.product a {
  color: #FFF;
  font-size: 0.85em;
  font-weight: bold;
  text-decoration: none;
}
.sidebar .returnto.product a span {
  font-color: #DDD;
  font-style: italic;
  font-weight: normal;
}
.sidebar .title {
  background: #0076c0;
  margin-bottom: 1px;
}
.sidebar .title a {
  color: #FFF;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar .main {
  background: url(/content/themes/e2v/assets/img/sidebar/large.png) no-repeat bottom right;
  min-height: 220px;
  padding-bottom: 60px;
  padding-top: 40px;
}
.sidebar .main .sign-up-for-alerts-box {
  background: #0076c0;
  padding: 20px;
  margin-top: 40px;
}
.sidebar .main .sign-up-for-alerts-box .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar .main .sign-up-for-alerts-box .heading .fa {
  font-size: 22px;
  padding-right: 5px;
  color: #ffffff;
}
.sidebar .main .sign-up-for-alerts-box .heading span {
  padding-left: 5px;
  padding-top: 0;
  margin: 0;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar .main .sign-up-for-alerts-box .button-container {
  text-align: center;
  padding-top: 20px;
}
.sidebar .main .sign-up-for-alerts-box .button-container a {
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  color: #0076c0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2.2em;
  border: solid 2px #ffffff;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
.sidebar .main .sign-up-for-alerts-box .button-container a:hover {
  background: #0076c0;
  color: #ffffff;
}
.sidebar.fixed {
  position: fixed;
  top: 0;
  width: 226px !important;
}
.sidebar.fixed .search {
  padding-top: 40px;
}
.sidebar .search-field {
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  width: 300px;
  *zoom: 1;
}
@media (min-width: 768px) {
  .sidebar .search-field {
    margin-bottom: 0;
    width: 225px;
  }
}
.sidebar .search-field:before, .sidebar .search-field:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar .search-field:after {
  clear: both;
}
.sidebar .search-field input[type=text] {
  border: 1px solid #e1e1e1;
  float: left;
  width: 252px;
  padding: 0 0 0 10px;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ececec));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #ececec);
  background-image: linear-gradient(top, #e3e3e3, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e3e3e3, EndColorStr=#ececec);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .sidebar .search-field input[type=text] {
    width: 210px;
    padding-left: 5px;
  }
}
.sidebar .search-field input[type=submit] {
  background: url(/content/themes/e2v/assets/img/search/header-icon.png) no-repeat center center;
  border: none;
  float: right;
  height: 31px;
  margin: 0;
  position: absolute;
  right: 35px;
  text-indent: -99999px;
  top: 0px;
  width: 31px;
}
@media (min-width: 768px) {
  .sidebar .search-field input[type=submit] {
    right: 8px;
  }
}
.sidebar .year_filter {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .events-categories-list {
  list-style: none;
  margin-left: 10px;
  padding-top: 20px;
}
.sidebar .events-categories-list .cat-item {
  padding-bottom: 5px;
}
.sidebar .events-categories-list .cat-item a {
  color: #919191;
  text-decoration: none;
}
.sidebar .events-categories-list .cat-item a.active {
  color: #0076c0;
  font-weight: bold;
}
.sidebar .events-categories-list .cat-item a:hover {
  color: #ffffff;
}

ul.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sidebar-menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sidebar-menu ul.sub-menu {
  background: url(/content/themes/e2v/assets/img/sidebar/orange-side.png) repeat-y top left;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
ul.sidebar-menu ul.lvl-2 {
  padding-left: 1em;
}
ul.sidebar-menu ul.lvl-2 li {
  background: url(/content/themes/e2v/assets/img/sidebar/orange-nook.png) no-repeat top left;
  padding: 0.5em 0 0.5em 1.5em;
}
ul.sidebar-menu ul.lvl-2 li a {
  font-size: 1.3em;
}
ul.sidebar-menu ul.lvl-3 {
  padding-left: 1em;
}
ul.sidebar-menu ul.lvl-4 {
  padding-left: 1em;
}
ul.sidebar-menu .has_current ul,
ul.sidebar-menu li.current {
  display: block;
}
ul.sidebar-menu li.current ul.sub-menu {
  display: none;
}
ul.sidebar-menu li.current > ul.sub-menu {
  display: block;
}
ul.sidebar-menu li.has_current ul.sub-menu {
  display: none;
}
ul.sidebar-menu li.has_current li.current .sub-menu {
  display: block;
}
ul.sidebar-menu li.has_current ul.has_current {
  display: block;
}
ul.sidebar-menu li {
  background: url(/content/themes/e2v/assets/img/sidebar/li-bg.png) no-repeat bottom right;
  font-size: 1em;
  line-height: 1em;
  padding: 1em 0;
}
ul.sidebar-menu a {
  color: #404040;
  display: block;
  font-size: 1.4em;
  height: 100%;
  line-height: 1.3em;
  text-decoration: none;
  width: 100%;
}
ul.sidebar-menu a:hover, ul.sidebar-menu a:focus {
  color: #0076c0;
}
ul.sidebar-menu li.has_current > a,
ul.sidebar-menu li.current > a {
  color: #0076c0;
}
ul.sidebar-menu > li.has_current,
ul.sidebar-menu > li.current {
  background-color: #FFF;
  border-right: 1px solid #DDD;
  padding: 1.2em 0 1.4em;
  position: relative;
}
ul.sidebar-menu > li.has_current:before,
ul.sidebar-menu > li.current:before {
  background: url(/content/themes/e2v/assets/img/sidebar/current-before.png) no-repeat top left;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 200px;
}
ul.sidebar-menu > li.has_current:after,
ul.sidebar-menu > li.current:after {
  background: url(/content/themes/e2v/assets/img/sidebar/current-after.png) no-repeat bottom left;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  bottom: 2px;
  width: 200px;
}
ul.sidebar-menu > li.has_current > a,
ul.sidebar-menu > li.current > a {
  color: #0076c0;
  font-weight: bold;
}

.qp_search {
  background: #0076c0 url(/content/themes/e2v/assets/img/bg/news-alerts-top-shadow.png) repeat-x top;
  border: none;
  margin: 10px 0;
  padding: 10px 5%;
  *zoom: 1;
}
.qp_search:before, .qp_search:after {
  display: table;
  content: "";
  line-height: 0;
}
.qp_search:after {
  clear: both;
}
.qp_search h3 {
  color: #333333;
  font-size: 1.3em;
  padding-top: 0;
  text-transform: uppercase;
}
.qp_search form {
  position: relative;
  *zoom: 1;
}
.qp_search form:before, .qp_search form:after {
  display: table;
  content: "";
  line-height: 0;
}
.qp_search form:after {
  clear: both;
}
.qp_search form input[type=text] {
  float: left;
  padding: 0 5%;
  width: 90%;
}
.qp_search form input[type=submit] {
  right: 0;
  top: 0;
}

.news-alerts_wrapper {
  background: #0076c0 url(/content/themes/e2v/assets/img/bg/news-alerts-top-shadow.png) repeat-x top;
  border: none;
  margin-top: 40px;
  padding: 0 0 0 20px;
}
.news-alerts_wrapper h3 {
  background: url(/content/themes/e2v/assets/img/icons/rss_FFF.png) no-repeat left center;
  color: #333333;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding-left: 20%;
  text-transform: uppercase;
  width: 60%;
}
.news-alerts_wrapper h3 .gfield_required {
  display: none;
}
.news-alerts_wrapper form {
  background: url(/content/themes/e2v/assets/img/bg/news-alerts-right-shadow.png) repeat-y top right;
  border: none;
  padding: 10px 20px 20px 0;
}
.news-alerts_wrapper form li {
  *zoom: 1;
}
.news-alerts_wrapper form li:before, .news-alerts_wrapper form li:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-alerts_wrapper form li:after {
  clear: both;
}
.news-alerts_wrapper form .gfield_checkbox label {
  background: none;
  color: #FFF;
  float: left;
  font-weight: normal;
  padding-left: 0;
  text-transform: none;
  width: 70%;
}
.news-alerts_wrapper form input, .news-alerts_wrapper form .checkbox {
  float: left;
}
.news-alerts_wrapper form input[type=text] {
  padding: 0 6%;
  width: 88%;
}
.news-alerts_wrapper .gfield_error input {
  border-width: 2px;
}
.news-alerts_wrapper form input[type=submit] {
  margin: 10px 20% 0;
  width: 60%;
}
.news-alerts_wrapper .gform_footer {
  margin-top: 15px;
  text-align: center;
}
.news-alerts_wrapper form > .validation_error {
  display: none;
}
.news-alerts_wrapper .validation_message {
  color: #FFF;
  padding: 6px 0 0;
  text-align: center;
  width: 100%;
}

.year_filter {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.year_filter p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.year_filter select {
  margin-bottom: 0;
  width: 50%;
}
.year_filter span {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.apprenticeship-social-links {
  margin: 20px auto;
}

a.apprenticeship-button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 20px;
  padding: 1px 15px;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
a.apprenticeship-button:hover {
  background: #00578d;
  box-shadow: 0 5px 0px #0076c0;
}
a.apprenticeship-button:active {
  background: #00578d;
  box-shadow: 0 2px 0px #0076c0;
  top: 3px;
  -webkit-transition: 0.1s all ease;
          transition: 0.1s all ease;
}
@media only screen and (min-width: 768px) {
  a.apprenticeship-button {
    width: auto;
  }
}

a.apply-here-cta {
  background-color: #0076c0;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-family: "metabookroman";
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
a.apply-here-cta:hover {
  background-color: rgba(0, 118, 192, 0.8);
}

.ui-accordion-content td ul {
  margin-bottom: 0;
}
.ui-accordion-content td ul li {
  font-size: 16px !important;
  line-height: 1.5em;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

#accordion {
  padding-bottom: 20px;
}

/* Types of apprenticeships table */
.careers_accord table, .content .careers_accord table {
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px solid #0076c0;
  border-top: 1px solid #0076c0;
  font-size: 10px;
  border-left: 0;
  border-spacing: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.careers_accord table tr, .content .careers_accord table tr {
  background-color: #e7e7e9;
}
.careers_accord table tr td, .content .careers_accord table tr td {
  background: none !important;
  border: 0;
  padding: 20px 20px;
}
.careers_accord table tr td:hover, .content .careers_accord table tr td:hover {
  background: none !important;
}
.careers_accord table tr:nth-of-type(2n), .content .careers_accord table tr:nth-of-type(2n) {
  background-color: #f0f0f2;
}
.careers_accord table tr:nth-of-type(2n):hover, .content .careers_accord table tr:nth-of-type(2n):hover {
  background: #f0f0f2 !important;
}
.careers_accord table tr:hover, .content .careers_accord table tr:hover {
  background: #e7e7e9 !important;
}

/*-----------------------------------------------------------------
[1. html/body]
*/
html {
  height: 100%;
  width: 100%;
}

body {
  border-top: 6px solid #0076c0;
  padding-bottom: 10px;
  width: 100%;
  z-index: 0;
}

video {
  position: relative;
  z-index: 10;
}

.mobile {
  display: none;
  visibility: hidden;
}

.profiler {
  background: #EEE;
  border-left: 4px solid #CCC;
  bottom: 0;
  font-size: 1.6em;
  padding: 5px;
  position: fixed;
  right: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/*-----------------------------------------------------------------
[xx. grid]
*/
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 100%;
}

.container {
  width: 100%;
}

/*-----------------------------------------------------------------
[xx. images]
*/
img.alignnone {
  float: none;
  margin: 0 0 20px 0;
}
img.alignleft {
  display: block;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}
img.alignright {
  display: block;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}

/*-----------------------------------------------------------------
[xx. header]
*/
.header header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 25;
}
.header header .logo {
  padding: 30px 0;
}
.header header .logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header header .right .top {
  min-height: 45px;
  padding-right: 350px;
  position: relative;
  z-index: 10;
}
.header header .right .bottom {
  margin-left: 0;
  position: relative;
  z-index: 5;
}
.header header .right .global, .header header .right .selector {
  display: inline;
  float: right;
  font-size: 1.1em;
  margin: 18px 0 0 0;
  text-transform: uppercase;
}
.header header .right .global {
  margin-right: 5px;
}
.header header .right .selector {
  margin-right: 32px;
  position: relative;
}
.header header .right .selector .current {
  cursor: pointer;
}
.header header .right .selector .current:hover .label, .header header .right .selector .current:focus .label {
  background: url(/content/themes/e2v/assets/img/selector/selector-down-active.png) no-repeat center right;
  color: #0d2d6a;
}
.header header .right .selector .label {
  background: url(/content/themes/e2v/assets/img/selector/selector-down.png) no-repeat center right;
  margin-left: 2px;
  padding-right: 12px;
}
.header header .right .selector .list {
  background: #FFF;
  border: 5px solid #0076c0;
  display: none;
  padding: 5px;
  position: absolute;
  right: -182px;
  top: 40px;
  width: 420px;
  border-radius: 10px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
.header header .right .selector .list.active {
  display: block;
}
.header header .right .selector .list:before {
  background: url(/content/themes/e2v/assets/img/selector/dropdown-arrow.png) no-repeat bottom center;
  content: "";
  display: block;
  height: 20px;
  left: 210px;
  position: absolute;
  top: -24px;
  width: 32px;
}
.header header .right .selector .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.header header .right .selector .list ul:before, .header header .right .selector .list ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.header header .right .selector .list ul:after {
  clear: both;
}
.header header .right .selector .list ul li {
  clear: right;
  float: left;
  font-size: 1.4em;
  height: 20px;
  line-height: 1.2em;
  padding: 3px 0;
  width: 50%;
}
.header header .right .selector .list ul li a {
  font-size: 0.8em;
  text-decoration: none;
  text-transform: none;
}
.header header .right .search {
  min-height: 45px;
  position: absolute;
  right: 0;
  width: 305px;
}
.header header .right .search form {
  background: #0076c0 url(/content/themes/e2v/assets/img/search/header-bg-curve.png) no-repeat top left;
  float: right;
  min-height: 38px;
  margin: 0;
  padding: 7px 10px 0 82px;
  position: relative;
  width: 95%;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

/*-----------------------------------------------------------------
[xx. sub-header]
*/
.sub-header {
  background: #444444;
}
.sub-header header {
  padding: 12px 0 0;
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.sub-header header:before, .sub-header header:after {
  display: table;
  content: "";
  line-height: 0;
}
.sub-header header:after {
  clear: both;
}
.sub-header header h1 {
  background: #444444;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.sub-header header h1 span {
  background: #444444;
  padding-right: 10px;
  position: relative;
}
.sub-header header h1 span:after {
  background: url(/content/themes/e2v/assets/img/bg/h1-overflow.png) repeat-y left top;
  content: "";
  display: block;
  height: 1.2em;
  width: 40px;
  position: absolute;
  right: -40px;
  top: 0;
}
.sub-header header.row-fluid > h1 {
  margin-left: 0;
}
.sub-header:hover h1, .sub-header:focus h1 {
  z-index: 1;
}
.sub-header:hover nav[role=secondary], .sub-header:focus nav[role=secondary] {
  z-index: 2;
}
.sub-header:hover nav[role=secondary] ul, .sub-header:focus nav[role=secondary] ul {
  background: #444444;
  position: relative;
}
.sub-header:hover nav[role=secondary] ul:after, .sub-header:focus nav[role=secondary] ul:after {
  background: url(/content/themes/e2v/assets/img/bg/second-nav-overflow.png) repeat-y left top;
  content: "";
  display: block;
  height: 2em;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 0;
}

/*-----------------------------------------------------------------
[xx. breadcrumb]
*/
#breadcrumb {
  position: relative;
  z-index: 20;
  *zoom: 1;
}
#breadcrumb:before, #breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
#breadcrumb:after {
  clear: both;
}
#breadcrumb .bc {
  color: #444444;
  font-size: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 20;
}
#breadcrumb .bc a {
  text-decoration: none;
}

body.home #breadcrumb .bc {
  display: none;
}

/*-----------------------------------------------------------------
[xx. navigation]
*/
nav[role=primary] {
  *zoom: 1;
}
nav[role=primary]:before, nav[role=primary]:after {
  display: table;
  content: "";
  line-height: 0;
}
nav[role=primary]:after {
  clear: both;
}
nav[role=primary] > ul > li {
  line-height: 1.6em;
  margin: 0 0 0 2px;
  overflow: visible;
  position: relative;
}
nav[role=primary] > ul > li.current-menu-item, nav[role=primary] > ul > li.current-menu-parent, nav[role=primary] > ul > li.current-menu-ancestor {
  background: #f7f7f7;
}
nav[role=primary] > ul > li.dropdown {
  padding-right: 10px;
}
nav[role=primary] > ul > li.dropdown > a {
  background: url(/content/themes/e2v/assets/img/nav/dropdown.png) no-repeat right center;
  padding-right: 18px;
}
nav[role=primary] > ul > li:hover, nav[role=primary] > ul > li:focus {
  background: #f7f7f7;
}
nav[role=primary] > ul > li:hover.dropdown > a, nav[role=primary] > ul > li:focus.dropdown > a {
  background: #f7f7f7 url(/content/themes/e2v/assets/img/nav/dropdown-hover.png) no-repeat right center;
  color: #444444;
}
nav[role=primary] > ul > li a {
  color: #444444;
  display: block;
  font-size: 1.6em;
  padding: 8px 3px;
  text-decoration: none;
}
nav[role=primary] > ul > li > ul {
  background: #f7f7f7;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  position: absolute;
  top: 3.2em;
  width: 260px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
nav[role=primary] > ul > li > ul li {
  margin: 0;
  padding: 0;
}
nav[role=primary] > ul > li > ul li:hover, nav[role=primary] > ul > li > ul li:focus {
  background: #FFF;
}
nav[role=primary] > ul > li > ul li:hover a, nav[role=primary] > ul > li > ul li:focus a {
  color: #444444;
}
nav[role=primary] > ul > li > ul li a {
  font-size: 1.4em;
  padding-left: 15px;
  text-transform: none;
}
nav[role=primary] > ul > li > ul li > ul {
  background: #f1f1f1;
  display: none;
  list-style: none;
  margin: 0 0 5px;
  padding: 5px;
  box-sizing: border-box;
  width: 260px;
  position: absolute;
  left: 260px;
  margin-top: -26px;
}
nav[role=primary] > ul > li > ul li > ul li {
  margin: 0;
  padding: 0;
}
nav[role=primary] > ul > li > ul li > ul li:hover, nav[role=primary] > ul > li > ul li > ul li:focus {
  background: #FFF;
}
nav[role=primary] > ul > li > ul li > ul li:hover a, nav[role=primary] > ul > li > ul li > ul li:focus a {
  color: #444444;
}
nav[role=primary] > ul > li > ul li > ul li a {
  font-size: 1.6em;
  padding-left: 15px;
  text-transform: none;
  line-height: 1em;
}
nav[role=primary] > ul > li:hover > ul {
  display: block;
}
nav[role=primary] > ul > li:hover > ul li:hover > ul {
  display: block;
}
nav[role=secondary] {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  *zoom: 1;
}
nav[role=secondary]:before, nav[role=secondary]:after {
  display: table;
  content: "";
  line-height: 0;
}
nav[role=secondary]:after {
  clear: both;
}
nav[role=secondary] > ul {
  float: right;
  margin: 0;
}
nav[role=secondary] > ul > li {
  line-height: 2em;
  margin-left: 10px;
  padding: 0;
}
nav[role=secondary] > ul > li a {
  color: #FFF;
  font-size: 1.4em;
  text-decoration: none;
}
nav[role=secondary] > ul > li a:hover, nav[role=secondary] > ul > li a:focus {
  color: #CCCCCC;
}
nav[role=secondary] > ul > li ul {
  display: none;
}
nav[role=markets], nav[role=products] {
  padding-top: 15px;
  *zoom: 1;
}
nav[role=markets]:before, nav[role=markets]:after, nav[role=products]:before, nav[role=products]:after {
  display: table;
  content: "";
  line-height: 0;
}
nav[role=markets]:after, nav[role=products]:after {
  clear: both;
}
nav[role=markets] > ul, nav[role=products] > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav[role=markets] > ul > div.col, nav[role=products] > ul > div.col {
  *zoom: 1;
  float: left;
  width: 25%;
}
nav[role=markets] > ul > div.col:before, nav[role=markets] > ul > div.col:after, nav[role=products] > ul > div.col:before, nav[role=products] > ul > div.col:after {
  display: table;
  content: "";
  line-height: 0;
}
nav[role=markets] > ul > div.col:after, nav[role=products] > ul > div.col:after {
  clear: both;
}
nav[role=markets] > ul > li,
nav[role=markets] > ul > div > li, nav[role=products] > ul > li,
nav[role=products] > ul > div > li {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
nav[role=markets] > ul > li > a,
nav[role=markets] > ul > div > li > a, nav[role=products] > ul > li > a,
nav[role=products] > ul > div > li > a {
  color: #333333;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: none;
  text-transform: uppercase;
}
nav[role=markets] > ul > li > ul,
nav[role=markets] > ul > div > li > ul, nav[role=products] > ul > li > ul,
nav[role=products] > ul > div > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav[role=markets] > ul > li > ul li,
nav[role=markets] > ul > div > li > ul li, nav[role=products] > ul > li > ul li,
nav[role=products] > ul > div > li > ul li {
  display: block;
  margin-top: 6px;
}
nav[role=markets] > ul > li > ul li a,
nav[role=markets] > ul > div > li > ul li a, nav[role=products] > ul > li > ul li a,
nav[role=products] > ul > div > li > ul li a {
  color: #404040;
  display: block;
  font-size: 1.3em;
  line-height: 1.4em;
  padding-right: 10px;
  text-decoration: none;
}
nav[role=markets] > ul > li > ul li a:hover, nav[role=markets] > ul > li > ul li a:focus,
nav[role=markets] > ul > div > li > ul li a:hover,
nav[role=markets] > ul > div > li > ul li a:focus, nav[role=products] > ul > li > ul li a:hover, nav[role=products] > ul > li > ul li a:focus,
nav[role=products] > ul > div > li > ul li a:hover,
nav[role=products] > ul > div > li > ul li a:focus {
  color: #0076c0;
}
nav[role=markets][role=products] li, nav[role=products][role=products] li {
  display: block;
  float: none;
  margin-bottom: 10px;
  width: 100%;
}
nav[role=bottom] > ul {
  margin-bottom: 20px;
}
nav[role=bottom] > ul > li {
  border-left: 1px solid #404040;
  margin: 0 0 0 5px;
  padding-right: 0;
}
nav[role=bottom] > ul > li a {
  color: #404040;
  font-size: 1.4em;
  text-decoration: none;
}
nav[role=bottom] > ul > li a:hover, nav[role=bottom] > ul > li a:focus {
  color: #0d2d6a;
}
nav[role=bottom] > ul > li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

/*-----------------------------------------------------------------
[xx. home]
*/
.home .markets-boxs {
  margin-top: 12px;
  *zoom: 1;
}
.home .markets-boxs:before, .home .markets-boxs:after {
  display: table;
  content: "";
  line-height: 0;
}
.home .markets-boxs:after {
  clear: both;
}
.home .latest-news {
  margin-bottom: 24px;
  margin-top: 12px;
}
.home .content-text {
  margin-top: 24px;
}

/*-----------------------------------------------------------------
[xx. #content]
*/
#content {
  padding-bottom: 20px;
}

/*-----------------------------------------------------------------
[xx. template - col-ii]
*/
.col-ii {
  z-index: 10;
}
.col-ii .sidebar {
  margin-left: 0;
  margin-right: 2.5%;
  width: 23.5%;
}
.col-ii .content {
  float: right;
  padding-top: 40px;
  width: 74%;
  z-index: 10;
}
.col-ii .content.span12 {
  width: 100%;
}
.col-ii .content * {
  z-index: 10;
}

/*-----------------------------------------------------------------
[xx. template -markets-product]
*/
.products-page .top-lvl .market-header {
  margin-bottom: 40px;
}
.products-page .sub-page .market-header {
  height: 145px;
}
.products-page .enquire-button-container .enquire-button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .products-page .enquire-button-container .enquire-button {
    width: 135px;
  }
}

.contact-button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 20px;
  padding: 1px 35px 1px 15px;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.contact-button:hover {
  background: #00578d;
  box-shadow: 0 5px 0px #0076c0;
}
.contact-button:active {
  background: #00578d;
  box-shadow: 0 2px 0px #0076c0;
  top: 3px;
  -webkit-transition: 0.1s all ease;
          transition: 0.1s all ease;
}
.contact-button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  /* IE 9 */
  -moz-transform: rotateX(0deg);
  /* Firefox */
  -webkit-transform: rotateX(0deg);
  /* Safari and Chrome */
  -o-transform: rotateX(0deg);
  /* Opera */
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .contact-button {
    width: auto;
  }
}

.rotated:after {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -moz-transform: rotateX(180deg);
  /* Firefox */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
  -o-transform: rotateX(180deg);
  /* Opera */
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}

/*-----------------------------------------------------------------
[xx. template - article]
*/
.content.article .social-bar {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  *zoom: 1;
}
.content.article .social-bar:before, .content.article .social-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article .social-bar:after {
  clear: both;
}
.content.article .social-bar > div {
  float: right;
}
.content.article .social-bar > div.fb {
  width: 100px !important;
}
.content.article .social-bar > div.gplus > div, .content.article .social-bar > div.gplus iframe {
  width: 190px !important;
}
.content.article .social-bar > div.linkedin {
  margin-right: 20px;
}
.content.article #email_article_btn {
  cursor: pointer;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.content.article #email_article_btn:hover, .content.article #email_article_btn:focus {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.content.article .email_article_form {
  border: 1px solid #EEE;
  height: 0px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
  *zoom: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.content.article .email_article_form:before, .content.article .email_article_form:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article .email_article_form:after {
  clear: both;
}
.content.article .email_article_form.open {
  height: auto;
  margin: 0 0 30px;
  padding: 15px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.content.article .email_article_form .gform_wrapper {
  border: none;
  padding: 0;
  *zoom: 1;
}
.content.article .email_article_form .gform_wrapper:before, .content.article .email_article_form .gform_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article .email_article_form .gform_wrapper:after {
  clear: both;
}
.content.article .email_article_form .gform_wrapper .validation_error {
  margin-bottom: 15px;
}
.content.article .email_article_form .gform_wrapper ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.content.article .email_article_form .gform_wrapper ul:before, .content.article .email_article_form .gform_wrapper ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article .email_article_form .gform_wrapper ul:after {
  clear: both;
}
.content.article .email_article_form .gform_wrapper ul li {
  list-style: none;
  list-style-type: none;
  *zoom: 1;
}
.content.article .email_article_form .gform_wrapper ul li:before, .content.article .email_article_form .gform_wrapper ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article .email_article_form .gform_wrapper ul li:after {
  clear: both;
}
.content.article .email_article_form .gform_wrapper ul li input {
  width: 50%;
}
.content.article article header {
  border-bottom: 3px solid #f7f7f7;
  border-top: 3px solid #f7f7f7;
  margin-bottom: 3em;
  padding: 1.5em 0;
  *zoom: 1;
}
.content.article article header:before, .content.article article header:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.article article header:after {
  clear: both;
}
.content.article article header h1 {
  color: #000000;
  line-height: 1.3em;
  margin: 0.5em 0 0;
  white-space: normal;
}
.content.article article header .date {
  color: #0076c0;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------
[xx. template - article]
*/
.content.archive {
  padding-top: 40px;
}

/*-----------------------------------------------------------------
[xx. template - search]
*/
.content.content-search {
  padding-top: 40px;
}
.content.content-search .total-results {
  *zoom: 1;
  font-size: 1.4em;
  line-height: 33px;
  padding-left: 20px;
}
.content.content-search .total-results:before, .content.content-search .total-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.content.content-search .total-results:after {
  clear: both;
}
.content.content-search .total-results span {
  color: #0d2d6a;
  font-weight: 700;
}

.search-results {
  *zoom: 1;
}
.search-results:before, .search-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-results:after {
  clear: both;
}
.search-results .result {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 40px 20px 0;
  position: relative;
  *zoom: 1;
}
.search-results .result:before, .search-results .result:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-results .result:after {
  clear: both;
}
.search-results .result h4 {
  margin: 0 0 0.2em 0;
  padding: 0;
}
.search-results .result h4 a {
  color: #0d2d6a;
  font-size: 1.15em;
  text-decoration: none;
}
.search-results .result p.permalink {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.search-results .result p.permalink a {
  color: #CCCCCC;
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
}
.search-results .result p.permalink a:hover, .search-results .result p.permalink a:focus {
  color: #0076c0;
}
.search-results .result p.permalink:before {
  font-size: 0.8em;
  margin-right: 2px;
}
.search-results .result p.permalink:before:hover, .search-results .result p.permalink:before:focus {
  color: #0076c0;
}
.search-results.resources .inner {
  border: 1px solid #EEE;
  margin: 15px 0 30px;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
}
.search-results.resources .inner h3 {
  padding: 0;
}
.search-results.resources .inner p.total {
  font-size: 1.3em;
}
.search-results.resources .inner ul {
  max-height: 300px;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
}
.search-results.resources .inner ul li {
  border-bottom: 1px solid #DDD;
  font-size: 1.3em;
  line-height: 1.15em;
  padding: 6px 0;
}
.search-results.resources .inner ul li a {
  text-decoration: none;
}

/*-----------------------------------------------------------------
[xx. template - col-social]
*/
.col-social {
  padding-top: 40px;
}
.col-social .box {
  float: left;
  min-height: 330px;
  padding: 2%;
  width: 50%;
  box-sizing: border-box;
  *zoom: 1;
}
.col-social .box:before, .col-social .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.col-social .box:after {
  clear: both;
}
.col-social .box .inner {
  border: 1px solid #0076c0;
  height: 100%;
  border-radius: 4px;
}
.col-social .box .inner h3 {
  background: #0076c0;
  color: #FFF;
  display: block;
  margin: 0;
  padding: 6px 10px;
}
.col-social .box .inner h3 a {
  color: #FFF;
  float: right;
  font-size: 0.85em;
  font-weight: normal;
}
.col-social .box .inner iframe {
  border: none;
  width: 100% !important;
}
.col-social .box.social-linkedin .IN-widget {
  display: block !important;
  height: 100%;
  margin: 0 auto;
  width: 300px;
}
.col-social .box.social-pinterest .inner .content span {
  display: block !important;
  margin: 0 auto !important;
  width: 350px !important;
}
.col-social .box.social-rss .news-item {
  border-bottom: 1px solid #DDD;
  padding: 8px 15px;
}
.col-social .box.social-rss .news-item p {
  font-size: 1.3em;
  margin: 0 0 5px;
}
.col-social .box.social-twitter .slimScrollBar {
  display: none !important;
}
.col-social .box.social-twitter .tweet {
  border-bottom: 1px solid #DDD;
  padding: 8px 15px;
}
.col-social .box.social-twitter .tweet p {
  font-size: 1.3em;
  margin: 0 0 5px;
}

/*-----------------------------------------------------------------
[xx. footer]
*/
.container[role=footer] {
  background: #f7f7f7;
}
.container[role=footer] footer {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  width: 960px;
}
.container[role=footer] footer li ul li {
  font-size: 1em;
}

/*-----------------------------------------------------------------
[xx. bottom]
*/
.container[role=bottom] footer {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  width: 960px;
}
.container[role=bottom] footer p {
  font-size: 1.4em;
  line-height: 1.3em;
}
.container[role=bottom] footer .social-icons {
  margin-bottom: 1em;
}

.ie8video {
  display: none;
}
.ie8video.flashon {
  display: inline;
}

.ie8videohide.flashon {
  display: none;
}

/*-----------------------------------------------------------------
[2. faqs]
*/
.faq-jump-form {
  margin-bottom: 20px;
  margin-top: 20px;
}

.faq-list .single-faq {
  margin-bottom: 10px;
}
.faq-list .single-faq.show h3 {
  background: url(/content/themes/e2v/assets/img/arrows/faq-open.png) no-repeat right center;
}
.faq-list .single-faq.show .faq-answer {
  display: block;
}
.faq-list h3 {
  background: url(/content/themes/e2v/assets/img/arrows/faq-closed.png) no-repeat right center;
  border-bottom: 1px solid #f7f7f7;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2em;
  margin: 0;
  padding-right: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-list .faq-answer {
  display: none;
  padding: 10px 20px;
}
.faq-list .faq-nav {
  display: block;
  border-radius: 4px;
  *zoom: 1;
}
.faq-list .faq-nav:before, .faq-list .faq-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.faq-list .faq-nav:after {
  clear: both;
}
.faq-list .faq-nav .page-numbers {
  color: #404040;
  display: block;
  float: left;
  line-height: 2.4em;
  margin-top: 20px;
  padding: 0 12px;
  text-decoration: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
  background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f8f8f8, EndColorStr=#e5e5e5);
  box-shadow: inset 0 0 2px white;
}
.faq-list .faq-nav .page-numbers.current {
  color: #0076c0;
  font-weight: 800;
}

.content .content-box, .main-col .content-box {
  display: none;
}

.regionpopup-wrap {
  position: fixed;
  top: 20px;
  left: 30px;
  right: 30px;
  text-align: center;
  z-index: 9999;
}
.regionpopup-wrap .regionpopup {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #ffffff;
  box-shadow: 0 0 15px #000;
  padding-top: 30px;
  width: 100%;
  max-width: 800px;
}
.regionpopup-wrap .regionpopup p {
  padding: 0 40px;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .regionpopup-wrap .regionpopup p {
    font-size: 1.6em;
  }
}
.regionpopup-wrap .regionpopup p strong {
  color: #11345C;
  text-transform: uppercase;
  font-weight: bold;
}
.regionpopup-wrap .regionpopup .regionpopup-select a {
  display: block;
  float: left;
}
.regionpopup-wrap .regionpopup .regionpopup-select a.regionpopup-left {
  width: 50%;
}
.regionpopup-wrap .regionpopup .regionpopup-select a.regionpopup-left img {
  outline: 0;
  width: 100%;
  max-width: 400px;
  max-height: 225px;
}
.regionpopup-wrap .regionpopup .regionpopup-select a.regionpopup-right {
  width: 50%;
}
.regionpopup-wrap .regionpopup .regionpopup-select a.regionpopup-right img {
  outline: 0;
  width: 100%;
  max-width: 400px;
  max-height: 225px;
}

.literature-wrap .literature-block {
  background-color: #f1f1f1;
  padding: 1%;
}
.literature-wrap .literature-block .literature-title {
  height: auto;
  margin: 0 0 9px 0;
  overflow: hidden;
}
.literature-wrap .literature-block .literature-title p {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin: 0;
}
.literature-wrap .literature-block .literature-description p {
  color: #808080;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
  text-transform: none;
}
.literature-wrap .literature-block .literature-flags a {
  display: block;
  float: left;
  font-size: 26px;
  margin-right: 5px;
  height: 27px;
  text-decoration: none;
  width: 27px;
}
.literature-wrap .literature-block .literature-flags a img {
  display: block;
  height: 27px;
  width: 27px;
}
.literature-wrap .literature-block .literature-group-image {
  height: 100%;
  margin-right: 14px;
}
.literature-wrap .literature-block .literature-group-image img {
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

@media only screen and (min-width: 769px) {
  .literature-wrap .literature-block.no-rm {
    margin-right: 0;
  }
  .literature-wrap .literature-block {
    margin-right: 2%;
    padding: 2% 1%;
    width: 47%;
    margin-bottom: 12px;
    float: left;
  }
  .literature-wrap .literature-block .literature-group-image {
    float: left;
    width: 77px;
  }
  .literature-wrap .literature-block .literature-flags {
    float: left;
    width: 227px;
  }
  .literature-wrap .literature-block .literature-flags .literature-title {
    height: 76px;
  }
  .literature-wrap .literature-block .literature-flags a.last-flag-of-row {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .literature-wrap .literature-block {
    margin-bottom: 20px;
    width: 100%;
  }
  .literature-wrap .literature-block .literature-title {
    height: auto;
  }
  .literature-wrap .literature-block .literature-title p {
    font-size: 14px;
  }
  .literature-wrap .literature-block .literature-group-image {
    display: none;
  }
  .literature-wrap .literature-block .literature-flags {
    width: 100%;
  }
  .literature-wrap .literature-block .literature-flags a.last-flag-of-row {
    margin-right: 5px;
  }
}
.content .camera-type-wrap h2, .content .resources-wrap h2, .main-col .camera-type-wrap h2, .main-col .resources-wrap h2 {
  color: #000;
  font-size: 170%;
}
.content .camera-type-wrap table, .content .resources-wrap table, .main-col .camera-type-wrap table, .main-col .resources-wrap table {
  border: 1px solid #666;
  border-left: none;
  border-top: none;
  border-collapse: collapse;
}
.content .camera-type-wrap table td, .content .resources-wrap table td, .main-col .camera-type-wrap table td, .main-col .resources-wrap table td {
  border-left: 1px solid #666;
  border-top: 1px solid transparent;
}
.content .camera-type-wrap table tr td, .content .resources-wrap table tr td, .main-col .camera-type-wrap table tr td, .main-col .resources-wrap table tr td {
  background: #FFF;
}
.content .camera-type-wrap table tr td a, .content .resources-wrap table tr td a, .main-col .camera-type-wrap table tr td a, .main-col .resources-wrap table tr td a {
  display: inline-block;
  padding: 5px;
}
.content .camera-type-wrap table tr.even td, .content .resources-wrap table tr.even td, .main-col .camera-type-wrap table tr.even td, .main-col .resources-wrap table tr.even td {
  background: #FFF;
}
.content .camera-type-wrap td.camera-table-bottom, .content .resources-wrap td.camera-table-bottom, .main-col .camera-type-wrap td.camera-table-bottom, .main-col .resources-wrap td.camera-table-bottom {
  background: #e5e5e5 !important;
  color: #666666 !important;
  text-transform: uppercase;
  border-top: 1px solid #666;
}

html.lt-ie9 .content .camera-type-wrap table tr td a, html.lt-ie9 .content .resources-wrap table tr td a, html.lt-ie9 .main-col .camera-type-wrap table tr td a, html.lt-ie9 .main-col .resources-wrap table tr td a {
  display: inline;
}

.camera-tabs {
  margin-bottom: 30px;
}
.camera-tabs .camera-tab-wrap {
  border-top: 1px solid #666;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.camera-tabs > ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
.camera-tabs > ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
@media screen and (max-width: 480px) {
  .camera-tabs > ul li {
    width: 50% !important;
  }
}
.camera-tabs > ul li a {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #FFF;
  color: #666;
  text-decoration: none;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
.camera-tabs > ul li a:hover, .camera-tabs > ul li a.active-tab {
  background: #0076c0;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .camera-tabs > ul li a {
    font-size: 14px;
    padding: 20px 30px;
  }
}
.camera-tabs a.resources-link {
  padding: 10px 0 10px 35px;
  background: url(../img/cameras/file-icon.png) no-repeat 0px 5px;
}
.camera-tabs a.resources-link.pdf-icon {
  padding: 10px 0 10px 35px;
  background: url(../img/cameras/pdf-icon.png) no-repeat 0px 5px;
}
.camera-tabs a.resources-link.download-icon {
  padding: 10px 0 10px 35px;
  background: url(../img/cameras/download-icon.png) no-repeat 0px 5px;
}

.resources-wrap {
  clear: both;
}
@media screen and (max-width: 480px) {
  .resources-wrap .camera-tabs > ul li {
    width: 33.3333% !important;
  }
}

.camera-resources-tab {
  padding: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.camera-resources-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.camera-resources-tab ul li {
  list-style-type: none;
  list-style-image: none;
  padding: 5px 0;
}

.datasheet-filters .filter {
  box-sizing: border-box;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .datasheet-filters .filter {
    width: 100%;
  }
}

.camera-scroll-helper {
  display: none;
  padding: 10px;
  font-size: 15px;
  color: #000;
  background: #FFFBCF;
}
@media screen and (max-width: 992px) {
  .camera-scroll-helper {
    display: block;
  }
}

.content .camera-datasheets-table, .main-col .camera-datasheets-table {
  overflow-x: visible;
}
@media screen and (max-width: 992px) {
  .content .camera-datasheets-table, .main-col .camera-datasheets-table {
    overflow-x: scroll;
  }
}
.content .camera-datasheets-table table, .main-col .camera-datasheets-table table {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .content .camera-datasheets-table table, .main-col .camera-datasheets-table table {
    width: 800px;
  }
}

.latest-video {
  box-sizing: border-box;
  margin-top: 15px;
  border: 3px solid #0076c0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .latest-video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .latest-video video, .latest-video embed, .latest-video .mejs-container, .latest-video .mejs-layer, .latest-video .me-plugin {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .latest-video .mejs-container {
    width: 600px;
    height: 338px;
  }
}
.latest-video video {
  width: 100% !important;
}
.latest-video .mejs-overlay-button {
  display: none;
}

.product-gallery-wrap {
  overflow: hidden;
}
.product-gallery-wrap .product-gallery-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .product-gallery-wrap .product-gallery-box {
    width: 33.3333%;
    float: left;
  }
}
.product-gallery-wrap .product-gallery-box img {
  width: 100%;
  height: auto;
}

.content .dsg-desc-wrap table, .imaging-wrap .content .dsg-desc-wrap table, .main-col .dsg-desc-wrap table {
  border: none;
  background: none;
}
.content .dsg-desc-wrap table tr, .imaging-wrap .content .dsg-desc-wrap table tr, .main-col .dsg-desc-wrap table tr {
  background: none !important;
}
.content .dsg-desc-wrap table tr:hover, .imaging-wrap .content .dsg-desc-wrap table tr:hover, .main-col .dsg-desc-wrap table tr:hover {
  background: none !important;
}
.content .dsg-desc-wrap table tr.even, .imaging-wrap .content .dsg-desc-wrap table tr.even, .main-col .dsg-desc-wrap table tr.even {
  background: none !important;
}
.content .dsg-desc-wrap table td, .imaging-wrap .content .dsg-desc-wrap table td, .main-col .dsg-desc-wrap table td {
  border: none;
  background: none !important;
  font-size: inherit;
}

/*------------------------------------------------------------------
[modular stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------
[xx. slider]
*/
.slider-outer {
  background: #f7f7f7 url(/content/themes/e2v/assets/img/bg/slider-container.png) repeat;
  max-height: 365px;
  overflow: hidden;
}

.slider-inner {
  max-height: 365px;
  position: relative;
  z-index: 5;
  *zoom: 1;
}
.slider-inner:before, .slider-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider-inner:after {
  clear: both;
}
.slider-inner .slider-search {
  background: #0076c0;
  bottom: 0;
  padding: 10px 10px 5px 20px;
  position: absolute;
  right: 0;
  z-index: 35;
}
.slider-inner .slider-search label {
  color: #FFF;
  float: left;
  font-size: 1.6em;
  line-height: 31px;
  margin-right: 10px;
  text-transform: uppercase;
}
.slider-inner .slider-search input[type=text] {
  width: 145px;
}
.slider-inner .slider-search input[type=submit] {
  top: 10px;
}
.slider-inner .control {
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 0;
  width: 75px;
  z-index: 30;
}
.slider-inner .control.prev {
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_left.png);
  left: 0;
  background-position: 0 center;
}
.slider-inner .control.prev:hover, .slider-inner .control.prev:focus {
  background-position: -75px center;
}
.slider-inner .control.next {
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_right.png);
  right: 0;
  background-position: 0 center;
}
.slider-inner .control.next:hover, .slider-inner .control.next:focus {
  background-position: -75px center;
}
.slider-inner .slider {
  display: block !important;
  height: auto;
  overflow: hidden;
  position: relative !important;
  z-index: 10;
}
.slider-inner .slider ul {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.slider-inner .slider ul:before, .slider-inner .slider ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider-inner .slider ul:after {
  clear: both;
}
.slider-inner .slider .slide {
  display: block !important;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.slider-inner .slider .slide .info {
  left: 80px;
  position: absolute;
  top: 80px;
  width: 50%;
}
.slider-inner .slider .slide .info .title {
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}
.slider-inner .slider .slide .info .desc {
  background: url(/content/themes/e2v/assets/img/bg/FFF_90.png) repeat;
  color: #0d2d6a;
  display: inline-block;
  font-size: 1.6em;
  padding: 20px;
}

/*-----------------------------------------------------------------
[xx. widgets]
*/
.widget.home h3 {
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .widget.home.shares {
    clear: both;
  }
}
.widget.home.shares .content {
  border: 8px solid #dadada;
  height: 131px;
  padding: 5px;
}
.widget.home.shares .content p {
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}
.widget.home.shares .content p.date {
  color: #0d2d6a;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 20px;
}
.widget.home.shares .content p.price {
  color: #0076c0;
  font-size: 2.7em;
  font-weight: bold;
}
.widget.home.image .content img {
  border: 1px solid #dadada;
  padding: 2px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.widget.home.image .img-wrap {
  display: block;
}
.widget.home.video .content img {
  border: 1px solid #dadada;
  padding: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.widget.home.video .modal.video {
  background: #F9F9F9;
  border: #DDD;
  left: 50%;
  padding: 4px;
  position: fixed;
  top: 50%;
  z-index: 9998;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.widget.home.video .modal.video .mejs-container * {
  z-index: 9999;
}
.widget.home.video .modal.video video {
  border-radius: 3px;
}
.widget.home.video .modal.video .close {
  background: #FFF;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 24px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.widget.home.video .modal.bg {
  background: #FFF;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9997;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}

/*-----------------------------------------------------------------
[xx. social icons]
*/
ul.social-icons {
  margin: 0;
  *zoom: 1;
}
ul.social-icons:before, ul.social-icons:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.social-icons:after {
  clear: both;
}
ul.social-icons li {
  background: url(/content/themes/e2v/assets/img/icons/social.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 35px;
  margin-left: 5px;
  width: 35px;
}
ul.social-icons li a {
  display: block;
  height: 100%;
  width: 100%;
}
ul.social-icons.right li {
  float: right;
}
ul.social-icons.center {
  margin: 0 auto 20px auto;
  text-align: center;
}
ul.social-icons.center li {
  float: none;
  display: inline-block;
}
ul.social-icons .fb:hover, ul.social-icons .fb:focus, ul.social-icons .facebook:hover, ul.social-icons .facebook:focus {
  background-position: 0 -50px;
}
ul.social-icons .twitter {
  background-position: -50px 0;
}
ul.social-icons .twitter:hover, ul.social-icons .twitter:focus {
  background-position: -50px -50px;
}
ul.social-icons .gplus {
  background-position: -100px 0;
}
ul.social-icons .gplus:hover, ul.social-icons .gplus:focus {
  background-position: -100px -50px;
}
ul.social-icons .youtube {
  background-position: -150px 0;
}
ul.social-icons .youtube:hover, ul.social-icons .youtube:focus {
  background-position: -150px -50px;
}
ul.social-icons .rss {
  background-position: -200px 0;
}
ul.social-icons .rss:hover, ul.social-icons .rss:focus {
  background-position: -200px -50px;
}
ul.social-icons .linkedin {
  background-position: -249px 0;
}
ul.social-icons .linkedin:hover, ul.social-icons .linkedin:focus {
  background-position: -249px -50px;
}
ul.social-icons .instagram {
  background-position: -296px 0;
}
ul.social-icons .instagram:hover, ul.social-icons .instagram:focus {
  background-position: -296px -50px;
}

/*-----------------------------------------------------------------
[xx. markets boxs] (homepage)
*/
.markets-boxs ul {
  margin: 0;
  padding: 0;
}
.markets-boxs li {
  background: url(/content/themes/e2v/assets/img/home/home-markets.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 154px;
  margin-left: 12px;
  text-align: center;
  width: 150px;
}
.markets-boxs li.civilaerospace {
  background-position: 0 0;
}
.markets-boxs li.civilaerospace:hover, .markets-boxs li.civilaerospace:focus {
  background-position: -160px 0;
}
.markets-boxs li.defence {
  background-position: 0 -154px;
}
.markets-boxs li.defence:hover, .markets-boxs li.defence:focus {
  background-position: -160px -154px;
}
.markets-boxs li.defense {
  background-position: 0 -154px;
}
.markets-boxs li.defense:hover, .markets-boxs li.defense:focus {
  background-position: -160px -154px;
}
.markets-boxs li.space {
  background-position: 0 -770px;
}
.markets-boxs li.space:hover, .markets-boxs li.space:focus {
  background-position: -160px -770px;
}
.markets-boxs li.industrial {
  background-position: 0 -308px;
}
.markets-boxs li.industrial:hover, .markets-boxs li.industrial:focus {
  background-position: -160px -308px;
}
.markets-boxs li.medicalscience {
  background-position: 0 -462px;
}
.markets-boxs li.medicalscience:hover, .markets-boxs li.medicalscience:focus {
  background-position: -160px -462px;
}
.markets-boxs li.securityrescue {
  background-position: 0 -616px;
}
.markets-boxs li.securityrescue:hover, .markets-boxs li.securityrescue:focus {
  background-position: -160px -616px;
}
.markets-boxs li:first-child {
  margin-left: 0;
}
.markets-boxs li a {
  color: #FFF;
  display: block;
  font-size: 1.5em;
  height: 104px;
  line-height: 1.3em;
  padding: 50px 10px 0 15px;
  position: relative;
  text-decoration: none;
  width: 125px;
  -webkit-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
}
.markets-boxs li a:hover, .markets-boxs li a:focus {
  padding-top: 46px;
}
.markets-boxs li a:hover span, .markets-boxs li a:focus span {
  border-bottom: 4px solid #0076c0;
  display: inline-block;
  margin-top: 2px;
}

/*----------------------------------------------------------------
[xx. latest news]
*/
.latest-news {
  background: #0076c0;
  height: 50px;
}
.latest-news .title {
  background: #000;
  height: 50px;
  line-height: 50px;
}
.latest-news .title span {
  background: url(/content/themes/e2v/assets/img/icons/rss_FFF.png) no-repeat center left;
  color: #FFF;
  font-size: 1.7em;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 28px;
  text-transform: uppercase;
}
.latest-news .headlines {
  overflow: hidden;
}
.latest-news .headlines ul {
  height: 50px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.latest-news .headlines ul li {
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.latest-news .headlines ul li a {
  color: #FFF;
  font-size: 1.2em;
  text-decoration: none;
}
.latest-news .headlines ul li a span {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/*-----------------------------------------------------------------
[xx. markets header]
*/
.market-header {
  float: left;
  height: 210px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.market-header.full .img, .market-header.full img {
  width: 100%;
}
.market-header .img {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 210px;
  width: 69%;
}
.market-header .img.default {
  background: url(/content/uploads/2013/10/Astronomy-imaging-courtesy-of-CFHT-Coelum.jpg) no-repeat center center;
}
.market-header h2 {
  background: #0076c0;
  bottom: 0;
  color: #FFF;
  display: block;
  font-size: 1.9em;
  height: 170px;
  line-height: 1.3em;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  vertical-align: middle;
}

/*-----------------------------------------------------------------
[xx. market assets]
*/
.market-assets {
  padding-right: 0;
  padding-top: 20px;
}
.market-assets.nopadding {
  padding-top: 0;
}
.market-assets h4 {
  background-color: #0076c0 !important;
  color: #ffffff !important;
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 20px;
}
.market-assets h4:before {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
}
.market-assets h4 > a {
  color: #ffffff;
  float: right;
  font-weight: normal;
  margin: 0;
}
.market-assets h4 > a:hover, .market-assets h4 > a:focus {
  color: #000000;
}
.market-assets .ma-related h4 {
  background: url(/content/themes/e2v/assets/img/arrows/faq-closed.png) no-repeat left center;
  padding-left: 16px;
}
.market-assets .ma-related h4:before {
  display: none;
}
.market-assets ul {
  border-top: 1px solid #CCCCCC;
  list-style: none;
  margin: 10px 0 30px;
  padding: 5px 0;
}
.market-assets ul li {
  font-size: 1.4em;
  line-height: 1.3em;
}
.market-assets ul li a {
  color: #404040;
  text-decoration: none;
}
.market-assets ul li a:hover, .market-assets ul li a:focus {
  color: #0076c0;
}

/*-----------------------------------------------------------------
[xx. hover box]
*/
.hover-box-container {
  padding: 15px 0;
}

.hover-box .boxbg {
  background-color: #0076c0;
  background-image: url(/content/themes/e2v/assets/img/temp/hover-box.jpg);
  background-size: cover;
  height: 160px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.hover-box .boxbg:hover a, .hover-box .boxbg:focus a {
  height: 100%;
  margin-top: 0;
}
.hover-box .boxbg:hover h4, .hover-box .boxbg:focus h4 {
  height: auto;
}
.hover-box .boxbg a {
  background: #0076c0;
  display: block;
  min-height: 160px;
  margin-top: 100px;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
.hover-box .boxbg a h4 {
  border-bottom: 1px solid #fff;
  color: #FFF;
  font-size: 1.6em;
  font-weight: 500;
  height: 68px;
  line-height: 1em;
  margin: 0 10px 10px;
  padding: 6px 0;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
.hover-box .boxbg a .para {
  color: #FFF;
  display: block;
  font-size: 1.3em;
  line-height: 1.1em;
  padding: 0 5%;
  width: 90%;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}

/*-----------------------------------------------------------------
[xx. product dropdown]
*/
.faq-dropdown {
  border-bottom: 1px solid #CCCCCC;
  max-height: 50px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}
.faq-dropdown.open {
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}
.faq-dropdown.open h3 {
  background: url(/content/themes/e2v/assets/img/arrows/faq-dropdown-hover.png) no-repeat right -42px;
}
.faq-dropdown.open h3:hover, .faq-dropdown.open h3:focus {
  background: url(/content/themes/e2v/assets/img/arrows/faq-dropdown-hover.png) no-repeat right -42px;
}
.faq-dropdown h3 {
  background: url(/content/themes/e2v/assets/img/arrows/faq-dropdown.png) no-repeat right 17px;
  color: #0d2d6a;
  cursor: pointer;
  line-height: 50px;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-dropdown h3:hover, .faq-dropdown h3:focus {
  background: url(/content/themes/e2v/assets/img/arrows/faq-dropdown-hover.png) no-repeat right 17px;
}
.faq-dropdown .faq-content {
  padding: 20px;
}

/*-----------------------------------------------------------------
[xx. link-square]
*/
@keyframes foundicon-kf {
  0% {
    top: -1em;
    text-shadow: 0 3px 1px transparent;
  }
  50% {
    top: -1.1em;
    text-shadow: 0 3px 1px transparent;
  }
  100% {
    top: -1.1em;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes foundicon-kf /* Safari and Chrome */ {
  0% {
    top: -1em;
    text-shadow: 0 3px 1px transparent;
  }
  50% {
    top: -1.1em;
    text-shadow: 0 3px 1px transparent;
  }
  100% {
    top: -1.1em;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
  }
}
.contact-grid {
  margin-bottom: 15px;
}
.contact-grid a.link-block {
  background: #0076c0;
  background-position: 50% 43%;
  background-repeat: no-repeat;
  color: #FFF;
  display: block;
  float: left;
  font-size: 1.3em;
  height: 160px;
  line-height: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.contact-grid a.link-block .lowercase {
  text-transform: none;
}
.contact-grid a.link-block:hover, .contact-grid a.link-block:focus {
  color: #FFF;
  text-decoration: none;
}
.contact-grid a.link-block[class*="foundicon-"]:before {
  color: "#FFF";
  display: block;
  font-size: 5em;
  position: absolute;
  text-align: center;
  top: -1em;
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transition: text-shadow 0.2s ease-in-out;
  transition: text-shadow 0.2s ease-in-out;
  height: 0%;
}
.contact-grid a.link-block:hover[class*="foundicon-"]:before, .contact-grid a.link-block:focus:before {
  -webkit-animation: foundicon-kf 0.5s 1;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: foundicon-kf 0.5s 1;
  /* IE 10+ */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.contact-grid a.link-block.pound:before {
  color: #FFF;
  content: "\\00A3";
  display: block;
  font-size: 5em;
  position: absolute;
  text-align: center;
  top: -1em;
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transition: text-shadow 0.2s ease-in-out;
  transition: text-shadow 0.2s ease-in-out;
}
.contact-grid a.link-block.pound:hover:before, .contact-grid a.link-block.pound:hover:before {
  -webkit-animation: foundicon-kf 0.5s 1;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: foundicon-kf 0.5s 1;
  /* IE 10+ */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.contact-grid a.link-block.question:before {
  color: #FFF;
  content: "\\003F";
  display: block;
  font-size: 5em;
  position: absolute;
  text-align: center;
  top: -1em;
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transition: text-shadow 0.2s ease-in-out;
  transition: text-shadow 0.2s ease-in-out;
}
.contact-grid a.link-block.question:hover:before, .contact-grid a.link-block.question:hover:before {
  -webkit-animation: foundicon-kf 0.5s 1;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: foundicon-kf 0.5s 1;
  /* IE 10+ */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.e2v-offices-heading {
  color: #0d2d6a;
  font-size: 18px;
  margin-top: 35px;
  font-family: 'metabookroman';
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}

/*-----------------------------------------------------------------
[xx. content aside]
*/
.content .content-box {
  background: #0076c0;
  bottom: 0;
  display: block;
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  width: 75%;
  *zoom: 1;
}
.content .content-box:before, .content .content-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .content-box:after {
  clear: both;
}
.content .content-box.blue {
  background: #0d2d6a;
}
.content .content-box.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.content .content-box span.h5 {
  color: #FFF;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.content .content-box span.para {
  color: #FFF;
  display: block;
  float: left;
  font-size: 1em;
  margin-bottom: 6px;
  padding-right: 3%;
  width: 67%;
}
.content .content-box a.btn {
  display: inline-block;
  float: left;
  font-size: 0.8em;
  text-align: center;
  width: 20%;
}

/*-----------------------------------------------------------------
[xx. carousel]
*/
.carousel-wrapper * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-wrapper.case-studies {
  background: url(/content/themes/e2v/assets/img/bg/slider-container.png) repeat;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 20px 2px;
  position: relative;
}
.carousel-wrapper.case-studies h5 {
  color: #0076c0;
  font-size: 1.6em;
  margin: 0 18px;
  text-transform: uppercase;
}
.carousel-wrapper.case-studies .control {
  background-image: url(/content/themes/e2v/assets/img/arrows/carousel-case-studies.png);
  background-position: -15px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 170px;
  width: 10%;
}
.carousel-wrapper.case-studies .control.prev {
  background-position: -110px 0;
}
.carousel-wrapper.case-studies .control.prev:hover, .carousel-wrapper.case-studies .control.prev:focus {
  background-position: -110px -172px;
}
.carousel-wrapper.case-studies .control:hover, .carousel-wrapper.case-studies .control:focus {
  background-position: -15px -172px;
}
.carousel-wrapper.case-studies .carousel {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80% !important;
}
.carousel-wrapper.case-studies .carousel .item .boxbg {
  background: url(/content/themes/e2v/assets/img/bg/carousel-case-studies.png) repeat;
  height: 170px;
  margin-right: 15px;
  position: relative !important;
}
.carousel-wrapper.case-studies .carousel .item .boxbg:hover, .carousel-wrapper.case-studies .carousel .item .boxbg:focus {
  background-position: 0 -170px;
}
.carousel-wrapper.case-studies .carousel .item .boxbg > a {
  color: #FFF;
  display: block;
  font-size: 2em;
  height: 90px;
  padding-top: 80px;
  padding-left: 10%;
  text-decoration: none;
  width: 90%;
}
.carousel-wrapper.case-studies .carousel .item .boxbg img {
  bottom: 0;
  position: absolute;
  right: 0;
}
.carousel-wrapper.subpages {
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  position: relative;
}
.carousel-wrapper.subpages h5 {
  color: #333333;
  font-size: 1.6em;
  margin: 0;
  padding: 0 0 18px;
  text-transform: uppercase;
}
.carousel-wrapper.subpages .control {
  background-image: url(/content/themes/e2v/assets/img/arrows/carousel-subpages.png);
  background-position: -30px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 170px;
  width: 7%;
}
.carousel-wrapper.subpages .control.prev {
  background-position: -120px 0;
}
.carousel-wrapper.subpages .control.prev:hover, .carousel-wrapper.subpages .control.prev:focus {
  background-position: -120px -172px;
}
.carousel-wrapper.subpages .control:hover, .carousel-wrapper.subpages .control:focus {
  background-position: -30px -172px;
}
.carousel-wrapper.subpages .carousel {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 86% !important;
}
.carousel-wrapper.subpages .carousel .item {
  height: 170px;
  /*margin-right: 15px;*/
  padding-right: 15px;
  position: relative !important;
}
.carousel-wrapper.subpages .carousel .item:hover, .carousel-wrapper.subpages .carousel .item:focus {
  background-position: 0 -170px;
}
.carousel-wrapper.subpages .carousel .item a {
  white-space: normal;
}
.carousel-wrapper.subpages .carousel .item .para {
  line-height: 1.2em;
}

/*-----------------------------------------------------------------
[xx. news]
*/
.news-page .news-cats {
  *zoom: 1;
}
.news-page .news-cats:before, .news-page .news-cats:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-page .news-cats:after {
  clear: both;
}
.news-page .news-cats a, .news-page .news-cats span {
  font-size: 1.3em;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.news-page article {
  border-bottom: 1px solid #CCCCCC;
  min-height: 115px;
  padding: 20px 0;
  position: relative;
  *zoom: 1;
}
.news-page article:before, .news-page article:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-page article:after {
  clear: both;
}
.news-page article:first-child {
  border-top: 1px solid #CCCCCC;
}
.news-page article .info {
  float: left;
  margin-right: 235px;
}
.news-page article .date {
  color: #0076c0;
  text-transform: uppercase;
}
.news-page article .date .cat {
  color: #444444;
  font-size: 0.7em;
}
.news-page article h4 {
  margin: 0;
  padding: 0;
}
.news-page article h4 a {
  color: #000000;
  font-size: 1.15em;
  text-decoration: none;
}
.news-page article img {
  display: block;
  float: right;
  margin-left: 40px;
  position: absolute;
  right: 0;
}

/*-----------------------------------------------------------------
[xx. apprenticeship events]
*/
.apprenticeshipevents-page .apprenticeshipevents-cats {
  *zoom: 1;
}
.apprenticeshipevents-page .apprenticeshipevents-cats:before, .apprenticeshipevents-page .apprenticeshipevents-cats:after {
  display: table;
  content: "";
  line-height: 0;
}
.apprenticeshipevents-page .apprenticeshipevents-cats:after {
  clear: both;
}
.apprenticeshipevents-page .apprenticeshipevents-cats a, .apprenticeshipevents-page .apprenticeshipevents-cats span {
  font-size: 1.3em;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.apprenticeshipevents-page article {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  position: relative;
  *zoom: 1;
}
.apprenticeshipevents-page article:before, .apprenticeshipevents-page article:after {
  display: table;
  content: "";
  line-height: 0;
}
.apprenticeshipevents-page article:after {
  clear: both;
}
.apprenticeshipevents-page article:first-child {
  border-top: 1px solid #CCCCCC;
}
.apprenticeshipevents-page article .info {
  float: left;
  margin-right: 235px;
}
.apprenticeshipevents-page article .date {
  color: #0076c0;
  text-transform: uppercase;
}
.apprenticeshipevents-page article .date .cat {
  color: #444444;
  font-size: 0.7em;
}
.apprenticeshipevents-page article h4 {
  margin: 0;
  padding: 0;
}
.apprenticeshipevents-page article h4 a {
  color: #000000;
  font-size: 1.15em;
  text-decoration: none;
}
.apprenticeshipevents-page article img {
  display: block;
  float: right;
  margin-left: 40px;
  position: absolute;
  right: 0;
}

/*-----------------------------------------------------------------
[xx. pagination]
*/
.pagination {
  border: 1px solid #f7f7f7;
  padding: 2px;
  width: 100%;
  border-radius: 4px;
  *zoom: 1;
}
.pagination:before, .pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination.top {
  margin-bottom: 20px;
}
.pagination.bottom {
  margin-top: 20px;
}
.pagination span, .pagination a {
  background: #f7f7f7;
  color: #404040;
  display: block;
  float: left;
  font-size: 1.3em;
  margin-right: 1px;
  padding: 6px 10px;
  text-decoration: none;
}
.pagination span:hover, .pagination span:focus, .pagination a:hover, .pagination a:focus {
  background: #CCCCCC;
}
.pagination span.current, .pagination a.current {
  background: #444444;
  color: #FFF;
  font-weight: 800;
}
.pagination span.next, .pagination span.prev, .pagination a.next, .pagination a.prev {
  background: none;
}
.pagination span.next:hover, .pagination span.next:focus, .pagination span.prev:hover, .pagination span.prev:focus, .pagination a.next:hover, .pagination a.next:focus, .pagination a.prev:hover, .pagination a.prev:focus {
  color: #0076c0;
}
.pagination .dots:hover, .pagination .dots:focus {
  background: #f7f7f7;
}

.content-search .pagination.top {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------
[xx. tradeshows]
*/
.events {
  margin-bottom: 20px;
}
.events .events-banner-image {
  padding-bottom: 20px;
  width: 100%;
}
.events .months-list {
  list-style: none;
  margin-left: 0;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.events .months-list .month {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .events .months-list .month {
    width: 8%;
  }
}
.events .months-list .month a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  width: 100%;
  display: block;
  padding: 15px 0;
  background: none;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.events .months-list .month a.disabled {
  cursor: not-allowed;
  background: #cccccc;
  color: #ffffff;
}
.events .months-list .month a.active {
  color: #ffffff;
  background: #0076c0;
}
.events .no-events-text {
  display: none;
  font-size: 16px;
  color: #0076c0;
  font-weight: bold;
}
.events .show.this-months-events {
  display: none;
  margin-bottom: 20px;
  background: #e7e5e6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #e7e5e6, rgba(231, 229, 230, 0));
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-linear-gradient(top right, #e7e5e6, rgba(231, 229, 230, 0));
  background: linear-gradient(to bottom left, #e7e5e6, rgba(231, 229, 230, 0));
  /* Standard syntax */
  width: 100%;
  border: none;
  margin: 0px 0px 15px;
}
@media (min-width: 768px) {
  .events .show.this-months-events {
    width: 48%;
    margin: 1%;
  }
}
@-webkit-keyframes example {
  0% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.9);
  }
  73% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.9);
  }
  76% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.8);
  }
  79% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.7);
  }
  82% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.6);
  }
  85% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.5);
  }
  88% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.4);
  }
  91% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.3);
  }
  94% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.2);
  }
  97% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.1);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes example {
  0% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.9);
  }
  73% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.9);
  }
  76% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.8);
  }
  79% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.7);
  }
  82% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.6);
  }
  85% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.5);
  }
  88% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.4);
  }
  91% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.3);
  }
  94% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.2);
  }
  97% {
    box-shadow: 0px 0px 5px 4px rgba(0, 118, 192, 0.1);
  }
  100% {
    box-shadow: none;
  }
}
.events .show.this-months-events.auto-selected {
  border-radius: 0;
  -webkit-animation-name: example;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3s;
  /* Chrome, Safari, Opera */
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.events .show.this-months-events .details {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  position: relative;
  min-height: 200px;
}
.events .show.this-months-events .details .date-and-location {
  border-right: 1px solid #cccccc;
  margin-right: 5px;
}
.events .show.this-months-events .details .date-and-location .date-of-event {
  display: block;
  font-weight: 900;
  font-size: 42px;
  color: #0076c0;
}
.events .show.this-months-events .details .date-and-location .month {
  display: block;
  font-weight: 900;
  color: #0076c0;
  font-size: 24px;
  text-transform: uppercase;
}
.events .show.this-months-events .details .date-and-location .event-address {
  padding-top: 15px;
}
.events .show.this-months-events .details .date-and-location .event-address span {
  font-size: 16px;
  line-height: 20px;
  color: #919191;
  word-wrap: break-word;
}
.events .show.this-months-events .details .date-and-location .event-website-link {
  display: table;
  vertical-align: middle;
  color: #0076c0;
  text-decoration: none;
  padding: 15px 0 10px 0;
}
.events .show.this-months-events .details .date-and-location .event-website-link .fa-globe {
  font-size: 24px;
  padding-right: 5px;
  color: #0076c0;
}
.events .show.this-months-events .details .date-and-location .event-website-link .event-website-text {
  color: #0076c0;
  text-decoration: none;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.events .show.this-months-events .details .title-and-description {
  padding-bottom: 40px;
}
.events .show.this-months-events .details .title-and-description h3 {
  font-size: 20px;
  padding-top: 0;
  margin-bottom: 0;
}
.events .show.this-months-events .details .title-and-description .description {
  padding-top: 10px;
}
.events .show.this-months-events .details .title-and-description .description p {
  font-size: 14px;
}
.events .show.this-months-events .visit-page-link-container .visit-page-link-no-more-info {
  background: #0f255a;
  width: 35%;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  margin-bottom: 20px;
}
.events .show.this-months-events .more-info-content .more-info-button, .events .show.this-months-events .more-info-content .less-info-button {
  background: #0f255a;
  width: 35%;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  margin-bottom: 20px;
}
.events .show.this-months-events .more-info-content .less-info-button {
  display: none;
}
.events .show.this-months-events .more-info-content .more-info {
  padding: 30px 10px;
  position: relative;
  display: none;
}
.events .show.this-months-events .more-info-content .more-info p {
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 40px;
}
.events .show.this-months-events .more-info-content .more-info .visit-page-link {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 35%;
  background: #0f255a;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.events .show {
  background-position: center top;
  background-repeat: no-repeat;
  border: 1px solid #DDD;
  border-bottom-color: #CCC;
  border-top: 1px solid #e5e5e5;
  min-height: 250px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.events .show > a {
  display: block;
  height: 180px;
  width: 100%;
}
.events .show .details {
  padding: 0 10px 10px;
}
.events .show .details h3 a {
  color: #0d2d6a;
  text-decoration: none;
}
.events .show .details .address {
  border-left: 5px solid #f7f7f7;
  padding-left: 10px;
  font-style: normal;
}
.events .show .details .date {
  display: block;
  font-size: 1.4em;
  line-height: 1em;
  margin: 0 0 1em;
}
.events .show .details .date span {
  float: left;
  font-size: 0.65em;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
}
.events .show .details .date.start {
  border-top: 1px solid #f7f7f7;
  padding-top: 10px;
}
.events .show .details .date.end {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
}
.events .show .details .cta {
  padding-top: 10px;
}
.events .show .details .cta > a {
  padding: 0;
  text-align: center;
  width: 100%;
  border-radius: 4px;
}

.events-page .map {
  border-bottom: 3px solid #0d2d6a;
  height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.events-page .sidebar h4 {
  color: #0d2d6a;
  margin-bottom: 0;
}
.events-page .sidebar .address {
  border-left: 5px solid #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
  font-style: normal;
}
.events-page .sidebar .address p {
  font-size: 1.6em;
}
.events-page .sidebar .date.start {
  border-top: 1px solid #DDD;
  padding-top: 10px;
}
.events-page .sidebar .date.end {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}
.events-page .sidebar .date.end p {
  margin-bottom: 0;
}
.events-page .sidebar .event-links {
  margin-top: 20px;
}

/*-----------------------------------------------------------------
[xx. table styling]
*/
.content .table-responsive, .main-col .table-responsive {
  clear: both;
}
.content table, .main-col table {
  border: 1px solid #c4c4c4;
  border-top: none;
  border-left: 0;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}
.content table tr:hover, .content table tr:focus, .main-col table tr:hover, .main-col table tr:focus {
  background: #fcfcfc;
}
.content table tr.odd td, .main-col table tr.odd td {
  background: #FFF;
}
.content table tr.even td, .main-col table tr.even td {
  background: #F9F9F9;
}
.content table th, .main-col table th {
  background: #0076c0;
  color: #FFF;
  text-align: left;
}
.content table th, .content table td, .main-col table th, .main-col table td {
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 8px;
  vertical-align: top;
}
.content table th th, .content table th td, .content table td th, .content table td td, .main-col table th th, .main-col table th td, .main-col table td th, .main-col table td td {
  font-size: 1em;
}
.content table th p, .content table td p, .main-col table th p, .main-col table td p {
  font-size: 1em;
}
.content table td:hover, .content table td:focus, .main-col table td:hover, .main-col table td:focus {
  background: #f4f4f4;
}
.content table td.file, .content table td.lock, .content table td.link, .main-col table td.file, .main-col table td.lock, .main-col table td.link {
  text-align: center;
}
.content table td.file .foundicon, .content table td.lock .foundicon, .content table td.link .foundicon, .main-col table td.file .foundicon, .main-col table td.lock .foundicon, .main-col table td.link .foundicon {
  font-size: 1.2em;
  text-decoration: none;
}
.content table td.file .foundicon-lock, .content table td.lock .foundicon-lock, .content table td.link .foundicon-lock, .main-col table td.file .foundicon-lock, .main-col table td.lock .foundicon-lock, .main-col table td.link .foundicon-lock {
  font-size: 1.3em !important;
}
.content table td.file, .main-col table td.file {
  min-width: 60px;
}
.content table td.file .foundicon-lock, .main-col table td.file .foundicon-lock {
  font-size: 1.3em !important;
  margin-left: 8px;
}
.content table td.pad a, .main-col table td.pad a {
  padding: 9px 35px 20px 0;
}
.content table td .asset-name, .main-col table td .asset-name {
  display: block;
  margin-bottom: 5px;
}
.content table td .asset-desc, .main-col table td .asset-desc {
  color: #777;
  display: block;
  font-style: italic;
}
.content table td img, .main-col table td img {
  margin: 0;
}
.content table.nostyle, .main-col table.nostyle {
  border: 0;
}
.content table.nostyle tr:hover, .content table.nostyle tr:focus, .main-col table.nostyle tr:hover, .main-col table.nostyle tr:focus {
  background: none;
}
.content table.nostyle tr:hover td, .content table.nostyle tr:focus td, .main-col table.nostyle tr:hover td, .main-col table.nostyle tr:focus td {
  background: #F9F9F9;
}
.content table.nostyle th, .main-col table.nostyle th {
  background: none;
  color: #26447c;
  font-size: 1.5em;
}
.content table.nostyle th, .content table.nostyle td, .main-col table.nostyle th, .main-col table.nostyle td {
  border: none;
}
.content table.nostyle td:hover, .content table.nostyle td:focus, .main-col table.nostyle td:hover, .main-col table.nostyle td:focus {
  background: none;
}
@media (max-width: 767px) {
  .content .table-responsive, .main-col .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .content .table-responsive > .table, .main-col .table-responsive > .table {
    margin-bottom: 0;
  }
  .content .table-responsive > .table-bordered, .main-col .table-responsive > .table-bordered {
    border: 0;
  }
  .content .table-responsive > .table-bordered > thead > tr > th:first-child,
  .content .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .content .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .content .table-responsive > .table-bordered > thead > tr > td:first-child,
  .content .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .content .table-responsive > .table-bordered > tfoot > tr > td:first-child, .main-col .table-responsive > .table-bordered > thead > tr > th:first-child,
  .main-col .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .main-col .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .main-col .table-responsive > .table-bordered > thead > tr > td:first-child,
  .main-col .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .main-col .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .content .table-responsive > .table-bordered > thead > tr > th:last-child,
  .content .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .content .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .content .table-responsive > .table-bordered > thead > tr > td:last-child,
  .content .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .content .table-responsive > .table-bordered > tfoot > tr > td:last-child, .main-col .table-responsive > .table-bordered > thead > tr > th:last-child,
  .main-col .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .main-col .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .main-col .table-responsive > .table-bordered > thead > tr > td:last-child,
  .main-col .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .main-col .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .content .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .content .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .content .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .content .table-responsive > .table-bordered > tfoot > tr:last-child > td, .main-col .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .main-col .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .main-col .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .main-col .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*-----------------------------------------------------------------
[xx. ?resources]
*/
.resource-title {
  border: 1px solid #EEE;
  border-bottom-color: #FFF;
  color: #0076c0;
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.datasheet-filters {
  background: #F9F9F9;
  margin-bottom: 5px;
  padding: 5px 5px 0 5px;
  *zoom: 1;
}
.datasheet-filters:before, .datasheet-filters:after {
  display: table;
  content: "";
  line-height: 0;
}
.datasheet-filters:after {
  clear: both;
}
.datasheet-filters label {
  background: #FDFDFD;
  display: block;
  float: left !important;
  margin-right: 1%;
  padding: 1%;
  width: 47%;
}
.datasheet-filters label:before, .datasheet-filters label:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.datasheet-filters label span {
  font-weight: bold;
  line-height: 33px;
  margin-right: 10px;
  padding-left: 10px;
}
.datasheet-filters label select {
  float: right;
  margin: 0;
  width: 50%;
}

.resource-group {
  border: 1px solid #EEE;
  margin: 0 0 30px;
  padding: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
}
.resource-group > p {
  font-size: 1.3em;
}
.resource-group ul.dsg-key li {
  font-size: 1.2em;
}

/*-----------------------------------------------------------------
[xx. customer return]
*/
.customer_returns select {
  width: 100%;
}

.returns-intro {
  font-size: 0.85em;
  line-height: 0.85em;
}
.returns-intro blockquote {
  background: #FAFAFA;
  border-left: 3px solid #DDD;
  margin: 0 0 20px;
  padding: 20px 20px 10px 40px;
}

form.col-ii ul li.returns_tabs {
  width: 100%;
  *zoom: 1;
}
form.col-ii ul li.returns_tabs:before, form.col-ii ul li.returns_tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
form.col-ii ul li.returns_tabs:after {
  clear: both;
}
form.col-ii ul li.returns_tabs p {
  font-size: 1em;
}

/*-----------------------------------------------------------------
[xx. customer alerts]
*/
.customer_alerts.subscribe {
  border: 1px solid #EEE;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
}
.customer_alerts.subscribe .success_message {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 4px;
}
.customer_alerts.subscribe .success_message p {
  color: #0d2d6a;
  font-size: 1.6em;
  margin: 0;
  padding: 0;
}
.customer_alerts.subscribe h2 {
  font-size: 1.6em;
}
.customer_alerts.subscribe input[type=email] {
  float: left;
  margin: 0 0 15px;
}
.customer_alerts.subscribe .alert_group {
  margin-bottom: 15px;
}
.customer_alerts.subscribe .sign-up-wrap {
  float: left;
  margin-left: 0px;
  width: 50%;
}
.customer_alerts.subscribe .all-prods {
  float: left;
  margin-left: 0px;
}
.customer_alerts.subscribe .all-prods li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
.customer_alerts.subscribe .all-prods li input {
  margin: 0;
}
.customer_alerts.subscribe .all-prods li .radio, .customer_alerts.subscribe .all-prods li .checkbox {
  padding-left: 0;
}
.customer_alerts.subscribe #usemye2vemail {
  color: #0076c0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.3em;
  line-height: 2.4em;
  margin-left: 10px;
  text-decoration: underline;
}
.customer_alerts.subscribe .error {
  color: red;
  font-size: 1.3em;
  margin: 0;
}
.customer_alerts.subscribe #alert_types {
  *zoom: 1;
}
.customer_alerts.subscribe #alert_types:before, .customer_alerts.subscribe #alert_types:after {
  display: table;
  content: "";
  line-height: 0;
}
.customer_alerts.subscribe #alert_types:after {
  clear: both;
}
.customer_alerts.subscribe #alert_types label {
  display: inline;
}
.customer_alerts.subscribe #alert_types ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.customer_alerts.subscribe #alert_types ul:before, .customer_alerts.subscribe #alert_types ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.customer_alerts.subscribe #alert_types ul:after {
  clear: both;
}
.customer_alerts.subscribe #alert_types ul li {
  float: left;
  font-size: 1.3em;
  line-height: 2em;
  list-style: none;
  width: 50%;
}
.customer_alerts.subscribe #alert_types ul li span {
  display: none;
}
.customer_alerts.subscribe #alert_types ul li input {
  margin-top: 0;
}
.customer_alerts.manage {
  padding-top: 50px;
}
.customer_alerts.manage #alert_types {
  border: 1px solid #EEE;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
  *zoom: 1;
}
.customer_alerts.manage #alert_types:before, .customer_alerts.manage #alert_types:after {
  display: table;
  content: "";
  line-height: 0;
}
.customer_alerts.manage #alert_types:after {
  clear: both;
}
.customer_alerts.manage #alert_types label {
  display: inline;
}
.customer_alerts.manage #alert_types ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.customer_alerts.manage #alert_types ul:before, .customer_alerts.manage #alert_types ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.customer_alerts.manage #alert_types ul:after {
  clear: both;
}
.customer_alerts.manage #alert_types ul li {
  float: left;
  font-size: 1.3em;
  line-height: 2em;
  list-style: none;
  width: 33%;
}
.customer_alerts.manage #alert_types ul li span {
  display: none;
}
.customer_alerts.manage #alert_types ul li input {
  margin-top: 0;
}
.customer_alerts.manage #alert_types button {
  margin-top: 15px;
}
.customer_alerts.manage .btn-unsub {
  background: red;
  border: none;
  color: #FFF;
  font-size: 0.6em;
  line-height: 2em;
}

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}

.e2v-offices-accordion {
  padding-bottom: 30px;
}
.e2v-offices-accordion .e2v-office {
  padding-left: 10px;
}

/*------------------------------------------------------------------
[buttons stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
.btn,
input[type=submit] {
  border: 1px solid #e2dddd;
  color: #333333;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.8em;
  padding: 0 1.6em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e0e0));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #e3e0e0);
  background-image: linear-gradient(top, #FFFFFF, #e3e0e0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, EndColorStr=#e3e0e0);
  border-radius: 2.2em;
  /* sizes */
  /* float */
}
.btn:hover, .btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
  background-image: linear-gradient(top, #FFFFFF, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, EndColorStr=#CCCCCC);
}
.btn span,
input[type=submit] span {
  background: url(/content/themes/e2v/assets/img/arrows/blue-arrow-right-small.png) no-repeat right center;
  padding-right: 1em;
}
.btn.small,
input[type=submit].small {
  font-size: 0.9em;
}
.btn.large,
input[type=submit].large {
  font-size: 1.3em;
}
.btn.left,
input[type=submit].left {
  float: left;
}
.btn.right,
input[type=submit].right {
  float: right;
}

/*------------------------------------------------------------------
[my e2v stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)
-------------------------------------------------------------------*/
.mye2v.header {
  background: #555;
  display: block;
  padding: 7px;
  width: 226px;
  border-radius: 4px;
}
.mye2v.header .title {
  border-right: 1px solid #FFF;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 7px;
}
.mye2v.header a {
  font-size: 1.3em;
  margin-left: 5px;
  text-decoration: none;
  color: #FFF;
}
.mye2v.header a:hover, .mye2v.header a:focus {
  color: #0095f3;
}
.mye2v.addfav {
  margin: 20px 15px 0 0;
  text-align: right;
}
.mye2v.addfav a {
  padding: 0 1.2em !important;
}
.mye2v.member-area .dashboard .box {
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.mye2v.member-area .dashboard .box h4 {
  font-size: 1.3em;
}
.mye2v.member-area .dashboard .box ul {
  background: none;
  margin: 0;
  padding: 0 10px 0 0;
}
.mye2v.member-area .dashboard .box ul li {
  background: none;
  border-bottom: 1px dotted #DDD;
  list-style: none;
  list-style-image: none;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
}
.mye2v.member-area .dashboard .box ul li a {
  font-size: 0.9em;
}
.mye2v.member-area .dashboard .box form {
  float: right;
}
.mye2v.member-area .dashboard .box form input[type=submit] {
  background: url(/content/themes/e2v/assets/img/icons/cross.jpg);
  border: none;
  -webkit-filter: none !important;
          filter: none !important;
  float: right;
  height: 14px;
  line-height: 1em;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 14px;
}
.mye2v.member-area .dashboard .subscriptions .cat {
  border-left: 1px solid #F2F2F2;
  min-height: 200px;
  padding-left: 2.127659574468085%;
}
.mye2v.member-area .dashboard .subscriptions .cat.first {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.mye2v .gform_wrapper {
  padding-top: 20px;
}
.mye2v .btn {
  text-transform: none !important;
}
.mye2v div.errors {
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
}
.mye2v div.errors ul {
  margin-bottom: 0;
}
.mye2v .cptch_block {
  margin-bottom: 0;
}
.mye2v .cptch_block #cptch_input {
  float: none;
}
.mye2v .honeyhoneyhoney {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mye2v .gform_wrapper input[type=text], .mye2v .gform_wrapper input[type=email], .mye2v .gform_wrapper input[type=password] {
    width: 80%;
    float: none;
  }
}
.mye2v .gform_wrapper .cptch_wrap .cptch_label {
  width: 100%;
  float: none;
  text-align: right;
}
.mye2v .gform_wrapper .cptch_wrap .cptch_reload_button_wrap {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .mye2v .gform_wrapper .cptch_wrap .cptch_span {
    display: inline-block;
    width: auto;
  }
}

.offset {
  margin-left: 33.5%;
}

.no-shadow {
  box-shadow: none !important;
}

/*------------------------------------------------------------------
[media queries stylesheet]

Project:  e2v.com
Assigned to:  phil zeelte (@itsphilz)


[table of contents]

	1. 768 - 979 medias
	2. max 767 medias
	3. print
	4. max 768
	5. max 480
	6. 768 - 979
	7. min 1200
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------
[4. max 768]
*/
@media (max-width: 768px) {
  body {
    border: none;
    overflow-x: hidden;
    padding: 0 1%;
    width: 98%;
  }
  body.mob-menu-open {
    overflow-y: hidden;
  }

  video, embed,
  .mejs-container,
  .mejs-layer, .me-plugin {
    width: 98% !important;
    overflow: hidden !important;
  }

  .mejs-container {
    overflow: hidden;
  }

  /* main grid */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"],
  .wrapper,
  .container,
  .container footer.row-fluid {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  /* templates */
  .mye2v.header {
    margin: 4px;
  }

  .sub-header header {
    padding: 0;
  }

  .container[role=footer] {
    display: none;
    visibility: hidden;
  }

  .container[role=bottom] {
    background: #f7f7f7;
    border-top: 4px solid #DDD;
  }
  .container[role=bottom] nav {
    display: none;
    visibility: hidden;
  }
  .container[role=bottom] p {
    padding: 0 10%;
    text-align: center;
  }
  .container[role=bottom] footer .social-icons {
    margin: 0 auto;
    width: 200px;
  }
  .container[role=bottom] footer .right {
    text-align: center;
  }
  .container[role=bottom] footer .right .btn {
    float: none;
    margin-top: 20px;
  }

  /* MOBILE SLIDEOUT MENU */
  .mob-menu-slideout {
    background: #03183e;
    height: 100%;
    left: -200%;
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 9999;
    box-shadow: inset -8px 0 15px rgba(0, 0, 0, 0.6);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
  }
  .mob-menu-slideout * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mob-menu-slideout.open {
    left: 0;
  }
  .mob-menu-slideout .close {
    color: #0076c0;
    cursor: pointer;
    font-size: 1.4em;
    margin: 0 0 1em;
    padding: 4px 0 10px;
    text-transform: uppercase;
  }
  .mob-menu-slideout .inner {
    height: 90%;
    margin: 5%;
    position: absolute;
    width: 90%;
  }
  .mob-menu-slideout #menu-area {
    height: 96%;
    overflow-y: scroll;
    padding-bottom: 2%;
    padding-right: 15px;
    position: relative;
    *zoom: 1;
  }
  .mob-menu-slideout #menu-area:before, .mob-menu-slideout #menu-area:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .mob-menu-slideout #menu-area:after {
    clear: both;
  }
  .mob-menu-slideout #menu-area h4 {
    border-bottom: 2px solid #404040;
    font-size: 1.3em;
    font-weight: 900;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 4px;
    text-transform: uppercase;
  }
  .mob-menu-slideout #menu-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mob-menu-slideout #menu-area ul.sub-menu {
    background: #03183e;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mob-menu-slideout #menu-area ul.sub-menu.open {
    display: block;
  }
  .mob-menu-slideout #menu-area ul li {
    background: url(/content/themes/e2v/assets/img/icons/mob-slideout-arrow.png) no-repeat 3px center;
    background-size: 8px 8px;
    border-bottom: 1px solid #444;
    display: block;
    font-size: 1em;
    min-height: 39px;
    padding: 0 10px 0 20px;
  }
  .mob-menu-slideout #menu-area ul li a {
    color: #FFF;
    display: block;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.3em;
    padding: 14px 0;
    text-decoration: none;
    width: 100%;
  }
  .mob-menu-slideout #menu-area ul li a:hover, .mob-menu-slideout #menu-area ul li a:focus {
    color: #0076c0;
  }
  .mob-menu-slideout #menu-area ul li a a {
    font-size: 1em;
  }
  .mob-menu-slideout #menu-area ul li.return {
    background: url(/content/themes/e2v/assets/img/icons/mob-slideout-arrow-return.png) no-repeat 3px center;
    background-size: 12px 12px;
    color: #0076c0;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 700;
    height: auto;
    min-height: inherit;
    padding: 16px 0 14px 24px;
    text-transform: uppercase;
  }
  .mob-menu-slideout #menu-area ul li.current-menu-ancestor, .mob-menu-slideout #menu-area ul li.current-menu-parent {
    background-color: #26447c;
  }
  .mob-menu-slideout #menu-area ul li.current-menu-item, .mob-menu-slideout #menu-area ul li.page-item.current {
    background-color: #26447c;
    border-bottom: 2px solid #FFF;
    font-style: italic;
  }
  .mob-menu-slideout #menu-area ul li.menu-item-has-children .goto_child {
    background: url(/content/themes/e2v/assets/img/icons/menu-dropdown.png) no-repeat center right;
    background-size: 16px;
    content: "";
    cursor: pointer;
    display: block;
    float: right;
    height: 49px;
    right: 0;
    width: 60px;
  }

  .profiler {
    display: none;
  }

  .mobile {
    display: block;
    visibility: visible;
  }

  .header header {
    z-index: 9998;
  }
  .header header .logo {
    background: #FFF;
    padding: 5px 0;
    *zoom: 1;
  }
  .header header .logo.offtop {
    border-bottom: 4px solid #0d2d6a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .header header .logo:before, .header header .logo:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header header .logo:after {
    clear: both;
  }
  .header header .logo a {
    float: left;
    margin: 10px 0;
  }
  .header header .logo a img {
    max-width: 80%;
  }
  .header header .logo #mob-menu {
    background: #0076c0;
    color: #0d2d6a;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: 900;
    margin: 6px 10% 0 0;
    padding: 10px;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #0d2d6a;
  }
  .header header .logo #mob-menu:hover, .header header .logo #mob-menu:focus {
    border-top: 1px solid #FFF;
    box-shadow: 2px 2px 0 #0d2d6a;
  }
  .header header .right .top {
    border-bottom: 3px solid #26447c;
    min-height: 1px;
    padding-right: 0;
    width: 100%;
  }
  .header header .right .selector, .header header .right .global {
    display: none;
  }
  .header header .right .search {
    margin: 0 auto;
    position: relative;
    width: 97%;
  }
  .header header .right .search form {
    background-image: none;
    min-height: 1px;
    padding: 7px 2%;
    position: relative;
    width: 96%;
    border-radius: 10px;
  }
  .header header .right .search form:before {
    background: url(/content/themes/e2v/assets/img/search/mobile-edge.png) no-repeat left bottom;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: -5px;
    position: absolute;
    width: 16px;
  }
  .header header .right .search form:after {
    background: url(/content/themes/e2v/assets/img/search/mobile-edge.png) no-repeat right bottom;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    right: -5px;
    position: absolute;
    width: 16px;
  }
  .header header .right .search form input[type=text] {
    float: none;
    padding: 0 10% 0 2%;
    width: 88%;
  }

  nav[role=primary] {
    display: none;
  }
  nav[role=secondary] {
    background: #26447c;
    display: none !important;
    visibility: hidden;
    padding: 0;
    *zoom: 1;
  }
  nav[role=secondary]:before, nav[role=secondary]:after {
    display: table;
    content: "";
    line-height: 0;
  }
  nav[role=secondary]:after {
    clear: both;
  }
  nav[role=secondary] ul {
    height: 50px;
    overflow: hidden;
  }
  nav[role=secondary] ul li {
    margin-left: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  nav[role=secondary] ul li a {
    display: block;
    font-size: 2em;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
  }

  .sub-header header.span4 {
    display: none;
  }

  #breadcrumb {
    display: none;
  }

  .col-ii .sidebar .main {
    background: none;
    font-size: 1.2em;
    padding-top: 5px;
  }
  .col-ii .sidebar .main ul li {
    background: none;
    border-bottom: 1px solid #f7f7f7;
    padding: 0;
  }
  .col-ii .sidebar .main ul li.current {
    background: none;
    border-right: none;
  }
  .col-ii .sidebar .main ul li.current:before, .col-ii .sidebar .main ul li.current:after {
    display: none;
  }
  .col-ii .sidebar .main ul li a {
    display: block;
    padding: 0.75em 4%;
    width: 92%;
  }

  .page-id-171 .col-ii .sidebar {
    display: block !important;
    visibility: visible !important;
  }

  .col-ii .content {
    padding-top: 20px;
  }

  .content .content-box a.btn {
    display: block;
    width: 30%;
  }
  .content .content-box span.para {
    width: 54%;
  }

  .slider-inner .slider-search {
    display: none;
  }
  .slider-inner .slider .slide .info {
    left: 10%;
    position: absolute;
    right: 10%;
    top: 10%;
    width: 80%;
  }

  .market-header {
    background-size: 100% auto;
    float: none;
    height: auto;
    margin: 0;
    min-height: 100px;
    overflow: hidden;
    padding-bottom: 2em;
    width: 100%;
    *zoom: 1;
  }
  .market-header:before, .market-header:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .market-header:after {
    clear: both;
  }
  .market-header .img {
    background-size: 100% auto;
    max-height: 165px;
    width: 100%;
  }
  .market-header h2 {
    font-size: 2em;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 15px 5% 15px 5%;
    position: relative;
    width: 90%;
  }

  .hover-box .boxbg:hover a, .hover-box .boxbg:focus a {
    height: 160px;
    margin-top: 100px !important;
    -webkit-transition: margin-top 0s none;
    transition: margin-top 0s none;
  }
  .hover-box .boxbg:hover a h4, .hover-box .boxbg:focus a h4 {
    height: auto;
  }

  ul.market-cta {
    height: auto;
    width: 100%;
  }
  ul.market-cta li {
    float: left;
    height: 60px;
    text-align: center;
    width: 33.33333%;
  }
  ul.market-cta li a {
    line-height: 1.3em;
    padding: 10px 5px 0;
  }
  ul.market-cta li a span {
    padding-left: 0 !important;
  }
  ul.market-cta li a span:before {
    display: none !important;
  }

  .markets-boxs li {
    background-image: url(/content/themes/e2v/assets/img/home/home-markets-mob.jpg) !important;
    background-repeat: repeat;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 3%;
    padding: 0 5%;
    width: 21.33333%;
  }
  .markets-boxs li a {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .markets-boxs li.civilaerospace {
    background-position: 0 0;
  }
  .markets-boxs li.civilaerospace:hover, .markets-boxs li.civilaerospace:focus {
    background-position: -250px 0;
  }
  .markets-boxs li.defence, .markets-boxs li.defense {
    background-position: 0 -240px;
  }
  .markets-boxs li.defence:hover, .markets-boxs li.defence:focus, .markets-boxs li.defense:hover, .markets-boxs li.defense:focus {
    background-position: -250px -240px;
  }
  .markets-boxs li.space {
    background-position: 0 -1206px;
  }
  .markets-boxs li.space:hover, .markets-boxs li.space:focus {
    background-position: -250px -1206px;
  }
  .markets-boxs li.industrial {
    background-position: 0 -482px;
  }
  .markets-boxs li.industrial:hover, .markets-boxs li.industrial:focus {
    background-position: -250px -482px;
  }
  .markets-boxs li.medicalscience {
    background-position: 0 -722px;
  }
  .markets-boxs li.medicalscience:hover, .markets-boxs li.medicalscience:focus {
    background-position: -250px -722px;
  }
  .markets-boxs li.securityrescue {
    background-position: 0 -966px;
  }
  .markets-boxs li.securityrescue:hover, .markets-boxs li.securityrescue:focus {
    background-position: -250px -966px;
  }
  .markets-boxs li:nth-child(4n) {
    margin-left: 0;
  }

  .latest-news {
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }
  .latest-news .headlines {
    overflow: hidden;
    padding-left: 20px;
  }
  .latest-news .headlines ul li {
    overflow: hidden;
  }

  .widget.home {
    margin-top: 20px;
  }

  .news-page article .info {
    margin-right: 0;
  }
  .news-page article > img {
    display: none;
  }

  .contact-grid {
    margin-bottom: 0;
  }
  .contact-grid a.link-block {
    float: left;
    margin-bottom: 15px;
    margin-left: 3%;
    width: 48%;
  }
  .contact-grid a.link-block:nth-child(3n), .contact-grid a.link-block:nth-child(5n) {
    margin-left: 0;
  }

  form.col-ii ul .ginput_container {
    float: none;
  }
  form.col-ii ul .ginput_container.gfield_time_hour, form.col-ii ul .ginput_container.gfield_time_minute, form.col-ii ul .ginput_container.gfield_time_ampm {
    float: left;
  }
  form.col-ii ul li, form.col-ii ul li label {
    float: none;
    padding-right: 0;
    width: 100%;
    *zoom: 1;
  }
  form.col-ii ul li:before, form.col-ii ul li:after, form.col-ii ul li label:before, form.col-ii ul li label:after {
    display: table;
    content: "";
    line-height: 0;
  }
  form.col-ii ul li:after, form.col-ii ul li label:after {
    clear: both;
  }
  form.col-ii ul li.gform_hidden, form.col-ii ul li label.gform_hidden {
    display: none;
  }
  form.col-ii ul .ginput_complex span {
    display: block;
    float: none;
    width: 100%;
    *zoom: 1;
  }
  form.col-ii ul .ginput_complex span:before, form.col-ii ul .ginput_complex span:after {
    display: table;
    content: "";
    line-height: 0;
  }
  form.col-ii ul .ginput_complex span:after {
    clear: both;
  }
  form.col-ii ul .ginput_complex span label {
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }
  form.col-ii ul .ginput_complex span input[type=text], form.col-ii ul .ginput_complex span select {
    display: block;
    float: left;
    margin-left: 0;
    width: 89%;
  }

  .gform_wrapper input[type=text], .gform_wrapper .gform_wrapper select {
    float: none;
    width: 89%;
  }
  .gform_wrapper textarea {
    width: 94%;
  }

  .carousel-wrapper * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .carousel-wrapper.subpages.desktop {
    display: none;
    visibility: hidden;
  }
  .carousel-wrapper.subpages .control {
    background-color: #FFF;
    left: 0;
    z-index: 1000;
  }
  .carousel-wrapper.subpages .control.prev {
    background-position: -130px 0;
    left: auto;
    right: 0;
  }
  .carousel-wrapper.subpages .control.prev:hover, .carousel-wrapper.subpages .control.prev:focus {
    background-position: -130px -172px;
  }
  .carousel-wrapper.subpages .carousel .item {
    background-size: auto 150%;
  }
  .carousel-wrapper.subpages .carousel .item:hover, .carousel-wrapper.subpages .carousel .item:focus {
    background-position: 0 0;
  }
  .carousel-wrapper.subpages .carousel .item h4 {
    margin: 0 5%;
    width: 90%;
  }
  .carousel-wrapper.subpages .carousel .item .para {
    display: none;
  }
  .carousel-wrapper.subpages.mobile .carousel .item .boxbg {
    background-position: center center;
    background-repeat: no-repeat;
  }

  .home .latest-news {
    margin-bottom: 0;
  }

  .home .widget.video, .home .widget.image, .home .widget.shares {
    float: left;
    margin-top: 0;
    width: 30.5%;
  }
  .home .widget.image {
    margin-left: 3%;
  }
  .home .widget.shares {
    margin-top: 0px;
    *zoom: 1;
  }
  .home .widget.shares .content {
    max-width: 210px;
    height: auto;
  }
  .home .widget.shares .content p.date {
    font-size: 1.3em;
    padding-top: 10px;
  }
  .home .widget.shares .content p.price {
    font-size: 2em;
  }
  .home .widget.shares:before, .home .widget.shares:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .home .widget.shares:after {
    clear: both;
  }

  .widget.home.video .modal.video {
    width: 100%;
    right: 0;
    left: auto;
  }

  #sales-contacts {
    position: relative;
  }
  #sales-contacts .content {
    padding-top: 250px;
  }
  #sales-contacts .sales-contacts.search {
    background: #FFF;
    position: absolute;
    top: 0;
  }
  #sales-contacts .sales-contacts.search p {
    display: none;
  }
  #sales-contacts .sales-contacts.search form select {
    width: 100%;
  }

  .col-social .box {
    float: none;
    height: 355px;
    margin-bottom: 20px;
    width: 96%;
  }
  .col-social .box .inner h3 a {
    display: block;
    overflow: hidden;
    width: 50%;
  }
  .col-social .box.social-linkedin .IN-widget {
    display: block !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .col-social .box.social-pinterest .inner .content span {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
}
/*-----------------------------------------------------------------
[5. max 480]
*/
@media (max-width: 480px) {
  .markets-boxs li {
    background: url(/content/themes/e2v/assets/img/home/home-markets-mob.jpg);
    background-repeat: repeat;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 3%;
    padding: 0 5%;
    width: 38.5%;
  }
  .markets-boxs li a {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .markets-boxs li:nth-child(3),
  .markets-boxs li:nth-child(5) {
    margin-left: 0;
  }
  .markets-boxs li:nth-child(4n) {
    margin-left: 3%;
  }

  .content .content-box {
    margin-bottom: 1.2em;
    padding: 4%;
    width: 92%;
  }
  .content .content-box a.btn {
    display: block;
    width: 83%;
  }
  .content .content-box span.para {
    width: 92%;
  }

  .carousel-wrapper.subpages {
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
    position: relative;
  }
  .carousel-wrapper.subpages.mobile .carousel .item .boxbg {
    background-size: 100% auto;
  }
  .carousel-wrapper.subpages .control {
    width: 12%;
  }
  .carousel-wrapper.subpages .carousel {
    width: 76% !important;
  }

  .home.widget.video, .home.widget.image, .home.widget.shares {
    float: left;
    margin-top: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
}
/*-----------------------------------------------------------------
[6. min 1200]
*/
.semiconductors-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 500px;
}
.semiconductors-wrap .market-header {
  height: auto;
  min-height: 0px;
  margin-bottom: 0px;
}
.semiconductors-wrap .market-header img {
  max-width: 9999px;
  width: 100%;
  height: auto;
}
.semiconductors-wrap .span9 {
  float: none;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .span9 {
    float: right;
  }
}
.semiconductors-wrap .span12 {
  float: right;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.semiconductors-wrap .main-col {
  padding-top: 30px;
  z-index: 10;
}
.semiconductors-wrap .main-col h1 {
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .semiconductors-wrap .main-col h1 {
    margin-top: 0px;
  }
}
.semiconductors-wrap .main-col h1.no-image {
  margin-top: 60px;
}
.semiconductors-wrap .main-col.semi-home {
  padding-top: 0;
}
.semiconductors-wrap .semiconductors-sidebar {
  background: #f7f7f7;
  box-shadow: 3px 0px 8px #c3c3c3;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  margin-top: 20px;
  margin-right: 0;
  height: 100%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .semiconductors-wrap .semiconductors-sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .semiconductors-sidebar {
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .semiconductors-sidebar.can-close {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 50;
  }
}
.semiconductors-wrap .semiconductors-sidebar.closed {
  left: -23.6%;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.semiconductors-wrap .semiconductors-sidebar .main {
  width: 100%;
  background: none;
  padding: 0;
}
.semiconductors-wrap .semiconductors-sidebar a {
  text-decoration: none;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn {
  position: absolute;
  width: 90px;
  height: 20px;
  padding: 10px;
  right: -110px;
  top: 0px;
  background: #0076c0;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn .lines {
  display: inline-block;
  width: 40px;
  float: left;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn .lines span {
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn:hover {
  background: #0095f3;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn.close span {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn.close span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn.close span.line2 {
  opacity: 0;
}
.semiconductors-wrap .semiconductors-sidebar .sidebar-btn.close span.line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.semiconductors-wrap .semiconductors-sidebar h2 {
  padding: 10px 20px;
  background: #0076c0;
  color: #ffffff;
  font-size: 17px;
}
.semiconductors-wrap .semiconductors-sidebar .products {
  padding-bottom: 30px;
}
.semiconductors-wrap .semiconductors-sidebar .capabilities {
  padding-bottom: 30px;
}
.semiconductors-wrap .semiconductors-sidebar ul {
  margin: 0px;
  padding: 0px;
}
.semiconductors-wrap .semiconductors-sidebar ul li {
  list-style-type: none;
  position: relative;
}
.semiconductors-wrap .semiconductors-sidebar ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.semiconductors-wrap .semiconductors-sidebar ul li a:hover {
  color: #ffffff;
  background-color: #0076c0;
}
.semiconductors-wrap .semiconductors-sidebar ul li.has-sub-menu > a span {
  position: absolute;
  top: 22px;
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .semiconductors-sidebar ul li.has-sub-menu > a span {
    top: 12px;
  }
}
.semiconductors-wrap .semiconductors-sidebar ul li.has-sub-menu > a span:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top: 5px solid #0d2d6a;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.semiconductors-wrap .semiconductors-sidebar ul.sub-menu {
  display: block;
  height: auto;
  overflow: hidden;
  max-height: 400px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.semiconductors-wrap .semiconductors-sidebar ul.sub-menu .current-menu-item a {
  color: #000;
  background-color: transparent;
  font-size: 14px;
  padding-left: 25px;
}
.semiconductors-wrap .semiconductors-sidebar ul.sub-menu.closed {
  height: auto;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.semiconductors-wrap .semiconductors-sidebar ul.sub-menu li a {
  font-size: 12px;
  color: #333;
  font-size: 14px;
  padding-left: 25px;
}
.semiconductors-wrap .semiconductors-sidebar ul.sub-menu li a:hover {
  color: #0076c0;
  background-color: transparent;
}
.semiconductors-wrap .semiconductors-sidebar ul .current-menu-item a {
  color: #ffffff;
  background-color: #0076c0;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-content,
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video {
  margin: 0 0 20px;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-wrap {
  position: relative;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-wrap video {
  border: 1px solid #0076c0;
  display: block;
  margin: 0 auto;
  width: 97% !important;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-wrap button.semiconductors-video-play-button {
  background: transparent url("../img/icons/play-blue.png") no-repeat scroll center center;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-shadow: none;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 20;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-wrap button.semiconductors-video-play-button.hide {
  display: none;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-wrap button.semiconductors-video-play-button:focus {
  outline: 0;
}
.semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video .semiconductors-video-label {
  font-size: 14px;
  margin: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-content {
    padding-right: 20px;
  }
  .semiconductors-wrap .semiconductors-video-content-wrap .semiconductors-video video {
    width: 100% !important;
  }
}
.semiconductors-wrap .semi-diagram-wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  .semiconductors-wrap .semi-diagram-wrap {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
}
.semiconductors-wrap .semi-diagram-wrap h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.semiconductors-wrap .semi-diagram {
  padding: 10px;
  padding-left: 40px;
  padding-top: 108px;
  position: relative;
}
.semiconductors-wrap .semi-diagram:before {
  content: url(../img/semiconductors/rf-aerial.png);
  position: absolute;
  left: 10px;
  top: 40px;
}
.semiconductors-wrap .semi-diagram .col {
  box-sizing: border-box;
  float: left;
  width: 18%;
  position: relative;
}
.semiconductors-wrap .semi-diagram .col.col3, .semiconductors-wrap .semi-diagram .col.col5 {
  width: 12%;
}
.semiconductors-wrap .semi-diagram .col.col4 {
  width: 22%;
}
.semiconductors-wrap .semi-diagram .diag-btn {
  position: relative;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.semiconductors-wrap .semi-diagram .diag-btn.double-height {
  height: 55px;
  line-height: normal;
  padding-top: 15px;
}
.semiconductors-wrap .semi-diagram .diag-btn.padded {
  padding: 10px 0;
}
.semiconductors-wrap .semi-diagram .diag-btn span {
  position: relative;
  z-index: 5;
}
.semiconductors-wrap .semi-diagram .diag-btn:hover {
  background: #0095f3;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.semiconductors-wrap .semi-diagram .diag-btn:hover:before {
  background: #0095f3;
}
.semiconductors-wrap .semi-diagram .diag-btn:active {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.semiconductors-wrap .semi-diagram .diag-btn.ASIC {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  cursor: default;
}
.semiconductors-wrap .semi-diagram .diag-btn.digitizers {
  margin-top: 50px;
}
.semiconductors-wrap .semi-diagram .diag-btn.no-link:active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-left {
  border-radius: 30px 5px 5px 30px;
  width: 71px;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-left:before {
  content: " ";
  position: absolute;
  left: -2px;
  top: 50%;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background: #0076c0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 4px 0px #00578d;
  z-index: 3;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-left:hover:before {
  background: #0095f3;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-right {
  border-radius: 5px 30px 30px 5px;
  width: 71px;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-right:before {
  content: " ";
  position: absolute;
  right: -2px;
  top: 50%;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background: #0076c0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 0 4px 0px #00578d;
  z-index: 3;
}
.semiconductors-wrap .semi-diagram .diag-btn.point-right:hover:before {
  background: #0095f3;
}
.semiconductors-wrap .semi-diagram .col-group .diag-btn {
  width: 192px;
}
.semiconductors-wrap .semi-diagram .col-group .diag-btn.thin {
  height: 40px;
  line-height: 40px;
}
.semiconductors-wrap .semi-diagram .col-group .diag-btn.small {
  width: 89px;
  height: 48px;
  line-height: 48px;
  margin-left: 0px;
}
.semiconductors-wrap .semi-diagram .col-group .diag-btn.double {
  width: 100%;
  height: 111px;
  line-height: 111px;
  margin-right: 0px;
}
.semiconductors-wrap .semi-diagram .col-group .diag-btn.full {
  width: 100%;
}
.semiconductors-wrap .semi-diagram .col-group .diag-group {
  max-width: 192px;
  margin: 0 auto;
}
.semiconductors-wrap .semi-diagram .col-group .diag-group .col {
  float: left;
  width: 50%;
}
.semiconductors-wrap .semi-diagram .col-span-top {
  position: absolute;
  top: -118px;
  left: 140px;
  text-align: center;
}
.semiconductors-wrap .semi-diagram .col-span-top .group-lines {
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.semiconductors-wrap .semi-diagram .col-span-top .group-lines .vert, .semiconductors-wrap .semi-diagram .col-span-top .group-lines .horiz {
  display: inline-block;
}
.semiconductors-wrap .semi-diagram .col-span-top .group-lines .vert {
  width: 2px;
  height: 10px;
  background: #000;
}
.semiconductors-wrap .semi-diagram .col-span-top .group-lines .horiz {
  height: 20px;
  width: 400px;
  border: 2px solid #000;
  border-bottom: none;
  margin-top: -2px;
}
.semiconductors-wrap .semi-diagram .col-span-side {
  position: absolute;
  top: 70px;
  left: 254px;
  height: 145px;
  padding-top: 40px;
}
.semiconductors-wrap .semi-diagram .col-span-side .group-lines {
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.semiconductors-wrap .semi-diagram .col-span-side .group-lines .vert, .semiconductors-wrap .semi-diagram .col-span-side .group-lines .horiz {
  display: inline-block;
}
.semiconductors-wrap .semi-diagram .col-span-side .group-lines .vert {
  height: 185px;
  width: 20px;
  border: 2px solid #000;
  border-left: none;
  margin-top: -2px;
  margin-right: 30px;
}
.semiconductors-wrap .semi-diagram .col-span-side .group-lines .horiz {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.semiconductors-wrap .diagram-lower {
  padding-top: 10px;
  position: absolute;
  width: 31%;
  left: 5%;
  bottom: 12%;
}
.semiconductors-wrap .diagram-lower:before {
  display: none;
}
.semiconductors-wrap .diagram-lower .col {
  width: 100%;
  padding: 10px 0px;
  margin: 20px 10px;
}
.semiconductors-wrap .diagram-lower .col a {
  background-color: #000000;
}
.semiconductors-wrap .diagram-lower .col .diag-btn {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 0px #000000;
  margin: 0 0 10px 0;
}
.semiconductors-wrap .diagram-lower .col .diag-btn:hover {
  background-color: #000000;
}
.semiconductors-wrap .diagram-lower .col .diag-btn:active {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.semiconductors-wrap .diagram-lower .col.col7 {
  text-align: right;
  display: none;
}
.semiconductors-wrap .diagram-lower .col.col8 {
  text-align: left;
  margin-left: 245px;
}
.semiconductors-wrap .content {
  float: none;
  width: 100%;
  padding-top: 20px;
}
.semiconductors-wrap .semi-tabs {
  border: 0px;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
}
.semiconductors-wrap .semi-tabs .ui-state-default {
  border: 0px;
}
.semiconductors-wrap .semi-tabs a:focus {
  outline: none;
}
.semiconductors-wrap .semi-tabs .tab-titles {
  padding: 0px 5px;
  background: #ffffff;
  border: 0px;
  max-width: 74%;
}
@media screen and (max-width: 992px) {
  .semiconductors-wrap .semi-tabs .tab-titles {
    max-width: 100%;
  }
}
.semiconductors-wrap .semi-tabs .tab-titles li {
  background: #f0f0f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .semiconductors-wrap .semi-tabs .tab-titles li {
    width: 100%;
  }
}
.semiconductors-wrap .semi-tabs .tab-titles li a {
  font-size: 15px;
  color: #000000;
}
.semiconductors-wrap .semi-tabs .tab-titles li:focus, .semiconductors-wrap .semi-tabs .tab-titles li:active, .semiconductors-wrap .semi-tabs .tab-titles li:visited {
  outline: none;
}
.semiconductors-wrap .semi-tabs .tab-titles .ui-tabs-active {
  background: #0076c0;
}
.semiconductors-wrap .semi-tabs .tab-titles .ui-tabs-active a {
  color: #ffffff;
  font-weight: bold;
}
.semiconductors-wrap .semi-tabs .ui-tabs-panel {
  padding: 0px;
}
.semiconductors-wrap .semi-tabs .tab-content {
  margin: 0px 0px 0px 5px;
  border-top: 2px solid #0076c0;
}
.semiconductors-wrap .semi-tabs .tab-content p {
  font-size: 14px;
  margin: 5px 0;
}
.semiconductors-wrap .semi-tabs .tab-content .semi-accordion {
  padding-top: 20px;
}
.semiconductors-wrap .semi-accordion .ui-accordion-header {
  background: transparent;
  font-size: 1.6em;
  padding: 10px 5px;
  border: 0;
  border-top: 2px solid #ccc;
  color: #000000;
}
.semiconductors-wrap .semi-accordion .ui-accordion-header .ui-icon {
  background-image: url("../img/semiconductors/icons.png");
}
.semiconductors-wrap .semi-accordion .ui-accordion-header:focus {
  outline: none;
}
.semiconductors-wrap .semi-accordion .ui-accordion-header .accBtn {
  float: right;
  padding-right: 15px;
  font-size: 14px;
  display: none;
}
.semiconductors-wrap .semi-accordion .ui-accordion-header .accBtn:first-child {
  display: block;
}
.semiconductors-wrap .semi-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0px;
}
.semiconductors-wrap .semi-accordion .accordion-content {
  border: 0;
  border-top: 2px solid #ccc;
}
.semiconductors-wrap .semi-accordion .accordion-content p {
  font-size: 1.3em;
}
.semiconductors-wrap .semi-accordion .full-table {
  margin: 50px 0px 30px 0px;
}
.semiconductors-wrap .semi-tabs .content, .semiconductors-wrap .semi-accordion .content, .semiconductors-wrap .fancybox-inner .content, .semiconductors-wrap .datasheets-standalone .content {
  clear: both;
}
.semiconductors-wrap .semi-tabs .table-responsive, .semiconductors-wrap .semi-accordion .table-responsive, .semiconductors-wrap .fancybox-inner .table-responsive, .semiconductors-wrap .datasheets-standalone .table-responsive {
  overflow-x: auto;
}
.semiconductors-wrap .semi-tabs table, .semiconductors-wrap .semi-accordion table, .semiconductors-wrap .fancybox-inner table, .semiconductors-wrap .datasheets-standalone table {
  border-top: 1px solid #0076c0;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
}
.semiconductors-wrap .semi-tabs table tr, .semiconductors-wrap .semi-accordion table tr, .semiconductors-wrap .fancybox-inner table tr, .semiconductors-wrap .datasheets-standalone table tr {
  background-color: #e7e7e9;
}
.semiconductors-wrap .semi-tabs table tr:nth-child(even), .semiconductors-wrap .semi-accordion table tr:nth-child(even), .semiconductors-wrap .fancybox-inner table tr:nth-child(even), .semiconductors-wrap .datasheets-standalone table tr:nth-child(even) {
  background-color: #f0f0f2;
}
.semiconductors-wrap .semi-tabs table tr:hover, .semiconductors-wrap .semi-accordion table tr:hover, .semiconductors-wrap .fancybox-inner table tr:hover, .semiconductors-wrap .datasheets-standalone table tr:hover {
  background-color: #0095f3;
}
.semiconductors-wrap .semi-tabs table tr:hover td, .semiconductors-wrap .semi-accordion table tr:hover td, .semiconductors-wrap .fancybox-inner table tr:hover td, .semiconductors-wrap .datasheets-standalone table tr:hover td {
  color: #fff;
}
.semiconductors-wrap .semi-tabs table tr:hover td a, .semiconductors-wrap .semi-accordion table tr:hover td a, .semiconductors-wrap .fancybox-inner table tr:hover td a, .semiconductors-wrap .datasheets-standalone table tr:hover td a {
  color: #fff;
}
.semiconductors-wrap .semi-tabs table tr th, .semiconductors-wrap .semi-accordion table tr th, .semiconductors-wrap .fancybox-inner table tr th, .semiconductors-wrap .datasheets-standalone table tr th {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f2 !important;
}
.semiconductors-wrap .semi-tabs table tr th, .semiconductors-wrap .semi-tabs table tr td, .semiconductors-wrap .semi-accordion table tr th, .semiconductors-wrap .semi-accordion table tr td, .semiconductors-wrap .fancybox-inner table tr th, .semiconductors-wrap .fancybox-inner table tr td, .semiconductors-wrap .datasheets-standalone table tr th, .semiconductors-wrap .datasheets-standalone table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
}
.semiconductors-wrap .semi-tabs table tr td a, .semiconductors-wrap .semi-accordion table tr td a, .semiconductors-wrap .fancybox-inner table tr td a, .semiconductors-wrap .datasheets-standalone table tr td a {
  -webkit-transition: none;
          transition: none;
}
.semiconductors-wrap .semi-tabs #view-table, .semiconductors-wrap .semi-tabs .print-table, .semiconductors-wrap .semi-accordion #view-table, .semiconductors-wrap .semi-accordion .print-table, .semiconductors-wrap .fancybox-inner #view-table, .semiconductors-wrap .fancybox-inner .print-table, .semiconductors-wrap .datasheets-standalone #view-table, .semiconductors-wrap .datasheets-standalone .print-table {
  float: right;
  display: block;
  background-color: #0076c0;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}
.semiconductors-wrap .semi-tabs .no-products, .semiconductors-wrap .semi-accordion .no-products, .semiconductors-wrap .fancybox-inner .no-products, .semiconductors-wrap .datasheets-standalone .no-products {
  font-size: 12px;
  font-weight: bold;
  background-color: #e7e7e9 !important;
}
.semiconductors-wrap .semi-tabs .no-products:hover, .semiconductors-wrap .semi-accordion .no-products:hover, .semiconductors-wrap .fancybox-inner .no-products:hover, .semiconductors-wrap .datasheets-standalone .no-products:hover {
  background-color: #e7e7e9;
}
.semiconductors-wrap .semi-tabs .print-table, .semiconductors-wrap .semi-accordion .print-table, .semiconductors-wrap .fancybox-inner .print-table, .semiconductors-wrap .datasheets-standalone .print-table {
  float: left;
}
.semiconductors-wrap .semi-tabs .datasheet-filters, .semiconductors-wrap .semi-accordion .datasheet-filters, .semiconductors-wrap .fancybox-inner .datasheet-filters, .semiconductors-wrap .datasheets-standalone .datasheet-filters {
  background-color: #0076c0;
  margin-bottom: 0px;
  padding: 5px;
  position: relative;
  display: none;
}
.semiconductors-wrap .semi-tabs .datasheet-filters .filter, .semiconductors-wrap .semi-accordion .datasheet-filters .filter, .semiconductors-wrap .fancybox-inner .datasheet-filters .filter, .semiconductors-wrap .datasheets-standalone .datasheet-filters .filter {
  width: auto;
  padding: 2px;
}
@media screen and (max-width: 992px) {
  .semiconductors-wrap .semi-tabs .datasheet-filters .filter, .semiconductors-wrap .semi-accordion .datasheet-filters .filter, .semiconductors-wrap .fancybox-inner .datasheet-filters .filter, .semiconductors-wrap .datasheets-standalone .datasheet-filters .filter {
    width: 100%;
  }
}
.semiconductors-wrap .semi-tabs .datasheet-filters label, .semiconductors-wrap .semi-accordion .datasheet-filters label, .semiconductors-wrap .fancybox-inner .datasheet-filters label, .semiconductors-wrap .datasheets-standalone .datasheet-filters label {
  background-color: transparent;
  display: block;
  color: #ffffff;
}
.semiconductors-wrap .semi-tabs .datasheet-filters label span, .semiconductors-wrap .semi-accordion .datasheet-filters label span, .semiconductors-wrap .fancybox-inner .datasheet-filters label span, .semiconductors-wrap .datasheets-standalone .datasheet-filters label span {
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.semiconductors-wrap .semi-tabs .datasheet-filters select, .semiconductors-wrap .semi-accordion .datasheet-filters select, .semiconductors-wrap .fancybox-inner .datasheet-filters select, .semiconductors-wrap .datasheets-standalone .datasheet-filters select {
  width: 100%;
  clear: both;
}

.full-table {
  display: block !important;
  position: relative;
}

.show-filter {
  background: url("../img/semiconductors/filter-bg.png") no-repeat top left;
  position: absolute;
  top: -39px;
  right: 0;
  width: 183px;
  height: 39px;
}
.show-filter p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 7px 35px 0px 0px !important;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.show-filter p:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .show-filter {
    position: relative;
    width: 100%;
    background: #0076c0;
    top: auto;
  }
}

.fancybox-wrap {
  margin: 50px auto 0px auto !important;
  top: auto;
  left: auto;
}

.fancybox-skin {
  padding: 0px !important;
}

.fancybox-inner .datasheet-filters {
  background-color: #0076c0;
  margin-bottom: 0px;
  display: block !important;
  padding: 0px 10px 20px 10px;
}
.fancybox-inner .datasheet-filters .filter {
  background-color: #0076c0;
  width: 20%;
  max-width: 200px;
  background-color: transparent;
  display: block;
  color: #ffffff;
  margin-left: 0px;
  padding: 5px 0px 0px 0px;
}
@media screen and (max-width: 992px) {
  .fancybox-inner .datasheet-filters .filter {
    width: 100%;
    max-width: none;
  }
}
.fancybox-inner .datasheet-filters .filter span {
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.fancybox-inner .datasheet-filters select {
  width: 100%;
  clear: both;
}
.fancybox-inner table {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.fancybox-inner table tr {
  background-color: #e7e7e9;
}
.fancybox-inner table tr:nth-child(even) {
  background-color: #f0f0f2;
}
.fancybox-inner table tr th {
  font-weight: bold;
  font-size: 13px;
}
.fancybox-inner table tr th, .fancybox-inner table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 5px 0px;
}
.fancybox-inner #view-table, .fancybox-inner .print-table {
  display: none;
}

.fancybox-close {
  right: 0px !important;
  top: -25px !important;
  text-decoration: none;
  background: url("../img/semiconductors/lb-close.png") no-repeat center center !important;
  height: 10px !important;
  width: 10px !important;
}
.fancybox-close:hover {
  text-decoration: none;
  color: #0076c0;
}
.fancybox-close:before {
  content: "CLOSE";
  right: 50px;
  position: relative;
  top: -3px;
  font-size: 13px;
}

.fancybox-overlay {
  background: url("../img/semiconductors/fb-overlay.png") !important;
}

.printme {
  display: none;
}

@media print {
  .single-products {
    border-top: none;
  }

  .single-products * {
    display: none;
  }

  .single-products .printme {
    display: block;
    background: #FFF;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
  }
  .single-products .printme h1 {
    margin: 0 0 10px 0;
    display: block;
  }
  .single-products .printme h1 span {
    display: none;
  }
  .single-products .printme table {
    display: table;
    width: 100%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .single-products .printme table thead, .single-products .printme table tbody {
    display: table-row-group;
  }
  .single-products .printme table tr {
    display: table-row;
    width: 100%;
    background: #FFF;
  }
  .single-products .printme table tr:nth-child(2n+1) {
    background: #eee;
  }
  .single-products .printme table tr.hidden {
    display: none;
  }
  .single-products .printme table th, .single-products .printme table td {
    display: table-cell;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
  }
  .single-products .printme table th a, .single-products .printme table th p, .single-products .printme table th span, .single-products .printme table td a, .single-products .printme table td p, .single-products .printme table td span {
    display: block;
  }
  .single-products .printme table th {
    font-weight: bold;
  }
}
.boxes h2 {
  float: left;
  font-size: 23px;
  width: 100%;
  border-bottom: 1px solid #d7d4d4;
  padding: 10px 0;
  margin: 25px 0 35px;
}
.boxes .second, .boxes .third, .boxes .last {
  margin: 0 0 4% 0;
}

.main-col .box-content {
  float: left;
  position: relative;
  width: 48.4%;
  margin: 0 3.2% 4% 0;
}
.main-col .box-content a {
  color: #404040;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.main-col .box-content a:hover {
  color: #0076c0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.main-col .box-content .foundicon {
  text-decoration: none;
  font-size: 15px;
}
.main-col .box-content .foundicon:hover {
  color: #0076c0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.main-col .box-content .proc-header-outer {
  float: left;
  position: relative;
  width: 100%;
  background: #0f255a;
  border-bottom: 2px solid #0076c0;
  padding: 5px 0;
}
.main-col .box-content .proc-header-inner {
  float: left;
  padding: 0 8px;
}
.main-col .box-content .proc-details {
  float: left;
  text-align: left;
  width: auto;
}
.main-col .box-content .proc-details h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 29px;
  font-family: "Lato", sans-serif;
}
.main-col .box-content .proc-details h4 {
  margin: 0;
  padding: 1px 0 0;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.main-col .box-content .proc-image {
  position: absolute;
  width: 110px;
  right: 18px;
  top: -5px;
}
.main-col .box-content table {
  width: 100%;
  border-spacing: 0;
  border: none;
  border-bottom: 2px solid #0076c0;
}
.main-col .box-content table tr {
  float: left;
  width: 50%;
  overflow: hidden;
}
.main-col .box-content table th, .main-col .box-content table td {
  margin: 0;
  padding: 10px 0px 10px 8px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  border: none;
}
.main-col .box-content table th[data-col="1"], .main-col .box-content table td[data-col="1"] {
  font-size: 11px;
  color: #0076c0;
  padding-left: 0;
}
.main-col .box-content table .single {
  width: 100%;
  float: none;
}
@media screen and (max-width: 768px) {
  .main-col .box-content {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .main-col .box-content .proc-inner {
    min-height: auto;
  }
}

section#oms_tiers {
  overflow: hidden;
  padding: 55px 0px 20px;
}
section#oms_tiers.version_2 {
  padding: 55px 0px 0px;
}
section#oms_tiers .group .center_it .oms_tier {
  width: 32%;
  margin: 0px 2%;
  float: left;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  overflow: hidden;
}
section#oms_tiers .group .center_it .oms_tier:first-of-type {
  margin: 0px;
}
section#oms_tiers .group .center_it .oms_tier:last-of-type {
  margin: 0px;
}
section#oms_tiers .group .center_it .oms_tier.version_2 {
  width: 24%;
  margin: 0px 0.63%;
}
section#oms_tiers .group .center_it .oms_tier.version_2:first-of-type {
  margin: 0px 0.63% 0 0;
}
section#oms_tiers .group .center_it .oms_tier.version_2:last-of-type {
  margin: 0px 0 0 0.63%;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content {
  position: absolute;
  top: 74%;
  left: 0;
  right: 0;
  background: rgba(0, 118, 192, 0.7);
  padding: 10px;
  height: 100%;
  -webkit-transition: 1s top ease;
          transition: 1s top ease;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content p.title {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content .show-on-hover {
  position: absolute;
  left: 0;
  right: 0;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content .show-on-hover a.biobutton {
  text-decoration: none;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content .show-on-hover a.biobutton .tier_reveal {
  background: #0076c0;
  color: #FFFFFF;
  margin: 7px 0px;
  border: none;
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  font-size: 13px;
  display: block;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
section#oms_tiers .group .center_it .oms_tier .oms_block_content .show-on-hover a.biobutton .tier_reveal:hover {
  background: #FFFFFF;
  color: #0076c0;
}
section#oms_tiers .group .center_it .oms_tier.active-bio .oms_block_content {
  top: 0;
}
section#oms_tiers .group .center_it .oms_tier.active-bio .oms_block_content p.title {
  display: none;
}
section#oms_tiers .group .center_it .oms_tier.active-bio .oms_block_content .show-on-hover {
  top: 45%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section#oms_tiers .group .center_it .oms_tier.active-bio .oms_block_content a.biobutton .active_button {
  background: #FFFFFF;
  color: #0076c0;
}
section#oms_tiers .group .center_it .oms_tier:hover .oms_block_content {
  top: 0;
}
section#oms_tiers .group .center_it .oms_tier:hover .oms_block_content p.title {
  display: none;
}
section#oms_tiers .group .center_it .oms_tier:hover .oms_block_content .show-on-hover {
  top: 45%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section#oms_tiers .group .oms_tier_content {
  position: relative;
  overflow: hidden;
  clear: both;
}
section#oms_tiers .group .oms_tier_content .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 15px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns {
  text-align: left;
  overflow: hidden;
  padding: 30px 40px 30px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .left,
section#oms_tiers .group .oms_tier_content .oms_content_columns .right {
  float: left;
  width: 50%;
  padding: 0px 5px;
  box-sizing: border-box;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .right {
  text-align: right;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns p.title {
  font-weight: 600;
  font-size: 18px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns p,
section#oms_tiers .group .oms_tier_content .oms_content_columns > ul li {
  font-size: 14px;
  margin: 0 0 5px 0;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns p.credit {
  font-size: 10px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .text_full_width {
  width: 100%;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .accordion-title {
  background: #0076c0;
  border-radius: 0px;
  border: none;
  font-size: 15px;
  padding: 13px 30px;
  color: #FFFFFF;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row {
  font-size: 80%;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row .contact-button {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row .accord_row {
  margin: 10px 0px;
  overflow: hidden;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row .accord_row ul li,
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row .accord_row ul li a,
section#oms_tiers .group .oms_tier_content .oms_content_columns .oms-accordion .row .accord_row p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .child_page_content {
  text-align: left;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .child_page_content h3 {
  font-size: 18px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .child_page_content .datasheet-filters {
  display: none;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .child_page_content .semi-tabs {
  background: none;
  text-align: left;
  padding: 0px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .child_page_content .semi-tabs .tab-titles {
  background: none;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion {
  text-align: left;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .semi-tabs .tab-titles {
  background: none;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .full-table {
  margin: 0px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content {
  background: #FFFFFF;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content > ul li {
  font-size: 14px;
  margin: 0 0 5px 0;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table {
  width: 100%;
  border-collapse: collapse;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table thead tr {
  background-color: #f0f0f2;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table thead tr th {
  font-size: 14px;
  color: #000000;
  padding: 5px 10px;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table tbody tr {
  background-color: #e7e7e9;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table tbody tr:nth-of-type(2n) {
  background-color: #f0f0f2;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table tbody tr:hover {
  background: #0076c0;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table tbody tr:hover td {
  color: #FFFFFF;
}
section#oms_tiers .group .oms_tier_content .oms_content_columns .semi-accordion .accordion-content table tbody tr td {
  font-size: 13px;
  color: #000000;
  padding: 5px 10px;
}
section#oms_tiers .mobile_width .center_it .oms_tier {
  width: 100%;
}
section#oms_tiers .mobile_width .center_it .oms_tier.version_2 {
  width: 100%;
}
section#oms_tiers .mobile_width .oms_tier_content .oms_content_columns .left,
section#oms_tiers .mobile_width .oms_tier_content .oms_content_columns .right {
  width: 100%;
}

section.text_area {
  clear: both;
}
section.text_area .contact_button {
  clear: both;
  text-align: center;
}
section.text_area .contact_button a {
  background: #0076c0;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 1.4em;
}
section.text_area .contact_button form {
  text-align: left;
}

section#spacer {
  height: 200px;
}

.main.oms a.sidebar-btn {
  top: 7px !important;
}

.page-template-careers-page .ui-accordion-content-active {
  height: auto;
}

#accordion .ui-accordion-content > table {
  width: 100%;
}

.career-boxes .span4 {
  margin-bottom: 20px;
}

.career-landing-banner {
  margin-top: 40px;
}

.career-intro-text {
  padding: 40px 0;
}
.career-intro-text p {
  color: #0d2d6a;
  font-size: 24px;
  font-family: 'metabookroman';
  font-weight: bold;
  line-height: 1em;
}
.career-intro-text p:last-child {
  margin-bottom: 0;
}

.careers-menu-box {
  background-color: #0076c0;
  padding: 30px;
}
.careers-menu-box ul {
  list-style-type: none;
  margin: 0;
}
.careers-menu-box ul li {
  background-image: url(/content/themes/e2v/assets/img/arrows/blue-arrow-right-small.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  border-bottom: 1px solid #0095f3;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.careers-menu-box ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.careers-menu-box ul li a:hover {
  color: #fff;
}

.current-vacancies-box {
  background-color: #0076c0;
  padding-top: 20px;
}
.current-vacancies-box h6 {
  color: #fff;
  font-size: 2.6em;
}
.current-vacancies-box p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 15px;
}
.current-vacancies-box a:hover {
  text-decoration: none;
}

.careers-box {
  border: 1px solid #d2d0d0;
  padding-bottom: 30px;
  position: relative;
}
.careers-box .inner {
  padding: 20px;
}
.careers-box a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .careers-box {
    height: auto !important;
  }
  .careers-box img {
    width: 100%;
  }
}

.btn-careers {
  background-color: #000000;
  color: #FFF;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.btn-careers:hover {
  color: #fff;
  text-decoration: none;
}

.btn-careers-learn-more {
  background-color: #0076c0;
  bottom: 0px;
  color: #FFF;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-careers-learn-more:hover {
  color: #fff;
}

.image-rotator {
  margin-bottom: 20px;
}
.image-rotator img {
  display: none;
  width: 100%;
  max-width: 960px;
  height: auto;
}
.image-rotator .pager-wrap {
  position: relative;
  text-align: center;
  z-index: 500;
  position: absolute;
  bottom: -2px;
  width: 100%;
}
.image-rotator .cycle-pager {
  width: auto;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 4px 10px;
  height: 20px;
}
.image-rotator .cycle-pager span {
  color: #000000;
  font-size: 30px;
  line-height: 17px;
}
.image-rotator .cycle-pager span.cycle-pager-active {
  color: #0076c0;
}
.image-rotator .cycle-pager span:hover {
  cursor: pointer;
}

.page-template-careers-page .ui-accordion-header {
  border: 0px solid #B7B7B7;
  border-width: 0px 0px 1px 0px;
  color: #000000;
  font-size: 18px !important;
  font-family: 'metabookroman';
  outline: none;
  overflow: visible;
  padding: 10px 0 10px 5px !important;
  font-weight: bold;
  margin-top: 0;
  text-rendering: optimizelegibility;
  background: url(/content/themes/e2v/assets/img/arrows/faq-closed.png) no-repeat right center;
}
.page-template-careers-page .ui-accordion-header.ui-state-active {
  background: url(/content/themes/e2v/assets/img/arrows/faq-open.png) no-repeat right center;
}
.page-template-careers-page .ui-accordion-content {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #ffffff), color-stop(100%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 80%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 80%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
  /* IE6-9 */
  padding: 8px 0;
}
.page-template-careers-page .ui-accordion-content p {
  color: #404040;
  font-size: 16px;
  padding-top: 10px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.page-template-careers-page .ui-accordion-content p a {
  color: #0076c0;
}
.page-template-careers-page .ui-accordion-content td {
  font-size: 16px !important;
  line-height: 1.5em;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.page-template-careers-page .ui-widget-content {
  border: 0px solid #B7B7B7;
  border-width: 0px 0px 1px 0px;
}
.page-template-careers-page .ui-accordion-header-icon {
  display: none;
}

.two-up-box-wrap {
  padding: 20px 0;
}
.two-up-box-wrap .blue-margin {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .two-up-box-wrap .blue-margin {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.two-up-box-wrap .two-up-box {
  box-sizing: border-box;
  float: left;
  height: 230px;
  text-align: center;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .two-up-box-wrap .two-up-box {
    width: 100%;
  }
}
.two-up-box-wrap .two-up-box .h3 {
  font-family: "metabookroman";
  font-size: 22px;
}
.two-up-box-wrap .two-up-box.blue-box {
  background-color: #0076c0;
  padding: 20px 40px;
}
.two-up-box-wrap .two-up-box.blue-box p {
  color: #fff;
  font-family: "Lato";
  padding-bottom: 10px;
}
.two-up-box-wrap .two-up-box.blue-box .btn-careers {
  font-size: 20px;
  padding: 15px 35px;
}
.two-up-box-wrap .two-up-box.photo-box {
  background-size: cover;
  margin-left: 5%;
  padding: 120px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .two-up-box-wrap .two-up-box.photo-box {
    margin-left: 0;
    margin-top: 20px;
    padding: 80px 40px 20px 40px;
  }
}
.two-up-box-wrap .two-up-box.photo-box p {
  color: #fff;
}

.article-extract {
  color: #0d2d6a;
  float: right;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 15px 0 5px 5px;
  padding: 10px 15px;
  width: 50%;
}

.case-study-boxes, .award-boxes {
  z-index: 2 !important;
  background-size: cover;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  height: 120px;
  margin-bottom: 60px;
  margin-right: 10px;
  position: relative;
  width: 223px;
}
@media screen and (max-width: 768px) {
  .case-study-boxes, .award-boxes {
    clear: left;
  }
}
.case-study-boxes:last-child, .award-boxes:last-child {
  margin-right: 0;
}
.case-study-boxes *, .award-boxes * {
  box-sizing: border-box;
}
.case-study-boxes a, .award-boxes a {
  background-color: #0076c0;
  bottom: -50px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 11px;
  height: 60px;
  left: 0;
  margin-left: -1px;
  padding: 10px 0 0 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 223px;
}
@media screen and (max-width: 768px) {
  .case-study-boxes, .award-boxes {
    margin-right: 0px;
    margin-left: -110px;
    left: 50%;
  }
}

.vacancies-content, .events-content {
  clear: both;
}

.vacancies-rotator {
  clear: both;
  margin: 50px auto 0px auto;
  float: none !important;
}
.vacancies-rotator .cycle-carousel-wrap {
  width: 100%;
}

.careers-social {
  padding-top: 0px !important;
}

.case-studies-content, .awards-content {
  box-sizing: border-box;
  color: #0d2d6a;
  font-size: 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 15px 20px 5px 5px;
  padding: 10px 15px 0px 15px;
  width: 100%;
}

.case-studies-quote, .awards-quote, .events-quote {
  box-sizing: border-box;
  float: left;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 15px 20px 5px 5px;
  padding: 10px 15px 0px 15px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .case-studies-quote, .awards-quote, .events-quote {
    width: 100%;
  }
}

.content-fw {
  width: 100%;
}

.case-studies-video, .awards-video, .events-video {
  box-sizing: border-box;
  width: 49%;
  float: right;
  margin-top: 15px;
  border: 3px solid #0076c0;
}
@media screen and (max-width: 768px) {
  .case-studies-video, .awards-video, .events-video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case-studies-video video, .case-studies-video embed, .case-studies-video .mejs-container, .case-studies-video .mejs-layer, .case-studies-video .me-plugin, .awards-video video, .awards-video embed, .awards-video .mejs-container, .awards-video .mejs-layer, .awards-video .me-plugin, .events-video video, .events-video embed, .events-video .mejs-container, .events-video .mejs-layer, .events-video .me-plugin {
    width: 100% !important;
  }
}
.case-studies-video .mejs-overlay-button, .awards-video .mejs-overlay-button, .events-video .mejs-overlay-button {
  display: none;
}

.mejs-container {
  width: 343px;
  height: 193px;
}

.other-case-studies, .other-awards {
  clear: both;
  padding-top: 30px;
}

.other-events .event-group-title {
  margin: 20px auto;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.other-events #upcoming-events {
  margin-bottom: 40px;
}
.other-events #upcoming-events .careers-upcoming-event-wrap {
  padding: 0 10px;
}
.other-events #upcoming-events .careers-upcoming-event-wrap a {
  text-decoration: none;
}
.other-events .careers-event-wrap {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 10px;
}
.other-events .careers-event-wrap a {
  text-decoration: none;
}
.other-events .careers-event-wrap p {
  margin-bottom: 10px;
}

#breadcrumb.imaging-home .bc {
  padding-right: 30px;
}
#breadcrumb.imaging-home a,
#breadcrumb.imaging-home .bc {
  color: #FFFFFF;
  font-size: 16px;
}

.imaging-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 500px;
}
.imaging-wrap .market-header {
  height: auto;
  min-height: 0px;
}
.imaging-wrap .market-header img {
  max-width: 9999px;
  width: 100%;
  height: auto;
}
.imaging-wrap .img-slider-outer {
  position: relative;
}
.imaging-wrap .img-slider-outer .imageing-slider {
  z-index: 0;
}
.imaging-wrap .img-slider-outer div#nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  text-align: center;
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer div#nav {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .img-slider-outer div#nav {
    bottom: 40px;
  }
}
.imaging-wrap .img-slider-outer div#nav span {
  border: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  background: transparent;
  color: transparent;
  border-radius: 100%;
  margin: 0px 8px;
  display: inline-block;
  display: inline-block;
}
.imaging-wrap .img-slider-outer div#nav span.cycle-pager-active {
  border: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  color: transparent;
  border-radius: 100%;
  margin: 0px 8px;
  display: inline-block;
  display: inline-block;
}
.imaging-wrap .img-slider-outer a#next, .imaging-wrap .img-slider-outer a#prev {
  top: 45%;
  z-index: 999;
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  height: auto;
  position: absolute;
  width: 75px;
  font-size: 0px;
}
.imaging-wrap .img-slider-outer a#next {
  right: 5px;
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_right.png);
}
.imaging-wrap .img-slider-outer a#prev {
  left: 5px;
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_left.png);
}
.imaging-wrap .img-slider-outer .imageing-slider .item {
  width: 100%;
  min-height: 250px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item {
    padding: 0px 84px;
    min-height: 390px;
    background-size: auto 100%;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .main_text {
  text-align: center;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 19px;
  box-sizing: border-box;
  border-radius: 10px;
}
.imaging-wrap .img-slider-outer .imageing-slider .item .main_text.span4_5 {
  width: 36%;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .main_text {
    text-align: left;
    margin-top: 0px;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
  color: #FFFFFF;
  font-weight: 100;
  font-size: 18px;
  padding: 0px 15px;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
    font-size: 20px;
    padding: 0px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
    font-size: 40px;
    padding: 0px;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .button {
    right: 15%;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .button p {
  color: #FFFFFF;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .button p {
    font-size: 30px;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .button a {
  font-weight: 100;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .button a {
    font-size: 15px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .img-slider-outer .imageing-slider .item .main_text, .imaging-wrap .img-slider-outer .imageing-slider .item .button {
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
  }
}
.imaging-wrap .img-slider-outer .imageing-slider .item .image_credit {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  bottom: 40px;
  right: 20%;
}
.imaging-wrap .clear {
  clear: both;
}
.imaging-wrap .imaging-home h1 {
  margin-top: 15px;
  color: #005eb5;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
}
.imaging-wrap .imaging-home h1.imaging-title {
  position: relative;
}
@media screen and (min-width: 600px) {
  .imaging-wrap .imaging-home h1.imaging-title {
    padding-right: 205px;
  }
}
.imaging-wrap .imaging-home h2.black_box {
  background: #000000;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 17px;
  width: 171px;
  padding: 14px 16px;
}
.imaging-wrap .imaging-home .buttons {
  overflow: auto;
  position: relative;
  padding: 0px 10px;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons {
    margin-top: -52px;
    -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
    padding: 0px;
  }
}
.imaging-wrap .imaging-home .buttons a {
  background: #005eb5;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  overflow: auto;
  width: 100%;
  padding: 20px 0px;
  margin: 10px 0px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons a {
    padding: 0px 0px 0px 20px;
    width: 90%;
    margin: 0px;
  }
}
.imaging-wrap .imaging-home .buttons a .span1 {
  display: none;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons a .span1 {
    display: block;
  }
}
.imaging-wrap .imaging-home .buttons a p {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0px 10px;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons a p {
    font-size: 17px;
    margin: 14px 0px;
  }
}
.imaging-wrap .imaging-home .buttons a .span3 {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons a .span3 i {
    font-size: 35px;
    margin: 9px 20px 9px 0px;
  }
}
.imaging-wrap .imaging-home .buttons a i {
  display: none;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .buttons a i {
    display: inline-block;
    font-size: 40px;
    color: #FFFFFF;
    margin: 4.5px 20px 4.5px 0px;
  }
}
.imaging-wrap .imaging-home .buttons a:hover {
  color: #005eb5;
  background: #FFFFFF;
}
.imaging-wrap .imaging-home .buttons a:hover p, .imaging-wrap .imaging-home .buttons a:hover i {
  color: #005eb5;
}
.imaging-wrap .imaging-home .main_content_area {
  background: #ebebeb;
  overflow: hidden;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-home .main_content_area {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .main_content_area {
    padding: 40px 70px;
  }
}
.imaging-wrap .imaging-home .main_content_area p {
  color: #696969;
}
.imaging-wrap .imaging-home .main_content_area .sign_up {
  background: #005eb5;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px;
  display: block;
  margin: 15px auto 0px;
  overflow: auto;
  box-sizing: border-box;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .main_content_area .sign_up {
    width: 100%;
  }
}
.imaging-wrap .imaging-home .main_content_area .sign_up:hover {
  color: #005eb5;
  background: #FFFFFF;
}
.imaging-wrap .imaging-home .main_content_area .sign_up:hover p, .imaging-wrap .imaging-home .main_content_area .sign_up:hover i {
  color: #005eb5;
}
.imaging-wrap .imaging-home .main_content_area .sign_up p {
  font-size: 15px;
  color: #FFFFFF;
  float: left;
  margin: 16px 0px;
  width: 60%;
  font-weight: 600;
}
.imaging-wrap .imaging-home .main_content_area .sign_up i {
  font-size: 20px;
  color: #FFFFFF;
  float: right;
  margin: 17px 20px 17px 0px;
}
.imaging-wrap .imaging-home .main_content_area .sign_up i.email_icon {
  margin: 0px;
  float: left;
  background: #103977;
  margin-right: 15px;
}
.imaging-wrap .imaging-home .main_content_area .sign_up i.email_icon img {
  width: 35px;
  padding: 11px 12px 11px 14px;
}
.imaging-wrap .imaging-home .featured_object {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-home .featured_object {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-home .featured_object .featured-product-image {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .featured_object .featured-product-image {
    display: block;
  }
}
.imaging-wrap .imaging-home .featured_object .product {
  overflow: auto;
  padding: 30px 20px;
  color: #393939;
  font-size: 9.4px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-home .featured_object .product {
    padding: 0px 60px 40px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .featured_object .product {
    padding: 20px 20px;
  }
}
.imaging-wrap .imaging-home .featured_object .product h3 {
  margin: 0 0 20px;
}
.imaging-wrap .imaging-home .featured_object .product h3 a {
  font-size: 23px;
  text-decoration: none;
  color: #005eb5;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}
.imaging-wrap .imaging-home .featured_object .product .button_container {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .featured_object .product .button_container {
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .featured_object .product .button_container {
    margin: 70px 0 50px;
  }
}
.imaging-wrap .imaging-home .featured_object .product .button_container a.view {
  background: #005eb5;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 15px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.imaging-wrap .imaging-home .featured_object .product .button_container a.view:hover {
  color: #005eb5;
  border: 1px solid #005eb5;
  background: #FFFFFF;
}
.imaging-wrap .imaging-home .featured_object .product .button_container a.view:hover p, .imaging-wrap .imaging-home .featured_object .product .button_container a.view:hover i {
  color: #005eb5;
}
.imaging-wrap .imaging-home .latest_news {
  background: #ebebeb;
  overflow: hidden;
}
.imaging-wrap .imaging-home .latest_news .news-feed {
  padding: 15px 20px 35px;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-home .latest_news .news-feed {
    padding: 20px 50px 45px;
  }
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-title {
  margin: 0 0 20px;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-title a {
  font-size: 23px;
  text-decoration: none;
  color: #005eb5;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-title a:hover {
  color: #000000;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-content {
  color: #393939;
  font-size: 9.4px;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-link a {
  font-size: 14px;
  color: #393939;
  text-decoration: none;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-link a:hover {
  text-decoration: underline;
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-home .latest_news .news-feed .news-feed-image {
    padding-left: 50px;
    display: block;
  }
}
.imaging-wrap .imaging-home .latest_news .news-feed .news-feed-image img {
  max-width: 100%;
}
.imaging-wrap .imaging-home .markets_icons .markets {
  text-align: center;
  padding: 20px 0px 50px;
}
.imaging-wrap .imaging-home .markets_icons .markets a {
  text-decoration: none;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.imaging-wrap .imaging-home .markets_icons .markets a .market-title {
  font-size: 15px;
  color: #005eb5;
  font-weight: 500;
}
.imaging-wrap .imaging-home .markets_icons .markets a .icon {
  margin-bottom: 20px;
}
.imaging-wrap .imaging-home .markets_icons .markets a .icon img {
  max-width: 100%;
}
.imaging-wrap .imaging-home .markets_icons .markets a:hover .market-title {
  color: #000000;
}
.imaging-wrap .imaging-home .markets_icons .markets a:hover .icon img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.imaging-wrap .back-button {
  display: inline-block;
  background: #0076c0;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 3px 0px #00578d;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.imaging-wrap .back-button:hover {
  background: #00578d;
  box-shadow: 0px 3px 0px #0076c0;
}
.imaging-wrap .back-button:active {
  box-shadow: none;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 600px) {
  .imaging-wrap .back-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0;
  }
}
.imaging-wrap .imaging-sidebar,
.imaging-wrap .sidebar {
  background: #f7f7f7;
  box-shadow: 3px 0px 8px #c3c3c3;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  margin-top: 20px;
  margin-right: 0;
  height: 100%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .imaging-wrap .imaging-sidebar,
  .imaging-wrap .sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-sidebar,
  .imaging-wrap .sidebar {
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-sidebar.can-close,
  .imaging-wrap .sidebar.can-close {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 50;
  }
}
.imaging-wrap .imaging-sidebar.closed,
.imaging-wrap .sidebar.closed {
  left: -23.6%;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.imaging-wrap .imaging-sidebar .main,
.imaging-wrap .sidebar .main {
  width: 100%;
  background: none;
  padding: 0;
}
.imaging-wrap .imaging-sidebar a,
.imaging-wrap .sidebar a {
  text-decoration: none;
}
.imaging-wrap .imaging-sidebar .sidebar-btn,
.imaging-wrap .sidebar .sidebar-btn {
  position: absolute;
  width: 90px;
  height: 22px;
  padding: 10px;
  right: -110px;
  top: 0px;
  background: #0076c0;
  z-index: 999;
}
.imaging-wrap .imaging-sidebar .sidebar-btn .lines,
.imaging-wrap .sidebar .sidebar-btn .lines {
  display: inline-block;
  width: 40px;
  float: left;
}
.imaging-wrap .imaging-sidebar .sidebar-btn .lines span,
.imaging-wrap .sidebar .sidebar-btn .lines span {
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.imaging-wrap .imaging-sidebar .sidebar-btn p,
.imaging-wrap .sidebar .sidebar-btn p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.imaging-wrap .imaging-sidebar .sidebar-btn:hover,
.imaging-wrap .sidebar .sidebar-btn:hover {
  background: #0095f3;
}
.imaging-wrap .imaging-sidebar .sidebar-btn.close span,
.imaging-wrap .sidebar .sidebar-btn.close span {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.imaging-wrap .imaging-sidebar .sidebar-btn.close span.line1,
.imaging-wrap .sidebar .sidebar-btn.close span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.imaging-wrap .imaging-sidebar .sidebar-btn.close span.line2,
.imaging-wrap .sidebar .sidebar-btn.close span.line2 {
  opacity: 0;
}
.imaging-wrap .imaging-sidebar .sidebar-btn.close span.line3,
.imaging-wrap .sidebar .sidebar-btn.close span.line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.imaging-wrap .imaging-sidebar h2,
.imaging-wrap .sidebar h2 {
  padding: 10px 20px;
  background: #0076c0;
  color: #ffffff;
  font-size: 17px;
}
.imaging-wrap .imaging-sidebar h2 a,
.imaging-wrap .sidebar h2 a {
  color: #ffffff;
}
.imaging-wrap .imaging-sidebar .products,
.imaging-wrap .sidebar .products {
  padding-bottom: 30px;
}
.imaging-wrap .imaging-sidebar .capabilities,
.imaging-wrap .sidebar .capabilities {
  padding-bottom: 30px;
}
.imaging-wrap .imaging-sidebar ul,
.imaging-wrap .sidebar ul {
  margin: 0px;
  padding: 0px;
}
.imaging-wrap .imaging-sidebar ul li,
.imaging-wrap .sidebar ul li {
  list-style-type: none;
  position: relative;
}
.imaging-wrap .imaging-sidebar ul li.imaging-menu-heading > a,
.imaging-wrap .sidebar ul li.imaging-menu-heading > a {
  font-weight: bold;
  font-size: 98%;
  border-bottom: none;
  padding-top: 25px;
  cursor: default;
}
.imaging-wrap .imaging-sidebar ul li.imaging-menu-heading > a:hover,
.imaging-wrap .sidebar ul li.imaging-menu-heading > a:hover {
  background: none;
  color: #333333;
}
.imaging-wrap .imaging-sidebar ul li.rfpower-menu-heading > a,
.imaging-wrap .sidebar ul li.rfpower-menu-heading > a {
  font-weight: bold;
  font-size: 98%;
  border-bottom: none;
  padding-top: 25px;
  cursor: default;
}
.imaging-wrap .imaging-sidebar ul li.rfpower-menu-heading > a:hover,
.imaging-wrap .sidebar ul li.rfpower-menu-heading > a:hover {
  background: none;
  color: #333333;
}
.imaging-wrap .imaging-sidebar ul li a,
.imaging-wrap .sidebar ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.imaging-wrap .imaging-sidebar ul li a:hover,
.imaging-wrap .sidebar ul li a:hover {
  color: #ffffff;
  background-color: #0076c0;
}
.imaging-wrap .imaging-sidebar ul.sub-menu,
.imaging-wrap .sidebar ul.sub-menu {
  display: block;
  height: auto;
  overflow: hidden;
  max-height: 400px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.imaging-wrap .imaging-sidebar ul.sub-menu .current-menu-item a,
.imaging-wrap .sidebar ul.sub-menu .current-menu-item a {
  color: #000;
  background-color: transparent;
  font-size: 14px;
  padding-left: 25px;
}
.imaging-wrap .imaging-sidebar ul.sub-menu.closed,
.imaging-wrap .sidebar ul.sub-menu.closed {
  height: auto;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.imaging-wrap .imaging-sidebar ul.sub-menu li a,
.imaging-wrap .sidebar ul.sub-menu li a {
  font-size: 12px;
  color: #333;
  font-size: 14px;
  padding-left: 25px;
}
.imaging-wrap .imaging-sidebar ul.sub-menu li a:hover,
.imaging-wrap .sidebar ul.sub-menu li a:hover {
  color: #0076c0;
  background-color: transparent;
}
.imaging-wrap .imaging-sidebar ul .current-menu-item a,
.imaging-wrap .sidebar ul .current-menu-item a {
  color: #ffffff;
  background-color: #0076c0;
}
.imaging-wrap .customer_alerts.subscribe {
  border: none;
  border-radius: 0px;
  background: none;
  border: none;
  color: #333333;
  box-shadow: none;
  padding: 0px;
}
.imaging-wrap .customer_alerts.subscribe .sign-up-wrap {
  width: auto;
  margin-right: 20px;
  float: right;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods {
  padding-left: 20px !important;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods label {
  font-size: 12px;
  display: inline-block;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods li {
  width: 100% !important;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods .nice-checkbox {
  margin: 0;
  width: 20px !important;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods .nice-checkbox label {
  width: 20px !important;
  height: 20px !important;
}
.imaging-wrap .customer_alerts.subscribe .form-title-container .all-prods .nice-checkbox label:after {
  width: 10px !important;
  top: 4px !important;
}
.imaging-wrap .customer_alerts.subscribe h2 {
  padding: 10px;
  margin-bottom: 0px;
  color: #ffffff;
  background: #0076c0;
}
html.js .imaging-wrap .customer_alerts.subscribe h2 {
  cursor: pointer;
}
html.js .imaging-wrap .customer_alerts.subscribe h2:hover {
  background: #0086da;
}
.imaging-wrap .customer_alerts.subscribe.expandable h2 {
  position: relative;
}
.imaging-wrap .customer_alerts.subscribe.expandable h2:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 14px;
  border: 4px solid #ffffff;
  border-right: none;
  border-top: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.js .imaging-wrap .customer_alerts.subscribe.stay-open .signup {
  display: block;
}
.imaging-wrap .customer_alerts.subscribe .signup {
  padding: 10px;
  background: #edf2fb;
  position: relative;
}
html.js .imaging-wrap .customer_alerts.subscribe .signup {
  display: none;
}
.imaging-wrap .customer_alerts.subscribe a.manage-link {
  display: inline-block;
  padding: 5px 0;
  color: #333333;
}
.imaging-wrap .customer_alerts.subscribe a.manage-link:hover {
  color: #0076c0;
}
.imaging-wrap .customer_alerts.subscribe form #alert_types ul li {
  line-height: 2.1em;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .customer_alerts.subscribe form #alert_types ul li {
    width: 33.3333%;
  }
}
.imaging-wrap .customer_alerts.subscribe form #alert_types h4 {
  padding-top: 0;
}
.imaging-wrap .customer_alerts.subscribe form input[type=email] {
  padding: 7px 15px;
  width: 100%;
  height: auto;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.imaging-wrap .customer_alerts.subscribe form .nice-checkbox {
  display: inline-block;
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox, html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox {
  width: 25px;
  position: relative;
  margin: 5px auto;
  margin-right: 3px;
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label, html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label:after, html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label:after {
  content: '';
  width: 15px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 4px;
  border: 3px solid #0076c0;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label:hover::after, html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox label:hover::after {
  opacity: 0.5;
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox], html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox] {
  visibility: hidden;
}
html.gt-ie8 .imaging-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox]:checked + label:after, html.no-ie .imaging-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.imaging-wrap .customer_alerts.subscribe form .btn, .imaging-wrap .customer_alerts.subscribe form input[type=submit] {
  background: #0076c0;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.imaging-wrap .customer_alerts.subscribe form .btn:hover, .imaging-wrap .customer_alerts.subscribe form input[type=submit]:hover {
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
  background: #ffffff;
  color: #0076c0;
}
.imaging-wrap .imaging-btn {
  display: inline-block !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
  background: #e3e3e3 !important;
  color: #333333 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  -webkit-transition: none !important;
          transition: none !important;
}
.imaging-wrap .imaging-btn.small {
  font-size: 11px !important;
  padding: 3px 5px !important;
}
.imaging-wrap .imaging-btn:hover {
  background: #0076c0 !important;
  color: #ffffff !important;
  -webkit-transition: none !important;
          transition: none !important;
}
.imaging-wrap .content table, .imaging-wrap .main-col table {
  border: 0px;
  border-bottom: 2px solid #0076c0;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.imaging-wrap .content table tr, .imaging-wrap .main-col table tr {
  background-color: #eee !important;
}
.imaging-wrap .content table tr.header.even, .imaging-wrap .main-col table tr.header.even {
  background-color: #0076c0 !important;
}
.imaging-wrap .content table tr:nth-child(even), .imaging-wrap .content table tr.even, .imaging-wrap .main-col table tr:nth-child(even), .imaging-wrap .main-col table tr.even {
  background-color: #fff !important;
}
.imaging-wrap .content table tr th, .imaging-wrap .content table tr td, .imaging-wrap .main-col table tr th, .imaging-wrap .main-col table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 5px;
  font-size: 1.3em;
}
.imaging-wrap .content table tr td, .imaging-wrap .main-col table tr td {
  text-align: left;
  background: none;
}
.imaging-wrap .content table tr td a, .imaging-wrap .main-col table tr td a {
  color: #333333;
}
.imaging-wrap .content table tr td a:hover, .imaging-wrap .main-col table tr td a:hover {
  color: #0076c0;
}
.imaging-wrap .content table tr th, .imaging-wrap .main-col table tr th {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  background-color: #0076c0 !important;
  color: #ffffff;
  padding: 10px 5px;
}
.imaging-wrap .content table.emerald tbody tr.header:hover td, .imaging-wrap .main-col table.emerald tbody tr.header:hover td {
  background: #0076c0 !important;
}
.imaging-wrap .content table tbody tr:hover td, .imaging-wrap .main-col table tbody tr:hover td {
  background: #ffffff !important;
}
.imaging-wrap .content .camera-type-wrap h2, .imaging-wrap .content .resources-wrap h2, .imaging-wrap .main-col .camera-type-wrap h2, .imaging-wrap .main-col .resources-wrap h2 {
  color: #000;
  font-size: 170%;
}
.imaging-wrap .content .camera-type-wrap table, .imaging-wrap .content .resources-wrap table, .imaging-wrap .main-col .camera-type-wrap table, .imaging-wrap .main-col .resources-wrap table {
  border: 1px solid #666;
  border-left: none;
  border-top: none;
}
.imaging-wrap .content .camera-type-wrap table td, .imaging-wrap .content .resources-wrap table td, .imaging-wrap .main-col .camera-type-wrap table td, .imaging-wrap .main-col .resources-wrap table td {
  border-left: 1px solid #666;
  border-top: 1px solid transparent;
}
.imaging-wrap .content .camera-type-wrap table tr td, .imaging-wrap .content .resources-wrap table tr td, .imaging-wrap .main-col .camera-type-wrap table tr td, .imaging-wrap .main-col .resources-wrap table tr td {
  background: #FFF;
}
.imaging-wrap .content .camera-type-wrap table tr td a, .imaging-wrap .content .resources-wrap table tr td a, .imaging-wrap .main-col .camera-type-wrap table tr td a, .imaging-wrap .main-col .resources-wrap table tr td a {
  display: inline-block;
  padding: 5px;
}
.imaging-wrap .content .camera-type-wrap table tr.even td, .imaging-wrap .content .resources-wrap table tr.even td, .imaging-wrap .main-col .camera-type-wrap table tr.even td, .imaging-wrap .main-col .resources-wrap table tr.even td {
  background: #FFF;
}
.imaging-wrap .content .camera-type-wrap td.camera-table-bottom, .imaging-wrap .content .resources-wrap td.camera-table-bottom, .imaging-wrap .main-col .camera-type-wrap td.camera-table-bottom, .imaging-wrap .main-col .resources-wrap td.camera-table-bottom {
  background: #e5e5e5 !important;
  color: #666666 !important;
  text-transform: uppercase;
  border-top: 1px solid #666;
}
.imaging-wrap .product-gallery-wrap {
  margin-bottom: 20px;
}
.imaging-wrap .product-gallery-wrap .product-gallery-box {
  width: 170px;
  height: 170px;
  float: left;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .product-gallery-wrap .product-gallery-box {
    width: 185px;
    height: 185px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .product-gallery-wrap .product-gallery-box {
    width: 140px;
    height: 140px;
  }
}
.imaging-wrap .product-gallery-wrap .product-gallery-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.imaging-wrap .line-scan-camera-outer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imaging-wrap .line-scan-cameras-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
@media (max-width: 768px) {
  .imaging-wrap .line-scan-cameras-section {
    margin: 0 20px;
  }
}
.imaging-wrap .line-scan-cameras-section.fadeIn {
  opacity: 1;
  overflow: visible;
}
.imaging-wrap .line-scan-cameras-section .camera {
  width: 30%;
  border: solid 1px #0076c0;
  border-bottom: none;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.imaging-wrap .line-scan-cameras-section .camera.open {
  z-index: 99;
}
@media (max-width: 768px) {
  .imaging-wrap .line-scan-cameras-section .camera {
    width: 47%;
  }
}
@media (max-width: 438px) {
  .imaging-wrap .line-scan-cameras-section .camera {
    width: 100%;
    margin-bottom: 20px;
  }
}
.imaging-wrap .line-scan-cameras-section .camera a {
  text-decoration: none;
}
.imaging-wrap .line-scan-cameras-section .camera a.no-camera {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.imaging-wrap .line-scan-cameras-section .camera .image-section {
  position: relative;
}
.imaging-wrap .line-scan-cameras-section .camera .image-section .description {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.imaging-wrap .line-scan-cameras-section .camera .image-section .description .description-text {
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
          transition: opacity ease 0.5s;
  display: block;
  padding: 10px;
  text-align: center;
}
.imaging-wrap .line-scan-cameras-section .camera .image-section:hover.hover .description {
  background: rgba(0, 118, 192, 0.89);
}
.imaging-wrap .line-scan-cameras-section .camera .image-section:hover.hover .description .description-text {
  opacity: 1;
}
.imaging-wrap .line-scan-cameras-section .camera .image-section:hover.no-hover {
  cursor: pointer;
}
.imaging-wrap .line-scan-cameras-section .camera .brand-name {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.imaging-wrap .line-scan-cameras-section .camera .brand-name:hover {
  cursor: pointer;
}
.imaging-wrap .line-scan-cameras-section .camera .brand-name.hover:after {
  content: url("../img/icons/arrow.png");
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.imaging-wrap .line-scan-cameras-section .camera .brand-name.hover.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: initial;
}
.imaging-wrap .line-scan-cameras-section .camera .protected-docs-link {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.imaging-wrap .line-scan-cameras-section .camera .models-list {
  position: absolute;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  padding: 10px 8px;
  border: solid 1px #0076c0;
  border-top: none;
  display: none;
}
.imaging-wrap .line-scan-cameras-section .camera .models-list .model {
  list-style: none;
  margin-bottom: 0;
}
.imaging-wrap .line-scan-cameras-section .camera .models-list .model:not(:last-child) {
  margin-bottom: 10px;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera img {
  max-width: 80%;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera .border {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  top: -1px;
  left: -1px;
  border: solid 6px #0076c0;
  z-index: -99;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera .view-camera-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera .view-camera-text {
  color: #0076c0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
}
.imaging-wrap .line-scan-cameras-section .camera.view-camera .view-camera-image {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 70px;
}
.imaging-wrap .cmos-sensors-outer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.imaging-wrap .cmos-sensors-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
@media (max-width: 768px) {
  .imaging-wrap .cmos-sensors-section {
    margin: 0 20px;
  }
}
.imaging-wrap .cmos-sensors-section.fadeIn {
  opacity: 1;
  overflow: visible;
}
.imaging-wrap .cmos-sensors-section .sensor {
  width: 20%;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .cmos-sensors-section .sensor {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .imaging-wrap .cmos-sensors-section .sensor {
    width: 47%;
  }
}
@media (max-width: 438px) {
  .imaging-wrap .cmos-sensors-section .sensor {
    width: 100%;
    margin-bottom: 20px;
  }
}
.imaging-wrap .cmos-sensors-section .sensor.open {
  z-index: 99;
}
.imaging-wrap .cmos-sensors-section .sensor .inner-wrap {
  padding: 20px 5px;
}
.imaging-wrap .cmos-sensors-section .sensor .inner-wrap .inner-content {
  border: solid 1px #0076c0;
  border-bottom: none;
  text-align: center;
  position: relative;
  z-index: 1;
}
.imaging-wrap .cmos-sensors-section .sensor .inner-wrap .inner-content.open {
  z-index: 99;
}
.imaging-wrap .cmos-sensors-section .sensor a {
  text-decoration: none;
}
.imaging-wrap .cmos-sensors-section .sensor .image-section {
  position: relative;
}
@media (max-width: 768px) {
  .imaging-wrap .cmos-sensors-section .sensor .image-section {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .imaging-wrap .cmos-sensors-section .sensor .image-section {
    height: 180px;
  }
}
.imaging-wrap .cmos-sensors-section .sensor .image-section img {
  display: block;
  width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .imaging-wrap .cmos-sensors-section .sensor .image-section img {
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .cmos-sensors-section .sensor .image-section img {
    max-height: 180px;
  }
}
.imaging-wrap .cmos-sensors-section .sensor .image-section .description {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.imaging-wrap .cmos-sensors-section .sensor .image-section .description .description-text {
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
          transition: opacity ease 0.5s;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.imaging-wrap .cmos-sensors-section .sensor .image-section .description:hover {
  background: rgba(0, 118, 192, 0.89);
}
.imaging-wrap .cmos-sensors-section .sensor .image-section .description:hover .description-text {
  opacity: 1;
}
.imaging-wrap .cmos-sensors-section .sensor .brand-name {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.imaging-wrap .cmos-sensors-section .sensor .brand-name:hover {
  cursor: pointer;
}
.imaging-wrap .cmos-sensors-section .sensor .brand-name.multiple-models:after {
  content: url("../img/icons/arrow.png");
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.imaging-wrap .cmos-sensors-section .sensor .brand-name.multiple-models.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: initial;
}
.imaging-wrap .cmos-sensors-section .sensor .models-list {
  position: absolute;
  z-index: 99;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  border: solid 1px #0076c0;
  border-top: none;
  display: none;
  width: 100%;
}
.imaging-wrap .cmos-sensors-section .sensor .models-list .model {
  list-style: none;
  margin-bottom: 0;
  padding: 10px 8px;
}
.imaging-wrap .cmos-sensors-section .sensor.sensor-banner {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.imaging-wrap .cmos-sensors-section .sensor.sensor-banner .inner-content {
  padding: 20px;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor {
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor .inner-wrap, .imaging-wrap .cmos-sensors-section .sensor.view-sensor .inner-content {
  color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background 0.4s ease;
          transition: background 0.4s ease;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor .inner-wrap .inner-content {
  background: #0076c0;
  border: 1px solid #0076c0;
  padding: 10px 20px;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor .inner-wrap .inner-content:hover {
  cursor: pointer;
  background: #ffffff;
  color: #0076c0;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor .inner-wrap .inner-content:hover a {
  color: #0076c0;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor img {
  display: block;
  width: auto;
  max-width: 50px;
  height: auto;
  margin: 5px auto;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.imaging-wrap .cmos-sensors-section .sensor.view-sensor a:hover {
  color: #0076c0;
}
.imaging-wrap .camera-finder-button-section {
  margin-bottom: 30px;
  z-index: 0;
}
@media (max-width: 768px) {
  .imaging-wrap .camera-finder-button-section {
    display: none;
  }
}
.imaging-wrap .camera-finder-button-section.mobile {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .imaging-wrap .camera-finder-button-section.mobile {
    display: block;
  }
}
.imaging-wrap .camera-finder-button-section .button-container {
  position: relative;
}
.imaging-wrap .camera-finder-button-section .button-container .line {
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  width: 100%;
  top: calc(50% + 3px);
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner {
  padding: 5px;
  position: relative;
  background: #0076c0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  top: 0;
  border-radius: 5px;
  box-shadow: 0 5px 0px #00578d;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner:hover {
  background: #00578d;
  box-shadow: 0 5px 0px #0076c0;
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner:active {
  background: #00578d;
  box-shadow: 0 2px 0px #0076c0;
  top: 3px;
  transition: 0.1s all ease;
  -webkit-transition: 0.1s all ease;
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner img {
  width: 30px;
  margin-top: 5px;
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-left: 10px;
}
.imaging-wrap .camera-finder-button-section .button-container .button-inner .camera-finder-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imaging-wrap .guide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.imaging-wrap .guide-section .guide-section-image {
  padding-right: 15px;
  margin-bottom: 0;
  min-width: 45px;
}
.imaging-wrap .guide-section .guide-section-text {
  color: #404040;
  font-size: 1.6em;
  line-height: 1.5em;
}
.imaging-wrap .imaging-video {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 20px 0;
  border: 1px solid #0076c0;
}
@media screen and (min-width: 768px) {
  .imaging-wrap .imaging-video {
    width: 400px;
    height: 226px;
  }
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-video {
    float: right;
    margin: 0 0 20px 20px;
  }
  .imaging-wrap .imaging-video.lsc-video {
    float: none;
    margin: 20px 0;
  }
}
.imaging-wrap .imaging-video img {
  display: block;
}
.imaging-wrap .imaging-video video {
  display: block;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
}
.imaging-wrap .imaging-video.lsc-video {
  max-width: none;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .imaging-wrap .imaging-video.lsc-video {
    float: none;
    margin: 20px 0;
  }
}
.imaging-wrap .imaging-video.lsc-video video {
  background-position-y: 95%;
}
.imaging-wrap .dsg-desc-wrap table {
  border: none;
}
.imaging-wrap .dsg-desc-wrap table tr, .imaging-wrap .dsg-desc-wrap table th, .imaging-wrap .dsg-desc-wrap table td {
  background: none !important;
  font-size: 14px;
}
.imaging-wrap .dsg-desc-wrap table ul li {
  list-style-position: outside;
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet.png");
  margin-bottom: 5px;
  color: #404040;
  font-size: 14px;
}

.imaging-accordion h3 {
  display: block;
  padding: 5px 10px;
  padding-right: 30px;
  background: #0076c0;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.imaging-accordion h3:hover, .imaging-accordion h3.open {
  background: #0086da;
  color: #ffffff;
}
.imaging-accordion h3:after {
  content: '+';
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 25px;
}
.imaging-accordion h3.open:after {
  content: '-';
  font-size: 32px;
  top: 3px;
  right: 11px;
}
.imaging-accordion > div {
  padding-bottom: 20px;
}

ul.imaging-basic-list {
  margin-left: 20px;
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet.png");
}
ul.imaging-basic-list li {
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet.png");
}

/**** RF Power Video Page ****/
.products-page .thank-you-message {
  margin: 20px 0;
  padding: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background: #0076c0;
  font-weight: bold;
  position: relative;
}
.products-page .thank-you-message span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.products-page .thank-you-message span:hover {
  cursor: pointer;
}
.products-page .video-section {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .products-page .video-section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.products-page .video-section .video-container {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .products-page .video-section .video-container {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .products-page .video-section .video-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .products-page .video-section .video-container.right {
    padding-left: 15px;
  }
}
.products-page .video-section .video-container .video {
  position: relative;
}
.products-page .video-section .video-container .video video {
  width: 100% !important;
}
@media (min-width: 769px) {
  .products-page .video-section .video-container .video video {
    height: 193px;
  }
}
.products-page .video-section .video-container .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-page .video-section .video-container .video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.products-page .video-section .video-container .description {
  padding: 20px;
  background: #0076c0;
}
.products-page .video-section .video-container .description p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}
.products-page .video-section .video-container .description p:last-child {
  margin-bottom: 0;
}
.products-page .video-section .video-container .description p strong {
  font-size: 16px;
}
.products-page .video-section .video-container .description ul {
  margin: 0 0 1em 1.3em;
}
.products-page .video-section .video-container .description ul li {
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet-white.png");
  color: #ffffff;
  font-size: 13px;
}
.products-page .enquire-button-rf-power-videos .enquire-button-wrap .contact-button {
  margin: 40px auto 40px auto;
}
.products-page .enquire-button-rf-power-videos .enquire-button-wrap .contact-form {
  padding-top: 20px;
}
.products-page #engineers-section h2 {
  font-size: 2em;
  color: #333333;
  font-family: 'metabookroman';
}
.products-page #engineers-section .content-section p a {
  color: #0076c0;
  -webkit-transition: ease all 0.5s;
          transition: ease all 0.5s;
  font-weight: bold;
  text-decoration: none;
}
.products-page #engineers-section .content-section p a:hover {
  color: #000000;
}
.products-page #engineers-section .video-container {
  padding-top: 20px;
}
.products-page #engineers-section .video-container .video {
  position: relative;
}
.products-page #engineers-section .video-container .video video {
  width: 100% !important;
}
@media (min-width: 769px) {
  .products-page #engineers-section .video-container .video video {
    height: 400px;
  }
}
.products-page #engineers-section .video-container .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-page #engineers-section .video-container .video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.modal-container .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-container .modal {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #ffffff;
  width: 90%;
  padding: 20px;
}
@media (min-width: 768px) {
  .modal-container .modal {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .modal-container .modal {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .modal-container .modal {
    width: 45%;
  }
}
.modal-container .modal .modal-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-container .modal .modal-heading h2 {
  margin-bottom: 0;
  color: #0076c0;
  font-size: 18px;
}
.modal-container .modal .modal-heading .close .fa {
  font-size: 20px;
  color: #c0392b;
}
.modal-container .modal .modal-heading .close .fa:hover {
  cursor: pointer;
}
.modal-container .modal .modal-content {
  padding-top: 10px;
}
.modal-container .modal .modal-content .form-description {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_38 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_38 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_38 #gform_confirmation_wrapper_38 #gform_confirmation_message_38 {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_27 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_26 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_26 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_26 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_26 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 #gform_confirmation_wrapper_26 #gform_confirmation_message_26 {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_26 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 #gform_confirmation_wrapper_26 #gform_confirmation_message_26 {
  font-size: 13px;
  line-height: 1.4;
}

#commSoftwarePopup {
  font-size: 15px;
}
#commSoftwarePopup .inner {
  padding: 30px;
}
#commSoftwarePopup .inner .group {
  padding: 5px 0;
}
#commSoftwarePopup .inner .group .title {
  font-size: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #0076c0;
}
#commSoftwarePopup .inner .download-group {
  padding: 5px;
  background: #ebebeb;
}
#commSoftwarePopup .inner .download-group .group-title {
  font-size: 17px;
  color: #333333;
  margin: 0 0 10px 0;
}
#commSoftwarePopup .inner .download-group li {
  font-size: 15px;
  padding: 5px;
}

.rfpower-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 500px;
}
.rfpower-wrap .market-header {
  height: auto;
}
.rfpower-wrap .embed_video {
  text-align: center;
  height: 210px;
}
.rfpower-wrap .embed_video iframe {
  max-height: 210px;
  width: 100%;
}
.rfpower-wrap .products-page .video-section .video-container {
  width: 100%;
}
.rfpower-wrap .products-page .video-section .video-container .video .poster_overlay {
  position: absolute;
  height: 210px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.rfpower-wrap .products-page .video-section .video-container .video .play_overlay {
  position: absolute;
  height: 210px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.rfpower-wrap .products-page .video-section .video-container .video video {
  height: 210px;
}
.rfpower-wrap .img-slider-outer {
  position: relative;
}
.rfpower-wrap .img-slider-outer .imageing-slider {
  z-index: 0;
}
.rfpower-wrap .img-slider-outer div#nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  text-align: center;
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer div#nav {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .img-slider-outer div#nav {
    bottom: 40px;
  }
}
.rfpower-wrap .img-slider-outer div#nav span {
  border: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  background: transparent;
  color: transparent;
  border-radius: 100%;
  margin: 0px 8px;
  display: inline-block;
  display: inline-block;
}
.rfpower-wrap .img-slider-outer div#nav span.cycle-pager-active {
  border: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  color: transparent;
  border-radius: 100%;
  margin: 0px 8px;
  display: inline-block;
  display: inline-block;
}
.rfpower-wrap .img-slider-outer a#next, .rfpower-wrap .img-slider-outer a#prev {
  top: 45%;
  z-index: 999;
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  height: auto;
  position: absolute;
  width: 75px;
  font-size: 0px;
}
.rfpower-wrap .img-slider-outer a#next {
  right: 5px;
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_right.png);
}
.rfpower-wrap .img-slider-outer a#prev {
  left: 5px;
  background-image: url(/content/themes/e2v/assets/img/arrows/home-slider-arrows_left.png);
}
.rfpower-wrap .img-slider-outer .imageing-slider .item {
  width: 100%;
  min-height: 250px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item {
    padding: 0px 84px;
    min-height: 390px;
    background-size: auto 100%;
    box-sizing: border-box;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .main_text {
  text-align: center;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 19px;
  box-sizing: border-box;
  border-radius: 10px;
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .main_text.span4_5 {
  width: 36%;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .main_text {
    text-align: left;
    margin-top: 0px;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
  color: #FFFFFF;
  font-weight: 100;
  font-size: 18px;
  padding: 0px 15px;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
    font-size: 20px;
    padding: 0px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .main_text h2 {
    font-size: 40px;
    padding: 0px;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .button {
    right: 15%;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .button p {
  color: #FFFFFF;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .button p {
    font-size: 30px;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .button a {
  font-weight: 100;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .button a {
    font-size: 15px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .img-slider-outer .imageing-slider .item .main_text, .rfpower-wrap .img-slider-outer .imageing-slider .item .button {
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
  }
}
.rfpower-wrap .img-slider-outer .imageing-slider .item .image_credit {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  bottom: 40px;
  right: 20%;
}
.rfpower-wrap .content-area > h3 {
  font-size: 20px;
}
.rfpower-wrap .rfpower-home h1 {
  margin-top: 15px;
}
.rfpower-wrap .rfpower-home h1.rfpower-title {
  position: relative;
}
@media screen and (min-width: 600px) {
  .rfpower-wrap .rfpower-home h1.rfpower-title {
    padding-right: 205px;
  }
}
.rfpower-wrap .buttons {
  overflow: auto;
  position: relative;
  padding: 0px 10px;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons {
    margin-top: -52px;
    -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
    padding: 0px;
  }
}
.rfpower-wrap .buttons a {
  background: #005eb5;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  overflow: auto;
  width: 100%;
  padding: 20px 0px;
  margin: 10px 0px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons a {
    padding: 0px 0px 0px 20px;
    width: 90%;
    margin: 0px;
  }
}
.rfpower-wrap .buttons a .span1 {
  display: none;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons a .span1 {
    display: block;
  }
}
.rfpower-wrap .buttons a p {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0px 10px;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons a p {
    font-size: 17px;
    margin: 14px 0px;
  }
}
.rfpower-wrap .buttons a .span3 {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons a .span3 i {
    font-size: 35px;
    margin: 9px 20px 9px 0px;
  }
}
.rfpower-wrap .buttons a i {
  display: none;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .buttons a i {
    display: inline-block;
    font-size: 40px;
    color: #FFFFFF;
    margin: 4.5px 20px 4.5px 0px;
  }
}
.rfpower-wrap .buttons a:hover {
  color: #005eb5;
  background: #FFFFFF;
}
.rfpower-wrap .buttons a:hover p, .rfpower-wrap .buttons a:hover i {
  color: #005eb5;
}
.rfpower-wrap .main_content_area {
  background: #ebebeb;
  overflow: hidden;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .main_content_area {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .main_content_area {
    padding: 40px 70px;
  }
}
.rfpower-wrap .main_content_area h1 {
  margin-top: 15px;
  color: #005eb5;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
}
.rfpower-wrap .main_content_area h1.imaging-title {
  position: relative;
}
@media screen and (min-width: 600px) {
  .rfpower-wrap .main_content_area h1.imaging-title {
    padding-right: 205px;
  }
}
.rfpower-wrap .main_content_area p {
  color: #696969;
}
.rfpower-wrap .main_content_area .sign_up {
  background: #005eb5;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px;
  display: block;
  margin: 15px auto 0px;
  overflow: auto;
  box-sizing: border-box;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .main_content_area .sign_up {
    width: 100%;
  }
}
.rfpower-wrap .main_content_area .sign_up:hover {
  color: #005eb5;
  background: #FFFFFF;
}
.rfpower-wrap .main_content_area .sign_up:hover p, .rfpower-wrap .main_content_area .sign_up:hover i {
  color: #005eb5;
}
.rfpower-wrap .main_content_area .sign_up p {
  font-size: 15px;
  color: #FFFFFF;
  float: left;
  margin: 16px 0px;
  width: 60%;
  font-weight: 600;
}
.rfpower-wrap .main_content_area .sign_up i {
  font-size: 20px;
  color: #FFFFFF;
  float: right;
  margin: 17px 20px 17px 0px;
}
.rfpower-wrap .main_content_area .sign_up i.email_icon {
  margin: 0px;
  float: left;
  background: #103977;
  margin-right: 15px;
}
.rfpower-wrap .main_content_area .sign_up i.email_icon img {
  width: 35px;
  padding: 11px 12px 11px 14px;
}
.rfpower-wrap .featured_object {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .featured_object {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .featured_object .featured-product-image {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .featured_object .featured-product-image {
    display: block;
  }
}
.rfpower-wrap .featured_object .product {
  overflow: auto;
  padding: 30px 20px;
  color: #393939;
  font-size: 9.4px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .featured_object .product {
    padding: 0px 60px 40px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .featured_object .product {
    padding: 20px 20px;
  }
}
.rfpower-wrap .featured_object .product h3 {
  margin: 0 0 20px;
}
.rfpower-wrap .featured_object .product h3 a {
  font-size: 23px;
  text-decoration: none;
  color: #005eb5;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}
.rfpower-wrap .featured_object .product .button_container {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .featured_object .product .button_container {
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .featured_object .product .button_container {
    margin: 70px 0 50px;
  }
}
.rfpower-wrap .featured_object .product .button_container a.view {
  background: #005eb5;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 15px;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.rfpower-wrap .featured_object .product .button_container a.view:hover {
  color: #005eb5;
  border: 1px solid #005eb5;
  background: #FFFFFF;
}
.rfpower-wrap .featured_object .product .button_container a.view:hover p, .rfpower-wrap .featured_object .product .button_container a.view:hover i {
  color: #005eb5;
}
.rfpower-wrap .latest_news {
  background: #ebebeb;
  overflow: hidden;
}
.rfpower-wrap .latest_news .news-feed {
  padding: 15px 20px 35px;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .latest_news .news-feed {
    padding: 20px 50px 45px;
  }
}
.rfpower-wrap .latest_news .news-feed .news-feed-title {
  margin: 0 0 20px;
}
.rfpower-wrap .latest_news .news-feed .news-feed-title a {
  font-size: 23px;
  text-decoration: none;
  color: #005eb5;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.rfpower-wrap .latest_news .news-feed .news-feed-title a:hover {
  color: #000000;
}
.rfpower-wrap .latest_news .news-feed .news-feed-content {
  color: #393939;
  font-size: 9.4px;
}
.rfpower-wrap .latest_news .news-feed .news-feed-link a {
  font-size: 14px;
  color: #393939;
  text-decoration: none;
}
.rfpower-wrap .latest_news .news-feed .news-feed-link a:hover {
  text-decoration: underline;
}
.rfpower-wrap .latest_news .news-feed .news-feed-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .latest_news .news-feed .news-feed-image {
    padding-left: 50px;
    display: block;
  }
}
.rfpower-wrap .latest_news .news-feed .news-feed-image img {
  max-width: 100%;
}
.rfpower-wrap .markets_icons .markets {
  text-align: center;
  padding: 20px 0px 50px;
}
.rfpower-wrap .markets_icons .markets a {
  text-decoration: none;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
}
.rfpower-wrap .markets_icons .markets a .market-title {
  font-size: 15px;
  color: #005eb5;
  font-weight: 500;
}
.rfpower-wrap .markets_icons .markets a .icon {
  margin-bottom: 20px;
}
.rfpower-wrap .markets_icons .markets a .icon img {
  max-width: 100%;
}
.rfpower-wrap .markets_icons .markets a:hover .market-title {
  color: #000000;
}
.rfpower-wrap .markets_icons .markets a:hover .icon img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.rfpower-wrap .back-button {
  display: inline-block;
  background: #0076c0;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 3px 0px #00578d;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.rfpower-wrap .back-button:hover {
  background: #00578d;
  box-shadow: 0px 3px 0px #0076c0;
}
.rfpower-wrap .back-button:active {
  box-shadow: none;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 600px) {
  .rfpower-wrap .back-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0;
  }
}
.rfpower-wrap .rfpower-sidebar,
.rfpower-wrap .sidebar {
  background: #f7f7f7;
  box-shadow: 3px 0px 8px #c3c3c3;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  margin-top: 20px;
  margin-right: 0;
  padding-bottom: 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .rfpower-wrap .rfpower-sidebar,
  .rfpower-wrap .sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .rfpower-sidebar,
  .rfpower-wrap .sidebar {
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .rfpower-sidebar.can-close,
  .rfpower-wrap .sidebar.can-close {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 150;
  }
}
.rfpower-wrap .rfpower-sidebar.closed,
.rfpower-wrap .sidebar.closed {
  left: -23.6%;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.rfpower-wrap .rfpower-sidebar .main,
.rfpower-wrap .sidebar .main {
  width: 100%;
  background: none;
  padding: 0;
}
.rfpower-wrap .rfpower-sidebar a,
.rfpower-wrap .sidebar a {
  text-decoration: none;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn,
.rfpower-wrap .sidebar .sidebar-btn {
  position: absolute;
  width: 90px;
  height: 20px;
  padding: 10px;
  right: -110px;
  top: 0px;
  background: #0076c0;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn .lines,
.rfpower-wrap .sidebar .sidebar-btn .lines {
  display: inline-block;
  width: 40px;
  float: left;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn .lines span,
.rfpower-wrap .sidebar .sidebar-btn .lines span {
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn p,
.rfpower-wrap .sidebar .sidebar-btn p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn:hover,
.rfpower-wrap .sidebar .sidebar-btn:hover {
  background: #0095f3;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn.close span,
.rfpower-wrap .sidebar .sidebar-btn.close span {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn.close span.line1,
.rfpower-wrap .sidebar .sidebar-btn.close span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn.close span.line2,
.rfpower-wrap .sidebar .sidebar-btn.close span.line2 {
  opacity: 0;
}
.rfpower-wrap .rfpower-sidebar .sidebar-btn.close span.line3,
.rfpower-wrap .sidebar .sidebar-btn.close span.line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.rfpower-wrap .rfpower-sidebar .menu-section,
.rfpower-wrap .sidebar .menu-section {
  margin-bottom: 20px;
}
.rfpower-wrap .rfpower-sidebar h2,
.rfpower-wrap .sidebar h2 {
  padding: 10px 20px;
  background: #0076c0;
  color: #ffffff;
  font-size: 17px;
}
.rfpower-wrap .rfpower-sidebar h2 a,
.rfpower-wrap .sidebar h2 a {
  color: #ffffff;
}
.rfpower-wrap .rfpower-sidebar h2 a:hover,
.rfpower-wrap .sidebar h2 a:hover {
  color: #ffffff;
}
.rfpower-wrap .rfpower-sidebar .products-additional li,
.rfpower-wrap .sidebar .products-additional li {
  padding-bottom: 5px;
}
.rfpower-wrap .rfpower-sidebar .capabilities,
.rfpower-wrap .sidebar .capabilities {
  padding-bottom: 30px;
}
.rfpower-wrap .rfpower-sidebar ul,
.rfpower-wrap .sidebar ul {
  margin: 0px;
  padding: 0px;
}
.rfpower-wrap .rfpower-sidebar ul li,
.rfpower-wrap .sidebar ul li {
  list-style-type: none;
  position: relative;
}
.rfpower-wrap .rfpower-sidebar ul li a,
.rfpower-wrap .sidebar ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 20px 5px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.rfpower-wrap .rfpower-sidebar ul li a:hover,
.rfpower-wrap .sidebar ul li a:hover {
  color: #0076c0;
  background-color: none;
}
.rfpower-wrap .rfpower-sidebar ul li.has-sub-menu > a span,
.rfpower-wrap .sidebar ul li.has-sub-menu > a span {
  position: absolute;
  top: 22px;
  display: inline-block;
  margin-left: 7px;
  width: 8px;
  height: 10px;
  z-index: 10;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .rfpower-sidebar ul li.has-sub-menu > a span,
  .rfpower-wrap .sidebar ul li.has-sub-menu > a span {
    top: 14px;
  }
}
.rfpower-wrap .rfpower-sidebar ul li.has-sub-menu > a span:after,
.rfpower-wrap .sidebar ul li.has-sub-menu > a span:after {
  content: " ";
  position: absolute;
  right: -1px;
  top: 0px;
  border-top: 6px solid #a8a8a8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media screen and (max-width: 992px) {
  .rfpower-wrap .rfpower-sidebar ul li.has-sub-menu > a span:after,
  .rfpower-wrap .sidebar ul li.has-sub-menu > a span:after {
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .rfpower-wrap .rfpower-sidebar ul li.has-sub-menu > a span:after,
  .rfpower-wrap .sidebar ul li.has-sub-menu > a span:after {
    top: 0px;
  }
}
.rfpower-wrap .rfpower-sidebar ul li.has-sub-menu:hover > a span:after,
.rfpower-wrap .sidebar ul li.has-sub-menu:hover > a span:after {
  border-top-color: #0d2d6a;
}
.rfpower-wrap .rfpower-sidebar ul li.rfpower-menu-heading > a,
.rfpower-wrap .sidebar ul li.rfpower-menu-heading > a {
  font-weight: bold;
  font-size: 98%;
  border-bottom: none;
  padding-top: 25px;
  cursor: default;
}
.rfpower-wrap .rfpower-sidebar ul li.rfpower-menu-heading > a:hover,
.rfpower-wrap .sidebar ul li.rfpower-menu-heading > a:hover {
  background: none;
  color: #333333;
}
.rfpower-wrap .rfpower-sidebar ul li.highlight > a,
.rfpower-wrap .sidebar ul li.highlight > a {
  font-weight: bold;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu,
.rfpower-wrap .sidebar ul.sub-menu {
  height: auto;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu .current-menu-item a,
.rfpower-wrap .sidebar ul.sub-menu .current-menu-item a {
  color: #0076c0;
  background-color: transparent;
  font-size: 14px;
  padding-left: 25px;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu.sub-open,
.rfpower-wrap .sidebar ul.sub-menu.sub-open {
  height: auto;
  max-height: 400px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu.closed,
.rfpower-wrap .sidebar ul.sub-menu.closed {
  height: auto;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu li a,
.rfpower-wrap .sidebar ul.sub-menu li a {
  font-size: 12px;
  color: #333;
  font-size: 14px;
  padding-left: 25px;
}
.rfpower-wrap .rfpower-sidebar ul.sub-menu li a:hover,
.rfpower-wrap .sidebar ul.sub-menu li a:hover {
  color: #0076c0;
  background-color: transparent;
}
.rfpower-wrap .rfpower-sidebar ul .current-menu-item > a,
.rfpower-wrap .sidebar ul .current-menu-item > a {
  color: #0076c0;
  background-color: none;
  font-weight: bold;
}
.rfpower-wrap .rfpower-sidebar ul.rfpower-basic-list,
.rfpower-wrap .sidebar ul.rfpower-basic-list {
  margin: 0;
  list-style-image: none;
}
.rfpower-wrap .rfpower-sidebar ul.rfpower-basic-list li,
.rfpower-wrap .sidebar ul.rfpower-basic-list li {
  list-style-image: none;
  list-style-type: none;
}
.rfpower-wrap .rfpower-sidebar ul.rfpower-basic-list li a,
.rfpower-wrap .sidebar ul.rfpower-basic-list li a {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
.rfpower-wrap .rfpower-sidebar ul.rfpower-basic-list li a:hover,
.rfpower-wrap .sidebar ul.rfpower-basic-list li a:hover {
  background: none;
  color: #0076c0;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list {
  list-style-image: none;
  margin-left: 0px;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li {
  list-style-image: none;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li a,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li a {
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li .news-feed-image,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li .news-feed-image {
  float: right;
  width: 20%;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li .news-feed-image img,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li .news-feed-image img {
  max-width: 100%;
  height: auto;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li .news-feed-title, .rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li .news-feed-date,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li .news-feed-title,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li .news-feed-date {
  float: left;
  width: 70%;
  padding-left: 10px;
}
.rfpower-wrap .rfpower-sidebar .news-feed .rfpower-basic-list li .news-feed-date,
.rfpower-wrap .sidebar .news-feed .rfpower-basic-list li .news-feed-date {
  font-style: italic;
}
.rfpower-wrap .customer_alerts.subscribe {
  border: none;
  border-radius: 0px;
  background: none;
  border: none;
  color: #333333;
  box-shadow: none;
  padding: 0px;
}
.rfpower-wrap .customer_alerts.subscribe .sign-up-wrap {
  width: auto;
  margin-right: 20px;
  float: right;
}
.rfpower-wrap .customer_alerts.subscribe .all-prods {
  margin-bottom: 0;
  position: absolute;
  top: 51px;
  left: 124px;
}
.rfpower-wrap .customer_alerts.subscribe .all-prods label {
  font-size: 12px;
  display: inline-block;
}
.rfpower-wrap .customer_alerts.subscribe .all-prods .nice-checkbox {
  margin: 0;
  width: 20px !important;
}
.rfpower-wrap .customer_alerts.subscribe .all-prods .nice-checkbox label {
  width: 20px !important;
  height: 20px !important;
}
.rfpower-wrap .customer_alerts.subscribe .all-prods .nice-checkbox label:after {
  width: 10px !important;
  top: 4px !important;
}
.rfpower-wrap .customer_alerts.subscribe.line-scan-alerts .all-prods {
  left: 154px;
}
.rfpower-wrap .customer_alerts.subscribe h2 {
  padding: 10px;
  margin-bottom: 0px;
  color: #ffffff;
  background: #0076c0;
}
html.js .rfpower-wrap .customer_alerts.subscribe h2 {
  cursor: pointer;
}
html.js .rfpower-wrap .customer_alerts.subscribe h2:hover {
  background: #0086da;
}
.rfpower-wrap .customer_alerts.subscribe.expandable h2 {
  position: relative;
}
.rfpower-wrap .customer_alerts.subscribe.expandable h2:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 14px;
  border: 4px solid #ffffff;
  border-right: none;
  border-top: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.js .rfpower-wrap .customer_alerts.subscribe.stay-open .signup {
  display: block;
}
.rfpower-wrap .customer_alerts.subscribe .signup {
  padding: 10px;
  background: #edf2fb;
  position: relative;
}
html.js .rfpower-wrap .customer_alerts.subscribe .signup {
  display: none;
}
.rfpower-wrap .customer_alerts.subscribe a.manage-link {
  display: inline-block;
  padding: 5px 0;
  color: #333333;
}
.rfpower-wrap .customer_alerts.subscribe a.manage-link:hover {
  color: #0076c0;
}
.rfpower-wrap .customer_alerts.subscribe form #alert_types ul li {
  line-height: 2.1em;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .customer_alerts.subscribe form #alert_types ul li {
    width: 33.3333%;
  }
}
.rfpower-wrap .customer_alerts.subscribe form #alert_types h4 {
  padding-top: 0;
}
.rfpower-wrap .customer_alerts.subscribe form input[type=email] {
  padding: 7px 15px;
  width: 100%;
  height: auto;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.rfpower-wrap .customer_alerts.subscribe form .nice-checkbox {
  display: inline-block;
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox, html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox {
  width: 25px;
  position: relative;
  margin: 5px auto;
  margin-right: 3px;
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label, html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label:after, html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label:after {
  content: '';
  width: 15px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 4px;
  border: 3px solid #0076c0;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label:hover::after, html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox label:hover::after {
  opacity: 0.5;
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox], html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox] {
  visibility: hidden;
}
html.gt-ie8 .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox]:checked + label:after, html.no-ie .rfpower-wrap .customer_alerts.subscribe form .nice-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.rfpower-wrap .customer_alerts.subscribe form .btn, .rfpower-wrap .customer_alerts.subscribe form input[type=submit] {
  background: #0076c0;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.rfpower-wrap .customer_alerts.subscribe form .btn:hover, .rfpower-wrap .customer_alerts.subscribe form input[type=submit]:hover {
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
  background: #ffffff;
  color: #0076c0;
}
.rfpower-wrap .rfpower-btn {
  display: inline-block !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
  background: #e3e3e3 !important;
  color: #333333 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  -webkit-transition: none !important;
          transition: none !important;
}
.rfpower-wrap .rfpower-btn.small {
  font-size: 11px !important;
  padding: 3px 5px !important;
}
.rfpower-wrap .rfpower-btn:hover {
  background: #0076c0 !important;
  color: #ffffff !important;
  -webkit-transition: none !important;
          transition: none !important;
}
.rfpower-wrap table {
  border: 0px;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
  width: 100%;
}
.rfpower-wrap table tr {
  background-color: #eee !important;
}
.rfpower-wrap table tr.header.even {
  background-color: #0076c0 !important;
}
.rfpower-wrap table tr:nth-child(even), .rfpower-wrap table tr.even {
  background-color: #fff !important;
}
.rfpower-wrap table tr th, .rfpower-wrap table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
}
.rfpower-wrap table tr td {
  text-align: center;
  background: none;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 8px;
  vertical-align: top;
}
.rfpower-wrap table tr td.file {
  text-align: center;
}
.rfpower-wrap table tr td.file {
  text-align: center;
}
.rfpower-wrap table tr td.pad a {
  padding: 0px;
}
.rfpower-wrap table tr th {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  background-color: #0076c0 !important;
  color: #ffffff;
}
.rfpower-wrap table.emerald tbody tr.header:hover td {
  background: #0076c0 !important;
}
.rfpower-wrap table tbody tr:hover td {
  background: #0076c0 !important;
}
.rfpower-wrap .content .camera-type-wrap h2, .rfpower-wrap .content .resources-wrap h2 {
  color: #000;
  font-size: 170%;
}
.rfpower-wrap .content .camera-type-wrap table, .rfpower-wrap .content .resources-wrap table {
  border: 1px solid #666;
  border-left: none;
  border-top: none;
}
.rfpower-wrap .content .camera-type-wrap table td, .rfpower-wrap .content .resources-wrap table td {
  border-left: 1px solid #666;
  border-top: 1px solid transparent;
}
.rfpower-wrap .content .camera-type-wrap table tr td, .rfpower-wrap .content .resources-wrap table tr td {
  background: #FFF;
}
.rfpower-wrap .content .camera-type-wrap table tr td a, .rfpower-wrap .content .resources-wrap table tr td a {
  display: inline-block;
  padding: 5px;
}
.rfpower-wrap .content .camera-type-wrap table tr.even td, .rfpower-wrap .content .resources-wrap table tr.even td {
  background: #FFF;
}
.rfpower-wrap .content .camera-type-wrap td.camera-table-bottom, .rfpower-wrap .content .resources-wrap td.camera-table-bottom {
  background: #e5e5e5 !important;
  color: #666666 !important;
  text-transform: uppercase;
  border-top: 1px solid #666;
}
.rfpower-wrap .product-gallery-wrap {
  margin-bottom: 20px;
}
.rfpower-wrap .product-gallery-wrap .product-gallery-box {
  width: 170px;
  height: 170px;
  float: left;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .product-gallery-wrap .product-gallery-box {
    width: 185px;
    height: 185px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .product-gallery-wrap .product-gallery-box {
    width: 140px;
    height: 140px;
  }
}
.rfpower-wrap .product-gallery-wrap .product-gallery-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.rfpower-wrap .line-scan-camera-outer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rfpower-wrap .line-scan-cameras-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
@media (max-width: 768px) {
  .rfpower-wrap .line-scan-cameras-section {
    margin: 0 20px;
  }
}
.rfpower-wrap .line-scan-cameras-section.fadeIn {
  opacity: 1;
  overflow: visible;
}
.rfpower-wrap .line-scan-cameras-section .camera {
  width: 30%;
  border: solid 1px #0076c0;
  border-bottom: none;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.rfpower-wrap .line-scan-cameras-section .camera.open {
  z-index: 99;
}
@media (max-width: 768px) {
  .rfpower-wrap .line-scan-cameras-section .camera {
    width: 47%;
  }
}
@media (max-width: 438px) {
  .rfpower-wrap .line-scan-cameras-section .camera {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rfpower-wrap .line-scan-cameras-section .camera a {
  text-decoration: none;
}
.rfpower-wrap .line-scan-cameras-section .camera a.no-camera {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section {
  position: relative;
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section .description {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section .description .description-text {
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
          transition: opacity ease 0.5s;
  display: block;
  padding: 10px;
  text-align: center;
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section:hover.hover .description {
  background: rgba(0, 118, 192, 0.89);
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section:hover.hover .description .description-text {
  opacity: 1;
}
.rfpower-wrap .line-scan-cameras-section .camera .image-section:hover.no-hover {
  cursor: pointer;
}
.rfpower-wrap .line-scan-cameras-section .camera .brand-name {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.rfpower-wrap .line-scan-cameras-section .camera .brand-name:hover {
  cursor: pointer;
}
.rfpower-wrap .line-scan-cameras-section .camera .brand-name.hover:after {
  content: url("../img/icons/arrow.png");
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.rfpower-wrap .line-scan-cameras-section .camera .brand-name.hover.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: initial;
}
.rfpower-wrap .line-scan-cameras-section .camera .protected-docs-link {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.rfpower-wrap .line-scan-cameras-section .camera .models-list {
  position: absolute;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  padding: 10px 8px;
  border: solid 1px #0076c0;
  border-top: none;
  display: none;
}
.rfpower-wrap .line-scan-cameras-section .camera .models-list .model {
  list-style: none;
  margin-bottom: 0;
}
.rfpower-wrap .line-scan-cameras-section .camera .models-list .model:not(:last-child) {
  margin-bottom: 10px;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera img {
  max-width: 80%;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera .border {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  top: -1px;
  left: -1px;
  border: solid 6px #0076c0;
  z-index: -99;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera .view-camera-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera .view-camera-text {
  color: #0076c0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
}
.rfpower-wrap .line-scan-cameras-section .camera.view-camera .view-camera-image {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 70px;
}
.rfpower-wrap .cmos-sensors-outer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rfpower-wrap .cmos-sensors-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
@media (max-width: 768px) {
  .rfpower-wrap .cmos-sensors-section {
    margin: 0 20px;
  }
}
.rfpower-wrap .cmos-sensors-section.fadeIn {
  opacity: 1;
  overflow: visible;
}
.rfpower-wrap .cmos-sensors-section .sensor {
  padding: 20px 5px;
  width: 23%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .rfpower-wrap .cmos-sensors-section .sensor {
    width: 47%;
  }
}
@media (max-width: 438px) {
  .rfpower-wrap .cmos-sensors-section .sensor {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rfpower-wrap .cmos-sensors-section .sensor.open {
  z-index: 99;
}
.rfpower-wrap .cmos-sensors-section .sensor .inner {
  border: solid 1px #0076c0;
  border-bottom: none;
  text-align: center;
  position: relative;
  z-index: 1;
}
.rfpower-wrap .cmos-sensors-section .sensor .inner.open {
  z-index: 99;
}
.rfpower-wrap .cmos-sensors-section .sensor a {
  text-decoration: none;
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .cmos-sensors-section .sensor .image-section {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .cmos-sensors-section .sensor .image-section {
    height: 180px;
  }
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section .description {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section .description .description-text {
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
          transition: opacity ease 0.5s;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section .description:hover {
  background: rgba(0, 118, 192, 0.89);
}
.rfpower-wrap .cmos-sensors-section .sensor .image-section .description:hover .description-text {
  opacity: 1;
}
.rfpower-wrap .cmos-sensors-section .sensor .brand-name {
  color: #000000;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 8px;
  border-top: solid 1px #0076c0;
  border-bottom: solid 1px #0076c0;
  text-align: left;
  position: relative;
}
.rfpower-wrap .cmos-sensors-section .sensor .brand-name:hover {
  cursor: pointer;
}
.rfpower-wrap .cmos-sensors-section .sensor .brand-name.multiple-models:after {
  content: url("../img/icons/arrow.png");
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.rfpower-wrap .cmos-sensors-section .sensor .brand-name.multiple-models.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: initial;
}
.rfpower-wrap .cmos-sensors-section .sensor .models-list {
  position: absolute;
  z-index: 99;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  border: solid 1px #0076c0;
  border-top: none;
  display: none;
  width: 100%;
}
.rfpower-wrap .cmos-sensors-section .sensor .models-list .model {
  list-style: none;
  margin-bottom: 0;
  padding: 10px 8px;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor {
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor .inner {
  background: #0076c0;
  color: #ffffff;
  border: 1px solid #0076c0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background 0.4s ease;
          transition: background 0.4s ease;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor .inner:hover {
  cursor: pointer;
  background: #ffffff;
  color: #0076c0;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor .inner:hover a {
  color: #0076c0;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor img {
  display: block;
  width: auto;
  max-width: 50px;
  height: auto;
  margin: 5px auto;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.rfpower-wrap .cmos-sensors-section .sensor.view-sensor a:hover {
  color: #0076c0;
}
.rfpower-wrap .camera-finder-button-section {
  margin-bottom: 30px;
  z-index: 0;
}
@media (max-width: 768px) {
  .rfpower-wrap .camera-finder-button-section {
    display: none;
  }
}
.rfpower-wrap .camera-finder-button-section.mobile {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .rfpower-wrap .camera-finder-button-section.mobile {
    display: block;
  }
}
.rfpower-wrap .camera-finder-button-section .button-container {
  position: relative;
}
.rfpower-wrap .camera-finder-button-section .button-container .line {
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  width: 100%;
  top: calc(50% + 3px);
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner {
  padding: 5px;
  position: relative;
  background: #0076c0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  top: 0;
  border-radius: 5px;
  box-shadow: 0 5px 0px #00578d;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner:hover {
  background: #00578d;
  box-shadow: 0 5px 0px #0076c0;
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner:active {
  background: #00578d;
  box-shadow: 0 2px 0px #0076c0;
  top: 3px;
  transition: 0.1s all ease;
  -webkit-transition: 0.1s all ease;
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner img {
  width: 30px;
  margin-top: 5px;
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-left: 10px;
}
.rfpower-wrap .camera-finder-button-section .button-container .button-inner .camera-finder-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rfpower-wrap .guide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.rfpower-wrap .guide-section .guide-section-image {
  padding-right: 15px;
  margin-bottom: 0;
  min-width: 45px;
}
.rfpower-wrap .guide-section .guide-section-text {
  color: #404040;
  font-size: 1.6em;
  line-height: 1.5em;
}
.rfpower-wrap .rfpower-video {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 20px 0;
  border: 1px solid #0076c0;
}
@media screen and (min-width: 768px) {
  .rfpower-wrap .rfpower-video {
    width: 400px;
    height: 226px;
  }
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .rfpower-video {
    float: right;
    margin: 0 0 20px 20px;
  }
  .rfpower-wrap .rfpower-video.lsc-video {
    float: none;
    margin: 20px 0;
  }
}
.rfpower-wrap .rfpower-video img {
  display: block;
}
.rfpower-wrap .rfpower-video video {
  display: block;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
}
.rfpower-wrap .rfpower-video.lsc-video {
  max-width: none;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .rfpower-wrap .rfpower-video.lsc-video {
    float: none;
    margin: 20px 0;
  }
}
.rfpower-wrap .rfpower-video.lsc-video video {
  background-position-y: 95%;
}

.rfpower-accordion h3 {
  display: block;
  padding: 5px 10px;
  padding-right: 30px;
  background: #0076c0;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.rfpower-accordion h3:hover, .rfpower-accordion h3.open {
  background: #0086da;
  color: #ffffff;
}
.rfpower-accordion > .ui-accordion-content {
  border: none;
  background: none !important;
}
.rfpower-accordion > div {
  padding-bottom: 20px;
}

ul.rfpower-basic-list {
  margin-left: 20px;
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet.png");
}
ul.rfpower-basic-list li {
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet.png");
}

/**** RF Power Video Page ****/
.products-page .thank-you-message {
  margin: 20px 0;
  padding: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background: #0076c0;
  font-weight: bold;
  position: relative;
}
.products-page .thank-you-message span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.products-page .thank-you-message span:hover {
  cursor: pointer;
}
.products-page .video-section {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .products-page .video-section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.products-page .video-section .video-container {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .products-page .video-section .video-container {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .products-page .video-section .video-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .products-page .video-section .video-container.right {
    padding-left: 15px;
  }
}
.products-page .video-section .video-container .video {
  position: relative;
}
.products-page .video-section .video-container .video video {
  width: 100% !important;
}
@media (min-width: 769px) {
  .products-page .video-section .video-container .video video {
    height: 193px;
  }
}
.products-page .video-section .video-container .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-page .video-section .video-container .video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.products-page .video-section .video-container .description {
  padding: 20px;
  background: #0076c0;
}
.products-page .video-section .video-container .description p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}
.products-page .video-section .video-container .description p:last-child {
  margin-bottom: 0;
}
.products-page .video-section .video-container .description p strong {
  font-size: 16px;
}
.products-page .video-section .video-container .description ul {
  margin: 0 0 1em 1.3em;
}
.products-page .video-section .video-container .description ul li {
  list-style-image: url("/content/themes/e2v/assets/img/icons/list-bullet-white.png");
  color: #ffffff;
  font-size: 13px;
}
.products-page .enquire-button-rf-power-videos .enquire-button-wrap .contact-button {
  margin: 40px auto 40px auto;
}
.products-page .enquire-button-rf-power-videos .enquire-button-wrap .contact-form {
  padding-top: 20px;
}
.products-page #engineers-section h2 {
  font-size: 2em;
  color: #333333;
  font-family: 'metabookroman';
}
.products-page #engineers-section .content-section p a {
  color: #0076c0;
  -webkit-transition: ease all 0.5s;
          transition: ease all 0.5s;
  font-weight: bold;
  text-decoration: none;
}
.products-page #engineers-section .content-section p a:hover {
  color: #000000;
}
.products-page #engineers-section .video-container {
  padding-top: 20px;
}
.products-page #engineers-section .video-container .video {
  position: relative;
}
.products-page #engineers-section .video-container .video video {
  width: 100% !important;
}
@media (min-width: 769px) {
  .products-page #engineers-section .video-container .video video {
    height: 400px;
  }
}
.products-page #engineers-section .video-container .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-page #engineers-section .video-container .video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.modal-container .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-container .modal {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #ffffff;
  width: 90%;
  padding: 20px;
}
@media (min-width: 768px) {
  .modal-container .modal {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .modal-container .modal {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .modal-container .modal {
    width: 45%;
  }
}
.modal-container .modal .modal-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-container .modal .modal-heading h2 {
  margin-bottom: 0;
  color: #0076c0;
  font-size: 18px;
}
.modal-container .modal .modal-heading .close .fa {
  font-size: 20px;
  color: #c0392b;
}
.modal-container .modal .modal-heading .close .fa:hover {
  cursor: pointer;
}
.modal-container .modal .modal-content {
  padding-top: 10px;
}
.modal-container .modal .modal-content .form-description {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_38 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_38 #gform_38 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_38 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_38 #gform_confirmation_wrapper_38 #gform_confirmation_message_38 {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_27 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_27 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_27 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_27 #gform_27 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_27 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_27 #gform_confirmation_wrapper_27 #gform_confirmation_message_27 {
  font-size: 13px;
  line-height: 1.4;
}
.modal-container .modal .modal-content #gform_wrapper_26 {
  border: none;
  padding: 10px 0;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  float: none;
  width: 100%;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-style: normal;
}
.modal-container .modal .modal-content #gform_wrapper_26 #gform_26 .gform_footer input[type=submit] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 {
  padding: 20px 0;
}
.modal-container .modal .modal-content #gforms_confirmation_message_26 #gform_confirmation_wrapper_26 #gform_confirmation_message_26 {
  font-size: 13px;
  line-height: 1.4;
}

.rfpower-wrap .rfpower-tabs {
  border: 0px;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  width: 100%;
}
.rfpower-wrap .rfpower-tabs .ui-state-default {
  border: 0px;
}
.rfpower-wrap .rfpower-tabs a:focus {
  outline: none;
}
.rfpower-wrap .rfpower-tabs .tab-titles {
  padding: 0px 5px;
  background: #ffffff;
  border: 0px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .rfpower-wrap .rfpower-tabs .tab-titles {
    max-width: 100%;
  }
}
.rfpower-wrap .rfpower-tabs .tab-titles li {
  background: #f0f0f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .rfpower-wrap .rfpower-tabs .tab-titles li {
    width: 100%;
  }
}
.rfpower-wrap .rfpower-tabs .tab-titles li a {
  font-size: 15px;
  color: #000000;
}
.rfpower-wrap .rfpower-tabs .tab-titles li:focus, .rfpower-wrap .rfpower-tabs .tab-titles li:active, .rfpower-wrap .rfpower-tabs .tab-titles li:visited {
  outline: none;
}
.rfpower-wrap .rfpower-tabs .tab-titles .ui-tabs-active {
  background: #0076c0;
}
.rfpower-wrap .rfpower-tabs .tab-titles .ui-tabs-active a {
  color: #ffffff;
  font-weight: bold;
}
.rfpower-wrap .rfpower-tabs .ui-tabs-panel {
  padding: 0px;
}
.rfpower-wrap .rfpower-tabs .tab-content {
  margin: 0px 0px 0px 5px;
  border-top: 2px solid #0076c0;
}
.rfpower-wrap .rfpower-tabs .tab-content p {
  font-size: 14px;
  margin: 5px 0;
}
.rfpower-wrap .rfpower-tabs .tab-content .rfpower-accordion {
  padding-top: 20px;
}
.rfpower-wrap .rfpower-tabs .tab-content .content {
  width: 100%;
  padding: 40px 20px 10px;
  box-sizing: border-box;
}
.rfpower-wrap .rfpower-tabs .tab-content .content > p,
.rfpower-wrap .rfpower-tabs .tab-content .content li {
  font-size: 16px;
}
.rfpower-wrap .rfpower-tabs .tab-content .content li {
  padding-left: 5px;
}
.rfpower-wrap .rfpower-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 10px 30px;
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header {
  background: transparent;
  font-size: 1.6em;
  padding: 10px 5px;
  border: 0;
  border-top: 2px solid #ccc;
  color: #000000;
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header .ui-icon {
  background-image: url("../img/semiconductors/icons.png");
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header:focus {
  outline: none;
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header .accBtn {
  float: right;
  padding-right: 15px;
  font-size: 14px;
  display: none;
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header .accBtn:first-child {
  display: block;
}
.rfpower-wrap .rfpower-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0px;
}
.rfpower-wrap .rfpower-accordion .accordion-content {
  border: 0;
  border-top: 2px solid #ccc;
  font-size: 1.1em;
}
.rfpower-wrap .rfpower-accordion .accordion-content > p,
.rfpower-wrap .rfpower-accordion .accordion-content li {
  font-size: 16px;
}
.rfpower-wrap .rfpower-accordion .accordion-content li {
  padding-left: 5px;
}
.rfpower-wrap .rfpower-accordion .full-table.filterable {
  margin-top: 40px;
}
.rfpower-wrap .rfpower-accordion.child-pages {
  margin: 0px 0px 20px;
}
.rfpower-wrap .rfpower-accordion.child-pages .accordion-content {
  padding: 20px 15px !important;
}
.rfpower-wrap .rfpower-accordion.child-pages .accordion-content ul {
  font-size: 0.9em;
}
.rfpower-wrap .rfpower-accordion.child-pages .accordion-content > h3:after {
  content: '';
}
.rfpower-wrap .rfpower-tabs .content, .rfpower-wrap .rfpower-accordion .content, .rfpower-wrap .fancybox-inner .content, .rfpower-wrap .datasheets-standalone .content {
  clear: both;
}
.rfpower-wrap .rfpower-tabs .table-responsive, .rfpower-wrap .rfpower-accordion .table-responsive, .rfpower-wrap .fancybox-inner .table-responsive, .rfpower-wrap .datasheets-standalone .table-responsive {
  overflow-x: auto;
}
.rfpower-wrap .rfpower-tabs table, .rfpower-wrap .rfpower-accordion table, .rfpower-wrap .fancybox-inner table, .rfpower-wrap .datasheets-standalone table {
  border-top: 1px solid #0076c0;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
}
.rfpower-wrap .rfpower-tabs table tr, .rfpower-wrap .rfpower-accordion table tr, .rfpower-wrap .fancybox-inner table tr, .rfpower-wrap .datasheets-standalone table tr {
  background-color: #e7e7e9;
}
.rfpower-wrap .rfpower-tabs table tr:nth-child(even), .rfpower-wrap .rfpower-accordion table tr:nth-child(even), .rfpower-wrap .fancybox-inner table tr:nth-child(even), .rfpower-wrap .datasheets-standalone table tr:nth-child(even) {
  background-color: #f0f0f2;
}
.rfpower-wrap .rfpower-tabs table tr:hover, .rfpower-wrap .rfpower-accordion table tr:hover, .rfpower-wrap .fancybox-inner table tr:hover, .rfpower-wrap .datasheets-standalone table tr:hover {
  background-color: #0095f3;
}
.rfpower-wrap .rfpower-tabs table tr:hover td, .rfpower-wrap .rfpower-accordion table tr:hover td, .rfpower-wrap .fancybox-inner table tr:hover td, .rfpower-wrap .datasheets-standalone table tr:hover td {
  color: #fff;
}
.rfpower-wrap .rfpower-tabs table tr:hover td a, .rfpower-wrap .rfpower-accordion table tr:hover td a, .rfpower-wrap .fancybox-inner table tr:hover td a, .rfpower-wrap .datasheets-standalone table tr:hover td a {
  color: #fff;
}
.rfpower-wrap .rfpower-tabs table tr th, .rfpower-wrap .rfpower-accordion table tr th, .rfpower-wrap .fancybox-inner table tr th, .rfpower-wrap .datasheets-standalone table tr th {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f2 !important;
}
.rfpower-wrap .rfpower-tabs table tr th, .rfpower-wrap .rfpower-tabs table tr td, .rfpower-wrap .rfpower-accordion table tr th, .rfpower-wrap .rfpower-accordion table tr td, .rfpower-wrap .fancybox-inner table tr th, .rfpower-wrap .fancybox-inner table tr td, .rfpower-wrap .datasheets-standalone table tr th, .rfpower-wrap .datasheets-standalone table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
}
.rfpower-wrap .rfpower-tabs table tr td a, .rfpower-wrap .rfpower-accordion table tr td a, .rfpower-wrap .fancybox-inner table tr td a, .rfpower-wrap .datasheets-standalone table tr td a {
  -webkit-transition: none;
          transition: none;
}
.rfpower-wrap .rfpower-tabs #view-table, .rfpower-wrap .rfpower-tabs .print-table, .rfpower-wrap .rfpower-accordion #view-table, .rfpower-wrap .rfpower-accordion .print-table, .rfpower-wrap .fancybox-inner #view-table, .rfpower-wrap .fancybox-inner .print-table, .rfpower-wrap .datasheets-standalone #view-table, .rfpower-wrap .datasheets-standalone .print-table {
  float: right;
  display: block;
  background-color: #0076c0;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}
.rfpower-wrap .rfpower-tabs .no-products, .rfpower-wrap .rfpower-accordion .no-products, .rfpower-wrap .fancybox-inner .no-products, .rfpower-wrap .datasheets-standalone .no-products {
  font-size: 12px;
  font-weight: bold;
  background-color: #e7e7e9 !important;
}
.rfpower-wrap .rfpower-tabs .no-products:hover, .rfpower-wrap .rfpower-accordion .no-products:hover, .rfpower-wrap .fancybox-inner .no-products:hover, .rfpower-wrap .datasheets-standalone .no-products:hover {
  background-color: #e7e7e9;
}
.rfpower-wrap .rfpower-tabs .print-table, .rfpower-wrap .rfpower-accordion .print-table, .rfpower-wrap .fancybox-inner .print-table, .rfpower-wrap .datasheets-standalone .print-table {
  float: left;
}
.rfpower-wrap .rfpower-tabs .datasheet-filters, .rfpower-wrap .rfpower-accordion .datasheet-filters, .rfpower-wrap .fancybox-inner .datasheet-filters, .rfpower-wrap .datasheets-standalone .datasheet-filters {
  background-color: #0076c0;
  margin-bottom: 0px;
  padding: 5px;
  position: relative;
  display: none;
}
.rfpower-wrap .rfpower-tabs .datasheet-filters .filter, .rfpower-wrap .rfpower-accordion .datasheet-filters .filter, .rfpower-wrap .fancybox-inner .datasheet-filters .filter, .rfpower-wrap .datasheets-standalone .datasheet-filters .filter {
  width: auto;
  padding: 2px;
}
@media screen and (max-width: 992px) {
  .rfpower-wrap .rfpower-tabs .datasheet-filters .filter, .rfpower-wrap .rfpower-accordion .datasheet-filters .filter, .rfpower-wrap .fancybox-inner .datasheet-filters .filter, .rfpower-wrap .datasheets-standalone .datasheet-filters .filter {
    width: 100%;
  }
}
.rfpower-wrap .rfpower-tabs .datasheet-filters label, .rfpower-wrap .rfpower-accordion .datasheet-filters label, .rfpower-wrap .fancybox-inner .datasheet-filters label, .rfpower-wrap .datasheets-standalone .datasheet-filters label {
  background-color: transparent;
  display: block;
  color: #ffffff;
}
.rfpower-wrap .rfpower-tabs .datasheet-filters label span, .rfpower-wrap .rfpower-accordion .datasheet-filters label span, .rfpower-wrap .fancybox-inner .datasheet-filters label span, .rfpower-wrap .datasheets-standalone .datasheet-filters label span {
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.rfpower-wrap .rfpower-tabs .datasheet-filters select, .rfpower-wrap .rfpower-accordion .datasheet-filters select, .rfpower-wrap .fancybox-inner .datasheet-filters select, .rfpower-wrap .datasheets-standalone .datasheet-filters select {
  width: 100%;
  clear: both;
}
.rfpower-wrap .dsg-desc-wrap {
  font-size: 13px;
}
.rfpower-wrap ul.dsg-key li {
  font-size: 13px;
}

.quantum-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 500px;
}
.quantum-wrap .market-header {
  height: auto;
  min-height: 0px;
  margin-bottom: 0px;
}
.quantum-wrap .market-header img {
  max-width: 9999px;
  width: 100%;
  height: auto;
}
.quantum-wrap .content-area {
  padding-top: 30px;
}
.quantum-wrap .content-area.with-image {
  padding-top: 0;
}
.quantum-wrap .content-area > p {
  font-size: 16px;
}
.quantum-wrap #breadcrumb {
  display: none !important;
}
.quantum-wrap .span9 {
  float: none;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .quantum-wrap .span9 {
    float: right;
  }
}
.quantum-wrap .span12 {
  float: right;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.quantum-wrap .main-col {
  padding-top: 0;
  z-index: 10;
}
.quantum-wrap .main-col h1 {
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .quantum-wrap .main-col h1 {
    margin-top: 0px;
  }
}
.quantum-wrap .main-col h1.no-image {
  margin-top: 60px;
}
.quantum-wrap .main-col.quantum-home {
  padding-top: 0;
}
.quantum-wrap .quantum-sidebar {
  background: #f7f7f7;
  box-shadow: 3px 0px 8px #c3c3c3;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  margin-top: 20px;
  margin-right: 0;
  height: 100%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .quantum-wrap .quantum-sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .quantum-wrap .quantum-sidebar {
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .quantum-wrap .quantum-sidebar.can-close {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 50;
  }
}
.quantum-wrap .quantum-sidebar.closed {
  left: -23.6%;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.quantum-wrap .quantum-sidebar .main {
  width: 100%;
  background: none;
  padding: 0;
}
.quantum-wrap .quantum-sidebar a {
  text-decoration: none;
}
.quantum-wrap .quantum-sidebar .sidebar-btn {
  position: absolute;
  width: 90px;
  height: 22px;
  padding: 10px;
  right: -110px;
  top: 0px;
  background: #0076c0;
}
.quantum-wrap .quantum-sidebar .sidebar-btn .lines {
  display: inline-block;
  width: 40px;
  float: left;
}
.quantum-wrap .quantum-sidebar .sidebar-btn .lines span {
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.quantum-wrap .quantum-sidebar .sidebar-btn p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.quantum-wrap .quantum-sidebar .sidebar-btn:hover {
  background: #0095f3;
}
.quantum-wrap .quantum-sidebar .sidebar-btn.close span {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.quantum-wrap .quantum-sidebar .sidebar-btn.close span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.quantum-wrap .quantum-sidebar .sidebar-btn.close span.line2 {
  opacity: 0;
}
.quantum-wrap .quantum-sidebar .sidebar-btn.close span.line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.quantum-wrap .quantum-sidebar h2 {
  padding: 10px 20px;
  background: #0076c0;
  color: #ffffff;
  font-size: 17px;
}
.quantum-wrap .quantum-sidebar h2 a {
  color: #ffffff;
}
.quantum-wrap .quantum-sidebar .products {
  padding-bottom: 30px;
}
.quantum-wrap .quantum-sidebar .capabilities {
  padding-bottom: 30px;
}
.quantum-wrap .quantum-sidebar ul {
  margin: 0px;
  padding: 0px;
}
.quantum-wrap .quantum-sidebar ul li {
  list-style-type: none;
  position: relative;
}
.quantum-wrap .quantum-sidebar ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.quantum-wrap .quantum-sidebar ul li a:hover {
  color: #ffffff;
  background-color: #0076c0;
}
.quantum-wrap .quantum-sidebar ul li.has-sub-menu > a span {
  position: absolute;
  top: 22px;
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .quantum-wrap .quantum-sidebar ul li.has-sub-menu > a span {
    top: 12px;
  }
}
.quantum-wrap .quantum-sidebar ul li.has-sub-menu > a span:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  border-top: 5px solid #0d2d6a;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.quantum-wrap .quantum-sidebar ul.sub-menu {
  display: block;
  height: auto;
  overflow: hidden;
  max-height: 400px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.quantum-wrap .quantum-sidebar ul.sub-menu .current-menu-item a {
  color: #000;
  background-color: transparent;
  font-size: 14px;
  padding-left: 25px;
}
.quantum-wrap .quantum-sidebar ul.sub-menu.closed {
  height: auto;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.quantum-wrap .quantum-sidebar ul.sub-menu li a {
  font-size: 12px;
  color: #333;
  font-size: 14px;
  padding-left: 25px;
}
.quantum-wrap .quantum-sidebar ul.sub-menu li a:hover {
  color: #0076c0;
  background-color: transparent;
}
.quantum-wrap .quantum-sidebar ul .current-menu-item a {
  color: #ffffff;
  background-color: #0076c0;
}
.quantum-wrap .working-with {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
}
.quantum-wrap .working-with img {
  max-width: 320px;
  height: auto;
}
.quantum-wrap .quantum-diagram-wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  .quantum-wrap .quantum-diagram-wrap {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
}
.quantum-wrap .quantum-diagram-wrap h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.quantum-wrap .quantum-diagram {
  padding: 10px;
  padding-left: 40px;
  padding-top: 108px;
  position: relative;
}
.quantum-wrap .quantum-diagram:before {
  content: url(../img/semiconductors/rf-aerial.png);
  position: absolute;
  left: 10px;
  top: 40px;
}
.quantum-wrap .quantum-diagram .col {
  box-sizing: border-box;
  float: left;
  width: 18%;
  position: relative;
}
.quantum-wrap .quantum-diagram .col.col3, .quantum-wrap .quantum-diagram .col.col5 {
  width: 12%;
}
.quantum-wrap .quantum-diagram .col.col4 {
  width: 22%;
}
.quantum-wrap .quantum-diagram .diag-btn {
  position: relative;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border-radius: 5px;
  background: #0076c0;
  color: #ffffff;
  box-shadow: 0 5px 0px #00578d;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.quantum-wrap .quantum-diagram .diag-btn.double-height {
  height: 55px;
  line-height: normal;
  padding-top: 15px;
}
.quantum-wrap .quantum-diagram .diag-btn.padded {
  padding: 10px 0;
}
.quantum-wrap .quantum-diagram .diag-btn span {
  position: relative;
  z-index: 5;
}
.quantum-wrap .quantum-diagram .diag-btn:hover {
  background: #0095f3;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.quantum-wrap .quantum-diagram .diag-btn:hover:before {
  background: #0095f3;
}
.quantum-wrap .quantum-diagram .diag-btn:active {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.quantum-wrap .quantum-diagram .diag-btn.ASIC {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  cursor: default;
}
.quantum-wrap .quantum-diagram .diag-btn.digitizers {
  margin-top: 50px;
}
.quantum-wrap .quantum-diagram .diag-btn.no-link:active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.quantum-wrap .quantum-diagram .diag-btn.point-left {
  border-radius: 30px 5px 5px 30px;
  width: 71px;
}
.quantum-wrap .quantum-diagram .diag-btn.point-left:before {
  content: " ";
  position: absolute;
  left: -2px;
  top: 50%;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background: #0076c0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 4px 0px #00578d;
  z-index: 3;
}
.quantum-wrap .quantum-diagram .diag-btn.point-left:hover:before {
  background: #0095f3;
}
.quantum-wrap .quantum-diagram .diag-btn.point-right {
  border-radius: 5px 30px 30px 5px;
  width: 71px;
}
.quantum-wrap .quantum-diagram .diag-btn.point-right:before {
  content: " ";
  position: absolute;
  right: -2px;
  top: 50%;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background: #0076c0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: 0 4px 0px #00578d;
  z-index: 3;
}
.quantum-wrap .quantum-diagram .diag-btn.point-right:hover:before {
  background: #0095f3;
}
.quantum-wrap .quantum-diagram .col-group .diag-btn {
  width: 192px;
}
.quantum-wrap .quantum-diagram .col-group .diag-btn.thin {
  height: 40px;
  line-height: 40px;
}
.quantum-wrap .quantum-diagram .col-group .diag-btn.small {
  width: 89px;
  height: 48px;
  line-height: 48px;
  margin-left: 0px;
}
.quantum-wrap .quantum-diagram .col-group .diag-btn.double {
  width: 100%;
  height: 111px;
  line-height: 111px;
  margin-right: 0px;
}
.quantum-wrap .quantum-diagram .col-group .diag-btn.full {
  width: 100%;
}
.quantum-wrap .quantum-diagram .col-group .diag-group {
  max-width: 192px;
  margin: 0 auto;
}
.quantum-wrap .quantum-diagram .col-group .diag-group .col {
  float: left;
  width: 50%;
}
.quantum-wrap .quantum-diagram .col-span-top {
  position: absolute;
  top: -118px;
  left: 140px;
  text-align: center;
}
.quantum-wrap .quantum-diagram .col-span-top .group-lines {
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.quantum-wrap .quantum-diagram .col-span-top .group-lines .vert, .quantum-wrap .quantum-diagram .col-span-top .group-lines .horiz {
  display: inline-block;
}
.quantum-wrap .quantum-diagram .col-span-top .group-lines .vert {
  width: 2px;
  height: 10px;
  background: #000;
}
.quantum-wrap .quantum-diagram .col-span-top .group-lines .horiz {
  height: 20px;
  width: 400px;
  border: 2px solid #000;
  border-bottom: none;
  margin-top: -2px;
}
.quantum-wrap .quantum-diagram .col-span-side {
  position: absolute;
  top: 70px;
  left: 254px;
  height: 145px;
  padding-top: 40px;
}
.quantum-wrap .quantum-diagram .col-span-side .group-lines {
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.quantum-wrap .quantum-diagram .col-span-side .group-lines .vert, .quantum-wrap .quantum-diagram .col-span-side .group-lines .horiz {
  display: inline-block;
}
.quantum-wrap .quantum-diagram .col-span-side .group-lines .vert {
  height: 185px;
  width: 20px;
  border: 2px solid #000;
  border-left: none;
  margin-top: -2px;
  margin-right: 30px;
}
.quantum-wrap .quantum-diagram .col-span-side .group-lines .horiz {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.quantum-wrap .diagram-lower {
  padding-top: 10px;
  position: absolute;
  width: 31%;
  left: 5%;
  bottom: 12%;
}
.quantum-wrap .diagram-lower:before {
  display: none;
}
.quantum-wrap .diagram-lower .col {
  width: 100%;
  padding: 10px 0px;
  margin: 20px 10px;
}
.quantum-wrap .diagram-lower .col a {
  background-color: #000000;
}
.quantum-wrap .diagram-lower .col .diag-btn {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 0px #000000;
  margin: 0 0 10px 0;
}
.quantum-wrap .diagram-lower .col .diag-btn:hover {
  background-color: #000000;
}
.quantum-wrap .diagram-lower .col .diag-btn:active {
  box-shadow: none;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.quantum-wrap .diagram-lower .col.col7 {
  text-align: right;
  display: none;
}
.quantum-wrap .diagram-lower .col.col8 {
  text-align: left;
  margin-left: 245px;
}
.quantum-wrap .content {
  float: none;
  width: 100%;
  padding-top: 20px;
}
.quantum-wrap .quantum-tabs {
  border: 0px;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
}
.quantum-wrap .quantum-tabs .ui-state-default {
  border: 0px;
}
.quantum-wrap .quantum-tabs a:focus {
  outline: none;
}
.quantum-wrap .quantum-tabs .tab-titles {
  padding: 0px 5px;
  background: #ffffff;
  border: 0px;
  max-width: 74%;
}
@media screen and (max-width: 992px) {
  .quantum-wrap .quantum-tabs .tab-titles {
    max-width: 100%;
  }
}
.quantum-wrap .quantum-tabs .tab-titles li {
  background: #f0f0f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .quantum-wrap .quantum-tabs .tab-titles li {
    width: 100%;
  }
}
.quantum-wrap .quantum-tabs .tab-titles li a {
  font-size: 15px;
  color: #000000;
}
.quantum-wrap .quantum-tabs .tab-titles li:focus, .quantum-wrap .quantum-tabs .tab-titles li:active, .quantum-wrap .quantum-tabs .tab-titles li:visited {
  outline: none;
}
.quantum-wrap .quantum-tabs .tab-titles .ui-tabs-active {
  background: #0076c0;
}
.quantum-wrap .quantum-tabs .tab-titles .ui-tabs-active a {
  color: #ffffff;
  font-weight: bold;
}
.quantum-wrap .quantum-tabs .ui-tabs-panel {
  padding: 0px;
}
.quantum-wrap .quantum-tabs .tab-content {
  margin: 0px 0px 0px 5px;
  border-top: 2px solid #0076c0;
}
.quantum-wrap .quantum-tabs .tab-content p {
  font-size: 14px;
  margin: 5px 0;
}
.quantum-wrap .quantum-tabs .tab-content .quantum-accordion {
  padding-top: 20px;
}
.quantum-wrap .quantum-tabs .tab-content .content > p {
  font-size: 16px;
}
.quantum-wrap .quantum-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 10px 30px;
  text-transform: uppercase;
}
.quantum-wrap .quantum-accordion .ui-accordion-header {
  background: transparent;
  font-size: 1.6em;
  padding: 10px 5px;
  border: 0;
  border-top: 2px solid #ccc;
  color: #000000;
}
.quantum-wrap .quantum-accordion .ui-accordion-header .ui-icon {
  background-image: url("../img/semiconductors/icons.png");
}
.quantum-wrap .quantum-accordion .ui-accordion-header:focus {
  outline: none;
}
.quantum-wrap .quantum-accordion .ui-accordion-header .accBtn {
  float: right;
  padding-right: 15px;
  font-size: 14px;
  display: none;
}
.quantum-wrap .quantum-accordion .ui-accordion-header .accBtn:first-child {
  display: block;
}
.quantum-wrap .quantum-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0px;
}
.quantum-wrap .quantum-accordion .accordion-content {
  border: 0;
  border-top: 2px solid #ccc;
}
.quantum-wrap .quantum-accordion .accordion-content p {
  font-size: 1.3em;
}
.quantum-wrap .quantum-accordion .full-table {
  margin: 50px 0px 30px 0px;
}
.quantum-wrap .quantum-tabs .content, .quantum-wrap .quantum-accordion .content, .quantum-wrap .fancybox-inner .content, .quantum-wrap .datasheets-standalone .content {
  clear: both;
}
.quantum-wrap .quantum-tabs .table-responsive, .quantum-wrap .quantum-accordion .table-responsive, .quantum-wrap .fancybox-inner .table-responsive, .quantum-wrap .datasheets-standalone .table-responsive {
  overflow-x: auto;
}
.quantum-wrap .quantum-tabs table, .quantum-wrap .quantum-accordion table, .quantum-wrap .fancybox-inner table, .quantum-wrap .datasheets-standalone table {
  border-top: 1px solid #0076c0;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
}
.quantum-wrap .quantum-tabs table tr, .quantum-wrap .quantum-accordion table tr, .quantum-wrap .fancybox-inner table tr, .quantum-wrap .datasheets-standalone table tr {
  background-color: #e7e7e9;
}
.quantum-wrap .quantum-tabs table tr:nth-child(even), .quantum-wrap .quantum-accordion table tr:nth-child(even), .quantum-wrap .fancybox-inner table tr:nth-child(even), .quantum-wrap .datasheets-standalone table tr:nth-child(even) {
  background-color: #f0f0f2;
}
.quantum-wrap .quantum-tabs table tr:hover, .quantum-wrap .quantum-accordion table tr:hover, .quantum-wrap .fancybox-inner table tr:hover, .quantum-wrap .datasheets-standalone table tr:hover {
  background-color: #0095f3;
}
.quantum-wrap .quantum-tabs table tr:hover td, .quantum-wrap .quantum-accordion table tr:hover td, .quantum-wrap .fancybox-inner table tr:hover td, .quantum-wrap .datasheets-standalone table tr:hover td {
  color: #fff;
}
.quantum-wrap .quantum-tabs table tr:hover td a, .quantum-wrap .quantum-accordion table tr:hover td a, .quantum-wrap .fancybox-inner table tr:hover td a, .quantum-wrap .datasheets-standalone table tr:hover td a {
  color: #fff;
}
.quantum-wrap .quantum-tabs table tr th, .quantum-wrap .quantum-accordion table tr th, .quantum-wrap .fancybox-inner table tr th, .quantum-wrap .datasheets-standalone table tr th {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f2 !important;
}
.quantum-wrap .quantum-tabs table tr th, .quantum-wrap .quantum-tabs table tr td, .quantum-wrap .quantum-accordion table tr th, .quantum-wrap .quantum-accordion table tr td, .quantum-wrap .fancybox-inner table tr th, .quantum-wrap .fancybox-inner table tr td, .quantum-wrap .datasheets-standalone table tr th, .quantum-wrap .datasheets-standalone table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
}
.quantum-wrap .quantum-tabs table tr td a, .quantum-wrap .quantum-accordion table tr td a, .quantum-wrap .fancybox-inner table tr td a, .quantum-wrap .datasheets-standalone table tr td a {
  -webkit-transition: none;
          transition: none;
}
.quantum-wrap .quantum-tabs #view-table, .quantum-wrap .quantum-tabs .print-table, .quantum-wrap .quantum-accordion #view-table, .quantum-wrap .quantum-accordion .print-table, .quantum-wrap .fancybox-inner #view-table, .quantum-wrap .fancybox-inner .print-table, .quantum-wrap .datasheets-standalone #view-table, .quantum-wrap .datasheets-standalone .print-table {
  float: right;
  display: block;
  background-color: #0076c0;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}
.quantum-wrap .quantum-tabs .no-products, .quantum-wrap .quantum-accordion .no-products, .quantum-wrap .fancybox-inner .no-products, .quantum-wrap .datasheets-standalone .no-products {
  font-size: 12px;
  font-weight: bold;
  background-color: #e7e7e9 !important;
}
.quantum-wrap .quantum-tabs .no-products:hover, .quantum-wrap .quantum-accordion .no-products:hover, .quantum-wrap .fancybox-inner .no-products:hover, .quantum-wrap .datasheets-standalone .no-products:hover {
  background-color: #e7e7e9;
}
.quantum-wrap .quantum-tabs .print-table, .quantum-wrap .quantum-accordion .print-table, .quantum-wrap .fancybox-inner .print-table, .quantum-wrap .datasheets-standalone .print-table {
  float: left;
}
.quantum-wrap .quantum-tabs .datasheet-filters, .quantum-wrap .quantum-accordion .datasheet-filters, .quantum-wrap .fancybox-inner .datasheet-filters, .quantum-wrap .datasheets-standalone .datasheet-filters {
  background-color: #0076c0;
  margin-bottom: 0px;
  padding: 5px;
  position: relative;
  display: none;
}
.quantum-wrap .quantum-tabs .datasheet-filters .filter, .quantum-wrap .quantum-accordion .datasheet-filters .filter, .quantum-wrap .fancybox-inner .datasheet-filters .filter, .quantum-wrap .datasheets-standalone .datasheet-filters .filter {
  width: auto;
  padding: 2px;
}
@media screen and (max-width: 992px) {
  .quantum-wrap .quantum-tabs .datasheet-filters .filter, .quantum-wrap .quantum-accordion .datasheet-filters .filter, .quantum-wrap .fancybox-inner .datasheet-filters .filter, .quantum-wrap .datasheets-standalone .datasheet-filters .filter {
    width: 100%;
  }
}
.quantum-wrap .quantum-tabs .datasheet-filters label, .quantum-wrap .quantum-accordion .datasheet-filters label, .quantum-wrap .fancybox-inner .datasheet-filters label, .quantum-wrap .datasheets-standalone .datasheet-filters label {
  background-color: transparent;
  display: block;
  color: #ffffff;
}
.quantum-wrap .quantum-tabs .datasheet-filters label span, .quantum-wrap .quantum-accordion .datasheet-filters label span, .quantum-wrap .fancybox-inner .datasheet-filters label span, .quantum-wrap .datasheets-standalone .datasheet-filters label span {
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.quantum-wrap .quantum-tabs .datasheet-filters select, .quantum-wrap .quantum-accordion .datasheet-filters select, .quantum-wrap .fancybox-inner .datasheet-filters select, .quantum-wrap .datasheets-standalone .datasheet-filters select {
  width: 100%;
  clear: both;
}

.full-table {
  display: block !important;
  position: relative;
}

.show-filter {
  background: url("../img/semiconductors/filter-bg.png") no-repeat top left;
  position: absolute;
  top: -39px;
  right: 0;
  width: 183px;
  height: 39px;
}
.show-filter p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 7px 35px 0px 0px !important;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.show-filter p:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .show-filter {
    position: relative;
    width: 100%;
    background: #0076c0;
    top: auto;
  }
}

.fancybox-wrap {
  margin: 50px auto 0px auto !important;
  top: auto;
  left: auto;
}

.fancybox-skin {
  padding: 0px !important;
}

.fancybox-inner .datasheet-filters {
  background-color: #0076c0;
  margin-bottom: 0px;
  display: block !important;
  padding: 0px 10px 20px 10px;
}
.fancybox-inner .datasheet-filters .filter {
  background-color: #0076c0;
  width: 20%;
  max-width: 200px;
  background-color: transparent;
  display: block;
  color: #ffffff;
  margin-left: 0px;
  padding: 5px 0px 0px 0px;
}
@media screen and (max-width: 992px) {
  .fancybox-inner .datasheet-filters .filter {
    width: 100%;
    max-width: none;
  }
}
.fancybox-inner .datasheet-filters .filter span {
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.fancybox-inner .datasheet-filters select {
  width: 100%;
  clear: both;
}
.fancybox-inner table {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.fancybox-inner table tr {
  background-color: #e7e7e9;
}
.fancybox-inner table tr:nth-child(even) {
  background-color: #f0f0f2;
}
.fancybox-inner table tr th {
  font-weight: bold;
  font-size: 13px;
}
.fancybox-inner table tr th, .fancybox-inner table tr td {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 5px 0px;
}
.fancybox-inner #view-table, .fancybox-inner .print-table {
  display: none;
}

.fancybox-close {
  right: 0px !important;
  top: -25px !important;
  text-decoration: none;
  background: url("../img/semiconductors/lb-close.png") no-repeat center center !important;
  height: 10px !important;
  width: 10px !important;
}
.fancybox-close:hover {
  text-decoration: none;
  color: #0076c0;
}
.fancybox-close:before {
  content: "CLOSE";
  right: 50px;
  position: relative;
  top: -3px;
  font-size: 13px;
}

.fancybox-overlay {
  background: url("../img/semiconductors/fb-overlay.png") !important;
}

.printme {
  display: none;
}

@media print {
  .single-products {
    border-top: none;
  }

  .single-products * {
    display: none;
  }

  .single-products .printme {
    display: block;
    background: #FFF;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
  }
  .single-products .printme h1 {
    margin: 0 0 10px 0;
    display: block;
  }
  .single-products .printme h1 span {
    display: none;
  }
  .single-products .printme table {
    display: table;
    width: 100%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .single-products .printme table thead, .single-products .printme table tbody {
    display: table-row-group;
  }
  .single-products .printme table tr {
    display: table-row;
    width: 100%;
    background: #FFF;
  }
  .single-products .printme table tr:nth-child(2n+1) {
    background: #eee;
  }
  .single-products .printme table tr.hidden {
    display: none;
  }
  .single-products .printme table th, .single-products .printme table td {
    display: table-cell;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
  }
  .single-products .printme table th a, .single-products .printme table th p, .single-products .printme table th span, .single-products .printme table td a, .single-products .printme table td p, .single-products .printme table td span {
    display: block;
  }
  .single-products .printme table th {
    font-weight: bold;
  }
}
.boxes h2 {
  float: left;
  font-size: 23px;
  width: 100%;
  border-bottom: 1px solid #d7d4d4;
  padding: 10px 0;
  margin: 25px 0 35px;
}
.boxes .second, .boxes .third, .boxes .last {
  margin: 0 0 4% 0;
}

.box-content {
  float: left;
  position: relative;
  width: 48.4%;
  margin: 0 3.2% 4% 0;
}
.box-content a {
  color: #404040;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.box-content a:hover {
  color: #0076c0;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.box-content .foundicon {
  text-decoration: none;
  font-size: 15px;
}
.box-content .foundicon:hover {
  color: #85bb44;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
}
.box-content .proc-header-outer {
  float: left;
  position: relative;
  width: 100%;
  background: #0f255a;
  border-bottom: 2px solid #0076c0;
  padding: 5px 0;
}
.box-content .proc-header-inner {
  float: left;
  padding: 0 8px;
}
.box-content .proc-details {
  float: left;
  text-align: left;
  width: auto;
}
.box-content .proc-details h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 29px;
  font-family: "Lato", sans-serif;
}
.box-content .proc-details h4 {
  margin: 0;
  padding: 1px 0 0;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.box-content .proc-image {
  position: absolute;
  width: 110px;
  right: 18px;
  top: -5px;
}
.box-content table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 2px solid #0076c0;
}
.box-content table tr {
  float: left;
  width: 50%;
  overflow: hidden;
}
.box-content table td {
  margin: 0;
  padding: 10px 0px 10px 8px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
}
.box-content table td[data-col="1"] {
  font-size: 11px;
  color: #0076c0;
  padding-left: 0;
}
.box-content table .file {
  padding: 2px 8px 2px 10px;
}
.box-content table .single {
  width: 100%;
  float: none;
}
@media screen and (max-width: 768px) {
  .box-content {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .box-content .proc-inner {
    min-height: auto;
  }
}

.sidebar-toggle-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 500px;
}
.sidebar-toggle-wrap .clear {
  clear: both;
}
.sidebar-toggle-wrap .main-col {
  padding-top: 50px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar {
  background: #f7f7f7;
  box-shadow: 3px 0px 8px #c3c3c3;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  margin-top: 20px;
  margin-right: 0;
  height: 100%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .sidebar-toggle-wrap .sidebar-toggle-sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-toggle-wrap .sidebar-toggle-sidebar {
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-toggle-wrap .sidebar-toggle-sidebar.can-close {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 9999;
  }
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar.closed {
  left: -23.6%;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .main {
  width: 100%;
  background: none;
  padding: 0;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar a {
  text-decoration: none;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn {
  position: absolute;
  width: 90px;
  height: 22px;
  padding: 10px;
  right: -110px;
  top: 0px;
  background: #0076c0;
  z-index: 9999;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn .lines {
  display: inline-block;
  width: 40px;
  float: left;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn .lines span {
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn:hover {
  background: #0095f3;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn.close span {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn.close span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn.close span.line2 {
  opacity: 0;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .sidebar-btn.close span.line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar h2 {
  padding: 10px 20px;
  background: #0076c0;
  color: #ffffff;
  font-size: 17px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar h2 a {
  color: #ffffff;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .products {
  padding-bottom: 30px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar .capabilities {
  padding-bottom: 30px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul {
  margin: 0px;
  padding: 0px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul li {
  list-style-type: none;
  position: relative;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul li.sidebar-toggle-menu-heading > a {
  font-weight: bold;
  font-size: 98%;
  border-bottom: none;
  padding-top: 25px;
  cursor: default;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul li.sidebar-toggle-menu-heading > a:hover {
  background: none;
  color: #333333;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul li a:hover, .sidebar-toggle-wrap .sidebar-toggle-sidebar ul li a.current {
  color: #ffffff;
  background-color: #0076c0;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul.sub-menu {
  display: block;
  height: auto;
  overflow: hidden;
  max-height: 400px;
  padding: 0 0 15px 0;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul.sub-menu .current-menu-item a {
  color: #000;
  background-color: transparent;
  font-size: 14px;
  padding-left: 25px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul.sub-menu.closed {
  height: auto;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul.sub-menu li a {
  font-size: 12px;
  font-size: 14px;
  padding-left: 25px;
}
.sidebar-toggle-wrap .sidebar-toggle-sidebar ul .current-menu-item a {
  color: #ffffff !important;
  background-color: #0076c0 !important;
}
