/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
  padding: 5px;
}
/*********** Typography ***********/
body {
  background: #fff;
  color: #474646;
  font: normal 0.8em/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.025em;
}
h1,
.h1Header {
  color: #005dab;
  font-family: "Arial Black", "Arial Bold", "Arial" Gadget, 'Coda Caption', sans-serif;
  font-size: 200%;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: normal;
  padding-bottom: 1em;
  text-transform: uppercase;
}
h2 {
  font-size: 125%;
  font-weight: bold;
  padding-bottom: 1em;
}
h3 {
  padding-bottom: 1em;
}
h4 {
  padding-bottom: 1em;
}
h5 {
  padding-bottom: 1em;
}
h6 {
  padding-bottom: 1em;
}
p {
  padding-bottom: 1em;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
ul {
  list-style: disc;
  padding-bottom: 1em;
}
ol {
  list-style: decimal;
  padding-bottom: 1em;
}
ol ol {
  list-style: lower-alpha;
  padding-bottom: 0;
}
ol ol ol {
  list-style: upper-roman;
}
ol ol ol ol {
  list-style: lower-roman;
}
li {
  margin-left: 2em;
}
a {
  color: #187fce;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[type=text] {
  background-color: #eceeee;
  border-radius: 10px;
  color: #005dab;
  font-size: 14px;
  height: 30px;
  outline: none;
  padding: 0 8px;
  width: 100%;
}
input[type=checkbox],
input[type=radio] {
  color: #005dab;
}
select {
  border: 1px solid #d3d3d3;
  color: #005dab;
  height: 30px;
  min-width: 150px;
  margin: 0;
  vertical-align: top;
}
input[type=submit],
.button {
  background-color: #006fcc;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  min-width: 80px;
  padding: 8px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit].gray,
.button.gray {
  background-color: #888;
}
.contain-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 1%;
  width: 98%;
}
.contain-outer {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 2%;
  width: 96%;
}
header {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 50;
}
.pageContent figure {
  padding: 0 15px 15px 15px;
}
.notice {
  background-color: #005dab;
  border-radius: 5px;
  display: block;
  color: #000;
  margin-bottom: 20px;
  padding: 10px;
}
/* MII.COM STYLES */
#mii_com {
  background: url(/img/bgMiiCom.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#mii_com header {
  margin-bottom: 120px;
}
#mii_com .maincontent {
  margin: 0% 10%;
  max-width: 1920px;
  padding: 20px;
  top: 120px;
  width: 80%;
}
#mii_com .maincontent h1 {
  font-size: 130%;
  text-align: center;
}
#mii_com .maincontent h2 {
  font-size: 100%;
  text-transform: uppercase;
}
#mii_com .maincontent h3 {
  font-size: 110%;
}
#mii_com .maincontent .region {
  float: left;
  margin: 10px;
}
#mii_com .maincontent .country {
  float: left;
  padding: 0 10px 10px 10px;
  text-align: center;
}
#mii_com footer {
  position: relative;
  bottom: 0;
  z-index: 100;
}
#mii_com footer li {
  margin-bottom: 5px;
}
#mii_com footer td {
  vertical-align: top;
  padding: 0 5px;
}
/* END MII.COM STYLES */
.logo {
  height: 54px;
  margin: 0 auto;
  padding: 4px 0;
  position: relative;
  text-align: center;
  width: 108px;
  z-index: 10000;
}
.navbar {
  display: none;
}
.navbarlower {
  display: none;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav li {
  float: left;
  margin: 0;
  padding: 0;
}
/* NAVIGATION - MAIN MENU*/
.primary {
  display: none;
}
.ui-tooltip {
  display: none;
}
.header-icons {
  display: none;
}
.breadcrumbs {
  display: none;
}
.banner {
  background: none;
  height: auto;
  padding: 15px 0 0 0;
}
.banner h1,
.banner .h1Header {
  color: #005dab;
  display: inline-block;
  position: relative;
  top: 0;
  text-shadow: 1px 1px 1px #000;
}
.banner .newslist {
  display: none;
}
.maincontent {
  background: none;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.maincontent .primary-column {
  float: none;
  width: 100%;
}
.maincontent .secondary-column {
  display: none;
}
.maincontent .full {
  float: none !important;
  width: 100% !important;
}
.maincontent .empty {
  display: none;
}
footer {
  border-top: 2px solid #7a7e81;
  color: #000;
  font-size: 14px;
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}
footer td {
  vertical-align: top;
  padding: 0 5px;
}
footer .footermenu {
  float: left;
  padding: 15px 0;
  width: 80%;
}
footer .footermenu ul {
  float: left;
  list-style: none;
  padding-right: 2%;
  width: 18%;
}
footer .footermenu ul li.header {
  border-bottom: dotted 2px white;
}
footer .footercontent {
  float: right;
  padding: 15px 0;
  width: 15%;
}
footer a {
  color: #000;
}
footer.item {
  padding-top: 10px;
}
footer nav.global {
  float: none;
  width: 100%;
}
footer nav.global li {
  display: none;
  font-size: 10px;
}
footer nav.global li .popup {
  cursor: pointer;
}
footer nav.global li:last-child {
  display: block;
}
footer nav.global li a {
  display: block;
  width: 100%;
}
footer nav.global li .poplist {
  display: none;
}
footer nav.global li .countrylist {
  display: none;
}
footer nav.global li .countrypop {
  display: none;
}
footer nav.icons {
  display: none;
}
.footernav {
  background-color: #fff;
  border-top: 1px solid #4a4e52;
  padding-top: 10px;
}
.footernav .language {
  display: none;
}
.ftr {
  padding-right: 10px;
}
/* FORMS */
.form-block input[type=text] {
  background-color: #eceeee;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  outline: none;
  padding: 2px 8px;
}
.form-block #design_content,
.form-block div.design_content {
  background-color: transparent;
}
.form-block ol.design_list_horizontal {
  border: 0;
}
.form-block ol.design_list_vertical {
  border: 0;
}
.form-block textarea {
  background-color: #eceeee;
  color: #000;
  font-size: 14px;
  outline: none;
}
/* FEATURES */
/* DEFAULT ALS "SCROLLING LISTS" STYLES */
.als-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 0;
}
.als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.als-wrapper {
  position: relative;
  list-style: none;
}
.als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
}
.als-prev,
.als-next {
  position: absolute;
  cursor: pointer;
  clear: both;
}
.vertical .als-item {
  float: none;
  margin: 0;
  padding: 5px 0 0 0;
  width: 100%;
}
.vertical .als-item .runtime {
  font-size: 12px;
  margin: -10px 0 10px 0;
  padding: 0 6%;
  text-align: left;
}
.vertical #als-viewport_0 {
  width: 100% !important;
}
.vertical #als-wrapper_0 {
  width: 100% !important;
}
.vertical .als-prev,
.vertical .als-next {
  right: 5px;
}
.horizontal .als-viewport {
  margin: 0px 30px 0px 40px;
  padding-bottom: 20px;
}
.horizontal .als-item {
  float: left;
  font-size: 13px;
  max-width: 140px;
  padding: 0 5px;
  text-align: left;
}
.horizontal .als-item h3 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
}
.horizontal .als-prev {
  left: 5px;
  top: 50%;
  margin-top: -20px;
}
.horizontal .als-next {
  right: 5px;
  top: 50%;
  margin-top: -20px;
}
/* DEFAULT JCAROUSEL STYLES */
.maincontent .jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
}
.maincontent .jcarousel-wrapper .jcarousel {
  margin: 0 5%;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.maincontent .jcarousel-wrapper .jcarousel .jcarousel-list-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20000em;
}
.maincontent .jcarousel-wrapper .jcarousel .jcarousel-item {
  float: left;
  font-size: 13px;
  padding: 0;
  width: 140px;
}
.maincontent .jcarousel-wrapper .jcarousel .jcarousel-item .jcarousel-item-container {
  padding: 0 5px;
}
.maincontent .jcarousel-wrapper .jcarousel .jcarousel-item h3 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
}
.maincontent .jcarousel-wrapper .jcarousel img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.maincontent .jcarousel-wrapper .jcarousel-control-prev,
.maincontent .jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 30px;
  height: 48px;
  text-align: center;
  color: #005dab;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 48px/54px Arial, sans-serif;
  cursor: pointer;
}
.maincontent .jcarousel-wrapper .jcarousel-control-prev.inactive,
.maincontent .jcarousel-wrapper .jcarousel-control-next.inactive {
  display: none;
}
.maincontent .jcarousel-wrapper .jcarousel-control-prev {
  left: 5px;
}
.maincontent .jcarousel-wrapper .jcarousel-control-next {
  right: 5px;
}
/* DEFAULT CYCLE2 PAGER STYLES */
.cycle-pager {
  text-align: right;
  width: 100%;
  z-index: 500;
  position: absolute;
  overflow: hidden;
  margin-bottom: 20px;
}
.cycle-pager span {
  background: transparent url(../img/pager.png) center center no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  color: transparent;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  background: transparent url(../img/pagerActive.png) center center no-repeat;
}
.cycle-pager > * {
  cursor: pointer;
}
/* MEDIA */
.media {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.media .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.media .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media article {
  width: 100%;
  height: auto;
}
.media article .border {
  background-color: #fff;
  border: 1px solid #eceeee;
  padding: 12px 15px;
  margin-bottom: 10px;
}
.media article .border .VideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media article .border .VideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media article .border img {
  width: 100%;
  height: auto !important;
}
.media article h1 {
  color: #595959;
  font-size: 24px;
  padding-bottom: 0.5em;
}
.media article .caption {
  color: #333;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-stretch: condensed;
  margin-bottom: 20px;
  padding: 0 20px;
}
.media article .caption .runtime {
  text-align: right;
}
.media aside {
  background-color: #e5e5e5;
  float: right;
  padding: 0;
  width: 20%;
  /*h2
            {
                border-bottom: 1px solid #fff;
                color: #595959;
                font-size: 14px;
                padding: 10px 9%;
            }*/
}
.media aside .als-viewport .media-header {
  background-color: #e5e5e5;
  height: 22px;
  padding: 0 4%;
  position: relative;
}
.media aside .als-viewport .media-header h2 {
  color: #595959;
  font-size: 14px;
  padding: 5px 0;
}
.media aside .als-viewport .media-header .als-prev {
  top: 4px;
  height: 30px;
}
.media aside .als-viewport .media-header .als-prev img:hover {
  background: transparent;
}
.media aside .als-viewport img {
  /* background: #e5e5e5; */
  margin: 0;
  padding: 5px 6% 15px 6%;
  width: 88%;
}
.media aside .als-viewport img:hover {
  background: #0b4a80;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzBiNGE4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzBhNTM5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5NjJhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzA4NmZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzgzZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0b4a80 1%, #0a5392 25%, #0962ad 50%, #086fc6 75%, #0783eb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0b4a80), color-stop(25%, #0a5392), color-stop(50%, #0962ad), color-stop(75%, #086fc6), color-stop(100%, #0783eb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b4a80 1%, #0a5392 25%, #0962ad 50%, #086fc6 75%, #0783eb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b4a80 1%, #0a5392 25%, #0962ad 50%, #086fc6 75%, #0783eb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b4a80 1%, #0a5392 25%, #0962ad 50%, #086fc6 75%, #0783eb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0b4a80 1%, #0a5392 25%, #0962ad 50%, #086fc6 75%, #0783eb 100%);
  /* W3C */
}
.media aside .media-footer {
  background-color: #e5e5e5;
  border-top: 1px solid #fff;
  height: 10px;
  padding: 10px 9%;
  position: relative;
}
/* MEDIA SLIDESHOW / ROTATOR */
.media-container .media .slideshow {
  float: left;
  width: 65%;
}
.media-container .media aside {
  width: 30%;
}
.media-container .media aside .als-item:hover {
  color: #e5e5e5;
}
.media-container .media aside .als-item:hover .details h3 {
  color: #fff;
}
.media-container .media aside .als-item .icon {
  float: left;
  width: 40%;
}
.media-container .media aside .als-item .icon .runtime {
  font-size: 14px;
}
.media-container .media aside .als-item .details {
  float: right;
  font-size: 14px;
  margin-right: 10px;
  text-align: left;
  width: 55%;
}
.media-container .media aside .als-item .details h3 {
  color: #006fcc;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
}
.secondary-column .media {
  background-color: #e5e5e5;
  margin-bottom: 20px;
}
.secondary-column .media .border {
  background-color: #fff;
  border: 1px solid #eceeee;
  padding: 6px 8px;
  margin-bottom: 0;
}
.secondary-column .media .cycle-pager {
  text-align: right;
  width: 100%;
  z-index: 500;
  position: absolute;
  overflow: hidden;
  margin-bottom: 0;
}
.secondary-column .media .cycle-pager span {
  background: transparent url(../img/pager.png) center center no-repeat;
  width: 25px;
  height: 30px;
  display: inline-block;
  color: transparent;
  cursor: pointer;
}
.secondary-column .media .cycle-pager span.cycle-pager-active {
  background: transparent url(../img/pagerActive.png) center center no-repeat;
}
/* LIGHTBOX */
.lightbox {
  background: #dadada;
  padding: 25px 6% 25px 3%;
}
.lightbox .media .cycle-slideshow {
  float: left;
  width: 60%;
}
.lightbox .media aside {
  width: 30%;
}
.lightbox .media aside .als-item {
  border-bottom: 1px solid #eceeee;
}
.lightbox .media aside .als-item:hover {
  color: #e5e5e5;
}
.lightbox .media aside .als-item:hover .details h3 {
  color: #fff;
}
.lightbox .media aside .als-item .icon {
  float: left;
  width: 40%;
}
.lightbox .media aside .als-item .icon .runtime {
  font-size: 14px;
}
.lightbox .media aside .als-item .details {
  float: right;
  font-size: 14px;
  margin-right: 10px;
  text-align: left;
  width: 55%;
}
.lightbox .media aside .als-item .details h3 {
  color: #006fcc;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
}
/* Image Stacker */
.image-stacker .media aside {
  background-color: #d2d2d2;
  float: right;
  padding: 0;
  width: 100%;
}
.image-stacker .media aside .als-viewport {
  padding: 5px 0;
}
.image-stacker .media aside .als-viewport .als-item {
  border-bottom: 1px solid #eceeee;
  margin-top: 5px;
}
.image-stacker .media aside .als-viewport .als-item:last-child {
  border-bottom: none;
}
.image-stacker .media aside .als-viewport .als-item h2 {
  border-bottom: none;
  color: #005dab;
  font-size: 16px;
  padding: 10px 6% 0 6%;
  text-align: left;
}
.image-stacker .media aside .als-viewport .als-item .description {
  font-size: 12px;
  padding: 0 6% 10px 6%;
  text-align: left;
}
.image-stacker .media aside .als-viewport img {
  /* background: #d2d2d2; */
  margin: 0;
  padding: 5px 6%;
  width: 88%;
}
.image-stacker .media aside .als-viewport img:hover {
  background: #0b4a80;
}
.image-stacker .media aside .als-viewport .als-prev {
  top: 10px;
  height: 20px;
}
.image-stacker .media aside .als-viewport .als-next {
  bottom: 5px;
}
.image-stacker .media aside .media-footer {
  background-color: #d2d2d2;
  border-top: 1px solid #fff;
  height: 10px;
  padding: 10px 9%;
  position: relative;
}
/* MEDIA ROTATOR 1*/
.mediarotator1 {
  padding-top: 55px;
}
.mediarotator1 .media {
  margin: 0;
  padding: 0;
}
.mediarotator1 .media .cycle-slideshow-content {
  padding-bottom: 0;
}
.mediarotator1 .media .cycle-slideshow-content .cycle-pager {
  bottom: 20px;
  margin-bottom: 0;
}
.mediarotator1 .media article img {
  width: 100%;
}
.mediarotator1 .media article .caption {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -15px;
  padding: 15px 4% 60px 4%;
  width: 92%;
}
.mediarotator1 .media .cycle-pager {
  text-align: right;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 0;
}
/* MEDIA ROTATOR 2*/
.cycle-slideshow-content {
  padding-bottom: 45px;
}
.cycle-slideshow-content .cycle-pager {
  text-align: right;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
/* DEALER LOCATOR */
.dealer-locator h5 {
  color: #005dab;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
}
.dealer-locator section.criteria {
  margin: 15px 0;
}
.dealer-locator section.criteria div.queryBox {
  border-left: solid 2px #cecece;
  padding: 0 15px;
  margin: 20px 0;
  float: left;
  font-size: .85em;
  font-weight: bold;
}
.dealer-locator section.criteria div.queryBox:first-of-type {
  padding-left: 0;
  border-left: none;
}
.dealer-locator section.criteria div.queryBox:last-of-type {
  padding-right: 0;
}
.dealer-locator section.criteria div.queryBox .txtZip {
  height: 20px;
  width: 35%;
  margin-left: 30px;
}
.dealer-locator section.criteria div.queryBox .smallText {
  font-size: .75em;
}
.dealer-locator section.criteria div.queryBox .lblDistance {
  padding-right: 15px;
}
.dealer-locator section.criteria div.queryBox .searchBtn {
  background-image: url('/img/search_btn.png');
  background-repeat: no-repeat;
  background-position: 92% 50%;
  margin-left: 10px;
  padding-right: 25px;
}
.dealer-locator .mapDiv {
  width: 600px;
  height: 350px;
  position: relative;
  border: solid 3px #cecece;
  margin-right: 15px;
}
.dealer-locator .resultsNear {
  font-variant: small-caps;
  padding-left: 20px;
  padding-top: 5px;
}
.dealer-locator .als-item {
  padding: 3px;
}
.dealer-locator .als-item .title {
  color: #005dab;
  font-weight: bold;
  font-size: 1em;
}
.dealer-locator .als-item .blue-text {
  color: #005dab;
}
.dealer-locator .als-item .blue-pin {
  background-image: url('/img/map_pin.png');
  background-repeat: no-repeat;
  float: left;
}
.dealer-locator .als-item .pin-number {
  color: white;
  width: 17px;
  height: 17px;
  text-align: center;
  font-size: .75em;
  display: inline-block;
}
.dealer-locator .als-item .address-Container {
  padding-left: 20px;
  line-height: 1.2em;
  font-size: .9em;
}
.dealer-locator .current_LocationBtn {
  background-image: url('/img/current_location.png');
  background-repeat: no-repeat;
  background-position: 3% 50%;
  margin-top: 10px;
  padding-left: 25px;
}
.dealer-locator .popUpBox {
  background-color: black;
  min-width: 150px;
  color: #fff;
  font-size: .8em;
  padding: 3px;
  position: relative;
  line-height: 1.2em;
}
.dealer-locator .popUpBox:after {
  position: absolute;
  top: 100%;
  left: 1.7em;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em;
  border-color: #000000 transparent transparent transparent;
}
.dealer-locator .infobox_title {
  font-weight: bold;
}
.dealer-locator .directionsLabel {
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}
/* RESOURCES AND DOWNLOADS & ACCELLION DOWNLOADS */
.resources-downloads,
.als-list {
  background-color: #e5e5e5;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-stretch: condensed;
  margin-top: 0;
}
.resources-downloads h2,
.als-list h2 {
  color: #595959;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.resources-downloads .als-viewport,
.als-list .als-viewport {
  padding: 5px 0;
}
.resources-downloads .als-viewport .als-item,
.als-list .als-viewport .als-item {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;
  clear: both;
  cursor: default;
  margin: 0;
  padding: 5px 0;
  text-align: left;
}
.resources-downloads .als-viewport .als-item .icon,
.als-list .als-viewport .als-item .icon {
  float: left;
  margin: 0 2%;
  padding: 5px 0;
  width: 8%;
}
.resources-downloads .als-viewport .als-item .icon img,
.als-list .als-viewport .als-item .icon img {
  width: 100%;
}
.resources-downloads .als-viewport .als-item .details,
.als-list .als-viewport .als-item .details {
  float: left;
  margin-right: 2%;
  width: 86%;
}
.resources-downloads .als-viewport .als-item .details h3,
.als-list .als-viewport .als-item .details h3 {
  font-weight: bold;
  padding: 5px 0;
}
.resources-downloads .als-viewport .als-item .details h3 a,
.als-list .als-viewport .als-item .details h3 a {
  color: #005dab;
}
.resources-downloads .als-prev,
.als-list .als-prev {
  top: 10px;
  height: 20px;
}
.resources-downloads .media-footer,
.als-list .media-footer {
  background-color: #e5e5e5;
  height: 10px;
  padding: 10px 9%;
  position: relative;
  width: 82%;
}
/* KEYWORD SEARCH CONTENT */
.keywordsearch {
  background-color: #e5e5e5;
  margin-top: 20px;
}
.keywordsearch .vertical .als-viewport {
  padding: 10px 0;
}
.keywordsearch .vertical .media-header {
  background-color: #e5e5e5;
  height: 18px;
  padding: 0 4%;
  position: relative;
  z-index: 1000;
}
.keywordsearch .vertical .media-header h2 {
  background-color: #e5e5e5;
  color: #595959;
  font-size: 14px;
  padding: 5px 0;
  text-transform: uppercase;
}
.keywordsearch .vertical .media-header .als-prev {
  top: 4px;
  height: 30px;
}
.keywordsearch .vertical .media-header .als-prev img:hover {
  background: transparent;
}
.keywordsearch .vertical .als-item {
  border-bottom: 1px solid #eceeee;
  font-size: 13px;
  padding: 10px 4% 10px 8%;
  text-align: left;
  width: 88%;
}
.keywordsearch .vertical .als-item h3 {
  font-weight: bold;
  padding-bottom: 0;
  text-transform: uppercase;
}
.keywordsearch .vertical .als-item h3 a {
  color: #005dab;
  text-decoration: underline;
}
.keywordsearch .vertical .media-footer {
  background-color: #e5e5e5;
  height: 10px;
  padding: 2px 9%;
  position: relative;
}
.keywordsearch .vertical .media-footer .als-next {
  bottom: 0;
}
/* RELATED CONTENT */
.relatedcontent {
  display: none;
}
/* PRODUCT */
.product1 {
  position: relative;
}
.product1 .share_prod1 {
  display: none;
}
.product1 .rotator_prod1 {
  display: none;
}
.product1 .product_prod1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.product1 .resources_prod1 {
  display: none;
}
.product {
  padding: 0 15px;
}
.product div {
  margin-bottom: 20px;
}
.product h2 {
  text-transform: uppercase;
}
.product .featured {
  background: #f8e7a0;
  border: 1px solid #ffcc00;
  padding: 15px;
  margin: 0 -15px 20px -15px;
}
/* ON THE PRODUCT PAGE THE MEDIA ROTATOR DISPLAYS DIFFERENTLY THAN ON OTHER PAGES*/
.rotator {
  clear: right;
  float: right;
  width: 25%;
}
/* MULTILAYER ROTATOR */
.tooltipster-multilayer-rotator {
  border: 1px solid rgba(50, 50, 50, 0.8);
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b4b4b4', GradientType=0);
  color: #000;
  z-index: 100;
}
.tooltipster-multilayer-rotator .tooltipster-content {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  padding: 2.0em;
}
.tooltipster-multilayer-rotator a {
  color: #005dab;
  font-weight: bold;
}
.tooltipster-multilayer-rotator p {
  padding: 0;
}
.multilayerrotator article {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}
.multilayerrotator article .slide-link {
  width: 100%;
}
#slider nav.dots {
  display: none;
}
#slider nav.arrows {
  display: none;
}
/* PRESS AND NEWS */
.news-item h1 {
  color: #474646;
  font: normal 1em/1.4 Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  font-stretch: normal;
  padding-bottom: 1em;
  text-transform: none;
}
.news-item img {
  float: left;
  max-width: 300px;
  padding: 0 20px 20px 0;
}
.news-list .featured-item {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-list .featured-item .thumbnail {
  float: left;
  margin-right: 20px;
  width: 250px;
}
.news-list .featured-item .thumbnail img {
  width: 95%;
}
.news-list .news-list-item {
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 15px;
}
.news-list .news-list-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 10px;
}
.news-list .news-list-item .thumbnail {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 5px;
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
}
.news-list .news-list-item .thumbnail img {
  text-align: center;
  width: 100%;
}
/* SHARE */
.share {
  display: none;
}
/* SPECIAL CONTENT */
.specialcontent {
  background: #c9c9c9;
  margin-bottom: 15px;
  padding: 8px;
}
/* Section Navigation */
.sectionNavHeader {
  color: white;
}
.sectionNavHeader h1 {
  font-size: 130%;
  position: static;
  padding-bottom: 0;
}
.sectionNavHeader h2 {
  font-size: 100%;
  text-transform: uppercase;
}
.sectionNavHeader p {
  font-size: 70%;
  max-width: 450px;
  padding-bottom: 0;
}
.section-nav .jcarouselContainer {
  position: relative;
}
.section-nav .jcarouselContainer .jcarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list {
  width: 20000em;
  position: relative;
  overflow: hidden;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3 {
  float: left;
  position: relative;
  color: #005dab;
  text-align: center;
  background-image: url(/img/bgSecNavDivider.png);
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 180px;
  margin-bottom: 10px;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3 div.img {
  padding-top: 10px;
  display: block;
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 30px;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3 img {
  max-height: 100px;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3:hover,
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3.selected {
  color: white;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3:hover img.arrow,
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3.selected img.arrow {
  display: block;
  height: 10px;
  padding: 0;
  position: absolute;
  bottom: -10px;
  padding-left: 50%;
  margin-left: -15px;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3 img.arrow {
  display: none;
}
.section-nav .jcarouselContainer .jcarousel .jcarousel-list div.level3 p.img-caption {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  line-height: 110%;
  padding: 0 10px;
}
.section-nav div.level4 {
  list-style: none;
  display: none;
  font-size: 18px;
  border-top: 1px solid #ccc;
  background: #ffffff;
  margin-top: -10px;
}
.section-nav div.level4.visible {
  display: block;
}
.section-nav div.level4 ul {
  list-style: none;
  padding-bottom: 0;
}
.section-nav div.level4 ul li {
  margin: 25px 0;
  padding: 0;
  padding-top: 15px;
  display: inline-block;
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  background-image: url(/img/bgSecNavDivider.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.section-nav div.level4 ul li.description {
  font-size: 70%;
  width: 210px;
  padding-right: 10px;
  text-align: left;
}
.section-nav div.level4 ul li a img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
}
.section-nav div.level4 ul li a p.img-caption {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em;
  font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  padding: 0;
  padding-top: 2.2em;
}
.section-nav .jcarousel-control-prev,
.section-nav .jcarousel-control-next {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #54a9f1;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 48px/54px Arial, sans-serif bold;
  cursor: pointer;
  display: block;
  top: 30%;
}
.section-nav .jcarousel-control-prev {
  left: -5%;
}
.section-nav .jcarousel-control-next {
  right: -5%;
}
.section-nav .navItem {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 80%;
}
.section-nav .navItem:first-of-type {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.section-nav .navItem a:link {
  text-decoration: underline;
  font-weight: bold;
}
.section-nav .navItem p {
  padding: 0;
}
aside .section-nav .navItem p {
  display: none;
}
.hide-desktop {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* TERM SELECTOR*/
.term-selector .terms {
  font-size: 14px;
  padding-bottom: 15px;
}
.term-selector .selector {
  display: none;
}
.term-selector .button {
  display: none;
}
.term-selector .results {
  float: none;
  width: 100%;
}
.term-selector .results .r-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.term-selector .results .r-item:last-child {
  border-bottom: 0;
}
.term-selector .results .r-item .thumbnail {
  float: left;
  width: 15%;
}
.term-selector .results .r-item .thumbnail img {
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 105px;
}
.term-selector .results .r-item .summary {
  float: right;
  width: 80%;
}
.term-selector .results .r-item .summary h2 {
  font-size: 14px;
}
.term-selector .term-selector-advanced input {
  display: none;
}
.term-selector .term-selector-advanced button {
  display: none;
}
.term-selector .term-selector-advanced ul {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}
.term-selector .term-selector-advanced ul li {
  width: 100%;
}
.term-selector .term-selector-advanced ul ul {
  border-top: 1px solid #ccc;
  margin-top: 4px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: normal;
}
.term-selector .term-selector-advanced ul ul li {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
.presentation3 {
  min-height: 300px;
  position: relative;
  top: 105px;
  margin-bottom: 105px;
}
/* CONTACT FORM */
.form-selector .jcarousel-item {
  margin-bottom: 12px;
}
.form-selector .form-item {
  background: url(/img/bgSecNavDivider.png) right center no-repeat;
  float: left;
  position: relative;
  width: 24%;
}
.form-selector .form-item:last-child {
  background: none;
}
.form-selector .form-item:hover .department p {
  color: #fff;
}
.form-selector .form-item.selected .department {
  background: url(../img/iconNavArrow.png) bottom center no-repeat;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.form-selector .form-item.selected .department p {
  color: #fff;
}
.form-selector .form-item .department-icon {
  max-width: 239px;
  text-align: center;
}
.form-selector .form-item .department-icon img {
  width: 95%;
  max-height: 200px;
}
.form-selector .form-item .department {
  text-align: center;
}
.form-selector .form-item .department p {
  color: #005dab;
  font-weight: bold;
  text-transform: uppercase;
}
.form-data {
  border-top: 1px solid #dedede;
  margin-top: -12px;
  padding-top: 15px;
}
.form-data .department-description {
  background: url(/img/bgSecNavDivider.png) right center no-repeat;
  float: left;
  width: 25%;
}
.form-data .department-form {
  float: right;
  width: 72%;
}
.search-results .searchbox {
  margin-bottom: 20px;
}
.search-results .narrowresults {
  background-color: #ddd;
  border: 1px solid #888;
  float: left;
  font-size: 13px;
  padding: 10px;
  width: 22%;
}
.search-results .narrowresults h2 {
  background-color: #888;
  color: #fff;
  font-size: 14px;
  margin: -10px;
  padding: 10px;
  text-transform: uppercase;
}
.search-results .narrowresults ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 10px 10px;
}
.search-results .narrowresults li {
  margin: 0 0 5px 0;
  padding: 0;
}
.search-results .narrowresults li a {
  color: #000;
}
.search-results .narrowresults li a.selected {
  font-weight: bold;
}
.search-results .resultslist {
  float: right;
  width: 70%;
}
.search-results .resultslist tr {
  border-bottom: 1px solid #888;
}
.search-results .resultslist td {
  padding: 20px 0;
}
.search-results .resultslist td .category {
  color: #005dab;
  font-weight: bold;
}
.search-results .resultslist img {
  margin-right: 30px;
  max-width: 50px;
}
.search-results .resultslist .item-title {
  font-weight: bold;
}
.rotatorIntegration .slider {
  width: 100%;
  min-width: 640px;
  position: relative;
}
.rotatorIntegration .slide {
  display: block;
}
.rotatorIntegration .slide,
.rotatorIntegration .slide-text,
.rotatorIntegration .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
html[dir="rtl"] body {
  direction: rtl;
}
html[dir="rtl"] body nav li {
  float: right;
}
html[dir="rtl"] body .primary {
  float: right;
}
html[dir="rtl"] body .header-icons {
  float: left;
}
html[dir="rtl"] body .breadcrumbs .breadcrumb {
  float: right;
}
html[dir="rtl"] body .breadcrumbs .logininfo {
  float: left;
  text-align: left;
}
html[dir="rtl"] body .maincontent .primary-column {
  float: right;
}
html[dir="rtl"] body .maincontent .secondary-column {
  float: left;
}
html[dir="rtl"] body footer .footernav nav.global {
  float: right;
}
html[dir="rtl"] body footer .footernav nav.global li {
  border-right: none;
  border-left: 1px solid #fff;
}
html[dir="rtl"] body footer .footernav nav.global li:last-child {
  border-left: none;
}
html[dir="rtl"] body footer .footernav nav.icons {
  float: left;
  text-align: left;
}
html[dir="rtl"] body footer .footernav nav.icons .ftr {
  float: left;
}
