﻿@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=90ccd9ea-949b-4d00-9073-d87c43ae2abb");
@import "/pub/CSS/text.css";
@import "/pub/CSS/custom.css";





/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/
  Licensed under GPL and MIT.
*/



/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1;
}

/*make caption font smaller - AK 12/2/15 */
p.caption {
    font-size: xx-small;
}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/pub/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}



/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #01709e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #01709e;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*German site Nav/Search field fix */

/* german.nav ul, german.nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  padding-right: 170px;
}*/

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* Subscription Form Formatting - AK 2/2/2015 */
.blockFormFixed {
border-bottom: #d9e5e7 1px solid; 
border-left: #d9e5e7 1px solid; 
padding-bottom: 25px;
margin-bottom: 20px; 
overflow: hidden; text-align:left;
border-top: #d9e5e7 1px solid; 
border-right: #d9e5e7 1px solid; 
padding-top: 20px;
width: 800px;
}

.blockForm {
border-bottom: #d9e5e7 1px solid;
border-left: #d9e5e7 1px solid;
padding-bottom: 25px;
margin-bottom: 20px;
overflow: hidden;
text-align: left;
border-top: #d9e5e7 1px solid;
border-right: #d9e5e7 1px solid;
padding-top: 20px;
padding-right: 10px;
padding-left: 10px;
}

.floatLeftPad{
float:left;
padding-left:140px; 
padding-right:20px; 
padding-top: 10px;
}

.topPad{
padding-top:10px;
}

.choiceCols { 
padding-bottom:20px;    
}
.choiceCol { 
float:left; 
width:460px;    
}
.groupColumn {   
padding:5px 0 5px 0;
}
.groupColumn table { 
margin:0;
}
.subColumn { 
float:left; 
margin-right:10px; 
padding-top:2px;  
width:72px; 
text-align:center; 
}

.tipColumn { 
float:left; 
width:275px; 
margin-top:0px; 
margin-left:4px; 
}

.choiceWork { 
margin:0 0 20px 0; 
padding:0; 
width:100%;
}

/* End Subscription Form Formatting - AK 2/2/2015 */


/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/pub/img/controls.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 14px;
  background: url(/pub/img/border.png) repeat-x top left;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/pub/img/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/pub/img/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter {
  height: 43px;
  background: url(/pub/img/border.png) repeat-x bottom left;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/pub/img/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft {
  width: 14px;
  background: url(/pub/img/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
  width: 14px;
  background: url(/pub/img/controls.png) repeat-y -211px 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
#cboxLoadingOverlay {
  background: url(/pub/img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/pub/img/loading.gif) no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url(/pub/img/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose:hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
.input_tiny {
  width: 50px;
}
.input_small {
  width: 100px;
}
.input_medium {
  width: 150px;
}
.input_large {
  width: 200px;
}
.input_xlarge {
  width: 250px;
}
.input_xxlarge {
  width: 300px;
}
.input_full {
  width: 100%;
}
.input_full_wrap {
  display: block;
  padding-right: 8px;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  top: 0 \0;
  *top: -3px;
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 7px 0;
  -moz-box-shadow: #0066ff 0 0 7px 0;
  -o-box-shadow: #0066ff 0 0 7px 0;
  box-shadow: #0066ff 0 0 7px 0;
  z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd url(/pub/img/button.png) repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}
:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(/pub/img/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    height: 1.8em;
  }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #000000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
}
.ie6_button,
* html button {
  background: #dddddd url(/pub/img/button.png) repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
* html select {
  margin-top: 1px;
}
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}
.ie6_input_disabled {
  background: #eeeeee;
}



/* Globals
------------------------------------------------------------------------------------------------------------ */
* :first-child {
  margin-top: 0;
}
a {
  color: #01709e;
  text-decoration: none;
}
a:visited {
  color: #015e85;
}
a:hover {
  color: #50cbff;
}
h3 {
  font-size: 16px;
  line-height: 1;
}
img {
  max-width: 100%;
  max-height: 100% !important;
  height: auto !important;
}
input[type=radio] + label,
input[type=checkbox] + label {
  margin-left: 10px;
  display: inline-block;
}
input[type=submit],
button {
  border-radius: 0;
  background: #00a1e4;
  background: -moz-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1e4), color-stop(100%, #0291cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
  background: -o-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
  background: -ms-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
  background: linear-gradient(top, #00a1e4 0%, #0291cd 100%);
  border: none;
  padding: 5px 20px;
  color: #FFF;
  text-shadow: 1px 1px 1px #666;
  font-weight: normal;
  font-size: 14px;
}
input[type=submit]:hover,
button:hover {
  background: #ed1d25;
}

/*Mimic Submit Attributes for 'Cancel' buttons -AK*/

input[type=reset]:hover, button:hover {
background: #ed1d25;
}

input[type=reset], button{
border-radius: 0;
background: #00a1e4;
background: -moz-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1e4), color-stop(100%, #0291cd));
background: -webkit-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
background: -o-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
background: -ms-linear-gradient(top, #00a1e4 0%, #0291cd 100%);
background: linear-gradient(top, #00a1e4 0%, #0291cd 100%);
border: none;
padding: 5px 20px;
color: #FFF;
text-shadow: 1px 1px 1px #666;
font-weight: normal;
font-size: 14px;
}

/*done*/

input[type=text],
input[type=password],
input[type=search] {
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4;
  height: 3em;
  /*text-transform: uppercase; not needed - AK */
  font-size: 10px;
}
input[type=text].bg,
input[type=password].bg,
input[type=search].bg {
  background: #ebebeb;
}
label {
  font-weight: bold;
}
ul {
  padding-left: 0;
}
ul,
li {
  margin: 10px 0;
}
ul li {
  margin: 0 0 10px 10px;
}
hr {
  border: none;
  border-bottom: 1px dotted #c2c2c2;
  margin: 20px 0;
  clear: both;
}



/* Layout
------------------------------------------------------------------------------------------------------------ */
#bodywrapper,
#mainwrapper {
  position: relative;
}
.container_12 {
  width: 960px;
}
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
.container_12 .grid_12 {
  width: 940px;
}
footer {
  margin-top: 50px;
}
footer .container_12 {
  position: relative;
}
footer .grid_2 {
  margin: 0;
  height: 100%;
}
#leftrail.narrow {
  width: 200px;
}
#masthead {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
#leftrail.narrow + #maincolumn {
  width: 700px;
  padding-left: 19px;
  border-left: 1px solid #d7d7d7;
}
#login-overlay {
  /* width: 250px; not needed - AS */
  padding: 10px;
}
#login-overlay ul {
  padding-left: 0;
}
#pagetitle {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}



/* heading texts with icons 
-------------------------------------------- */
/* Training Opportunities heading */
#trainingop-heading:before {
  background-position: 0 -250px;
}
/* Location heading - where we work page */
#locations-heading:before {
  background-position: -100px -250px;
}
/* Industry News heading */
#industry-news-heading:before {
  background-position: -100px -300px;
}
/* Browse Resources heading */
#resources-heading:before {
  background-position: 0 -350px;
}
/* Browse Events calendar heading */
#events-heading:before {
  background-position: -50px -300px;
}
/* Certifications on homepage heading */
#certification-heading:before {
  background-position: -50px -250px;
}
/* Locations on homepage heading*/
#locations-heading:before {
  background-position: -100px -250px;
}
/* Education on homepage heading*/
#education-heading:before {
  background-position: 0 -300px;
}
/* Photo archive heading on pressroom */
#photoarchive-heading:before {
  background-position: -100px -592px;
  margin-right: 0;
}



/* Modules
------------------------------------------------------------------------------------------------------------ */
.address {
  font-size: 12px;
}
a.current {
  font-weight: bold;
}
.addtocart {
  margin-top: 20px;
}

.addtowish {
  margin-top: 20px;
}

.aviq-info {
  background: #111111;
  color: #FFF;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
/* original - AS
.aviq-info a {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  color: #50cbff;
}*/
.aviq-info a {
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  line-height: 125%;
}
.aviq-info img {
  float: left;
  margin-right: 4px;
}
.aviq-info .aviq-logo {
  color: #FFF;
}
.aviq-info .aviq-logo:after {
  color: #ed1d25;
  font-weight: bold;
  font-size: 14px;
}
.aviq-info .arrow {
  color: #ed1d25;
  position: absolute;
  right: 10px;
  top: 10px;
}
.aviq-info .content {
  margin-top: 4px;
}
.block {
  font-size: 12px;
  margin-bottom: 25px;
  zoom: 1;
}
.block ul {
  padding-left: 0;
}
.block .body *:first-child {
  margin-top: 0;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block-type-a {
  background: #ebebeb;
}
.block-type-a .body {
  padding: 0 15px 10px 15px;
}
.block-type-a.twitterfeed .body {
  padding-left: 10px;
  padding-right: 10px;
}
.block-type-a.alt {
  background: #FFF;
  border-color: #cfcfcf;
  border-width: 1px;
  border-style: solid;
}
.breadcrumb {
  position: relative;
  top: -20px;
  left: 10px;
}
.back-link {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.back-link:link {
  color: #ed1d25;
  text-decoration: none;
}
.back-link:visited {
  color: #df121a;
}
.back-link:active {
  color: #ed1d25;
}
.back-link:hover {
  text-decoration: underline;
}
.back-link:before {
  color: #ed1d25;
}
.back-link:before {
  font-size: 14px;
  font-weight: bold;
  content: "\002039 \0020";
}
.blurb {
  background: #ebebeb;
  color: #252525;
  text-align: center;
  padding: 22px 0;
  font: normal 18px/1 'HelveticaNeueW01-45Ligh';
}
/* Inside pricing block on course detail pages */
.caveat {
  color: #636363;
}
.catalog img {
  border-bottom-color: #ffffff;
}
.catalog .download {
  padding: 5px 0 5px 0;
  text-align: center;
  background: #252525;
}
.catalog .download a {
  width: 100%;
  color: #50cbff;
}
.catalog img {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.catalog-listing {
  margin-bottom: 30px;
}
.catalog-listing h1 {
  font-weight: bold;
}
.catalog-listing li {
  margin-bottom: 3px;
}
.catalog-listing .details {
  color: #747474;
}
.cal-icon {
  width: 26px;
  height: 26px;
  background-image: url(/pub/img/sprite.png);
  background-position: 0 -150px;
  backgrokund-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 10px;
}
.cal-icon:hover {
  background-position: -50px -150px;
}
#cboxClose {
  top: 0;
  background-image: url(/pub/img/sprite.png);
  background-position: -50px -500px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
#cboxClose:hover {
  background-position: -50px -500px;
  opacity: .5;
}
.certificate {
  border: 1px solid #cfcfcf;
  /*border-width: 1px solid #cfcfcf;  incorrect css - AS */
  padding: 15px;
}
.certificate h1 {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
}
.certificate.alt h1 {
  font-size: 16px;
  font-weight: bold;
}
.certificate.alt h2 {
  font-size: 13px;
  margin: 10px 0;
  font-weight: bold;
}
.certificate.alt h3 {
  font-weight: bold;
  font-size: 10px;
  margin: 0;
}
.certificate.alt h3 h3 {
  color: #ed1d25;
}
/* Pressroom - Media contacts block */
.contact-info {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #c2c2c2;
  zoom: 1;
}
.contact-info:before,
.contact-info:after {
  content: "";
  display: table;
}
.contact-info:after {
  clear: both;
}
.contact-info h3,
.contact-info h4 {
  margin: 0;
}
.contact-info h4 {
  color: #636363;
  font-size: 10px;
  text-transform: uppercase;
}
.copyright {
  display: inline-block;
  margin-right: 10px;
  color: #747474;
}
/* create an account block on job seekers page */
.create {
  border-bottom: 3px solid #111111;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/* jQuery Dates picker module */
.dates fieldset {
  display: inline-block;
  position: relative;
}
.dates fieldset .wrap {
  display: inline-block;
}
.dates fieldset label {
  margin-right: 5px;
}
.dates fieldset:first-child {
  margin-right: 20px;
}
.dates.wide input[type=submit] {
  margin-left: 20px;
}
.dates.narrow {
  margin-top: -10px;
}
.dates.narrow fieldset:first-child {
  margin-right: 0;
}
.dates.narrow label {
  position: relative;
  top: 15px;
}
.dates.narrow fieldset {
  display: block;
  margin-bottom: 30px;
}
.dates.narrow .wrap {
  width: 150px;
  position: absolute;
  right: 0;
}
.dates.narrow input[type=text] {
  width: 120px;
}
.dates.narrow input[type=submit],
.dates.narrow button {
  margin-top: 20px;
}
.dates.leftrail fieldset {
  display: block;
  margin-bottom: 30px;
}
.dates.leftrail fieldset .wrap {
  position: absolute;
  right: 0;
}
.dates.leftrail fieldset label {
  position: relative;
  top: 15px;
}
.dates.leftrail fieldset input[type=text] {
  width: 120px;
}
.dates.leftrail fieldset:first-child {
  margin-right: 0;
}
.dates.leftrail input[type=submit] {
  float: right;
  margin-top: 20px;
}
/* Certification renewal - disclaimer text, bottom */
.disclaimer {
  color: #636363;
  font-size: 12px;
}
.endcap {
  padding: 15px 0;
  font-size: 12px;
  background: #111111;
  color: #4b4b4b;
}
.endcap nav {
  display: inline-block;
  color: #4b4b4b;
}
.endcap nav li {
  display: inline;
  margin: 0;
}
.endcap nav a {
  color: #b9b9b9;
}
.endcap nav a:hover {
  text-decoration: underline;
}
/* Videos - Main video, page top */
.featuredvideo h1 {
  font-size: 16px;
  margin-bottom: 0;
  color: #01709e;
}
/* Pressroom - RSS type feed blocks */
.feed .block h1 {
  margin: 0;
  font: normal 12px/1.2 Arial, Helvetica, sans-serif;
  text-transform: none;
}
.feed .block p {
  margin: 3px 0;
  line-height: 1.2;
}
.flexslider {
  margin: 0;
  padding: 0 10px;
  background: none;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.float-right {
  float: right;
  margin: 0 0 10px 10px;
}
.footer-links {
  background: #dcdcdc;
}
.footer-links nav > ul > li {
  text-transform: uppercase;
}
.footer-links ul > li {
  font-weight: bold;
  display: block;
  text-transform: none;
  vertical-align: top;
  color: #4b4b4b;
}
.footer-links ul > li li {
  margin-left: 0;
  padding: 5px 0;
  font-size: 12px;
}
.footer-links ul > li a {
  color: #4b4b4b;
  text-transform: normal;
  font-weight: normal;
}
.footer-links ul > li a:hover {
  text-decoration: underline;
}
.footer-links ul ul {
  margin-top: 10px;
}
.full-width {
  width: 100%;
}
.featured-resource {
  border-bottom: 3px solid #111111;
}
.floatright {
  float: right;
}
.floatright.more {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  margin-right: 10px;
}
.floatleft {
  float: left;
}
/* Heading tage with a floated right link tag */
.h-links {
  position: relative;
}
hr.solid {
  height: 3px;
  border: none;
  background: #111111;
}
.h1 {
  font: 45px/1 'HelveticaNeueW01-55Roma';
}
.h2 {
  font: 24px/1 'HelveticaNeueW01-65Medi';
}
.h2.icon {
  margin-top: 0;
  display: inline-block;
}
.h2.alt {
  font: 20px/1.2 'HelveticaNeueW01-45Ligh';
  text-transform: uppercase;
}
.h2 a {
  color: #111111 !important;
}
.h2 a:hover {
  color: #111111;
}
.h2.alt2 {
  font: 22px/1 'HelveticaNeueW01-65Medi';
}
.h2.alt3 {
  font: 17px/1 'HelveticaNeueW01-65Medi';
}
.h3 {
  font: bold 16px/1 Arial, Helvetica, sans-serif;
}
.h3.alt {
  padding: 7px 10px;
  margin: 0 0 10px 0;
  font-size: 13px;
  background: #747474;
  color: #FFF;
}
.h3.alt.aviq {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #111111;
}
.h3.twitter {
  background: #01709e !important;
}
.h3.twitter .bird {
  background: url(/pub/img/sprite.png) -100px -500px no-repeat;
  width: 24px;
  height: 15px;
  display: inline-block;
  margin-left: 43px;
}
.icon:before {
  content: "";
  height: 25px;
  width: 25px;
  margin-right: 5px;
  display: inline-block;
  background-image: url(/pub/img/sprite.png);
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}
img.floatright {
  margin-left: 20px;
}
img.floatleft {
  margin-right: 20px;
}
/* Jobs Columns on jobs page */
.jobscolumn {
  border-left: 1px solid #d7d7d7;
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 55px;
}
.jobscolumn ul.styled {
  padding: 0 !important;
}
.jobscolumn:first-child {
  border-left: none;
  padding-left: 0;
  padding-right: 55px;
  margin-right: 0;
}
/* Map on Where we work page type */
#locations-map {
  width: 700px;
  height: 395px;
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#locations-map .pins {
  width: 700px;
  height: 395px;
  position: absolute;
  top: -32px;
  left: -10px;
}
#locations-map .pin {
  position: absolute;
  width: 24px;
  height: 37px;
  display: inline-block;
  background-image: url(/pub/img/sprite.png);
  background-position: 0 -650px;
  background-repeat: no-repeat;
}
#locations-map .pin:hover,
#locations-map .pin.active {
  background-position: -50px -650px !important;
}
#locations-map .pin.Office,
#locations-map .pin.Oficina, /* Office renamed from type 2 - AS */
#locations-map .pin.Niederlassung {  /* Office renamed from type2 - AS */
  background-position: -100px -650px;
}

#locations-map .pin.Office:hover,
#locations-map .pin.Oficina:hover, /* Office renamed from type 2 - AS */
#locations-map .pin.Niederlassung:hover { /* Office renamed from type 2 - AS */
  background-position: -50px -650px;
}
#locations-map .pin.Show,
#locations-map .pin.Feria, /* didn't exist - AS */
#locations-map .pin.Fachmessen {  /* didn't exist - AS */
  background-position: 0 -650px;
}
#locations-map .pin.Show:hover,
#locations-map .pin.Feria:hover, /* didn't exist - AS */
#locations-map .pin.Fachmessen:hover { /* didn't exist - AS */
  background-position: -50px -650px;
}

#locations-map .pin.Embassy, /* didn't exist - AFK */
#locations-map .pin.Embajada,/* didn't exist - AFK */
#locations-map .pin.Botschaft {/* didn't exist - AFK */
background-position: -195px -650px;
}

#locations-map .pin.Embassy:hover, /* didn't exist - AFK */
#locations-map .pin.Embajada:hover, /* didn't exist - AFK */
#locations-map .pin.Botschaft:hover {/* didn't exist - AFK */
background-position: -50px -650px;
}


/* Login box - right rail */
.login .forgot {
  display: inline-block;
  vertical-align: bottom;
  width: 55%;
}
.login input[type=text],
.login input[type=password] {
  height: 2.2em;
  width: 100%;
}
.login input[type=submit],
.login button {
  border-radius: 0;
  display: inline-block;
  float: right;
}
#leftrail a.current {
  color: #ed1d25;
}
#leftrail .block ul {
  padding-left: 10px;
}
#leftrail .dates {
  padding-left: 10px;
}
#leftrail .renewals fieldset {
  padding-left: 10px;
}
#mainslider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#mainslider .grid_12 {
  position: relative;
}
#mainslider .slides li {
  opacity: 0.5;
  position: relative;
}
#mainslider .slides li.flex-active-slide {
  opacity: 1;
}
#mainslider .flexslider .flex-next {
  background-position: -250px -40px;
  right: -1px;
}
#mainslider .flexslider .flex-prev {
  background-position: -310px -40px;
  left: -960px; /* was -1, disabled width 100%, manual position for HREF clickability - AS */
}
#mainslider .flexslider:hover .flex-next {
  right: -1px;
}
#mainslider .flexslider:hover .flex-prev {
  left: -960px; /* was -1, disabled width 100%, manual position for HREF clickability - AS */
}
#mainslider .flex-control-nav {
  width: auto;
  bottom: 10px;
  right: 0;
  width: 220px;
}
#mainslider .flex-control-nav li a {
  background: #606060;
}
#mainslider .flex-control-nav li a.flex-active {
  background: #E92123;
}
#mainslider .flex-viewport {
  z-index: 1;
  overflow: visible !important;
  margin: 0;
  padding: 0;
}
#mainslider .flex-viewport .slides {
  padding: 0;
  margin: 0;
}
#mainslider .flex-viewport .slides li {
  padding: 0;
  margin: 0;
}
#mainslider .flex-direction-nav {
  height: 100%;
  /* width: 100%; preventing HREFs from being clickable - AS */
  top: 0;
  right: 0;
  z-index: 10;
}
#mainslider .flex-direction-nav a {
  opacity: 1;
  margin: 0;
  width: 38px;
  position: relative;
  background-image: url(/pub/img/sprite.png);
  background-repeat: no-repeat;
  height: 100%;
  top: auto;
}
#mainslider .flex-direction-nav li {
  width: 38px;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  cursor: pointer;
}
#mainslider .flex-direction-nav li:first-child {
  left: 10px;
}
#mainslider .flex-direction-nav li.last {
  right: 0;
}
#mainslider .flex-direction-nav li:last-child {
  right: 10px;
}
#mainslider .flex-direction-nav ul,
#mainslider .flex-direction-nav li {
  margin: 0;
  padding: 0;
}


/* Subpage Content Slider */
#subpageSlider {
  position: relative;
  float: left;
  width: 850px;
  height: 280px;
  overflow: hidden;
  z-index: 1;
}


/* Main infocomm site logo - header */
.mainlogo {
  display: inline-block;
  vertical-align: top;
  margin: 30px 35px 0 10px;
}
/* Main search in header */
.mainsearch {
  position: absolute;
  right: 10px;
  top: 55px;
  width: 195px;
  margin-bottom: 0;
}
.mainsearch input[type=text],
.mainsearch input[type=search] {
  width: 100%;
}
.mainsearch input[type=submit],
.mainsearch button {
  background: url(/pub/img/sprite.png) -100px -150px no-repeat;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 170px;
  top: 7px;
  padding: 0;
}
.more {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.more:link {
  color: #ed1d25;
  text-decoration: none;
}
.more:visited {
  color: #df121a;
}
.more:active {
  color: #ed1d25;
}
.more:hover {
  text-decoration: underline;
}
.more.alt:link {
  color: #01709e;
  text-decoration: none;
}
.more.alt:visited {
  color: #015e85;
}
.more.alt:active {
  color: #01709e;
}
.more.alt:hover {
  text-decoration: underline;
}
.more.alt:before {
  color: #ed1d25;
  font-size: 14px;
  font-weight: bold;
  content: "\00203a \0020";
  padding-right: 5px;
}
.more.alt:after {
  content: '';
  padding-left: 0;
  color: #ed1d25;
}
.more:after {
  font-weight: bold;
  font-size: 14px;
  content: "\00203a \0020";
  padding-left: 5px;
}
/* Added by jQuery and hidden. Only visible in small screen size media query */
.navmenu {
  display: none;
}
nav li {
  margin: 0;
}
nav .global .more::after {
  content: none;
}
nav .main > li > a {
  cursor: pointer;
}
nav .main ul {
  display: none;
}
.nobullet {
  padding-left: 0;
  list-style: none;
  text-indent: 0;
}
.nobullet li {
  margin-left: 0;
}
.nobullet li:before {
  content: '';
}
/* Main slider overlay */
.overlay {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 160px;
  height: 100%;
  padding: 35px 40px 35px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
.overlay a {
  color: #50cbff;
  font-weight: bold;
  text-decoration: none;
}
.overlay a:hover {
  color: #01709e;
}
.overlay ul {
  padding: 0;
}
.overlay .contents {
  list-style-type: none;
  margin: 0;
}
#pagetitle h1 {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  left: -7px;
  font-family: 'HelveticaNeueW01-Thin';
  font-size: 45px;
  line-height: 1;
}
#photoarchive-heading:before {
  color: #FFF;
}
.print:link {
  color: #ed1d25;
  text-decoration: none;
}
.print:visited {
  color: #df121a;
}
.print:active {
  color: #ed1d25;
}
.print:hover {
  text-decoration: underline;
}
/* On press releases page type */
.pressrelease {
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pressrelease h1 {
  margin: 0;
  font-size: 16px;
}
.pressrelease .day {
  font: normal 37px/1 'HelveticaNeueW01-95Blac';
  color: #FFF;
}
.pressrelease .date {
  float: left;
  padding: 3px 7px;
  background: #252525;
  text-align: center;
}
.pressrelease .body {
  margin-left: 85px;
}
.pressrelease .body p {
  margin: 0;
}
.pressrelease .month {
  color: #faa71a;
  font: normal 20px/1 'HelveticaNeueW01-65Medi';
  text-transform: uppercase;
  display: block;
  letter-spacing: .1em;
}
/* Ex: Training Catalog */
.paging {
  border-top: 1px dotted #c2c2c2;
  border-bottom: 1px dotted #c2c2c2;
  padding: 5px 0;
  margin-bottom: 15px;
  position: relative;
}
.paging .displaying {
  margin-right: 20px;
}
.paging .current,
.paging .pager {
  font-weight: bold;
  color: #111111;
}
.paging .pager {
  position: absolute;
  right: 0;
}
.paging .pager a {
  margin-left: 7px;
}
/* Events - Partners blocks */
.partner {
  position: relative;
  height: 132px;
}
.partner .inner {
  /* position: absolute;
  bottom: 0; Commented out to align text evenly -6/30/2016 - AK*/
}
.photo-archive {
  background: #252525;
  color: #FFF;
  height: 200px;
  position: relative;
}
.photo-archive .tabs-paging {
  top: 15px;
}
.photo-archive h2 {
  padding: 8px 0 8px 10px;
}
.photo-archive .more {
  padding-left: 10px;
  color: #50cbff;
}
.photo-archive .more:after {
  color: #50cbff;
}
.photo-archive .panel {
  height: 110px;
}
.photo-archive .panel a {
  display: inline-block;
  width: 146px;
}
.photo-archive .panel img {
  display: inline;
  padding: 0 7px;
}
.photo-archive .flexslider:hover a {
  opacity: 1;
}
.photo-archive .flexslider .flex-prev {
  left: 0;
  background-position: 0 -550px !important;
}
.photo-archive .flexslider .flex-prev:hover {
  background-position: 0 -600px !important;
}
.photo-archive .flexslider .flex-next {
  right: 0;
  background-position: -50px -550px !important;
}
.photo-archive .flexslider .flex-next:hover {
  background-position: -50px -600px !important;
}
.photo-archive .tabs-paging,
.photo-archive .flex-direction-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  top: -40px;
  right: 10px;
}
.photo-archive .tabs-paging li,
.photo-archive .flex-direction-nav li {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
}
.photo-archive .tabs-paging li a,
.photo-archive .flex-direction-nav li a {
  margin: 0;
  padding: 0;
  top: auto;
  position: relative;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.pricing {
  padding: 15px;
}
.pricing ul {
  margin-top: 0;
}
.pricing li {
  margin: 0;
}
.pricing label {
  font-weight: normal;
}
.pricing h2 {
  font-size: 14px;
  font-weight: bold;
}
.pricing h3 {
  color: #ed1d25;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
/* Details about courses - cource detail page */
.productdetails {
  border-top: 1px dotted #c2c2c2;
  border-bottom: 1px dotted #c2c2c2;
  position: relative;
  padding: 10px 0;
}
.productdetails .col {
  /* float: left; removed 6/7/2016 AFK */
  margin-left: 30px;
  padding-left: 30px !important; /* added 6/7/2016 AFK */
}
.productdetails .col:first-child {
  margin-left: 0;
}
.productdetails .detail {
  padding: 7px 0;
  margin: 0;
  text-transform: uppercase;
  color: #747474;
  padding-left: 60px; /* added 6/7/2016 AFK */

}
.productdetails .detail strong {
  color: #111111;
}
.productdetails .print {
  position: absolute;
  background: url(/pub/img/sprite.png) -100px -100px no-repeat;
  padding-left: 22px;
  right: 0;
  top: -25px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
/* Media type icons */
.pdf-icon,
.policy-icon,
.vid-icon.alt,
.xl-icon.alt,
.online-icon.alt,
.jpg-icon,
.eps-icon,
.blog-icon {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.pdf-icon:link,
.policy-icon:link,
.vid-icon.alt:link,
.xl-icon.alt:link,
.online-icon.alt:link,
.jpg-icon:link,
.eps-icon:link,
.blog-icon:link {
  color: #ed1d25;
  text-decoration: none;
}
.pdf-icon:visited,
.policy-icon:visited,
.vid-icon.alt:visited,
.xl-icon.alt:visited,
.online-icon.alt:visited,
.jpg-icon:visited,
.eps-icon:visited,
.blog-icon:visited {
  color: #df121a;
}
.pdf-icon:active,
.policy-icon:active,
.vid-icon.alt:active,
.xl-icon.alt:active,
.online-icon.alt:active,
.jpg-icon:active,
.eps-icon:active,
.blog-icon:active {
  color: #ed1d25;
}
.pdf-icon:hover,
.policy-icon:hover,
.vid-icon.alt:hover,
.xl-icon.alt:hover,
.online-icon.alt:hover,
.jpg-icon:hover,
.eps-icon:hover,
.blog-icon:hover {
  text-decoration: underline;
}
.pdf-icon:before,
.xl-icon:before,
.online-icon:before,
.vid-icon:before,
.policy-icon:before,
.addtocart span:before,
.addtowish span:before,
.aboutIcon:before,
.personIcon span:before,
.companyIcon span:before, 
.email-icon:before,
.phone-icon:before,
.fax-icon:before,
.jpg-icon:before,
.eps-icon:before,
.blog-icon:before {
  content: "";
  height: 16px;
  width: 16px;
  margin-right: 5px;
  display: inline-block;
  background-image: url(/pub/img/sprite.png);
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.pdf-icon:before {
  background-position: 0px -400px;
}
.vid-icon:before {
  background-position: -50px -396px;
}
.xl-icon:before {
  background-position: 0px -450px;
}
.online-icon:before {
  background-position: -100px -400px;
}
.policy-icon:before {
  background-position: 0 -500px;
}
.addtocart span:before {
  background-position: -100px -200px;
}

.addtowish span:before {
  background-position: -163px -200px;
}

.personIcon span:before {
  background-position: -160px -255px;
}
.companyIcon span:before {
  background-position: -160px -300px;
}

.aboutIcon:before {
background-position: -50px -446px;
}

.email-icon:before {
  background-position: -50px -446px;
}
.phone-icon:before {
  background-position: -100px -449px;
}
.fax-icon:before {
  background-position: -100px -100px;
}
.jpg-icon:before {
  background-position: -220px 0;
}
.eps-icon:before {
  background-position: -160px -50px;
}
.blog-icon:before {
  background-position: -160px 0;
}
/* REcently viewed videos - tab buttons */
#recently-viewed-tabs .tabsnav li a {
  padding: 6px 20px;
}
#recently-viewed-tabs .tabsnav li.ui-state-active {
  background: #ebebeb;
}
#recently-viewed-tabs .tabsnav li.ui-state-active a {
  padding: 8px 20px;
}
#recently-viewed-tabs .tab {
  background: #ebebeb;
}
#recently-viewed-tabs .videoitem {
  margin-bottom: 15px;
}
/* Education catalog - "provides renewals" radio buttons */
.renewals input[type=radio] + label,
.renewals input[type=checkbox] + label {
  margin-right: 10px;
  margin-left: 0;
}
/* Paging dogs on homepage slider */
.slidernav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
  text-align: center;
  width: 220px;
}
.slidernav .thumbNav {
  padding: 0;
}

.social {
  display: inline-block;
  float: right;
}
.social a {
  background-image: url(/pub/img/sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  width: 21px;
  height: 21px;
}
.social li {
  margin: 0;
  display: inline;
  margin-left: 5px;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social .twitter a {
  background-position: 0 0;
}
.social .facebook a {
  background-position: -50px 0;
}
.social .googleplus a {
  background-position: -100px 0;
}
.social .linkedin a {
  background-position: 0 -50px;
}
.social .youtube a {
  background-position: -50px -50px;
}
.social .slideshare a {
  background-position: 0 -100px;
}
.social .flickr a {
  background-position: -50px -100px;
}
.social .community a {
  background-position: -100px -50px;
}
/* Certification renewal - Steps to renewing list */
.steps {
  padding: 0;
}
.steps li {
  list-style: none;
  position: relative;
  margin-left: 30px;
}
.steps span.special {
  padding-top: 2px;
  background: url(/pub/img/sprite.png) -150px -650px no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -30px;
  display: inline-block;
  color: #fcb130;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
/* Styled bulleted lists - arrow instead of bullet */
.styled {
  list-style: none !important;
  text-indent: -0.7em;
}
.styled.has-links li:before {
  color: #ed1d25 !important;
}
.styled li {
  padding-left: 0 !important;
}
.styled li:before {
  content: "\00203a \0020" !important;
  color: #747474;
}
.styled li .update {
  float: right;
  color: #ed1d25;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
/* jQuery UI tabs */
.tabs {
  border: 1px solid #c2c2c2;
  margin-top: 35px;
  position: relative;
}
.tabs .tab {
  padding: 15px;
}
.tabs .tab.ui-tabs-hide {
  display: none;
}
.tabsnav {
  position: absolute;
  top: -28px;
  left: -1px;
  text-indent: 0 !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.tabsnav li {
  margin: 0;
  display: inline-block;
  background: #404040;
  background: -moz-linear-gradient(top, #404040 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #282828));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #404040 0%, #282828 100%);
  background: -o-linear-gradient(top, #404040 0%, #282828 100%);
  background: -ms-linear-gradient(top, #404040 0%, #282828 100%);
  background: linear-gradient(top, #404040 0%, #282828 100%);
}
.tabsnav li:hover {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #404040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #404040));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #282828 0%, #404040 100%);
  background: -o-linear-gradient(top, #282828 0%, #404040 100%);
  background: -ms-linear-gradient(top, #282828 0%, #404040 100%);
  background: linear-gradient(top, #282828 0%, #404040 100%);
}
.tabsnav li:before {
  content: '' !important;
}
.tabsnav li.ui-state-active {
  border-left: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #d7d7d7;
  background: #FFF;
  position: relative;
  top: -2px;
}
.tabsnav li.ui-state-active a {
  color: #111111;
}
.tabsnav li a {
  display: inline-block;
  color: #FFF;
}
.tabs-paging .pages {
  font-weight: bold;
}
.tabs-paging,
.flex-direction-nav {
  position: absolute;
  right: 18px;
  /* z-index: 10; affecting HREF clickability - AS */
}
.tabs-paging .pages,
.flex-direction-nav .pages {
  position: relative;
  bottom: 8px;
}
.tabs-paging .buttons,
.flex-direction-nav .buttons {
  display: inline-block;
}
.tabs-paging .prev,
.flex-direction-nav .prev,
.tabs-paging .next,
.flex-direction-nav .next,
.tabs-paging .flex-next,
.flex-direction-nav .flex-next,
.tabs-paging .flex-prev,
.flex-direction-nav .flex-prev {
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  background-image: url(/pub/img/sprite.png);
}
.tabs-paging .prev,
.flex-direction-nav .prev,
.tabs-paging .flex-prev,
.flex-direction-nav .flex-prev {
  background-position: 0 -600px;
}
.tabs-paging .prev:hover,
.flex-direction-nav .prev:hover,
.tabs-paging .flex-prev:hover,
.flex-direction-nav .flex-prev:hover {
  background-position: 0 -550px;
}
.tabs-paging .next,
.flex-direction-nav .next,
.tabs-paging .flex-next,
.flex-direction-nav .flex-next {
  margin-left: 5px;
  background-position: -50px -600px;
}
.tabs-paging .next:hover,
.flex-direction-nav .next:hover,
.tabs-paging .flex-next:hover,
.flex-direction-nav .flex-next:hover {
  background-position: -50px -550px;
}
/* Where we Work - Tooltips */
.tip {
  border: 1px solid #cfcfcf;
  background: #FFF;
  padding: 3px 5px;
  display: inline-block;
  z-index: 3;
  -webkit-box-shadow: 1px 1px 3px #666;
}
.tip .type {
  color: #4b4b4b;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.tip .loc {
  font-weight: bold;
}
.tooltip {
  display: inline-block;
  margin: 0;
  width: 20px;
  cursor: pointer;
}
.tooltip a {
  display: inline-block;
  background: url(/pub/img/sprite.png) -50px -350px no-repeat;
  width: 10px;
  height: 9px;
}
.tooltip a.cur {
  background: url(/pub/img/sprite.png) -100px -350px no-repeat;
}
.tooltip a:hover {
  opacity: .5;
}
.tooltip span {
  display: none;
}
/* Training Opportunities - Tab buttons */
#trainingop-tabs .tabsnav li a {
  padding: 6px 70px;
}
#trainingop-tabs .tabsnav li.ui-state-active a {
  padding: 8px 70px;
}
/* Education - upcoming training opportunities */
.training-op {
  margin-bottom: 15px;
}
.training-op .title,
.training-op .location {
  display: block;
  font-weight: bold;
}
.training-op time {
  color: #747474;
}
.training-op time,
.training-op .title,
.training-op .location {
  line-height: 1.2;
}
.training-op .title {
  font-size: 14px;
}
.training-op .location {
  text-transform: uppercase;
  font-size: 10px;
}
.training-op h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.training-op p {
  margin: 0 0 10px 0;
}
.training-op li {
  color: #636363;
}
/* Training Opp Accordions - education */
.training-op-header {
  background: #ddd;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 0 1px 0;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
.training-op-header .ui-icon {
  background: url(/pub/img/sprite.png) 0 -200px no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
}
.training-op-header.ui-state-active {
  background: #ebebeb;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0 0 15px;
}
.training-op-header.ui-state-active:focus {
  outline: none !important;
}
.training-op-header.ui-state-active .ui-icon {
  background: url(/pub/img/sprite.png) -50px -200px no-repeat;
  top: 15px;
}
.training-op-content {
  padding: 5px 50px 5px 15px;
  background: #ebebeb;
}
/* Twitter list */
.tweet_list {
  text-indent: 0 !important;
  list-style: none;
}
.tweet_list li {
  margin: 0 0 15px 0;
}
.tweet_list li .menu {
  margin: 0;
  text-indend: 0 !important;
}
.tweet_list li .menu a {
  color: #ed1d25;
}
.tweet_list li .menu li {
  margin: 0;
  display: inline;
  font-size: 10px;
}
.twocol .body {
  /* full content width blocks */
  /* Smaller width blocks (by location) */
}
.twocol .body .omega {
  border-left: 1px solid #cfcfcf;
  padding-left: 35px;
  margin-left: 30px;
}
.twocol .body .omega.grid_3 {
  border-left-style: dotted;
}
.twocol .body .alpha {
  margin-right: 0;
}
.twocol .grid_3 {
  width: 190px;
}
.twocol .grid_3.omega {
  margin-left: 20px;
  padding-left: 20px;
}
.twocol .grid_3.narrow {
  width: 160px;
}
#ui-datepicker-div {
  background: #fff;
  font-size: 10px;
  border: 1px solid #cfcfcf;
  border-width: 1px;
  border-style: solid;
}
#ui-datepicker-div tbody td,
#ui-datepicker-div thead th {
  padding: 4px 7px;
  text-align: center;
}
#ui-datepicker-div thead th {
  font-weight: bold;
  padding: 5px;
  background: #ebebeb;
}
#ui-datepicker-div .ui-state-highlight {
  color: #ed1d25;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #111111;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  padding: 5px 0;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  width: 5px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 9px;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-prev {
  background: url(/pub/img/sprite.png) -150px -400px no-repeat;
  left: 5px;
}
#ui-datepicker-div .ui-datepicker-next {
  background: url(/pub/img/sprite.png) -180px -400px no-repeat;
  right: 5px;
}
#ui-datepicker-div .ui-datepicker-next {
  content: 'test';
  height: 10px;
}
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}
#video-archive-tabs .tabsnav li a {
  padding: 6px 35px;
}
#video-archive-tabs .tabsnav li.ui-state-active a {
  padding: 8px 35px;
}
#video-archive-tabs .tab {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
.videoarchive {
  position: relative;
}
.videoarchive .videoitem {
  width: 210px;
  display: inline-block;
  margin: 0 10px;
}
.videoarchive .videoitem .meta {
  margin-top: 5px;
}



/* Page Specific
----------------------------------------------------------------- */
.dashboard #bodywrapper {
  background: #ebebeb;
  padding-top: 20px;
  border: 1px solid #CFCFCF;
}
.dashboard nav.tabbed {
  position: relative;
  left: -1px;
  /* z-index: 3; messing up dropdowns - AS */
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.dashboard nav.tabbed li,
.dashboard nav.tabbed a {
  display: inline-block;
}
.dashboard nav.tabbed li {
  position: relative;
}
.dashboard nav.tabbed li a {
  padding: 8px 50px;
  color: #fff;
  background: #404040;
  background: -moz-linear-gradient(top, #404040 0%, #272727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #272727));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #404040 0%, #272727 100%);
  background: -o-linear-gradient(top, #404040 0%, #272727 100%);
  background: -ms-linear-gradient(top, #404040 0%, #272727 100%);
  background: linear-gradient(top, #404040 0%, #272727 100%);
}
.dashboard nav.tabbed li.selected {
  top: 2px;
}
.dashboard nav.tabbed li.selected a {
  color: #333;
  background: #ebebeb;
  border: 1px solid #CFCFCF;
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 8px;
}
.microsite .contact-info {
  border-bottom: none;
}
.microsite .contact-info img {
  float: left;
  margin: 0;
}
.microsite .contact-info p {
  margin-left: 70px;
}
.microsite #maincolumn .main .selectionReq {
  margin: 25px 0;
}
.microsite #maincolumn .main h2.h3 + fieldset {
  margin-top: 25px;
}
.microsite #maincolumn .main h2.h3 span,
.microsite #maincolumn .main fieldset span {
  color: #ed1d25;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.microsite #maincolumn .main fieldset span {
  font-size: 15px;
  margin-left: 5px;
}
.microsite #maincolumn .main fieldset label {
  display: inline-block;
  font-weight: bold;
  width: 165px;
}
.microsite #maincolumn .main fieldset label.sel {
  margin-top: 10px;
}
.microsite #maincolumn .main fieldset input,
.microsite #maincolumn .main fieldset select {
  width: 380px;
  height: 2.2em;
  display: inline-block;
  font-size: 13px;
  padding-left: 5px;
  text-transform: none;
}
.microsite #maincolumn .main button {
  margin: 25px 0 75px 165px;
}
.microsite #maincolumn .main fieldset.member {
  padding: 5px 0;
}
.microsite #maincolumn .main fieldset.member p {
  display: inline;
  font-weight: bold;
  margin-right: 40px;
}
.microsite #maincolumn .main fieldset.member label {
  display: inline;
  float: none;
  font-weight: normal;
  line-height: 1.6;
  margin-left: 5px;
  margin-right: 15px;
  width: auto;
}
.microsite #maincolumn .main fieldset.member input {
  width: auto;
  float: none;
  display: inline;
}



/* Fixes for IE7 / IE8 / IE9
------------------------------------------------------------------------------------------------------------ */
/* ie7/8/9 */
.ie .aviq-info.hover {
  width: 360px;
  height: 100px;
  padding: 5px 20px 10px 20px;
}
/* IE7/IE8 */
.oldie {
  /* Globals */
}
.oldie input[type=text],
.oldie input[type=search] {
  line-height: 24px;
}
.oldie .aviq-info {
  right: 10px;
  width: 190px;
  padding: 5px 0 5px 5px;
  height: 22px;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, height 0.5s ease-in-out;
}
.oldie .aviq-info img {
  float: left;
  margin-right: 4px;
}
.oldie .aviq-info .arrow {
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -webkit-transform 0.25s linear;
  -o-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
}
.oldie .aviq-info.hover .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.oldie .aviq-logo {
  width: 183px;
}
.oldie .flex-direction-nav {
  zoom: 1;
}
.oldie .flex-direction-nav:before,
.oldie .flex-direction-nav:after {
  content: "";
  display: table;
}
.oldie .flex-direction-nav:after {
  clear: both;
}
.oldie footer .grid_2 {
  border-left: 1px solid #ececec;
  border-right: 1px solid #c2c2c2;
}
.oldie footer .grid_2:first-child {
  border-left: none;
}
.oldie footer .grid_2:last-child {
  border-right: none;
}
.oldie footer .grid_2.last-child {
  border-right: none;
}
.oldie .footer-links {
  padding: 30px 0;
}
.oldie .footer-links .grid_2 {
  padding: 0 9px;
}
.oldie .footer-links nav > ul > li {
  font-size: 10px;
}
.oldie header ul.main > li.hover ul,
.oldie header ul.main > li a:hover {
  background: url(/pub/img/black_transparent.png) top left repeat;
}
.oldie #mainslider .overlay {
  background: url(/pub/img/black_transparent.png) top left repeat;
}
.oldie #mainslider .flexslider .flex-prev {
  background-position: -310px -40px;
}
.oldie #mainslider .flexslider .flex-next {
  background-position: -250px -40px;
  right: 9px;
}
.oldie nav .global {
  border-bottom-color: #d7d7d7;
}
.oldie nav .global a {
  color: #747474;
  font: bold 10px/1 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.oldie nav .global a:hover {
  color: #ed1d25;
}
.oldie nav .global a.current {
  color: #ed1d25;
}
.oldie nav .global li {
  border-left-color: #d7d7d7;
}
.oldie nav.footer ul,
.oldie nav.footer li {
  margin: 0;
  padding: 0;
}
.oldie nav.footer ul {
  list-style: none;
}
.oldie nav.main {
  display: inline-block;
  position: relative;
  right: 20px;
  top: 12px;
  text-align: center;
}
.oldie nav.main li {
  margin: 0;
}
.oldie nav.main .wrapper {
  display: inline-block;
  position: relative;
}
.oldie nav.main .wrapper > ul {
  list-style: none;
}
.oldie nav.main .wrapper > ul > li {
  display: inline; /*changed from inline-block to inline 3/1/2017 */
}
.oldie nav.main .wrapper > ul > li:hover > ul {
  display: block;
}
.oldie nav.main .global {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 0 5px 0;
  display: inline;
}
.oldie nav.main .global li {
  border-left-width: 1px;
  border-left-style: dotted;
  padding: 0 15px 0 15px;
}
.oldie nav.main .global li:first-child {
  padding-left: 0;
  border-left: none;
}
.oldie nav.main .global li:last-child {
  padding-right: 0;
}
.oldie nav.main .main {
  margin-top: 30px;
  position: relative;
}
.oldie nav.main .main .styled li:before {
  color: #50cbff;
}
.oldie nav.main .main > li {
  display: inline-block;
  position: relative;
}
.oldie nav.main .main > li:first-child {
  margin-left: 0;
}
.oldie nav.main .main > li > a {
  color: #111111;
  padding: 10px 15px;
  font: normal 17px/1 'HelveticaNeueW01-55Roma';
}
.oldie nav.main .main > li > a:hover {
  color: #FFF;
}
.oldie nav.main .main > li.current > a {
  color: #ed1d25;
}
.oldie nav.main .main > li:hover > a {
  background: #111111;
  /* for IE */
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
.oldie nav.main .main > li ul {
  background: #111111;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid #111111;
  text-align: left;
  position: absolute;
  top: 28px;
  width: 150px;
  font-size: 12px;
  padding: 10px 14px 10px 22px;
  display: none;
}
.oldie nav.main .main > li ul a {
  color: #FFF;
}
.oldie nav.main .main > li ul a:hover {
  text-decoration: underline;
}
.oldie #pagetitle h1 {
  background: url(/pub/img/black_transparent.png) top left repeat;
}
.oldie .tabs .tabsnav li {
  background: #333;
}
.oldie .tabs .tabsnav li.ui-state-active {
  background: #FFF;
}



/* BEGIN .oldie .loggedin ---------------------------------------------------------------- */
/*
.oldie .oldie .loggedIn .global ul {
  background: url(/pub/img/loggedIn-drop-background.png) 0 0 repeat-y;
  top: 17px!important; /* My Account dropdown fix from JG - AS */
  border-bottom: #D7D7D7 solid 1px;
  padding-bottom: 5px;
  right: 4px !important;
}
.oldie .oldie .loggedIn .global li.last-child {
  background: url(/pub/img/loggedIn-drop-background.png) 0 0 repeat-y;
  border: #D7D7D7 solid 1px;
  border-bottom: none;
  padding: 10px 17px 5px;
  margin-right: 4px;
}
.oldie .loggedIn .main .main {
  right: 35px;
  top: 5px;
}
.oldie .loggedIn .main .main .main {
  right: 5px;
  top: 0;
}
.oldie .loggedInnav .global li {
  padding: 0 13px;
}
.oldie .loggedIn nav .global li:last-child {
  background: url(/pub/img/sprite.png) -120px -607px no-repeat;
  padding: 5px 25px 5px 10px  !important;
  border: #D7D7D7 solid 1px;
  border-bottom-width: 0;
  display: inline-block;
}
.oldie .loggedIn nav .global li.current,
.oldie .loggedIn nav .global li:last-child:hover {
  background-position: -120px -580px !important;
}
.oldie .loggedIn nav .global li:last-child a {
  padding-left: 3px;
}
.oldie .loggedIn nav .global li.current a {
  color: #ED1D25;
}
.oldie .loggedIn .global li li:last-child {
  background: none;
  border: #D7D7D7 solid 1px;
  border-top-width: 0;
  padding-bottom: 5px !important;
  padding-top: 0 !important;
  width: auto;
}
.oldie .loggedIn .global li li:last-child a {
  padding-left: 5px !important;
  padding-right: 22px !important;
}
.oldie .loggedIn nav .global li ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  top: 25px;
  z-index: 1;
  display: none;
}
.oldie .loggedIn nav .global li:hover ul {
  display: block;
}
.oldie .loggedIn nav .global li li,
.oldie .loggedIn nav .global li li:first-child {
  border-left: #D7D7D7 solid 1px;
  border-right: #D7D7D7 solid 1px;
  display: block;
  padding: 0 15px !important;
  text-align: left;
}
.oldie .loggedIn nav .global li li a,
.oldie .loggedIn nav .global li.current li a {
  border-top: #D7D7D7 solid 1px;
  color: #044fa2;
  display: block;
  font: normal 13px/1 'HelveticaNeueW01-55Roma';
  padding: 5px 0;
  text-transform: none;
}
.oldie .loggedIn nav .global li li a.current {
  color: #ED1D25;
}
.oldie .loggedIn nav .global li li.cart a {
  background: url("/pub/img/sprite.png") no-repeat -147px -496px;
  padding-left: 22px;
}
.oldie .loggedIn nav .global li li a:hover {
  background-position: -147px -552px;
  color: #ED1D25;
}
*/
/* END ------------------------------------------------------------------------------ */


/* BEGIN: NEW CODE - The above code was re-written here. */
.oldie.ie7 .loggedIn nav.main ul.main > li {
  display: inline !important;
}
.oldie.ie7 .loggedIn nav .global > li {
  display: inline !important;
}
.oldie .loggedIn nav.main nav.main {
  right: 35px;
  top: 5px;
}
.oldie .loggedIn nav.main ul.main {
  right: 5px;
  top: 0;
}
.oldie .loggedIn nav .global li {
  padding: 0 13px;
}
.oldie .loggedIn nav .global li.current {
  background: url(/pub/img/sprite.png) -120px -580px no-repeat;
  padding: 5px 25px 5px 10px  !important;
  border: #D7D7D7 solid 1px;
  border-bottom-width: 0;
  display: inline-block;
  color: #ED1D25;
}
.oldie .loggedIn nav .global li.current a {
  color: #ED1D25;
}
.oldie .loggedIn nav .global li.current ul {
  position: absolute;
  background: url(/pub/img/loggedIn-drop-background.png) 0 0 repeat-y;
  right: 0;
  top: 25px;
  z-index: 1;
  display: none;
}
.oldie .loggedIn nav .global li.current li a {
  border-top: #D7D7D7 solid 1px;
  color: #044fa2;
  display: block;
  font: normal 13px/1 'HelveticaNeueW01-55Roma';
  padding: 5px 0;
  text-transform: none;
}
.oldie .loggedIn nav .global li li {
  border-left: #D7D7D7 solid 1px;
  border-right: #D7D7D7 solid 1px;
  display: block;
  padding: 0 15px !important;
  text-align: left;
}
.oldie .loggedIn nav .global li li.cart a {
  background: url("/pub/img/sprite.png") no-repeat -147px -496px;
  padding-left: 22px;
}
.oldie .loggedIn nav .global li li:first-child {
  border-left: #D7D7D7 solid 1px;
  border-right: #D7D7D7 solid 1px;
  display: block;
  padding: 0 15px !important;
  text-align: left;
}
.oldie .loggedIn nav .global li li:last-child {
  background: none;
  border: #D7D7D7 solid 1px;
  border-top-width: 0;
  padding-bottom: 5px !important;
  padding-top: 0 !important;
  width: auto;
}
.oldie .loggedIn nav .global li li:last-child a {
  padding-left: 5px !important;
  padding-right: 22px !important;
}
.oldie .loggedIn nav .global li li a {
  border-top: #D7D7D7 solid 1px;
  display: block;
  font: normal 13px/1 'HelveticaNeueW01-55Roma';
  padding: 5px 0;
  text-transform: none;
}
.oldie .loggedIn nav .global li li a:hover {
  background-position: -147px -552px;
  color: #ED1D25;
}
/* END NEW CODE - This is the end of the new code for the global navigation */



.ie9 .main li ul {
  top: 28px !important;
}
.ie9 #bodywrapper input[type=submit],
.ie9 #mainwrapper input[type=submit],
.ie9 #bodywrapper button,
.ie9 #mainwrapper button {
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00a1e4, endColorstr=#0291cd,GradientType=0 );
  border: none;
  padding: 5px 20px;
}
.ie9 #bodywrapper .tabs .tabsnav li,
.ie9 #mainwrapper .tabs .tabsnav li {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#404040, endColorstr=#282828,GradientType=0 );
}
.ie9 #bodywrapper .tabs .tabsnav li.ui-state-active,
.ie9 #mainwrapper .tabs .tabsnav li.ui-state-active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0 );
}
.ie9 .partner .inner {
  width: 100%;
}
.ie9 .ie9 .loggedIn .global li:last-child {
  width: auto !important;
}
.ie9 .ie9 .loggedIn .global li ul {
  top: 20px !important;
  right: 3px !important;
}
.ie7 header ul.main > li {
  display: inline;
}
.ie7 header ul.main > li ul {
  left: 0;
  top: 37px;
}
.ie7 header ul.main > li > a {
  display: block;
}
.ie7 header ul.main > li.hover li {
  dispaly: block;
}
.ie7 header ul.main > li.hover > a {
  background: url(/pub/img/black_transparent.png) top left repeat;
  display: inline-block;
}
.ie7 .tabsnav li {
  display: inline;
  zoom: 1;
}
.ie7 .narrow.dates input[type=text] {
  width: 110px;
}
.ie7 .h2.icon {
  display: inline;
  zoom: 1;
}
.ie7 #pagetitle h1 {
  display: inline;
  zoom: 1;
}
.ie7 .copyright,
.ie7 nav.footer,
.ie7 .social {
  display: inline;
  zoom: 1;
}
.ie7 .social li {
  height: 21px;
  width: 21px;
  display: inline;
  zoom: 1;
}
.ie7 .social li a {
  text-transform: capitalize;
  display: block;
}
.ie7 .ie7 .loggedIn .main .main {
  top: 10px;
}
.ie7 .ie7 .loggedIn .global li.last-child {
  padding: 10px 17px 4px !important;
}
.ie7 .ie7 .loggedIn .global ul {
  border: #D7D7D7 solid 1px;
  border-top: none;
  right: 4px !important;
}
.ie7 .ie7 .loggedIn .global ul li {
  border: none !important;
}
.ie7 .ie7 .loggedIn .global li.last-child {
  background: url(/pub/img/loggedIn-drop-background.png) 0 0 repeat-y;
  border: #D7D7D7 solid 1px;
  border-bottom: none;
  padding: 10px 19px 5px 19px;
}



/* Media Queries
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 768px) {
  .aviq-info {
    right: 10px;
    width: 190px;
    padding: 5px 0 5px 5px;
    height: 22px;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  .aviq-info img {
    float: left;
    margin-right: 4px;
  }
  .aviq-info .arrow {
    -webkit-transition: -webkit-transform 0.25s linear;
    -moz-transition: -webkit-transform 0.25s linear;
    -o-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
  }
  .aviq-info.hover {
    width: 360px;
    height: 100px;
    padding: 5px 20px 10px 20px;
  }
  .aviq-info.hover .arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .aviq-logo {
    width: 183px;
  }
  footer .grid_2 {
    border-left: 1px solid #ececec;
    border-right: 1px solid #c2c2c2;
    padding: 0 9px;
  }
  footer .grid_2:first-child {
    border-left: none;
  }
  footer .grid_2:last-child {
    border-right: none;
  }
  footer .grid_2.last-child {
    border-right: none;
  }
  .footer-links {
    padding: 30px 0;
  }
  .footer-links nav > ul > li {
    font-size: 10px;
  }
  nav {
    /* Global site navigation */
  
  }
  nav .global {
    border-bottom-color: #d7d7d7;
  }
  nav .global a {
    color: #747474;
    font: bold 10px/1 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  nav .global a:hover {
    color: #ed1d25;
  }
  nav .global a.current {
    color: #ed1d25;
  }
  nav .global li {
    border-left-color: #d7d7d7;
  }
  nav.footer ul,
  nav.footer li {
    margin: 0;
    padding: 0;
  }
  nav.footer ul {
    list-style: none;
  }
  nav.main {
    display: inline-block;
    position: relative;
    right: 20px;
    top: 12px;
    text-align: center;
  }
  nav.main li {
    margin: 0;
  }
  nav.main .wrapper {
    display: inline-block;
    position: relative;
  }
  nav.main .global {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 5px 0 5px 0;
    display: inline;
  }
  nav.main .global li {
    border-left-width: 1px;
    border-left-style: dotted;
    padding: 0 15px 0 15px;
    display: inline;
  }
  nav.main .global li:first-child {
    padding-left: 0;
    border-left: none;
  }
  nav.main .global li:last-child {
    padding-right: 0;
  }
  nav.main .main {
    margin-top: 30px;
    position: relative;
  }
  nav.main .main .styled li:before {
    color: #50cbff;
  }
  nav.main .main > li {
    display: inline-block;
    position: relative;
  }
  nav.main .main > li:first-child {
    margin-left: 0;
  }
  nav.main .main > li > a {
    color: #111111;
    padding: 10px 15px;
    font: normal 17px/1 'HelveticaNeueW01-55Roma';
  }
  nav.main .main > li > a:hover {
    color: #FFF;
  }
  nav.main .main > li.current > a {
    color: #ed1d25;
  }
  nav.main .main > li:hover ul {
    display: block;
  }
  nav.main .main > li:hover > a {
    background: #111111;
    /* for IE */
  
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
  }
  nav.main .main > li ul {
    background: #111111;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid #111111;
    text-align: left;
    position: absolute;
    top: 28px;
    width: 150px;
    font-size: 12px;
    padding: 10px 14px 10px 22px;
    display: none;
  }
  nav.main .main > li ul a {
    color: #FFF;
  }
  nav.main .main > li ul a:hover {
    text-decoration: underline;
  }
  .flex-direction-nav {
    zoom: 1;
  }
  .flex-direction-nav:before,
  .flex-direction-nav:after {
    content: "";
    display: table;
  }
  .flex-direction-nav:after {
    clear: both;
  }
  .tabs-paging {
    top: 50px;
  }
  .loggedIn .main .main {
    right: 35px;
    top: 5px;
  }
  .loggedIn .main .main .main {
    right: 5px;
    top: 0;
  }
  .loggedInnav .global li {
    padding: 0 13px;
  }
  .loggedIn nav .global li:last-child {
    background: url(/pub/img/sprite.png) -120px -607px no-repeat;
    padding: 5px 25px 5px 10px  !important;
    border: #D7D7D7 solid 1px;
    border-bottom-width: 0;
    display: inline-block;
  }
  .loggedIn nav .global li.current,
  .loggedIn nav .global li:last-child:hover {
    background-position: -120px -580px !important;
  }
  .loggedIn nav .global li:last-child a {
    padding-left: 3px;
  }
  .loggedIn nav .global li.current a {
    color: #ED1D25;
  }
  .loggedIn .global li li:last-child {
    background: none;
    border: #D7D7D7 solid 1px;
    border-top-width: 0;
    padding-bottom: 5px !important;
    padding-top: 0 !important;
    width: auto;
  }
  .loggedIn .global li li:last-child a {
    padding-left: 5px !important;
    padding-right: 22px !important;
  }
  .loggedIn nav .global li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    top: 25px;
    z-index: 1;
    display: none;
  }
  .loggedIn nav .global li:hover ul {
    display: block;
  }
  .loggedIn nav .global li li,
  .loggedIn nav .global li li:first-child {
    border-left: #D7D7D7 solid 1px;
    border-right: #D7D7D7 solid 1px;
    display: block;
    padding: 0 15px !important;
    text-align: left;
  }
  .loggedIn nav .global li li a,
  .loggedIn nav .global li.current li a {
    border-top: #D7D7D7 solid 1px;
    color: #044fa2;
    display: block;
    font: normal 13px/1 'HelveticaNeueW01-55Roma';
    padding: 5px 0;
    text-transform: none;
  }
  .loggedIn nav .global li li a.current {
    color: #ED1D25;
  }
  .loggedIn nav .global li li.cart a {
    background: url("/pub/img/sprite.png") no-repeat -147px -496px;
    padding-left: 22px;
  }
  .loggedIn nav .global li li a:hover {
    background-position: -147px -552px;
    color: #ED1D25;
  }
}



@media only screen and (max-width: 958px) {
  .h2.alt2 {
    font-size: 18px;
  }
  /* Layout
      ----------------------------------------- */
  .container_12 {
    width: 768px;
  }
  .container_12 .grid_1 {
    width: 44px;
  }
  .container_12 .grid_2 {
    width: 108px;
  }
  .container_12 .grid_3 {
    width: 172px;
  }
  .container_12 .grid_4 {
    width: 236px;
  }
  .container_12 .grid_5 {
    width: 300px;
  }
  .container_12 .grid_6 {
    width: 375px;
  }
  #bodywrapper.container_12 .grid_6 {
    width: 364px;
  }
  .container_12 .grid_7 {
    width: 428px;
  }
  .container_12 .grid_8 {
    width: 492px;
  }
  .container_12 .grid_9 {
    width: 556px;
  }
  .container_12 .grid_10 {
    width: 620px;
  }
  .container_12 .grid_11 {
    width: 684px;
  }
  .container_12 .grid_12 {
    width: 748px;
  }
  #leftrail.narrow {
    width: 150px;
  }
  #leftrail.narrow + #maincolumn {
    width: 567px;
    padding-left: 10px;
  }
  .twocol .body .omega {
    margin-left: 20px;
    padding-left: 20px;
  }
  /* Modules
      ------------------------------------------ */
  .aviq-info {
    right: 10px;
  }
  h1.h2.alt + .floatright.more {
    float: none !important;
    position: relative;
    top: 0;
  }
  .microsite .contact-info {
    zoom: 1;
  }
  .microsite .contact-info:before,
  .microsite .contact-info:after {
    content: "";
    display: table;
  }
  .microsite .contact-info:after {
    clear: both;
  }
  .microsite .contact-info img {
    display: block;
    float: none;
  }
  .microsite .contact-info p {
    margin-left: 0;
  }
  .login .body div {
    zoom: 1;
  }
  .login .body div:before,
  .login .body div:after {
    content: "";
    display: table;
  }
  .login .body div:after {
    clear: both;
  }
  #mainslider .flexslider .flex-prev {
    background-position: -310px -80px;
  }
  #mainslider .flexslider .flex-next {
    background-position: -250px -80px;
  }
  .mainlogo {
    margin: 20px 15px 0 0;
    width: 150px;
  }
  .mainlogo img {
    max-width: 100%;
    height: auto;
  }
  .mainsearch {
    top: 40px;
    right: 10;
  }
  nav.main {
    right: 10px;
  }
  nav.main .global li {
    padding: 0 5px 0 5px;
  }
  nav.main .main {
    margin-top: 10px;
  }
  nav.main .main li a {
    padding: 5px;
  }
  /* Map on Where we work page type */
  #locations-map {
    width: 100%;
    height: 100%;
  }
  #locations-map .pins {
    width: 100%;
    height: 100%;
    max-width: 700px;
  }
  #video-archive-tabs .tabsnav {
    top: -24px !important;
  }
  #video-archive-tabs .tabsnav li a {
    padding: 6px 10px !important;
    font-size: 9px;
  }
}



@media only screen and (min-width: 481px) and (max-width: 767px) {
  .aviq-info {
    width: 190px;
    height: 22px;
    padding: 5px 0 5px 5px;
  }
  .navmenu .arrow {
    right: 10px;
  }
}



@media only screen and (max-width: 767px) {
  .endcap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navmenu {
    color: #FFF;
    font: normal 18px/1 'HelveticaNeueW01-55Roma';
    text-transform: uppercase;
    cursor: pointer;
  }
  /* Layout
      ------------------------------------------ */
  .container_12 {
    width: 100%;
  }
  .container_12#bodywrapper,
  .container_12#mainwrapper {
    width: 97%;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .container_12 .grid_1,
  .container_12 .grid_2,
  .container_12 .grid_3,
  .container_12 .grid_4,
  .container_12 .grid_5,
  .container_12 .grid_6,
  #bodywrapper.container_12 .grid_6,
  .container_12 .grid_7,
  .container_12 .grid_8,
  .container_12 .grid_9,
  .container_12 .grid_10,
  .container_12 .grid_11,
  .container_12 .grid_12 {
    width: 100%;
  }
  .footer-links ul > li {
    width: 100%;
  }
  footer .grid_2 {
    padding: 10px;
    box-sizing: border-box;
  }
  #leftrail.narrow {
    width: 100%;
  }
  #leftrail.narrow + #maincolumn {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  #bodywrapper {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Modules
      ------------------------------------------- */
  .blurb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .breadcrumb {
    top: 0;
    left: 0;
  }
  .copyright,
  nav.footer,
  .social {
    display: block;
    position: relative;
    margin: 3px 0;
  }
  .h2.icon {
    display: block;
  }
  /* Jobs Columns on jobs page */
  .jobscolumn {
    border-left: none;
    padding-left: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
  }
  .jobscolumn:last-child {
    border-bottom: none;
  }
  #mainslider .flex-direction-nav {
    display: none;
  }
  #mainslider .flex-control-nav {
    position: relative;
    bottom: 22px;
    margin: 0 auto;
  }
  #mainslider .flexslider .flex-next {
    border-left: 15px solid #fff;
    right: 5px;
  }
  #mainslider .flexslider .flex-prev {
    border-right: 15px solid #fff;
    left: 5px;
  }
  #mainslider .flexslider:hover .flex-next {
    right: 5px;
  }
  #mainslider .flexslider:hover .flex-prev {
    left: 5px;
  }
  .overlay {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    bottom: 0;
    top: auto;
    height: 30px;
  }
  .overlay h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .overlay p {
    display: none;
  }
  .footer-links nav > ul > li {
    margin: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
  }
  .footer-links nav > ul > li ul {
    background: #dcdcdc;
  }
  .footer-links nav > ul > li:hover {
    color: #636363;
  }
  .footer-links nav li ul {
    display: none;
  }
  .mainlogo {
    display: block;
    width: auto;
    margin: 15px 0 0 15px;
  }
  .mainlogo img {
    width: auto;
  }
  nav.main {
    width: 100%;
    text-align: left;
  }
  nav.main .wrapper {
    display: none;
  }
  nav.main .wrapper .styled li {
    text-indent: 0;
  }
  nav.main .wrapper .styled li::before {
    content: '' !important;
  }
  nav.main .wrapper > ul {
    /* Hide subnav for mobile */
  
  }
  nav.main .wrapper > ul > li {
    position: relative;
  }
  nav.main .wrapper > ul > li.sub .dropper {
    cursor: pointer;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.main .wrapper > ul > li.sub .dropper span {
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    left: 14px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #cccccc;
  }
  nav.main .wrapper > ul > li.sub.show {
    display: block;
  }
  nav.main .wrapper > ul > li.sub.show ul {
    display: block;
  }
  nav.main .wrapper > ul > li.sub.show .dropper span {
    border-top: none;
    border-bottom: 13px solid #cccccc;
  }
  nav.main .wrapper > ul > li a {
    font: normal 17px/1 'HelveticaNeueW01-55Roma';
    color: #FFF;
  }
  nav.main .wrapper > ul > li > a {
    display: block;
    background: #222;
  }
  nav.main .wrapper > ul > li > a:hover {
    background: #333333;
  }
  nav.main .wrapper > ul ul {
    padding: 0 0 0 10px;
    margin: 0;
    background: #323232;
    border-bottom: 1px solid #4b4b4b;
  }
  nav.main .wrapper > ul ul a {
    font-size: 12px;
    display: block;
  }
  nav.main .wrapper > ul ul li {
    padding: 0;
    margin: 0;
  }
  nav.main .wrapper .global li {
    padding: 0;
  }
  nav.main .wrapper .global li.current > a {
    color: #ed1d25;
  }
  nav.main .wrapper .global li ul {
    display: none;
  }
  nav.main .wrapper .global li a {
    padding: 10px 5px;
  }
  nav.main .wrapper .main {
    margin: 0;
  }
  nav.main .wrapper .main > li {
    border-top: 1px solid #000;
  }
  nav.main .wrapper .main li {
    display: block;
  }
  nav.main .wrapper .main li a {
    padding: 10px 5px;
  }
  /* Add a "menu" button before the main nav to trigger dropdown */
  .navmenu {
    position: relative;
    margin-top: 40px;
    display: block;
    background: #000;
    padding: 10px 5px;
  }
  .navmenu .three-bar {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 11px;
  }
  .navmenu .three-bar .bar {
    display: block;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 3px;
  }
  .dashboard nav.tabbed {
    width: 97%;
    left: 0;
  }
  .partner {
    height: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c2c2c2;
  }
  .partner .inner {
    position: relative;
  }
  .social {
    float: none;
  }
  .social ul li:first-child {
    margin-left: 0;
  }
  /* Training Opportunities - Tab buttons */
  .tabsnav li a {
    padding: 6px 10px !important;
  }
  .tabsnav li.ui-state-active a {
    padding: 8px 10px !important;
  }
  .tabs-paging {
    top: 0;
    right: 0;
  }
  .twocol .body .omega {
    padding-left: 0;
    margin-left: 0;
  }
  .twocol .body .omega.grid_4 {
    border-left: none;
    border-left-style: none;
  }
  #video-archive-tabs .tab {
    padding-top: 10px;
  }
  .ui-accordion-header {
    padding: 13px 0 13px 15px;
  }
  .ui-accordion-header span {
    top: 8px;
  }
  .ui-accordion-header a {
    color: #222;
  }
  .training-op-header.ui-state-active {
    padding: 13px 0 13px 15px;
  }
  .training-op-header.ui-state-active .ui-icon {
    top: 10px;
  }
  .tabs .videoitem {
    width: 125px;
    display: inline-block;
  }
  #recently-viewed-tabs.tabs .videoitem {
    width: 100%;
  }
}



@media only screen and (max-width: 480px) {
  /* Fonts
      ----------------------------------------- */
  #pagetitle h1 {
    font-size: 30px;
  }
  .overlay h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .overlay p {
    font-size: 11px;
    margin: 0 0 2px 0;
  }
  .overlay p a {
    font-size: 11px;
  }
  /* Modules
      ------------------------------------------ */
  .aviq-info {
    width: 70px;
    padding: 10px;
  }
  .aviq-info .content {
    display: none;
  }
  .three-bar {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 65px;
    top: 11px;
  }
  .three-bar .bar {
    display: block;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 3px;
  }
  .aviq-logo {
    height: 20px;
    overflow: hidden;
  }
  .floatright.more {
    width: 100%;
    display: block;
    float: none;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 3px;
  }
  .h2.alt.icon {
    margin-bottom: 0;
  }
  .icon::before {
    content: none;
    background-image: none;
    height: 0;
    width: 0;
  }
  .mainlogo {
    margin: 5px 0 0 5px;
  }
  .mainlogo img {
    width: 150px;
  }
  .navmenu {
    margin-top: 10px;
  }
  .dashboard nav.tabbed li a {
    padding: 8px 10px;
  }
  /* Hide search from mobile */
  .mainsearch {
    top: 53px;
    right: 10px;
  }
  #masthead {
    margin-bottom: 10px;
  }
  .paging .displaying {
    display: block;
  }
  .productdetails .print {
    top: auto;
  }
  .productdetails .floatleft {
    float: none;
  }
  .productdetails .col {
    display: block;
    float: none;
    margin: 0;
  }
  #pagetitle {
    margin-bottom: 10px;
  }
  #pagetitle h1 {
    padding: 10px;
    left: 0;
  }
  .photo-archive .flex-direction-nav {
    top: -33px;
  }
}