
/*---- font-icons-----*/
@font-face {
    font-family: 'icomoon';
    src:    url('/~/media/Files/E/Expeditors-IR-V2/fonts/icomoon-eot.eot?cg4ddw');
    src:    url('/~/media/Files/E/Expeditors-IR-V2/fonts/icomoon-eot.eot?cg4ddw#iefix') format('embedded-opentype'),
        url('/~/media/Files/E/Expeditors-IR-V2/fonts/icomoon-ttf.ttf?cg4ddw') format('truetype'),
        url('/~/media/Files/E/Expeditors-IR-V2/fonts/icomoon-woff.woff?cg4ddw') format('woff'),
        url('/~/media/Files/E/Expeditors-IR-V2/fonts/icomoon-svg.svg?cg4ddw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
    content: "\e906";
}
.icon-minus:before {
    content: "\f067";
}
.icon-plus:before {
    content: "\f068";
}
.icon-up-arrow:before {
    content: "\e909";
}
.icon-next:before {
    content: "\e90c";
}
.icon-prev:before {
    content: "\e905";
}
.icon-linkedin:before {
    content: "\e903";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-navicon:before {
    content: "\f0c9";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-search:before {
    content: "\f002";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-member:before {
    content: "\e900";
}
.icon-board-member:before {
    content: "\e901";
}
.icon-chairman:before {
    content: "\e902";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-file-pdf:before {
    content: "\f1c1";
}
.icon-file-word-o:before {
    content: "\f1c2";
}
.icon-file-word:before {
    content: "\f1c2";
}
.icon-file-excel-o:before {
    content: "\f1c3";
}
.icon-file-excel:before {
    content: "\f1c3";
}
.icon-file-powerpoint-o:before {
    content: "\f1c4";
}
.icon-file-powerpoint:before {
    content: "\f1c4";
}
.icon-file-audio-o:before {
    content: "\f1c7";
}
.icon-file-sound-o:before {
    content: "\f1c7";
}
.icon-file-audio:before {
    content: "\f1c7";
}
.icon-file-sound:before {
    content: "\f1c7";
}
.icon-file-movie-o:before {
    content: "\f1c8";
}
.icon-file-video-o:before {
    content: "\f1c8";
}
.icon-file-movie:before {
    content: "\f1c8";
}
.icon-file-video:before {
    content: "\f1c8";
}
.icon-file-code-o:before {
    content: "\f1c9";
}
.icon-file-code:before {
    content: "\f1c9";
}


/*---- slick-slider-----*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*---- bootstrap-----*/
/*---------------- Start Reset CSS ----------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small, strike,strong, tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none} blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none} del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*---------------- End Reset CSS ----------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@-ms-viewport{ width: auto !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img,.img-responsive{
  vertical-align: middle;
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---- global-----*/
@charset "UTF-8";
hr, img { border: 0 }
body, td, th { padding: 0 }
body, figure { margin: 0 }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable { max-height: 340px }
.btn-group>.btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu { float: left }
.img-responsive, .img-thumbnail, .jumbotron .container, .table, .thumbnail a>img, .thumbnail>img, label { max-width: 100% }
.right-to-left .c-image-hero .marquee-caption, .right-to-left .red-bar { direction: ltr }
.c-job-search .srJobList, table { border-spacing: 0; border-collapse: collapse }
#map-search:after, .aside-item:after, .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .c-background-hero:after, .c-copy-block:after, .c-event-teaser:after, .c-hub-tile a:after, .c-image-hero:after, .c-job-search .srSearch:after, .c-wrapper-grid:after, .c-wrapper-simple:after, .clear-fix:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu>li>a, .form-horizontal .form-group:after, .leadership-details-modal .modal-copy, .marquee-home:after, .marquee-utility .utility-tile .input-wrap:after, .marquee-utility:after, .megamenu>li>ul>li>a, .nav:after, .navbar-collapse:after, .navbar-default .navbar-nav .open .dropdown-menu .nav-strip, .navbar-header:after, .navbar:after, .overview:after, .pager:after, .panel-body:after, .row:after, .tile-buttons .feature--foregroundImage a:after, .tile-buttons .tab-content:after { clear: both }
button.close, select { -webkit-appearance: none }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a { background-color: transparent; color: #eb0028; text-decoration: none;}
a:active, a:hover { outline: 0 }
b, optgroup, strong { font-weight: 700 }
dfn { font-style: italic }
h1 { margin: .67em 0 }
mark { background: #ff0; color: #000 }
.img-thumbnail, body { background-color: #fff }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
img { vertical-align: middle }
svg:not(:root) { overflow: hidden }
hr { box-sizing: content-box; height: 0 }
pre, textarea { overflow: auto }
code, kbd, pre, samp { font-size: 1rem }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 }
button { overflow: visible }
button, select { text-transform: none }
.h2, .h5, h2, h5 { text-transform: uppercase }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: none; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}
*, :after, :before { box-sizing: border-box }
body { font-family: "Gotham A", "Gotham B", Arial, sans-serif; font-size: 1.6rem; line-height: 1.42857143; color: #595a5b }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% }
a:focus, a:hover { color: #9e001b; text-decoration: none }
a:focus {outline: none;}
a:active { color: #c30021 }
.img-responsive { display: block; height: auto }
.img-rounded { border-radius: 6px }
.img-thumbnail { padding: 4px; line-height: 1.42857143; border: 1px solid #ddd; border-radius: 4px; transition: all .2s ease-in-out; display: inline-block; height: auto }
.img-circle { border-radius: 50% }
hr { margin-top: 22px; margin-bottom: 22px; border-top: 1px solid #eee }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto }
[role=button] { cursor: pointer }
.clear-fix:after, .clear-fix:before { content: " "; display: table }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #939498 }
.h1, .h2, h1, h2 {font-weight: 300;font-family: "Gotham A", "Gotham B";font-style: normal;}
.h1, h1 { margin-top: 0; margin-bottom: 20px; line-height: 1.3; color: #000 }
.h1.underline, h1.underline { position: relative; margin-bottom: 30px; display: inline-block }
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 10px; line-height: 1.3 }
.h1.underline:after, h1.underline:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75% }
.h1, h1 { font-size: 4.2rem; line-height:54.6px; color:#000 }
.h2, h2 { font-size: 2.2rem }
.h3, h3 { font-size: 2.4rem; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400 }
.h4, .h5, h4, h5 { font-weight: 500 }
.h4, h4 { font-size: 2.0rem; font-family: "Gotham A", "Gotham B"; font-style: normal }
.h5, .h6, h5, h6 { font-size: 1.6rem; font-family: "Gotham A", "Gotham B"; font-style: normal }
.h5, h5 { color: #eb0028 }
.h6, h6 { font-weight: 400 }
.lead { margin-bottom: 22px; font-size: 18; font-weight: 300; line-height: 1.4 }
address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre { line-height: 1.42857143 }
.small, small { font-size: 87% }
p.small { font-size: 14px }
p.large { font-size: 18px }
.mark, mark { background-color: #fcf8e3; padding: .2em }
.list-inline, .list-unstyled { padding-left: 0; list-style: none }
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }
.text-nowrap { white-space: nowrap }
.text-lowercase { text-transform: lowercase }
.btn, .btn-secondary, .initialism, .text-uppercase { text-transform: uppercase }
.text-capitalize { text-transform: capitalize }
.text-muted { color: #939498 }
.text-primary { color: #eb0028 }
a.text-primary:hover { color: #b8001f }
.text-success { color: #3c763d }
a.text-success:hover { color: #2b542c }
.text-info { color: #31708f }
a.text-info:hover { color: #245269 }
.text-warning { color: #8a6d3b }
a.text-warning:hover { color: #66512c }
.text-danger { color: #a94442 }
a.text-danger:hover { color: #843534 }
.bg-primary { color: #fff; background-color: #eb0028 }
blockquote, blockquote cite { font-family: "Gotham A", "Gotham B"; color: #000; font-style: normal }
a.bg-primary:hover { background-color: #b8001f }
.bg-success { background-color: #dff0d8 }
a.bg-success:hover { background-color: #c1e2b3 }
.bg-info { background-color: #d9edf7 }
a.bg-info:hover { background-color: #afd9ee }
.bg-warning { background-color: #fcf8e3 }
a.bg-warning:hover { background-color: #f7ecb5 }
.bg-danger { background-color: #f2dede }
a.bg-danger:hover { background-color: #e4b9b9 }
.page-header { padding-bottom: 10px; margin: 44px 0 22px; border-bottom: 1px solid #eee }
dl, ol, ul { margin-top: 0 }
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 }
.table, address, dl, legend { margin-bottom: 22px }
ol, ul { margin-bottom: 11px }
.list-inline { margin-left: -5px }
.list-inline>li { display: inline-block; padding-left: 5px; padding-right: 5px }
dt { font-weight: 700 }
dd { margin-left: 0 }
.dl-horizontal dd:after, .dl-horizontal dd:before { content: " "; display: table }
abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #939498 }
.initialism { font-size: 90% }
blockquote { padding: 0; margin: 0 0 60px; font-size: 18px; font-weight: 300; text-align: center }
blockquote p { font-size: 18px; position: relative; padding: 10px 0; margin-bottom: 10px }
blockquote p:after { content: ""; display: block; position: absolute; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat; left: 50%; transform: translateX(-50%); bottom: -5px }
blockquote cite { font-size: 12px; font-weight: 400 }
kbd kbd, label { font-weight: 700 }
blockquote .quotemark { display: inline-block; width: 24px; height: 17px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -46px -409px no-repeat; vertical-align: 10px; margin-right: 8px }
pre code, table { background-color: transparent }
table {margin-bottom: 25px;}
.btn, .form-control { background-image: none }
blockquote .quotemark.close-quote { transform: rotate(180deg); vertical-align: -10px; margin-right: 0; margin-left: 8px }
blockquote footer { padding-top: 10px }
blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; color: #939498 }
legend, pre { color: #333 }
.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right }
code, kbd { padding: 2px 4px; font-size: 90% }
caption, th { text-align: left }
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: '' }
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: ' —' }
.banner-copy > span {line-height: 1.1;font-size: 3.2rem;color: #fff;margin-bottom: 20px;display: block;font-weight: 300;font-family: "Gotham A", "Gotham B";font-style: normal;}
address { font-style: normal }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
code { color: #c7254e; background-color: #f9f2f4; border-radius: 4px }
kbd { color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25) }
kbd kbd { padding: 0; font-size: 100%; box-shadow: none }
pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 15px; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px }
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before { display: table; content: " " }
.container, .container-fluid { margin-right: auto; margin-left: auto }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; border-radius: 0 }
.pre-scrollable { overflow-y: scroll }
.container { padding-left: 15px; padding-right: 15px }
.row { margin-left: -15px; margin-right: -15px }
caption { padding-top: 8px; padding-bottom: 8px; color: #939498 }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd }
.table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd }
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th { border-top: 0 }
.table>tbody+tbody { border-top: 2px solid #ddd }
.table .table { background-color: #fff }
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th { padding: 5px }
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #ddd }
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border-bottom-width: 2px }
fieldset, legend { padding: 0; border: 0 }
.table-striped>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9 }
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active { background-color: #f5f5f5 }
table col[class*=col-] { position: static; float: none; display: table-column }
table td[class*=col-], table th[class*=col-] { position: static; float: none; display: table-cell }
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover { background-color: #e8e8e8 }
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success { background-color: #dff0d8 }
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover { background-color: #d0e9c6 }
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info { background-color: #d9edf7 }
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover { background-color: #c4e3f3 }
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning { background-color: #fcf8e3 }
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover { background-color: #faf2cc }
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger { background-color: #f2dede }
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover { background-color: #ebcccc }
.table-responsive { overflow-x: auto; min-height: .01% }
fieldset { margin: 0; min-width: 0 }
legend { display: block; font-size: 24px; line-height: inherit; border-bottom: 1px solid #e5e5e5 }
label { display: inline-block; margin-bottom: 5px }
.checkbox label, .checkbox-inline, .radio label, .radio-inline { font-weight: 400; padding-left: 20px; cursor: pointer; margin-bottom: 0 }
input[type=search] { box-sizing: border-box; -webkit-appearance: none }
input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal }
.form-control, output { font-size: 16px; line-height: 1.42857143; color: #595a5b; display: block }
input[type=file] { display: block }
input[type=range] { display: block; width: 100% }
select[multiple], select[size] { height: auto }
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px }
output { padding-top: 7px }
.form-control { height: 46px; padding: 6px 12px; background-color: #fff; border: 1px solid #d6d7d7; border-radius: 0; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1
}
.form-control:-ms-input-placeholder {
 color: #999
}
.form-control::-webkit-input-placeholder {
 color: #999
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #3c763d }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1 }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed }
textarea.form-control { height: auto }
.form-group { margin-bottom: 15px }
.checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px }
.checkbox label, .radio label { min-height: 22px }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: absolute; margin-left: -20px; margin-top: 4px\9 }
.checkbox+.checkbox, .radio+.radio { margin-top: -5px }
.checkbox-inline, .radio-inline { position: relative; display: inline-block; vertical-align: middle }
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline { margin-top: 0; margin-left: 10px }
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed }
.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 38px }
.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn { padding-left: 0; padding-right: 0 }
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px }
.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm { height: 33px; line-height: 33px }
.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm { height: auto }
.form-group-sm .form-control { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px }
.form-group-sm select.form-control { height: 33px; line-height: 33px }
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control { height: auto }
.form-group-sm .form-control-static { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; min-height: 36px }
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg { height: 46px; line-height: 46px }
.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control,  .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg { height: auto }
.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
.form-group-lg select.form-control { height: 46px; line-height: 46px }
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control { height: auto }
.form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; min-height: 40px }
.has-feedback { position: relative }
.has-feedback .form-control { padding-right: 45px }
.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none }
.collapsing, .dropdown, .dropup { position: relative }
.input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px }
.input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback { width: 33px; height: 33px; line-height: 33px }
.btn, .btn-secondary { text-align: center; white-space: nowrap; font-weight: 500; line-height: 1; -ms-user-select: none; font-size: 18px; font-family: "Gotham A", "Gotham B" }
.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8 }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: #8a6d3b }
.has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3 }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #a94442 }
.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede }
.has-feedback label~.form-control-feedback { top: 27px }
.has-feedback label.sr-only~.form-control-feedback { top: 0 }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #999a9b }
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px }
.form-horizontal .checkbox, .form-horizontal .radio { min-height: 29px }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px }
.form-horizontal .form-group:after, .form-horizontal .form-group:before { content: " "; display: table }
.btn-secondary:after, .btn:after { content: "" }
.btn, .btn-secondary, .btn-secondary:after, .btn:after { display: inline-block }
.form-horizontal .has-feedback .form-control-feedback { right: 15px }
.btn { margin-bottom: 0; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; border: 1px solid transparent; padding: 13px 20px; font-style: normal; color: #fff; background-color: #eb0028; transition: background-color .5s ease-out; width: auto; -webkit-user-select: none; -moz-user-select: none; user-select: none }
.btn:after { margin-left: 12px; vertical-align: -2px; width: 7px; height: 16px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -32px -89px no-repeat }
.btn.search-button { padding: 11px 17px }
.btn.search-button:after { background: 0 0; width: auto; height: auto; margin: 0 }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px }
.btn.focus, .btn:focus, .btn:hover { text-decoration: none; color: #fff!important; background-color: #9e001b; transition: background-color .2s ease-out }
.btn.active, .btn:active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); background-color: #c30021 }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); box-shadow: none }
.btn-secondary { margin-bottom: 0; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid #eb0028; padding: 15px 20px; font-style: normal; color: #eb0028; background-color: #fff; transition: border .5s ease-out; width: auto; -webkit-user-select: none; -moz-user-select: none; user-select: none }
.btn-secondary:after { margin-left: 12px; vertical-align: -2px; width: 7px; height: 16px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -44px -89px no-repeat }
.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-right: 4px solid transparent; border-left: 4px solid transparent }
.dropdown-toggle:focus { outline: 0 }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1001; display: none; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 16px; text-align: left; background-color: rgba(235, 235, 235, .95); border: 0; box-shadow: 0 7px 12px rgba(0, 0, 0, .675); background-clip: padding-box }
.dropdown-menu-right, .dropdown-menu.pull-right { left: auto; right: 0 }
.dropdown-header, .dropdown-menu>li>a { display: block; padding: 3px 20px; line-height: 1.42857143; white-space: nowrap }
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0 }
.dropdown-menu .divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5 }
.dropdown-menu>li>a { font-weight: 400; color: #333 }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { text-decoration: none; color: #262626; background-color: #f5f5f5 }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { color: #fff; text-decoration: none; outline: 0; background-color: #eb0028 }
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover { color: #939498 }
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover { text-decoration: none; background-color: transparent; background-image: none;  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed }
.open>.dropdown-menu { display: block }
.open>a { outline: 0 }
.dropdown-menu-left { left: 0; right: auto }
.dropdown-header { font-size: 14px; color: #939498 }
.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 991 }
.pull-right>.dropdown-menu { right: 0; left: auto }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: "" }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px }
.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle }
.btn-group-vertical>.btn, .btn-group>.btn { position: relative; float: left }
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover { z-index: 2 }
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: -1px }
.btn-toolbar { margin-left: -5px }
.btn-toolbar:after, .btn-toolbar:before { content: " "; display: table }
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group { margin-left: 5px }
.btn .caret, .btn-group>.btn:first-child { margin-left: 0 }
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0 }
.btn-group>.btn+.dropdown-toggle { padding-left: 8px; padding-right: 8px }
.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle { padding-left: 12px; padding-right: 12px }
.btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) }
.btn-group.open .dropdown-toggle.btn-link { box-shadow: none }
.btn-group-lg>.btn .caret, .btn-lg .caret { border-width: 5px 5px 0 }
.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret { border-width: 0 5px 5px }
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn { display: block; float: none; width: 100%; max-width: 100% }
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before { content: " "; display: table }
.btn-group-vertical>.btn-group>.btn { float: none }
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group { margin-top: -1px; margin-left: 0 }
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-btn>.btn+.btn { margin-left: -1px }
.btn-group-vertical>.btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0 }


.btn-group-vertical>.btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0 }
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0 }
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0 }
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0 }
.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate }
.btn-group-justified>.btn, .btn-group-justified>.btn-group { float: none; display: table-cell; width: 1% }
.btn-group-justified>.btn-group .btn { width: 100% }
.btn-group-justified>.btn-group .dropdown-menu { left: auto }
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none }
.input-group, .input-group-btn, .input-group-btn>.btn { position: relative }
.input-group { display: table; border-collapse: separate }
.input-group[class*=col-] { float: none; padding-left: 0; padding-right: 0 }
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0 }
.input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell }
.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle }
.input-group-addon { padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; color: #595a5b; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px }
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn { padding: 5px 10px; font-size: 14px; border-radius: 3px }
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px }
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 }
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.input-group-addon:first-child { border-right: 0 }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.input-group-addon:last-child { border-left: 0 }
.input-group-btn { font-size: 0; white-space: nowrap }
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover { z-index: 2 }
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group { margin-right: -1px }
.nav { margin-bottom: 0; padding-left: 0; padding-right: 0; list-style: none }
.nav:after, .nav:before { content: " "; display: table }
.nav>li, .nav>li>a { position: relative; display: block }
.nav>li>a { padding: 10px 15px }
.nav>li.disabled>a { color: #939498 }
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover { color: #939498; text-decoration: none; background-color: transparent; cursor: not-allowed }
.nav .nav-divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5 }
.nav>li>a>img { max-width: none }
.nav-tabs { text-align: center }
.nav-tabs>li { display: inline-block }
.nav-tabs>li>a { margin-right: 2px; line-height: 1.42857143 }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { cursor: default }
.nav-pills>li { float: left }
.nav-justified>li, .nav-stacked>li, .nav-tabs.nav-justified>li { float: none }
.nav-pills>li>a { border-radius: 4px }
.nav-pills>li+li { margin-left: 2px }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: #fff; background-color: #eb0028 }
.nav-stacked>li+li { margin-top: 2px; margin-left: 0 }
.nav-justified, .nav-tabs.nav-justified { width: 100% }
.nav-justified>li>a, .nav-tabs.nav-justified>li>a { text-align: center; margin-bottom: 5px }
.nav-justified>.dropdown .dropdown-menu { top: auto; left: auto }
.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0 }
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a { margin-right: 0; border-radius: 4px }
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover { border: 1px solid #ddd }
.tab-content>.tab-pane { display: none }
.tab-content>.active { display: block }
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before { content: " "; display: table }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0 }
.navbar { position: initial; min-height: 50px; margin: 0; border: 0 }
.navbar-collapse { overflow-x: visible; position: absolute; z-index: 1001; left: 0; top: 90px; padding: 0; border: 0; border-top: 1px solid #595a5b!important; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-overflow-scrolling: touch; margin: 0; width: 100% }
.navbar-collapse .navbar-nav>li { border-bottom: 1px solid #d8d8d9 }
.navbar-collapse .navbar-nav>li>a { margin: 0; padding: 15px 14px 12px!important; background-color: #ebebeb; color: #000 }
.navbar-collapse .navbar-nav>li>a:hover { background-color: #cecece }
.navbar-collapse .navbar-nav>li>a.open { background-color: #f0f0f0; color: #eb0028 }
.navbar-collapse .navbar-nav .sub-nav { display: none }
.navbar-collapse .navbar-nav .sub-nav li>a { margin: 0; padding: 10px 30px!important; background-color: #f0f0f0; border-bottom: none; color: #595a5b; text-transform: none; font-size: 16px }
.navbar-collapse .navbar-nav .sub-nav li>a:hover { color: #eb0028 }
.navbar-collapse .navbar-nav .sub-nav li:last-of-type a { padding-bottom: 20px!important }
.navbar-collapse .navbar-nav.secondary>li { border-bottom: 1px solid #d8d8d9 }
.navbar-collapse .navbar-nav.secondary>li>a { margin: 0; padding: 15px 14px!important; background-color: #e4e4e4; color: #595a5b }
.navbar-collapse .navbar-nav.secondary>li>a:hover { background-color: #cecece }
.navbar-collapse .navbar-nav.secondary>li>a.open { background-color: #f0f0f0; color: #eb0028 }
.navbar-collapse.in { overflow-y: auto }
.container-fluid>.navbar-header, .container>.navbar-header { margin-right: -15px; margin-left: -15px }
.navbar-static-top { z-index: 1001; border-width: 0 0 1px }
.navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030 }
.navbar-fixed-top { top: 0; border-width: 0 0 1px }
.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0 }
.navbar-brand { float: none; padding: 0; height: auto }
.navbar-brand>img { display: block }
.navbar-toggle { position: relative; float: left; margin: 22px 0 0; padding: 0; background: 0 0; border: 0 }
.navbar-toggle:focus { outline: 0 }
.navbar-toggle .icon-bar { display: none; width: 20px; height: 2px; border-radius: 1px; background: #595a5b }
.navbar-toggle .icon-bar+.icon-bar { margin-top: 4px }
.navbar-form, .navbar-nav { margin: 7px -15px }
.navbar-toggle .close-menu { display: block; width: 20px; height: 18px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -100px -80px no-repeat }
.navbar-toggle.collapsed .icon-bar { display: block }
.navbar-toggle.collapsed .close-menu { display: none }
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; line-height: 22px }
.navbar-form { padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) }
.navbar-nav>li>.dropdown-menu { margin-top: 20px; border-top-right-radius: 0; border-top-left-radius: 0 }
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu { margin-bottom: 0; border-radius: 4px 4px 0 0 }
.navbar-btn { margin-top: 7px; margin-bottom: 7px }
.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm { margin-top: 8.5px; margin-bottom: 8.5px }
.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs, .navbar-text { margin-top: 14px; margin-bottom: 14px }
.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7 }
.navbar-default .navbar-brand { color: #777 }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: #5e5e5e; background-color: transparent }
.navbar-default .navbar-text { color: #777 }
.navbar-default .navbar-nav>li>a { color: #595a5b; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; font-size: 18px; padding: 0; width: 100% }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #9e001b }
.navbar-default .navbar-nav li:last-of-type a { margin-right: 0 }
.navbar-default .navbar-toggle { border-color: #ddd }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7 }
.navbar-default .navbar-nav .open .dropdown-menu { padding: 40px 0 0 }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col { width: 33%; float: left; padding: 0 4.166%; margin-bottom: 30px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col:first-of-type { padding-left: 5% }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col:last-of-type { padding-right: 5% }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview { text-transform: none; font-size: 14px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .nav-subhead, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .nav-subhead-no-children { text-transform: uppercase; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700; color: #000; margin-bottom: 10px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview p { font-size: 13px; color: #000; line-height: 1.2; margin-bottom: 10px }
.megamenu>li>ul>li>a, .navbar-default .navbar-nav .open .dropdown-menu .nav-strip a { font-family: "Gotham A", "Gotham B"; font-style: normal; font-size: 14px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta { background: 0 0; padding: 0; display: inline-block; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; color: #eb0028 }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:after { content: ""; display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -42px -63px no-repeat; margin-left: 10px; width: 5px; height: 11px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:focus:after, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:hover:after { background-position: -52px -63px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:active:after { background-position: -62px -63px }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:focus, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:hover { color: #9e001b }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview .cta:active { color: #c30021 }
.navbar-default .navbar-nav .open .dropdown-menu .nav-strip { width: 100%; display: block; text-align: center; color: #fff; background: #9f9fa3; padding: 10px 0 }
.navbar-default .navbar-nav .open .dropdown-menu .nav-strip a { color: #fff; font-weight: 700 }
.navbar-default .navbar-nav .open .dropdown-menu .nav-strip a:after { content: " "!important; display: inline-block!important; width: 5px; height: 11px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") no-repeat }
.navbar-default .navbar-nav>.open>a span, .navbar-default .navbar-nav>.open>a:focus span, .navbar-default .navbar-nav>.open>a:hover span { display: block; width: 0; height: 0; border-left: 17px solid transparent; border-right: 17px solid transparent; border-bottom: 17px solid #ebebeb; position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%) }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #c30021; margin-bottom: 7px }
.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:focus:after, .navbar-default .navbar-nav>.active>a:hover:after { content: ""!important; display: block!important; width: 100%!important; height: 0!important; border-top: 3px solid #c30021!important; border-right: 3px solid transparent!important; position: relative!important; bottom: -1px!important; margin-left: 0!important }
.menu-large { position: static!important }
.megamenu { padding: 20px 0; width: 100% }
.megamenu>li>ul { padding: 0; margin: 0 }
.megamenu>li>ul>li { list-style: none }
.megamenu>li>ul>li>a { display: block; padding: 0; line-height: 1.428571429; color: #595a5b; white-space: normal; text-transform: none; font-weight: 400; margin: 0 0 20px }
.megamenu>li ul>li>a:focus,  .megamenu>li ul>li>a:hover { text-decoration: none; color: #9e001b }
.megamenu.disabled>a, .megamenu.disabled>a:focus, .megamenu.disabled>a:hover { color: #999 }
.megamenu.disabled>a:focus, .megamenu.disabled>a:hover { text-decoration: none; background-color: transparent; background-image: none;  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed }
.megamenu.dropdown-header { color: #428bca; font-size: 18px }
.megamenu>li>ul>.nav-subhead-no-children>a, .megamenu>li>ul>.nav-subhead>a { padding-bottom: 1px; background: 0 0; font-weight: 700; color: #000; text-transform: uppercase; font-family: "Gotham A", "Gotham B"; font-style: normal }
.megamenu>li>ul>.nav-subhead>a { border-bottom: 1px solid #d1d2d4; margin-bottom: 10px }
.red-bar { background-color: #eb0028; color: #fff; height: 13px }
.red-bar .container { margin-bottom: 0 }
.red-bar a { color: #fff!important; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 300; text-decoration: none; line-height: 44px; display: inline-block; padding: 0 20px }
.red-bar a:after { display: none!important }
.red-bar a:hover { text-decoration: none; background: #9e001b }
.red-bar a:active { background: #c30021 }
.red-bar ul { padding: 0 50px; margin: 0; text-align: right; float: right }
.red-bar li { display: inline-block; list-style: none; line-height: 30px; text-transform: uppercase; font-size: 12px; float: left }
.red-bar li:last-of-type { border: 0; padding-right: 0 }
.red-bar li.search { margin-left: 10px; height: 44px }
.red-bar li.search .search-btn, .red-bar li.search input { height: 34px; display: block; padding: 0; margin-top: 5px; float: left }
.red-bar li.search input { border: 0; width: 0; color: #595a5b; transition: width .2s ease-out }
.red-bar li.search .search-btn { width: 35px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -131px -162px no-repeat }
.red-bar li.search.open input { width: 300px; padding: 0 10px; transition: width .4s ease-out; border-radius: 0 }
.red-bar li.search.open .search-btn { background-color: #fff; background-position: -131px -187px }
.red-bar li.language>a:after { content: ""!important; width: 11px!important; height: 6px!important; display: inline-block!important; margin-left: 10px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -32px -79px no-repeat!important }
.red-bar li .nav-divider { width: 0; height: 13px; border-right: 1px solid #f799a9; display: inline-block; vertical-align: -2px }
.red-bar .language-nav { position: absolute; top: 44px; left: 0; width: 100%; background: #ebebeb; z-index: 10; padding-left: 20px; padding-right: 20px; max-height: 0; overflow: hidden; transition: max-height .3s ease-out }
.red-bar .language-nav li { display: block; float: none; text-align: left }
.red-bar .language-nav li:first-of-type { margin-top: 15px }
.red-bar .language-nav li:last-of-type { margin-bottom: 15px }
.red-bar .language-nav li a { line-height: 1; text-transform: none; color: #595a5b!important; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400; padding: 10px 0; width: 100%; display: block; float: none }
.red-bar .language-nav li a:after { display: none!important; background-image: none!important }
.red-bar .language-nav li a:focus, .red-bar .language-nav li a:hover { background: 0 0; color: #9e001b!important }
.red-bar .language-nav li a:active { color: #c30021!important }
.red-bar .language { position: relative }
.red-bar .language.open { background-color: #9e001b }
.red-bar .language.open .language-nav { max-height: 500px; transition: max-height .6s ease-out }
.red-bar .language.open .language-link:after { content: ""; display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -32px -79px no-repeat; margin-left: 10px; width: 11px; height: 5px; transform: rotate(180deg); vertical-align: 2px }
#search-mobile-wrapper { overflow: hidden; background: #eb0028; max-height: 0; transition: max-height .1s ease-out }
#search-mobile-wrapper input { width: calc(100% - 50px); height: 34px; border: 0; font-size: 14px; padding: 0 10px; margin: 5px 25px; border-radius: 0 }
#search-mobile-wrapper.open { max-height: 44px; transition: max-height .4s ease-out }
.main-nav-container { padding: 0; background: #fff; min-width: 320px; border-bottom: solid 1px #cdd0d4 }
.main-nav-container .container { padding: 20px 25px; position: relative; margin-bottom: 0 }
.navbar-wrap { -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; font-size: 18px; text-transform: uppercase; width: 100% }
.navbar-upper { display: none }
.mobile-nav .navbar-nav { border: 0; margin: 0 }
.mobile-nav .navbar-header { margin-left: 0; margin-right: 0 }
.mobile-nav .search { width: 19px; height: 19px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -100px -56px no-repeat; display: block; margin-top: 22px; line-height: 42px }
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) }
footer { padding: 30px 0 0;    margin-bottom: 0px !important; }
.off-canvas.outer-wrapper { position: relative; overflow: hidden; width: 100% }
.off-canvas .navbar, .off-canvas .navbar-default { background-color: initial; border: none; transition: all .5s ease-in-out }
.off-canvas .navbar-default.reveal, .off-canvas .navbar.reveal { display: block }
.off-canvas .navbar .navbar-header, .off-canvas .navbar-default .navbar-header { background-color: #f8f8f8; border-color: #e7e7e7; width: 100% }
.offcanvas-right { right: 0 }
.offcanvas-left { left: 0 }
.offcanvas-left .navbar-header { position: relative; z-index: 100 }
.offcanvas-left .navbar-nav { margin: 7.5px -5px }
.offcanvas-left .navbar-nav>li { float: none }
.offcanvas-left .navbar-brand { float: right }
.offcanvas-left .navbar-toggle { display: block; float: left }

.breadcrumb>li, .pagination { display: inline-block }
.offcanvas-right .nav-offcanvas { right: -75% }
.offcanvas-left .nav-offcanvas { left: -75% }
.offcanvas-right .reveal.in { right: 75% }
.offcanvas-left .reveal { left: 0 }
.offcanvas-left .reveal.in { left: 75% }
.nav-offcanvas { position: absolute; top: 0; width: 50% }
.breadcrumb { padding: 8px 15px; margin-bottom: 22px; list-style: none; background-color: #f5f5f5; border-radius: 4px }
.breadcrumb>li+li:before { content: "/ "; padding: 0 5px; color: #ccc }
.breadcrumb>.active { color: #939498 }
.pagination { padding-left: 0; margin: 22px 0; border-radius: 4px }
.pagination>li { display: inline }
.pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #eb0028; background-color: #fff; border: 1px solid #ddd; margin-left: -1px }
.list-group-item>.badge, .pager .next>a, .pager .next>span { float: right }
.badge, .label { font-weight: 700; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-bottom-right-radius: 4px; border-top-right-radius: 4px }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #9e001b; background-color: #eee; border-color: #ddd }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 2; color: #fff; background-color: #eb0028; border-color: #eb0028; cursor: default }
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { color: #939498; background-color: #fff; border-color: #ddd; cursor: not-allowed }
.pagination-lg>li>a, .pagination-lg>li>span { padding: 10px 16px; font-size: 18px }
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-bottom-left-radius: 6px; border-top-left-radius: 6px }
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-bottom-right-radius: 6px; border-top-right-radius: 6px }
.pagination-sm>li>a, .pagination-sm>li>span { padding: 5px 10px; font-size: 14px }
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-bottom-left-radius: 3px; border-top-left-radius: 3px }
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-bottom-right-radius: 3px; border-top-right-radius: 3px }
.pager { padding-left: 0; margin: 22px 0; list-style: none; text-align: center }
.pager:after, .pager:before { content: " "; display: table }
.pager li { display: inline }
.pager li>a, .pager li>span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px }
.pager li>a:focus, .pager li>a:hover { text-decoration: none; background-color: #eee }
.pager .previous>a, .pager .previous>span { float: left }
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span { color: #939498; background-color: #fff; cursor: not-allowed }
.label { display: inline; padding: .2em .6em .3em; font-size: 75%; color: #fff; border-radius: .25em }
.label:empty { display: none }
.btn .label { position: relative; top: -1px }
a.label:focus, a.label:hover { color: #fff; text-decoration: none; cursor: pointer }
.label-default { background-color: #939498 }
.label-default[href]:focus, .label-default[href]:hover { background-color: #797a7f }
.label-primary { background-color: #eb0028 }
.label-primary[href]:focus, .label-primary[href]:hover { background-color: #b8001f }
.label-success { background-color: #5cb85c }
.label-success[href]:focus, .label-success[href]:hover { background-color: #449d44 }
.label-info { background-color: #5bc0de }
.label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5 }
.label-warning { background-color: #f0ad4e }
.label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f }
.label-danger { background-color: #d9534f }
.label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c }
.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 14px; color: #fff; background-color: #939498; border-radius: 10px }
.badge:empty { display: none }
.media-object, .thumbnail { display: block }
.btn .badge { position: relative; top: -1px }
.btn-group-xs>.btn .badge, .btn-xs .badge { top: 0; padding: 1px 5px }
.list-group-item.active>.badge, .nav-pills>.active>a>.badge { color: #eb0028; background-color: #fff }
.list-group-item>.badge+.badge { margin-right: 5px }
.nav-pills>li>a>.badge { margin-left: 3px }
a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer }
.jumbotron, .jumbotron .h1, .jumbotron h1 { color: inherit }
.jumbotron { padding: 30px 15px; margin-bottom: 30px; background-color: #eee }
.jumbotron p { margin-bottom: 15px; font-size: 24px; font-weight: 200 }
.alert, .thumbnail { margin-bottom: 22px }
.alert .alert-link, .close { font-weight: 700 }
.jumbotron>hr { border-top-color: #d5d5d5 }
.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px }
.thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; transition: border .2s ease-in-out }
.thumbnail a>img, .thumbnail>img { display: block; height: auto; margin-left: auto; margin-right: auto }
.thumbnail .caption { padding: 9px; color: #595a5b }
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #eb0028 }
.alert { padding: 15px; border: 1px solid transparent; border-radius: 4px }
.alert h4 { margin-top: 0; color: inherit }
.alert>p, .alert>ul { margin-bottom: 0 }
.alert>p+p { margin-top: 5px }
.alert-dismissable, .alert-dismissible { padding-right: 35px }
.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit }
.modal, .modal-backdrop { top: 0; right: 0; bottom: 0; left: 0 }
.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d }
.alert-success hr { border-top-color: #c9e2b3 }
.alert-success .alert-link { color: #2b542c }
.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f }
.alert-info hr { border-top-color: #a6e1ec }
.alert-info .alert-link { color: #245269 }
.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b }
.alert-warning hr { border-top-color: #f7e1b5 }
.alert-warning .alert-link { color: #66512c }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442 }
.alert-danger hr { border-top-color: #e4b9c0 }
.alert-danger .alert-link { color: #843534 }
.progress { overflow: hidden; height: 22px; margin-bottom: 22px; background-color: #f5f5f5; border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) }
.progress-bar { float: left; width: 0; height: 100%; font-size: 14px; line-height: 22px; color: #fff; text-align: center; background-color: #eb0028; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); transition: width .6s ease }
.progress-bar-striped, .progress-striped .progress-bar { background-size: 40px 40px }
.progress-bar.active, .progress.active .progress-bar { animation: progress-bar-stripes 2s linear infinite }
.progress-bar-success { background-color: #5cb85c }
.progress-bar-info { background-color: #5bc0de }
.progress-bar-warning { background-color: #f0ad4e }
.progress-bar-danger { background-color: #d9534f }
.media { margin-top: 15px }
.media:first-child { margin-top: 0 }
.media, .media-body { zoom: 1; overflow: hidden }
.media-body { width: 10000px }
.media-right, .media>.pull-right { padding-left: 10px }
.media-left, .media>.pull-left { padding-right: 10px }
.media-body, .media-left, .media-right { display: table-cell; vertical-align: top }

.media-middle { vertical-align: middle }
.media-bottom { vertical-align: bottom }
.media-heading { margin-top: 0; margin-bottom: 5px }
.media-list { padding-left: 0; list-style: none }
.list-group { margin-bottom: 20px; padding-left: 0 }
.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd }
.list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px }
a.list-group-item { color: #555 }
a.list-group-item .list-group-item-heading { color: #333 }
a.list-group-item:focus, a.list-group-item:hover { text-decoration: none; color: #555; background-color: #f5f5f5 }
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { background-color: #eee; color: #939498; cursor: not-allowed }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: #939498 }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #fff; background-color: #eb0028; border-color: #eb0028 }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small { color: inherit }
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #ffb8c4 }
.list-group-item-success { color: #3c763d; background-color: #dff0d8 }
a.list-group-item-success { color: #3c763d }
a.list-group-item-success .list-group-item-heading { color: inherit }
a.list-group-item-success:focus, a.list-group-item-success:hover { color: #3c763d; background-color: #d0e9c6 }
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover { color: #fff; background-color: #3c763d; border-color: #3c763d }
.list-group-item-info { color: #31708f; background-color: #d9edf7 }
a.list-group-item-info { color: #31708f }
a.list-group-item-info .list-group-item-heading { color: inherit }
a.list-group-item-info:focus, a.list-group-item-info:hover { color: #31708f; background-color: #c4e3f3 }
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover { color: #fff; background-color: #31708f; border-color: #31708f }
.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3 }
a.list-group-item-warning { color: #8a6d3b }
a.list-group-item-warning .list-group-item-heading { color: inherit }
a.list-group-item-warning:focus,  a.list-group-item-warning:hover { color: #8a6d3b; background-color: #faf2cc }
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b }
.list-group-item-danger { color: #a94442; background-color: #f2dede }
a.list-group-item-danger { color: #a94442 }
a.list-group-item-danger .list-group-item-heading { color: inherit }
a.list-group-item-danger:focus, a.list-group-item-danger:hover { color: #a94442; background-color: #ebcccc }
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover { color: #fff; background-color: #a94442; border-color: #a94442 }
.panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { color: inherit }
.list-group-item-heading { margin-top: 0; margin-bottom: 5px }
.list-group-item-text { margin-bottom: 0; line-height: 1.3 }
.panel { margin-bottom: 22px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, .05) }
.panel-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table { margin-bottom: 0 }
.panel-body { padding: 15px }
.panel-body:after, .panel-body:before { content: " "; display: table }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px }
.panel-title { margin-top: 0; font-size: 18px }
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item { border-width: 1px 0; border-radius: 0 }
.panel-group .panel-heading, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th { border-bottom: 0 }
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px }
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px }
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px }
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child { border-top-width: 0 }
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption { padding-left: 15px; padding-right: 15px }
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child { border-top-left-radius: 3px }
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child { border-top-right-radius: 3px }
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius: 3px }
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius: 3px }
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body { border-top: 1px solid #ddd }
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th { border-top: 0 }
.panel>.table-bordered, .panel>.table-responsive>.table-bordered { border: 0 }
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child { border-left: 0 }
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child { border-right: 0 }
.panel>.table-responsive { border: 0; margin-bottom: 0 }
.panel-group { margin-bottom: 22px }
.panel-group .panel { margin-bottom: 0; border-radius: 4px }
.panel-group .panel+.panel { margin-top: 5px }
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 1px solid #ddd }
.panel-group .panel-footer { border-top: 0 }
.panel-group .panel-footer+.panel-collapse .panel-body { border-bottom: 1px solid #ddd }
.panel-default { border-color: #ddd }
.panel-default>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd }
.panel-default>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ddd }
.panel-default>.panel-heading .badge { color: #f5f5f5; background-color: #333 }
.panel-default>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ddd }
.panel-primary { border-color: #eb0028 }
.panel-primary>.panel-heading { color: #fff; background-color: #eb0028; border-color: #eb0028 }
.panel-primary>.panel-heading+.panel-collapse>.panel-body { border-top-color: #eb0028 }
.panel-primary>.panel-heading .badge { color: #eb0028; background-color: #fff }
.panel-primary>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #eb0028 }
.panel-success { border-color: #d6e9c6 }
.panel-success>.panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6 }
.panel-success>.panel-heading+.panel-collapse>.panel-body { border-top-color: #d6e9c6 }
.panel-success>.panel-heading .badge { color: #dff0d8; background-color: #3c763d }
.panel-success>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #d6e9c6 }
.panel-info { border-color: #bce8f1 }
.panel-info>.panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1 }
.panel-info>.panel-heading+.panel-collapse>.panel-body { border-top-color: #bce8f1 }
.panel-info>.panel-heading .badge { color: #d9edf7; background-color: #31708f }
.panel-info>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #bce8f1 }
.panel-warning { border-color: #faebcc }
.panel-warning>.panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc }
.panel-warning>.panel-heading+.panel-collapse>.panel-body { border-top-color: #faebcc }
.panel-warning>.panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b }
.panel-warning>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #faebcc }
.panel-danger { border-color: #ebccd1 }
.panel-danger>.panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1 }
.panel-danger>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ebccd1 }
.panel-danger>.panel-heading .badge { color: #f2dede; background-color: #a94442 }
.close, .modal-copy { color: #000 }
.panel-danger>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ebccd1 }
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden }
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0 }
.embed-responsive-16by9 { padding-bottom: 56.25% }
.embed-responsive-4by3 { padding-bottom: 75% }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) }
.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
.well-lg { padding: 24px; border-radius: 6px }
.well-sm { padding: 9px; border-radius: 3px }
.close { float: right; font-size: 24px; line-height: 1; text-shadow: 0 1px 0 #fff; opacity: .5; filter: alpha(opacity=50) }
.popover, .tooltip { font-family: "Gotham A", "Gotham B", Arial, sans-serif; font-weight: 400 }
.carousel-caption, .carousel-control { text-shadow: 0 1px 2px rgba(0, 0, 0, .6) }
.close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; opacity: 1; filter: alpha(opacity=100) }
button.close { padding: 0; cursor: pointer; border: 0; display: block; width: 11px; height: 11px; text-indent: -9999px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -108px -160px no-repeat }
.modal-content, .popover { background-clip: padding-box }
.modal-open { overflow: hidden }
.modal { display: none; overflow: hidden; position: fixed; z-index: 1050; -webkit-overflow-scrolling: touch; background-color: rgba(208, 208, 208, .9); outline: 0 }
.modal.fade .modal-dialog { transform: translate(0, -25%); transition: transform .3s ease-out }
.modal.in .modal-dialog { transform: translate(0, 0) }
.modal-open .modal { overflow-x: hidden; overflow-y: auto }
.modal-dialog { position: relative; width: auto; padding: 0; margin: 0; display: inline-block; text-align: left; vertical-align: middle }
.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, .5); outline: 0 }
.modal-close { margin-bottom: 15px; padding: 0 }
.modal-container { background-color: #eaebeb; padding: 10px 20px 30px; width: 90% }
.modal-backdrop { position: fixed; z-index: 1040; background-color: #000 }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0) }
.modal-backdrop.in { opacity: .5; filter: alpha(opacity=50) }
.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.43px }
.modal-header .close { margin-top: -2px }
.modal-title { margin: 0; line-height: 1.42857143 }
.modal-body { position: relative; padding: 15px }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 }
.modal-footer:after, .modal-footer:before { content: " "; display: table }
.modal-footer:after { clear: both }
.modal-footer .btn+.btn { margin-left: 5px; margin-bottom: 0 }
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow { bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000 }
.modal-footer .btn-group .btn+.btn { margin-left: -1px }
.modal-footer .btn-block+.btn-block { margin-left: 0 }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll }
.modal-img img { width: 100% }
.tooltip { position: absolute; z-index: 1070; display: block; font-size: 14px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0) }
.tooltip.in { opacity: .9; filter: alpha(opacity=90) }
.tooltip.top { margin-top: -3px; padding: 5px 0 }
.tooltip.right { margin-left: 3px; padding: 0 5px }
.tooltip.bottom { margin-top: 3px; padding: 5px 0 }
.tooltip.left { margin-left: -3px; padding: 0 5px }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000 }
.tooltip.top-left .tooltip-arrow { right: 5px }
.tooltip.top-right .tooltip-arrow { left: 5px }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000 }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000 }
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow { border-width: 0 5px 5px; border-bottom-color: #000; top: 0 }
.tooltip.bottom .tooltip-arrow { left: 50%; margin-left: -5px }
.tooltip.bottom-left .tooltip-arrow { right: 5px; margin-top: -5px }
.tooltip.bottom-right .tooltip-arrow { left: 5px; margin-top: -5px }
.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-size: 16px; line-height: 1.42857143; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, .2); white-space: normal }
.popover.top { margin-top: -10px }
.popover.right { margin-left: 10px }
.popover.bottom { margin-top: 10px }
.popover.left { margin-left: -10px }
.popover-title { margin: 0; padding: 8px 14px; font-size: 16px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0 }
.popover-content { padding: 9px 14px }
.popover>.arrow, .popover>.arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid }
.carousel, .carousel-inner { position: relative }
.popover>.arrow { border-width: 11px }
.popover>.arrow:after { border-width: 10px; content: "" }
.popover.top>.arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); bottom: -11px }
.popover.top>.arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff }
.popover.left>.arrow:after, .popover.right>.arrow:after { content: " "; bottom: -10px }
.popover.right>.arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25) }
.popover.right>.arrow:after { left: 1px; border-left-width: 0; border-right-color: #fff }
.popover.bottom>.arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); top: -11px }
.popover.bottom>.arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff }
.popover.left>.arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25) }
.popover.left>.arrow:after { right: 1px; border-right-width: 0; border-left-color: #fff }
.carousel-inner { overflow: hidden; width: 100% }
.carousel-inner>.item { display: none; position: relative; transition: .6s ease-in-out left }
.carousel-inner>.item>a>img, .carousel-inner>.item>img { display: block; max-width: 100%; height: auto; line-height: 1 }
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev { display: block }
.carousel-inner>.active { left: 0 }
.carousel-inner>.next, .carousel-inner>.prev { position: absolute; top: 0; width: 100% }
.carousel-inner>.next { left: 100% }
.carousel-inner>.prev { left: -100% }
.carousel-inner>.next.left, .carousel-inner>.prev.right { left: 0 }
.carousel-inner>.active.left { left: -100% }
.carousel-inner>.active.right { left: 100% }
.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: .5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center }
.carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-repeat: repeat-x;  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right { left: auto; right: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-repeat: repeat-x;  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:focus, .carousel-control:hover { outline: 0; color: #fff; text-decoration: none; opacity: .9; filter: alpha(opacity=90) }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px }
.carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; margin-top: -10px; line-height: 1; font-family: serif }
.carousel-control .icon-prev:before { content: '‹' }
.carousel-control .icon-next:before { content: '›' }
.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000\9; background-color: transparent }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff }
.carousel-caption { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; z-index: 10; color: #fff; text-align: center; min-width: 300px; width: 50% }
.carousel-caption .btn, .text-hide { text-shadow: none }
.clearfix:after, .clearfix:before { content: " "; display: table }
.center-block { display: block; margin-left: auto; margin-right: auto }
.pull-right { float: right!important }
.pull-left { float: left!important }
.hide { display: none!important }
.show { display: block!important }
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none!important }
.invisible { visibility: hidden }
.text-hide { font: 0/0 a; color: transparent; background-color: transparent; border: 0 }
.affix { position: fixed }
@-ms-viewport {
 width: device-width
}
.row.no-gutter { margin-left: 0; margin-right: 0 }
.row.no-gutter [class*=col-]:not(:first-child), .row.no-gutter [class*=col-]:not(:last-child) { padding-right: 0; padding-left: 0 }
.c-article-teaser { padding-bottom: 50px }
.c-article-teaser__image img { max-width: 100% }
.c-article-teaser__text h3 { font-size: 26px; font-weight: 300; margin-bottom: 5px }
.c-article-teaser__text h3 a { color: #595a5b }
.c-article-teaser__text h3 a:active, .c-article-teaser__text h3 a:hover { font-weight: 400 }
.c-article-teaser__text .data-author { font-weight: 700 }
.c-copy-block--featured-item .c-copy-block__headline, .careers-overview h3 { font-weight: 500; font-family: "Gotham A", "Gotham B"; font-style: normal }
.c-article-teaser__text p:last-child { margin: 0 }
.c-article-teaser--noImage .c-article-teaser__text { width: 100% }
.c-background-hero { padding: 140px 0; background-repeat: no-repeat; background-size: cover; position: relative }
.c-background-hero:after, .c-background-hero:before { content: " "; display: table }
.c-background-hero__caption { padding: 0; color: #fff; z-index: 1 }
.c-background-hero__caption h3 { position: relative; margin-bottom: 30px }
.c-background-hero__caption h3:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.c-background-hero__caption--color-light, .c-background-hero__caption--color-light .cta { color: #fff }
.c-background-hero__caption--color-dark { color: #000 }
.c-background-hero .skew-overlay { background: #000; display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: .8 }
.c-expandable-text__headline .icon-plus { width: 12px; display: inline-block }
.c-expandable-text__headline .icon-plus:after { content: "–"; line-height: 0; vertical-align: -1px; font-size: 22px }
.c-expandable-text__headline.collapsed .icon-plus:after { content: "+" }
.c-feature-image { margin: 45px auto }
.c-feature-image img { display: block; margin: 0 auto 20px; max-width: 100% }
.c-feature-image__caption { text-align: center }
.c-feature-image--light { color: #fff }
.c-feature-image--dark { color: #000 }
.c-hub-tile { margin-bottom: 10px; margin-left: -10px; margin-right: -10px }
.c-hub-tile a { display: block; position: relative; box-sizing: content-box; overflow: hidden; color: #fff; height: 90px; background-color: #000;font-weight: 500; }
.c-hub-tile a:after, .c-hub-tile a:before { content: " "; display: table }
.c-hub-tile a .caption p.homebox-title:after, .c-hub-tile a:before { content: ""; display: block }
.c-hub-tile a:before { border: 5px solid transparent; width: 100%; height: 100%; position: absolute; z-index: 1000; transition: border .2s ease-out }
.c-hub-tile a img { width: 100%; height: auto; filter: none; opacity: 1; transition: filter .2s ease-out, opacity .2s ease-out }
.c-hub-tile a .caption { position: absolute; top: 20px; padding: 0 15px; width: 100% }
.c-hub-tile a .caption p.homebox-title { color: #fff; position: relative; margin-bottom: 30px }
.c-hub-tile a .caption p.homebox-title:after { position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.c-hub-tile a .caption p { font-size: 14px }
.c-hub-tile a:hover:before { border: 5px solid #eb0028; transition: border .5s ease-out }
.c-hub-tile a:hover img { filter: grayscale(100%) contrast(140%); opacity: .4; transition: filter .5s ease-out, opacity .5s ease-out }
.mosaic-buttons { margin-bottom: 30px }
.mosaic-buttons:not(.tiled) .c-hub-tile a .caption { top: 20px }
.mosaic-buttons:not(.tiled) .col-sm-6:nth-child(2) .col-sm-12 .c-hub-tile .caption { top: 50%; transform: translateY(-50%) }
.mosaic-buttons:not(.tiled) .col-sm-6:nth-child(2) .col-md-6:last-of-type .c-hub-tile { margin-bottom: 0 }
.mosaic-buttons.tiled a .caption { top: 20px }
.c-image-hero { position: relative; min-width: 320px }
.c-image-hero:after, .c-image-hero:before { content: " "; display: table }
.c-image-hero p { color: #fff; font-size: 18px; margin: 0;font-family:"Gotham A","Gotham B";font-style: normal; font-weight: 300;}
.c-image-hero .btn { margin-top: 20px }
.c-image-hero__image { width: 100% }
.c-image-hero .flag { background-color: rgba(17, 33, 50, .9); position: absolute; top: 0; width: 100%; height: 100% }
.c-image-hero .flag img { display: none }
.c-image-hero .marquee-caption { width: 100%; padding: 0 }
.c-image-hero .marquee-copy { -ms-flex-pack: start; justify-content: flex-start; padding: 50px 10% 60px; margin: 0; width: 100% }
.c-image-hero picture { display: block; overflow: hidden; height: 100%; position: absolute; top: 0 }
.c-image-hero .short-flag, .c-image-hero--short .flag-img { display: none!important }
.c-image-hero picture img { width: 100% }
.c-image-hero__text { position: relative; max-width: 540px; padding: 16px; width: 100% }
.c-image-hero__text p { color: #fff; font-size: 18px; margin: 0 0 20px }
.c-image-hero.c-image-hero--text-center { background-color: #112132 }
.c-image-hero.c-image-hero--text-center picture img { opacity: .5 }
.c-image-hero.c-image-hero--text-center .marquee-caption { width: 100%; margin: 0 }
.c-image-hero.c-image-hero--text-center .marquee-copy { width: 100%; text-align: center; max-width: 1400px; margin-left: auto; margin-right: auto; padding-left: 10%; box-sizing: border-box }
.c-image-hero.c-image-hero--text-center .video-lightbox-button { background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -312px no-repeat; width: 88px; height: 88px; text-indent: -9999px; margin: 30px auto 0 }
.c-image-hero.c-image-hero--text-center .video-lightbox-button:focus, .c-image-hero.c-image-hero--text-center .video-lightbox-button:hover { background-position: -92px -312px }
.c-image-hero--short { margin-bottom: 30px; overflow: hidden; height: 155px }
.c-image-hero--short .marquee-caption { width: 100%!important; height: 100% }
.c-image-hero--short picture img { width: 100%; height: auto }
.c-image-hero--short .flag { position: absolute; top: 0; width: 100%; height: 100%; left: 0 }
.c-image-hero--short .flag img { width: auto!important; height: 200px }
.right-to-left .c-image-hero .marquee-caption .marquee-copy { direction: rtl }
.c-storytelling { padding: 30px 0 }
.c-storytelling__image { margin-bottom: 30px }
.c-storytelling__image img { width: 100% }
.c-storytelling__copy { float: right!important }
.c-storytelling__copy h3 { color: #000; position: relative; margin-bottom: 55px; line-height: 1.2 }
.c-storytelling__copy h3:after { content: ""; display: block; position: absolute; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat; bottom: -20px }
.c-storytelling__copy.col-md-pull-5 { float: left!important }
.c-storytelling--green { background-color: green }
.c-testimonial__caption__citation { margin-left: 100px }
.testimonial { border-bottom: 1px solid #dbdcdc; margin-left: -15px; margin-right: -15px }
.c-video-hero__video { height: 100%; width: 100% }
.c-video-hero__image { width: 100% }
.c-video-hero__container { position: absolute; max-width: 500px; padding: 16px }
.c-video-hero__container--color-light { color: #fff }
.c-video-hero__container--color-dark { color: #000 }
.c-video-hero__container--halign-left { left: 0 }
.c-video-hero__container--halign-center { left: 25% }
.c-video-hero__container--halign-right { left: 50% }
.c-video-hero__container--align-left { text-align: left }
.c-video-hero__container--align-center { text-align: center }
.c-video-hero__container--align-right { text-align: right }
.c-video-hero__container--valign-top { top: 0 }
.c-video-hero__container--valign-middle { top: 50%; transform: translateY(-50%) }
.c-video-hero__container--valign-bottom { bottom: 0 }
.c-copy-block:after, .c-copy-block:before { content: " "; display: table }
.c-copy-block--featured-item .c-copy-block__headline { position: relative; margin-bottom: 30px }
.c-copy-block--featured-item .c-copy-block__headline:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.c-copy-block--featured-item .c-copy-block__copy { color: #595a5b; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400 }
.c-copy-block .c-copy-block__cta { color: #595a5b; display: inline-block; float: left }
.c-copy-block .c-copy-block__cta:after { background-position: -72px -63px }
.c-copy-block .c-copy-block__cta:focus span.c-copy-block__cta, .c-copy-block .c-copy-block__cta:hover span.c-copy-block__cta { color: #9e001b }
.c-copy-block .c-copy-block__cta:active span.c-copy-block__cta { color: #c30021 }
.grid-hover .c-wrapper-grid__row__column { margin-bottom: 30px }
.right-to-left .c-copy-block .c-copy-block__cta { float: none }
.c-image-block img, .c-responsive-image--stretch-width { width: 100% }
.c-job-search .smartWidget::-moz-focus-inner {
 border: none
}
.c-job-search .srJobList { margin: 0; padding: 0; border: none; width: auto; height: auto; background: #fff }
.c-job-search .srJobList .srJobListTitles * { margin: 0; background: 0 0; color: #000; text-align: left }
.c-job-search .srJobList .srJobListJobEven:hover *, .c-job-search .srJobList .srJobListJobOdd:hover * { color: #9e001b }
.c-job-search .srJobListTitles th { border: 0; border-bottom: 1px solid #000; padding-bottom: 10px }
.c-job-search th { white-space: nowrap; text-wrap: none }
.c-job-search nobr { padding: 0!important; background: 0 0!important }
.c-job-search .srJobList .srJobListJobEven * { margin: 0; padding-top: 15px; padding-bottom: 15px; border: none; background-color: #f2f2f2; text-align: left }
.c-job-search tr.srJobListJobEven { cursor: pointer }
.c-job-search .srJobList .srJobListJobOdd * { margin: 0; padding-top: 15px; padding-bottom: 15px; border: none; background-color: #fff; text-align: left }
.c-job-search tr.srJobListJobOdd { cursor: pointer }
.c-job-search .srJobListJobTitle { width: 30%; vertical-align: top; padding-left: 5px; padding-right: 5px }
.c-job-search .srJobListTypeOfEmployment { width: auto; min-width: 120px }
.c-job-search .srJobListDepartment, .c-job-search .srJobListLocation { width: 30%; vertical-align: top }
.c-job-search .srJobListOccupationalArea { width: auto; min-width: 110px }
.c-job-search .srJobListPublishedSince { width: auto; min-width: 114px }
.c-job-search .srPages, .c-job-search .srSearch { margin: 0 0 20px; padding: 20px 0; width: 100%; background-color: #595a5b }
.c-job-search .srSearch { width: 100% }
.c-job-search .srSearch:after, .c-job-search .srSearch:before { content: " "; display: table }
.c-job-search .srPages { float: right; margin: 8px 0 0; padding: 8px }
.c-job-search .srSearchForm { float: left; padding: 0 15px; margin-bottom: 15px }
.c-job-search .srSearchInput { display: block; float: left; margin: 0; padding: 0 8px; width: calc(100% - 69px); height: 33px; background: #fff; color: #595a5b; text-align: left; box-sizing: content-box; border: 0 }
.c-job-search .srSearchButton { display: block; float: left; margin: 0 0 0 15px; padding: 0; width: 38px; height: 33px; color: #595a5b; box-sizing: content-box; cursor: pointer; text-indent: -9999px; border: 0; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -130px -162px no-repeat #eb0028 }
.c-job-search .srSearchButton:hover { background-color: #9e001b }
.c-job-search .srSearchOption { position: relative; float: left; margin: 0 15px 0 0; width: calc(50% - 23px) }
.c-job-search .srSearchOption:first-of-type { margin: 0 }
.c-job-search .srSearchOption:after { content: ""; display: block; width: 11px; height: 5px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); z-index: 0 }
.c-job-search .srSearchOption:hover:after { background-position: -64px -79px }
.c-job-search #facet_location { float: right; margin-right: 15px }
.c-job-search #facet_department { float: left; margin-left: 15px }
.c-job-search .srPagesText, .c-job-search .srSearchOptionText { position: relative; display: inline-block; margin: 0; padding: 0 8px; border: none; width: 100%; background-color: #fff; height: 33px; line-height: 33px; cursor: pointer }
.c-job-search .srSearchOptionText { text-align: left }
.c-job-search .srSearchOptionList { position: absolute; top: 46px; left: 0; display: none; float: left; margin: 0; padding: 0; box-shadow: 0 7px 12px rgba(0, 0, 0, .5); width: 100%; max-height: 240px; background: #fff; z-index: 1; overflow-y: auto!important; overflow-x: hidden }
.c-job-search .srSearchOptionListElement, .c-job-search .srSearchOptionListElementChecked { display: table; float: left; margin: 0; padding: 4px 0; width: 100%; min-height: 18px; vertical-align: middle }
.c-job-search .srSearchOptionListElement:hover { color: #9e001b }
.c-job-search .srSearchOptionListElementChecked { background: #f8f8f8 }
.c-job-search .srSearchOptionListElementText { display: table-cell; margin: 0 0 0 8px; padding: 5px 15px; text-align: left; vertical-align: middle; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; cursor: default }
.c-job-search .srPagesTextCenter:after, .c-job-search .srPagesTextCenter:before { content: ''; position: absolute; top: 0; display: block; margin: -8px 0 0; height: 35px }
.c-job-search .srSearchOptionListElementChecked>.srSearchOptionListElementText { color: #055baa }
.c-job-search .srPagesText { padding: 3px 8px; cursor: default }
.c-job-search .srPagesTextCenter:before { left: 0; padding: 0; border-left: 1px solid #ccc; width: 0 }
.c-job-search .srPagesTextCenter:after { right: 0; padding: 0; border-right: 1px solid #ccc; width: 0 }
.c-job-search .srPagesTextNext:after, .c-job-search .srPagesTextPrevious:before { content: ''; position: absolute; top: 0; margin: 5px 0 0; padding: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; width: 0; display: block; cursor: pointer }
.c-job-search .srPagesTextNext, .c-job-search .srPagesTextPrevious { cursor: pointer }
.c-job-search .srPagesTextPrevious:before { right: 10px; border-right: 5px solid #666; height: 0 }
.c-job-search .srPagesTextNext:after { left: 10px; border-left: 5px solid #666; height: 0 }
.c-job-search .srSearchForm { width: 100% }
.c-job-search .none { height: 0; border: none }
.careers-overview { margin-bottom: 30px; padding: 0 15px }
.careers-overview img { width: 100%; margin-bottom: 30px }
.careers-overview h3 { position: relative; margin-bottom: 30px; color: #000 }
.careers-overview h3:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.c-event-details--wrapper { margin-top: 40px }
.c-event-details__header h1 { margin-top: 0; color: #595a5b }
.c-event-details__header h4 { margin-top: 0; margin-bottom: 0 }
.c-event-details__header .large { margin-bottom: 0 }
.c-event-details__header div { margin-bottom: .5em }
.c-event-details__image { margin: 1em 0 }
.c-event-details__location span { display: block }
.addtocalendar var, .event-detail .n-sub-nav h6 a:before { display: none }
.c-event-details__footer { border-top: 1px solid #595a5b; padding-top: 20px; margin-top: 20px }
.event-detail .n-sub-nav h6 { margin-bottom: 0 }
.event-detail .n-sub-nav h6 a { text-transform: none; color: #eb0028 }
.event-detail .n-sub-nav h6 a:focus, .event-detail .n-sub-nav h6 a:hover { color: #9e001b }
.event-detail .n-sub-nav h6 a:active { color: #c30021 }
.c-events-filter-calendar { padding-bottom: 10px; margin-bottom: 30px }
.c-events-filter-calendar--tags { vertical-align: middle }
.c-events-filter-calendar thead { background-color: #595a5b; color: #fff }
.c-events-filter-calendar thead tr:first-child th { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400; font-size: 24px }
.c-events-filter-calendar thead th { text-align: center; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 300; padding: 15px 0 5px }
.c-events-filter-calendar thead th a { color: #fff }
.c-events-filter-calendar thead th a i { font-size: 10px }
.c-events-filter-calendar tbody tr:last-child td { border-bottom: none }
.c-events-filter-calendar tbody td { padding: 12px 0 15px; text-align: center; border-bottom: 2px solid #edefed }
.c-events-filter-calendar tbody td a { color: #9e9e9e; position: relative }
.c-events-filter-calendar tbody td.current-date a, .c-events-filter-calendar tbody td.filtered-date a, .c-events-filter-calendar tbody td:hover a { color: #fff }
.c-events-filter-calendar tbody td a .dot { position: absolute; left: 50%; top: 120%; transform: translate(-50%, -50%); font-size: 2.5rem }
.c-events-filter-calendar tbody td.current-date { background-color: #939498 }
.c-events-filter-calendar tbody td.past-date { background-color: #d7d8d7 }
.c-events-filter-calendar tbody td.future-date { background-color: #edefed }
.c-events-filter-calendar tbody td.filtered-date { background-color: #eb0028 }
.c-events-filter-calendar tbody td:hover { background-color: #80878d }
.addtocalendar { position: relative; display: inline-block; background: 0 0!important }
.atcb-link { display: block; outline: 0!important; cursor: pointer }
.atcb-item-link, .overview__more-headline .expand-label:active, .overview__more-headline .expand-label:focus, .overview__more-headline .expand-label:hover { outline: 0 }
.atcb-link:active~ul, .atcb-link:focus~ul, .atcb-list:hover { visibility: visible }
.atcb-list { visibility: hidden; position: absolute; top: 100%; left: 0; width: 170px; z-index: 900; border: 1px solid; padding: .5em 1em }
.atcb-item, .atcb-list { list-style: none; margin: 0; background: #fff }
.atcb-item { float: none; text-align: left; padding: 0 }
.atcb-item-link { text-decoration: none; display: block }
.atcb-item.hover, .atcb-item:hover { position: relative; z-index: 900; cursor: pointer; text-decoration: none; outline: 0 }
.right-to-left .event-main { float: right }
.right-to-left .c-events-filter-calendar thead th a i { transform: rotate(180deg) }
.right-to-left .c-event-teaser__details div:first-of-type { margin-left: 3em; margin-right: 0 }
.c-event-teaser { padding-bottom: 10px; margin-bottom: 30px; background-color: #edefed; padding-top: 16px }
.c-event-teaser:after, .c-event-teaser:before { content: " "; display: table }
.c-event-teaser__text { margin: 0 15px 10px; border-bottom: 1px solid #595a5b }
.c-event-teaser__text h3 { font-weight: 300 }
.c-event-teaser__text h3 a { color: #595a5b }
.c-event-teaser__details { padding: 0 15px }
.c-event-teaser__details div:first-of-type { margin-right: 3em }
.c-event-teaser__description { padding-top: 16px }
.c-event-teaser__date { padding: 0 15px }
.c-event-teaser__date span { display: block }
.c-event-teaser__date .month { text-transform: uppercase; margin-top: 2px }
.c-event-teaser__date .date { font-size: 50px; margin-top: -15px }
.c-event-teaser h4 { margin-bottom: 0 }
.c-article-events { background-color: #eb0028; padding: 1em 1.65em }
.c-article-events h3 { margin-top: 0; color: #fff; border-bottom: 1px solid #fff; padding: 0 0 .5em; margin-bottom: .75em }
.c-article-events h4 { color: #fff; font-size: 24px }
.c-article-events p { color: #fff }
.c-article-events p strong { font-weight: 500 }
.c-event-filter label { margin-right: 10px }
.c-event-filter select { min-width: 150px }
.c-news-teaser { padding: 30px 0; border-top: 1px solid #cdd0d4 }
.c-news-teaser:first-of-type { border-top: 0; padding-top: 0 }
.c-news-teaser:last-of-type { margin-bottom: 20px }
.c-news-teaser p:last-child { margin-bottom: 0 }
.c-news-teaser h5 { margin-bottom: 10px; text-transform: none; color: #000 }
.c-news-teaser h5 a { color: #000 }
.c-news-teaser h5 a:focus, .c-news-teaser h5 a:hover { color: #9e001b }
.c-news-teaser h5 a:active { color: #c30021 }
.c-news-teaser .date { margin-bottom: 20px; font-weight: 700 }
.c-news-teaser__image { text-align: center }
.c-news-teaser__image img { width: auto; max-width: 100%; height: auto; margin-bottom: 30px }
.c-news-aside { margin-top: 60px }
.c-news-aside ul { list-style: none; padding: 0; margin: 0 0 25px }
.c-news-aside ul:last-child { margin-bottom: 0 }
.c-news-aside li { font-size: 16px; font-weight: 500; margin-top: 5px; margin-bottom: 5px; padding: 0 }
.c-news-aside li:first-child { margin-top: 0 }
.c-news-aside li:last-child { margin-bottom: 0 }
.c-news-aside li a { color: #595a5b }
.c-news-aside li a:after { content: ""; display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -72px -63px no-repeat; margin-left: 10px; width: 5px; height: 11px }
.c-news-aside li a:focus:after, .c-news-aside li a:hover:after { background-position: -52px -63px }
.c-news-aside li a:active:after { background-position: -62px -63px }
.c-news-aside li a:focus, .c-news-aside li a:hover { color: #9e001b }
.c-news-aside li a:active { color: #c30021 }
.c-news-aside li.active a { position: relative; color: #eb0028; cursor: default; pointer-events: none }
.press-label, .resource-tile-buttons .c-resource-tile__copy h4 { color: #000 }
.c-news-aside li.active a:after { content: ''; display: none }
.c-news-aside hr { margin-bottom: 25px }
.load-more { padding: 0; margin-bottom: 30px }
.load-more .btn:after { background-position: -88px -36px; width: 22px; height: 9px; vertical-align: 1px }
.news-nav-container { float: none; margin-bottom: 30px }
.resource-tile-buttons .c-wrapper-simple { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch }
.resource-tile-buttons .c-resource-tile { margin-bottom: 10px }
.resource-tile-buttons .c-resource-tile__wrapper { width: 100%; height: auto }
.resource-tile-buttons .c-resource-tile__wrapper a { display: block; position: relative }
.resource-tile-buttons .c-resource-tile__copy { padding: 20px }
.resource-tile-buttons .c-resource-tile__copy .resource-type { text-transform: uppercase; color: #eb0028; font-size: 14px; margin-bottom: 20px; margin-top: 10px }
.resource-tile-buttons .c-resource-tile__copy p { color: #595a5b }
.resource-tile-buttons .c-resource-tile__image { padding: 0 0 45%; width: 100%; height: 0; margin-bottom: 30px; overflow: hidden }
.resource-tile-buttons .c-resource-tile__image img { height: auto; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) }
.resource-tile-buttons .c-resource-tile--has-image .c-resource-tile__copy { width: 100% }
.resource-tile-buttons .c-resource-tile .resource-button { display: block; position: relative; width: 100%; background-color: #f5f5f5; transition: background-color .2s ease-out }
.resource-tile-buttons .c-resource-tile .resource-button:before { content: ""; display: block; border: 5px solid transparent; width: 100%; height: 100%; position: absolute; z-index: 1000; transition: border .2s ease-out }
.resource-tile-buttons .c-resource-tile .resource-button:hover { background-color: #e8e8e8; transition: background-color .5s ease-out }
.resource-tile-buttons .c-resource-tile .resource-button:hover:before { border: 5px solid #eb0028; transition: border .5s ease-out }
.resource-tile-buttons .c-resource-tile .resource-button:hover .resource-type { color: #9e001b }
.right-to-left .resource-tile-buttons .c-resource-tile { direction: ltr }
.right-to-left .resource-tile-buttons .c-resource-tile__copy { direction: rtl }
.right-to-left .c-footer__logo, .right-to-left .locations, .right-to-left .marquee-home { direction: ltr }
#location-finder .list-wrapper { margin: 0; padding: 0 }
#location-finder .list-wrapper ul { padding: 0; margin: 0; list-style: none }
#location-finder .list-wrapper ul li { background-color: #fff; list-style: none; padding: 32px; margin: 0; border-bottom: 1px solid #595a5b }
#location-finder .list-wrapper ul li h4 { font-weight: 300; margin-top: 0 }
#location-finder .list-wrapper ul li .address { font-size: 16px }
#location-finder #map-canvas { height: 60vh; margin: 0; padding: 0 }
.n-sub-nav a { color: #595a5b }
.n-sub-nav a:focus, .n-sub-nav a:hover { color: #9e001b;outline: none; }
.n-sub-nav a.active { color: #eb0028 }
.n-sub-nav li { margin-right: 2em }
.n-sub-nav li:last-of-type { margin-right: 0 }
.n-sub-nav h6 { text-transform: uppercase }
.n-sub-nav .text-center { text-align: left }
.n-sub-nav .sub-nav-options { display: none }
.c-resource-text-teaser { padding: 20px 0 }
.c-resource-text-teaser__resource-name { font-size: 17px; color: #000; margin-bottom: 10px }
.c-resource-text-teaser__resource-type { text-transform: uppercase; font-size: 14px; margin-bottom: 5px; color: #595a5b }
.case-study { background-repeat: no-repeat; background-size: auto 100%; padding: 1.5em 0 3em; background-position: center; position: relative }
.case-study .container { z-index: 2; position: relative }
.case-study .stat { padding-top: 30px }
.case-study .stat h4 { color: #e58e25; font-size: 2.625em; line-height: 1 }
.case-study .stat p { color: #fff; margin-bottom: 40px; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 300; font-size: 18px; line-height: 1.1 }
#map-canvas .c-office-map-location a, .c-office-location strong, .c-office-location__holidays a, .case-study__description .wrapper span, .case-study__description p { font-weight: 500; font-family: "Gotham A", "Gotham B"; font-style: normal }
.case-study__description { position: relative; padding: 0 }
.case-study__description a { display: -ms-flexbox; display: flex }
.case-study__description .wrapper { float: left; width: calc(100% - 66px); padding: 30px 20px; min-width: 205px; background-color: rgba(255, 255, 255, .9); border: 5px solid rgba(255, 255, 255, 0); border-right: 0; transition: border .5s ease-out }
.marquee-header, body { min-width: 320px }
.case-study__description .arrow { background-color: #eb0028; position: relative; width: 66px; float: right; transition: background-color .2s ease-out }
.case-study__description .arrow img { position: absolute; left: 21px; bottom: 45px; display: block }
.case-study__description:hover .wrapper { border-color: #9e001b; transition: border .5s ease-out }
.case-study__description:hover .arrow { background-color: #9e001b; transition: background-color .5s ease-out }
.case-study__description:active .wrapper { border-color: #c30021 }
.case-study__description:active .arrow { background-color: #c30021 }
.case-study__description h3 { font-size: 13px; color: #eb0028; text-transform: uppercase; margin: 0 0 20px }
.c-leadership-item:before, .c-search-result-item a:after, .case-study__video a:before { content: "" }
.case-study__description p { color: #000 }
.case-study__video figure { position: relative }
.case-study__video figure figcaption { position: absolute; bottom: 0; color: #fff; padding: 15px; line-height: 1 }
.case-study__video--play-btn { position: absolute; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -311px no-repeat; width: 88px; height: 88px; top: 50%; left: 50%; transform: translate(-50%, -50%) }
.case-study__video a { display: block; position: relative; overflow: hidden; max-height: 300px }
.case-study__video a:before { border: 5px solid transparent; width: 100%; height: 100%; position: absolute; z-index: 1000; transition: border .2s ease-out }
.case-study__video a:hover { color: #eb0028 }
.c-expert-bio--read p, .c-search-result-item a { color: #000 }
.case-study__video a:hover:before { border: 5px solid #9e001b; transition: border .5s ease-out }
.case-study__video a:hover .case-study__video--play-btn { background-position: -92px -312px }
.case-study__video a img { width: 100% }
.case-study .skew-overlay { background: #000; display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: .8 }
.c-expert-bio, .c-search-result-item.color { background-color: #eee }
.right-to-left .case-study__description .arrow img { transform: rotate(180deg) }
.right-to-left .case-study__description .wrapper { border: 5px solid rgba(255, 255, 255, 0); border-left: 0 }
.right-to-left .case-study__description:hover .wrapper { border-color: #9e001b }
.divider { border-bottom: 1px solid #dedfe0; margin-bottom: 30px }
.divider--resources { margin-bottom: 0 }
.c-expert-bio { padding: 30px 20px }
.c-expert-bio h4 { margin-bottom: 5px }
.c-expert-bio figure { max-width: 200px; margin-bottom: 30px }
.c-expert-bio .col-sm-5 { margin-left: 0!important; float: left!important; padding-right: 0 }
.c-search .search-box>div { padding-right: 0; padding-left: 0 }
.c-search-result-item { padding: 2em 0; margin-top: 2px; border-bottom: 1px solid #eee; transition: all 1s ease }
.c-search-result-item:last-child { margin-bottom: 2em }
.c-search-result-item div { padding-left: 2em; padding-right: 2em }
.c-search-result-item a:after { display: inline-block; margin-left: 12px; vertical-align: -2px; width: 9px; height: 16px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -44px -89px no-repeat }
.c-leadership-item { color: #000; text-align: center; padding-bottom: 30px }
.c-leadership-item:before { display: block; border: 5px solid transparent; width: calc(100% - 30px); height: 100%; position: absolute; z-index: 1000; transition: border .2s ease-out }
.c-wrapper-grid:after, .c-wrapper-grid:before, .c-wrapper-simple:after, .c-wrapper-simple:before { content: " "; display: table }
.c-leadership-item img { width: 100%; margin: 0 0 20px }
.c-leadership-item h4, .c-leadership-item p { padding: 0 6% }
.c-leadership-item p:last-of-type { margin-bottom: 0 }
.c-leadership-item--modal:hover { cursor: pointer }
.c-leadership-item--modal:hover:before { border: 5px solid #9e001b; transition: border .5s ease-out }
.leadership-tiles .c-wrapper-grid__row__column { margin-bottom: 30px }
.leadership-details-modal .modal-img { padding: 0; margin-bottom: 15px }
.leadership-details-modal .lm-title { font-size: 14px; color: #595a5b; margin-bottom: 10px }
.leadership-details-modal h4 { margin-bottom: 0 }
.c-wrapper-simple--alt-background .c-wrapper-simple__wrapper:nth-child(even) { background-color: #d3d3d3 }
.c-wrapper-grid--divided { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-bottom: 0 }
.c-wrapper-grid--divided .item { width: calc(100% + 30px) }
.c-wrapper-grid--divided .c-wrapper-grid__row { border-bottom: 1px solid #dedfe0 }
.c-wrapper-grid--divided .c-wrapper-grid__row:last-of-type { border: 0; margin-bottom: 0 }
.c-wrapper-grid--divided .c-wrapper-grid__row__column { border-bottom: 1px solid #dedfe0 }
.c-wrapper-grid--divided .c-wrapper-grid__row__column:last-of-type, .right-to-left .c-wrapper-grid--divided .c-wrapper-grid__row__column:last-of-type { border: 0 }
.c-wrapper-flex__wrapper { -ms-flex-flow: row wrap; flex-flow: row wrap; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between }
.c-wrapper-flex__item { margin-bottom: 20px; position: relative }
.c-video-modal .modal-dialog { width: 100%; margin: 0; padding: 0 }
.c-video-modal .modal-dialog .modal-content { background: 0 0; border: none; box-shadow: none; width: 100%; max-width: 1000px; margin: 0 auto }
.c-video-modal .modal-dialog .modal-body { background-color: #000; padding: 0; text-align: center; z-index: 2 }
.c-video-modal .modal-dialog .modal-body iframe { width: 100%; height: 90% }
.c-video-modal .modal-dialog .modal-body img { max-width: 100%; display: inline }
.c-video-modal .closer { z-index: 5; display: block; position: absolute; right: 15px; top: 15px; width: 23px; height: 23px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -80px -160px no-repeat; text-indent: -9999px; opacity: .5; text-align: right }
.c-video-modal .closer:hover { opacity: 1; cursor: pointer }
#map-canvas { height: 230px }
#map-canvas .c-office-map-location h5 { color: #595a5b; font-size: 16px; text-transform: none; margin: 0 }
.c-footer__main-items li h6, .c-footer__partials li a, .detail-content h1, .marquee-utility h4, .overview h1, .utility .nav-tabs li a, .utility h4 { text-transform: uppercase }
#map-canvas .c-office-map-location a { font-size: 16px }
.store-list { margin: 0; padding: 0; list-style: none }
.store-list .highlighted { background-color: #f5f5f5 }
.store-list li { padding: 30px 15px; border-bottom: 1px solid #d0d0d0 }
.store-list li:last-of-type { border: 0; padding-bottom: 0 }
.c-office-location__holidays a { color: #595a5b }
.c-office-location__holidays a:after { content: ""; display: inline-block; width: 11px; height: 5px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat; margin-left: 5px; vertical-align: 1px }
.c-office-location__holidays a:hover:after { background-position: -64px -79px }
.c-office-location__holidays .c-office-location__holidays__details { display: none }
.c-office-location__holidays.open .c-office-location__holidays__details { display: block }
.c-office-location__holidays.open a:after { background-position: -80px -60px }
.c-office-location__holidays.open a:hover:after { background-position: -80px -69px }
.c-office-location h4 { color: #000; margin-bottom: 20px; cursor: pointer }
.c-office-location .col-sm-4 { margin-bottom: 20px }
#map-search { margin-bottom: 30px; padding: 0 }
#map-search:after, #map-search:before { content: " "; display: table }
.location-search input { width: calc(100% - 63px); margin-right: 7px; float: left }
.location-search .searchButton { display: block; float: left; padding: 0; width: 56px; height: 46px; color: #595a5b; box-sizing: content-box; cursor: pointer; text-indent: -9999px; border: 0; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -117px -219px no-repeat #eb0028 }
.locations .overview { margin-bottom: 0 }
.c-footer { background: #000; position: relative; margin-top: 20px }
.c-footer__wrapper { margin-top: 60px }
.c-footer__logo p { color: #fff; max-width: 300px; font-size: 24px; margin-bottom: 70px;line-height: 1.3; font-family: "Gotham A","Gotham B";font-style: normal; }
.c-footer__main-items { margin: 0 }
.c-footer__main-items li { margin-bottom: 25px; line-height: 1; display: block }
.c-footer__main-items li:last-of-type { margin-bottom: 0 }
.c-footer__main-items li a { color: #939498; font-size: 13px; line-height: 1 }
.c-footer__main-items li a:focus, .c-footer__main-items li a:hover { color: #fff }
.c-footer__main-items li h6 { margin: 0 0 6px }
.c-footer__main-items li h6 a { color: #fff; font-size: 18px; -ms-word-break: break-all; word-break: break-all }
.c-footer__main-items li li { margin-bottom: 6px }
.c-footer__partials { margin: 0 }
.c-footer__partials li.border { border-top: 1px solid #595a5b; margin: 15px 0 }
.c-footer__partials li a { color: #fff; font-size: 13px }
.c-footer__legal { margin-top: 30px }
.c-footer__legal p { font-size: 11px; color: #fff;line-height: 1.4; }
.c-footer .footer-top { position: absolute; top: 0; left: 0; width: 40% }
.c-footer .footer-cutout { height: 36px; width: 200px; background: url(/~/media/Images/E/Expeditors-IR-V2/css/footer-cutout.gif) right 0 no-repeat #fff; position: absolute; top: 0; left: 0 }
.right-to-left .c-footer .c-footer__main-items, .right-to-left .c-footer__partials, .right-to-left .footer-columns ul li ul { padding: 0 }
.right-to-left .c-footer__main-items li h6 a:after { margin-left: 20px }
.share-buttons, .share-page-links { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; padding: 0; margin-bottom: 30px }
.c-social-sharing-bar .share-page-links li, .share-buttons li, .share-page-links li { padding: 0 5px; list-style: none }
.share-page-links li a { display: block; width: 32px; height: 32px; background-repeat: no-repeat; text-indent: -9999px }
.share-page-links li a.facebook { background: url(/~/media/Images/E/Expeditors-IR-V2/css/facebook.png) no-repeat }
.share-page-links li a.twitter { margin-right: 10px; background: url(/~/media/Images/E/Expeditors-IR-V2/css/twitter.png) no-repeat }
.share-page-links li a.pinterest { background-position: -80px top }
.share-page-links li a.googleplus { background-position: -120px top }
.share-page-links li a.instagram { background-position: -160px top }
.share-page-links li a.youtube { background-position: -200px top }
.share-page-links li a.linkedin { background: url(/~/media/Images/E/Expeditors-IR-V2/css/linkedin.png) no-repeat }
.share-page-links li a.rss { background-position: left -112px }
.c-social-sharing-bar .share-page-links { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row }
.c-social-sharing-bar .share-page-links li a { margin: 0; display: block; width: 32px; height: 32px;text-indent: -9999px }
.c-social-sharing-bar .share-page-links li a.facebook { background-position: left top }
.c-social-sharing-bar .share-page-links li a.twitter { background-position: -40px top }
.c-social-sharing-bar .share-page-links li a.pinterest { background-position: -80px top }
.c-social-sharing-bar .share-page-links li a.googleplus { background-position: -120px top }
.c-social-sharing-bar .share-page-links li a.instagram { background-position: -160px top }
.c-social-sharing-bar .share-page-links li a.youtube { background-position: -200px top }
.c-social-sharing-bar .share-page-links li a.linkedin { background-position: -240px top }
.c-social-sharing-bar .share-page-links li a.rss { background-position: left -112px }
.video { padding-bottom: 56.25%; position: relative; height: 0 }
.jwplayer, .video__player { position: absolute!important; top: 0; left: 0; width: 100%; height: 100% }
.gotham-light { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 300 }
.gotham-book { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400 }
.gotham-medium { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500 }
.gotham-bold { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700 }
.marquee-header { position: relative }
.marquee-header h1 { line-height: 1.1; color: #fff }
.marquee-header .flag { background-color: rgba(17, 33, 50, .9); position: absolute; width: 100%; height: 100% }
.marquee-header .flag img { display: none }
.marquee-header picture { position: absolute; top: 0; height: 100% }
.marquee-header .marquee-copy { width: 100%; position: relative; padding-left: 10%; padding-right: 10% }
.marquee-header .marquee-copy p { color: #fff; font-size: 16px; margin: 0 0 20px }
.marquee-home { margin-bottom: 35px; overflow: hidden }
.marquee-home:after, .marquee-home:before { content: " "; display: table }
.marquee-home .flag { background-color: rgba(17, 33, 50, .9); position: absolute; width: 100%; height: 100% }
.marquee-home .flag img { display: none }
.marquee-home .marquee-caption { position: relative }
.marquee-home .marquee-copy { -ms-flex-pack: start; justify-content: flex-start; padding-top: 50px; padding-bottom: 60px; max-width: 540px; margin-bottom: 0 }
.marquee-home picture { display: block; overflow: hidden; height: 100% }
.right-to-left .marquee-home .marquee-copy, .right-to-left .marquee-utility { direction: rtl }
.marquee-cutout { position: absolute; bottom: -1px; left: 20%; width: 80%; height: 24px; background: url(/~/media/Images/E/Expeditors-IR-V2/css/mobile-marquee-cutout.png) no-repeat; z-index: 10 }
.marquee-utility { background-color: rgba(255, 255, 255, .9); padding: 28px 25px; margin: 0 30px 40px; max-width: 1170px }
.marquee-utility:after, .marquee-utility:before { content: " "; display: table }
.marquee-utility .utility-tile { padding: 0 40px; border-right: 1px solid #939498; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.marquee-utility .utility-tile:last-of-type { border: 0 }
.marquee-utility .utility-tile .input-wrap { width: 100%; -ms-flex-item-align: end; align-self: flex-end }
.marquee-utility .utility-tile .login-copy, .marquee-utility .utility-tile input[type=text] { width: calc(100% - 34px); float: left; margin-right: 10px }
.marquee-utility .utility-tile .input-wrap:after, .marquee-utility .utility-tile .input-wrap:before { content: " "; display: table }
.marquee-utility .utility-tile .btn-submit { float: left }
.marquee-utility .utility-tile.login { display: -ms-flexbox; display: flex }
.marquee-utility .utility-tile.login .btn-submit { -ms-flex-align: stretch; align-items: stretch; height: auto; }
.marquee-utility h4 { margin-bottom: 2px; font-size: 16px }
.marquee-utility p { color: #595a5b; font-size: 13px; margin-bottom: 7px }
.right-to-left .marquee-utility .utility-tile { border: 0; border-left: 1px solid #939498 }
.right-to-left .marquee-utility .utility-tile:last-of-type { border: 0 }
.right-to-left .marquee-utility .utility-tile .btn-submit, .right-to-left .marquee-utility .utility-tile.login .btn-submit { transform: rotate(180deg); float: right }
.right-to-left .marquee-utility .utility-tile .login-copy { margin-left: 10px; margin-right: 0 }
.right-to-left .marquee-utility .utility-tile input[type=text] { float: right; margin: 0 0 0 10px }
.utility { padding: 0 0 40px; min-width: 290px; border-bottom: 1px solid #ccc }
.utility .nav-tabs { padding: 0 10px; margin-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-line-pack: stretch; align-content: stretch }
.utility .nav-tabs li { padding-left: 5px; padding-right: 5px; height: auto }
.utility .nav-tabs li a { display: block; width: 100%; height: 100%; padding: 17px 7px 7px; font-size: 3vw; text-align: center; background: #dedede; color: #595a5b }
.utility .nav-tabs li a:hover { background: #cdcdcd }
.utility .nav-tabs li a .icon { display: block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -40px -110px no-repeat; width: 35px; height: 35px; margin: 0 auto 7px }
.utility .nav-tabs li a.location .icon { background-position: -110px -110px; width: 25px; height: 35px }
.utility .nav-tabs li a.login .icon { background-position: -40px -151px }
.utility .nav-tabs li.active a { background: #eb0028; cursor: default; color: #fff }
.utility .nav-tabs li.active .track .icon { background-position: 0 -110px }
.utility .nav-tabs li.active .location .icon { background-position: -80px -110px }
.utility .nav-tabs li.active .login .icon { background-position: 0 -151px }
.utility .tab-content { padding-left: 15px; padding-right: 15px }
.utility .tab-content p { margin: 0 }
.utility .login-tab .login-copy { width: calc(100% - 44px); float: left; padding: 0 }
.utility .login-tab .btn-submit { margin-top: 30px }
.utility h4 { font-size: 16px; margin-bottom: 10px }
.tile-buttons, .tile-buttons .feature--foregroundImage { margin-bottom: 30px }
.utility .text { width: calc(100% - 44px); margin-right: 10px; float: left; height: 34px }
.utility .btn-submit { float: left }
.right-to-left .utility .btn-submit { float: right; transform: rotate(180deg) }
.right-to-left .utility .text { float: right; margin-right: 0; margin-left: 10px }
.right-to-left .utility .login-tab .login-copy { float: right; padding-left: 10px }
.tile-buttons .c-copy-block { margin-left: auto; margin-right: auto; float: none!important }
.tile-buttons .feature--foregroundImage a { display: block; position: relative; box-sizing: content-box; overflow: hidden; color: #fff }
.tile-buttons .feature--foregroundImage a:after, .tile-buttons .feature--foregroundImage a:before { content: " "; display: table }
.tile-buttons .feature--foregroundImage a:before { content: ""; display: block; border: 5px solid transparent; width: 100%; height: 100%; position: absolute; z-index: 1000; transition: border .2s ease-out }
.tile-buttons .feature--foregroundImage a img { width: 100%; height: auto; filter: none; transition: filter .2s ease-out }
.tile-buttons .feature--foregroundImage a .caption { position: absolute; top: 50%; padding: 0 30px }
.tile-buttons .feature--foregroundImage a .caption h4 { color: #fff; position: relative; margin-bottom: 30px }
.tile-buttons .feature--foregroundImage a .caption h4:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.tile-buttons .feature--foregroundImage a .caption p { font-size: 14px }
.tile-buttons .feature--foregroundImage a:hover:before { border: 5px solid #eb0028; transition: border .5s ease-out }
.tile-buttons .feature--foregroundImage a:hover img { filter: grayscale(100%) contrast(140%); transition: filter .5s ease-out }
.tile-buttons .c-wrapper-grid__row { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center }
.tile-buttons .c-wrapper-grid__row div { padding-left: 5px; padding-right: 5px }
.tile-buttons .c-wrapper-grid__row div .c-hub-tile { padding: 0 }
.tile-buttons .c-wrapper-grid__row div .c-hub-tile .caption { padding: 0 20px }
.tile-buttons .c-wrapper-grid__row div .c-hub-tile .caption p { display: none }
.tile-buttons .large { margin-bottom: 35px }
.tile-buttons .tab-content { padding: 0 10px; overflow: hidden }
.tile-buttons .tab-content:after, .tile-buttons .tab-content:before { content: " "; display: table }
.tile-buttons .nav-tabs { padding: 0; margin: 0 0 25px; min-width: 270px }
.tile-buttons .nav-tabs a { font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; font-size: 4vw; color: #595a5b; margin: 0; line-height: 1 }
.tile-buttons .nav-tabs a:focus, .tile-buttons .nav-tabs a:hover { color: #9e001b }
.tile-buttons .nav-tabs li { border-right: 1px solid #939498; padding: 0 15px; line-height: 1 }
.tile-buttons .nav-tabs li:first-of-type { padding-left: 0 }
.tile-buttons .nav-tabs li:last-of-type { border: 0; padding-right: 0 }
.tile-buttons .nav-tabs .active a { color: #c30021!important; cursor: default; pointer-events: none }
.tile-buttons .nav-tabs .active a:after { content: ""; display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -80px -79px no-repeat; margin-left: 7px; width: 11px; height: 5px; vertical-align: 2px }
.skew-blade .left-skew img, .skew-blade .right-skew img { display: none; opacity: .6 }
.right-to-left .tile-buttons .nav-tabs li { padding: 0 30px; border: 0; border-left: 1px solid #939498 }
.skew-blade .left-skew, .skew-blade .right-skew { padding: 40px 30px; background-position: center; background-size: cover; background-color: #000 }
.right-to-left .tile-buttons .nav-tabs li:last-of-type { border: 0 }
.right-to-left .tile-buttons .nav-tabs .active a:after { margin-left: 0; margin-right: 7px }
.skew-blade { margin-bottom: 20px; overflow: hidden }
.skew-blade .skew-copy { box-sizing: content-box }
.skew-blade .left-skew { margin-bottom: 30px }
.sub-hub .item a, .video-play { display: block }
.skew-blade h3 { color: #fff; position: relative; margin-bottom: 30px }
.skew-blade h3:after { content: ""; display: block; position: absolute; bottom: -10px; width: 125px; height: 7px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -12px no-repeat }
.skew-blade p { color: #fff }
.right-to-left .skew-blade { direction: ltr }
.right-to-left .skew-blade .skew-copy { direction: rtl }
.video-play { width: 87px; height: 87px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") 0 -312px no-repeat }
.video-play:hover { background-position: -92px -312px }
.sub-hub .item { float: left }
.sub-hub .item:nth-child(2n) { float: right }
.sub-hub .item a h3 { color: #333; margin-top: 0; font-size: 24px }
.sub-hub .item a p { margin: 0 0 5px }
.sub-hub .item a .cta { color: #3b3d3f }
.sub-hub .item a .cta:after { background-position: -30px 0 }
.sub-hub .item a:hover .cta { color: #9e001b }
.sub-hub .item a:hover .cta:after { background-position: -10px 0 }
.request-quote { padding-bottom: 20px; margin-bottom: 30px; margin-top: 15px }
.request-quote .btn { margin-top: 10px }
.overview { color: #000; float: none!important; margin: 30px auto }
.overview:after, .overview:before { content: " "; display: table }
.overview__more-headline .collapse-label:after, .overview__more-headline .expand-label:after { content: ""; margin-left: 7px; width: 11px; height: 5px; vertical-align: 2px }
.overview__more-headline .expand-label { display: none }
.overview__more-headline .expand-label:after { display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat }
.overview__more-headline .expand-label:focus:after, .overview__more-headline .expand-label:hover:after { background-position: -64px -79px }
.overview__more-headline .expand-label:active:after { background-position: -80px -79px }
.overview__more-headline .collapse-label { display: block }
.overview__more-headline .collapse-label:after { display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat; transform: rotate(180deg) }
.overview__more-headline .collapse-label:focus:after, .overview__more-headline .collapse-label:hover:after { background-position: -64px -79px }
.overview__more-headline .collapse-label:active:after { background-position: -80px -79px }
.overview__more-headline.collapsed .expand-label { display: block }
.overview__more-headline.collapsed .collapse-label { display: none }
.overview__more-headline:focus .collapse-label:after, .overview__more-headline:focus .expand-label:after { background-position: -64px -79px }
.detail-content { margin-bottom: 20px }
.detail-content h1 { color: #000 }
.detail-content h4, .detail-content p strong { font-size: 16px; line-height: 1.2; color: #000 }
.detail-content ul, #contentwrapper #twocolright ul { list-style: none; margin: 0 0 15px; padding: 0 }
.detail-content ul li, #contentwrapper #twocolright ul li { padding-left: .9em; text-indent: -1em; line-height: 1.1; margin-bottom: 5px }
.detail-content ul li:before, #contentwrapper #twocolright ul li:before { content: "•"; color: #eb0028; font-size: 25px; vertical-align: -3px; margin-right: 4px }
.aside-item { background-color: #e5e5e5; margin: 0 0 10px; padding: 20px; color: #000 }
.aside-item .aside-item__copy, .aside-item input[type=text] { width: calc(100% - 44px); float: left; margin-right: 10px }
.aside-item:after, .aside-item:before { content: " "; display: table }
.aside-item .btn-submit { float: left }
.aside-item.aside-item--cta { display: -ms-flexbox; display: flex }
.aside-item h4 { font-size: 18px; margin-bottom: 1px }
.aside-item p { font-size: 13px; margin-bottom: 8px; color: #595a5b }
#hubspot-form .hs-form label, #hubspot-form select.hs-input { font-size: 16px; font-weight: 400; font-family: "Gotham A", "Gotham B"; font-style: normal }
.resource-filter { margin: 0 auto 30px; float: none!important }
.resource-filter .filter-label { display: inline-block; margin-bottom: 10px }
.resource-filter .filter-dropdowns { max-width: 300px; margin-left: auto; margin-right: auto; text-align: left }
.resource-filter .select-wrapper { margin-left: auto; margin-right: auto; width: 100% }
.resource-filter .select-wrapper:last-of-type { margin-bottom: 0 }
.right-to-left .select-wrapper:after { left: 15px; right: auto }
.right-to-left .select-wrapper select { padding: 0 12px 0 0 }
.top-spacing { margin-top: 30px; margin-bottom: 30px }
select { -moz-appearance: none; height: 42px; border: 1px solid #939498; padding: 0 0 0 12px; background: 0 0; width: 100%; position: relative; z-index: 1 }
#hubspot-form .hs_i_m_interested_in .input:after, .select-wrapper:after { right: 15px; top: 50%; transform: translateY(-50%); z-index: 0; content: "" }
select::-ms-expand {
 display: none
}
.select-wrapper { display: block; margin-bottom: 10px; position: relative; max-width: 300px }
.select-wrapper:after { display: block; width: 11px; height: 5px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat; position: absolute }
.select-wrapper:hover:after { background-position: -64px -79px }
#hubspot-form .hs-form fieldset { width: 100%; max-width: none }
#hubspot-form input.hs-input, #hubspot-form textarea.hs-input { border-radius: 0; height: 46px; border: 1px solid #939498; padding: 0 15px; box-shadow: none }
#hubspot-form textarea.hs-input { width: 100%; height: 300px }
#hubspot-form .hs-form fieldset.form-columns-1 .input, #hubspot-form .hs-form fieldset.form-columns-2 .input { margin: 0 }
#hubspot-form .hs-form fieldset.form-columns-1 .input input, #hubspot-form .hs-form fieldset.form-columns-2 .input input { width: calc(100% - 30px) }
#hubspot-form .hs-form label { margin-bottom: 8px }
#hubspot-form .hs-form.stacked .field { margin-bottom: 30px }
#hubspot-form .hs-form.stacked .field.hs_contact_form_how_can_we_help_you { margin-bottom: 0 }
#hubspot-form .hs-form .hs-input, #hubspot-form .hs-form textarea.hs-input { max-width: none }
#hubspot-form select.hs-input { width: 100%; height: 46px; border: 1px solid #939498; border-radius: 0; padding-left: 15px; padding-right: 15px }
#hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field { width: 100% }
#hubspot-form .hs-form .hs-button { box-shadow: none; border: 0; border-radius: 0; padding: 14px 40px 14px 20px; font-size: 18px; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; text-transform: uppercase; line-height: 1; transition: background-color .5s ease-out }
#hubspot-form .hs-form .hs-button:after { margin-left: 12px; vertical-align: -2px; width: 7px; height: 16px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -32px -89px no-repeat }
#hubspot-form .hs-form .hs-button:focus, #hubspot-form .hs-form .hs-button:hover { background-color: #9e001b; transition: background-color .2s ease-out }
#hubspot-form .hs-form .hs-button:active { background-color: #c30021 }
#hubspot-form .hs-form .actions { margin: 0 0 30px -20px }
#hubspot-form .hs-error-msgs { padding: 6px 0 0 }
#hubspot-form .hs-error-msgs label { font-size: 12px; color: #eb0028; line-height: 1.3 }
#hubspot-form .hs-form div.field.error .chzn-choices, #hubspot-form .hs-form div.field.error input, #hubspot-form .hs-form div.field.error textarea, #hubspot-form .hs_i_m_interested_in .error, #hubspot-form .hs_i_m_interested_in .invalid, #hubspot-form input.hs-input.error, #hubspot-form textarea.hs-input.error { border-color: #eb0028 }
#hubspot-form .hs_i_m_interested_in .input { position: relative; width: 100% }
#hubspot-form .hs_i_m_interested_in .input:after { display: block; width: 11px; height: 5px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -48px -79px no-repeat; position: absolute }
#hubspot-form .hs_i_m_interested_in .input:hover:after { background-position: -64px -79px }
.cookie-message { bottom: 0; left: 0; position: fixed; right: 0; background-color: #dedede; padding: 30px 0; z-index: 1002; display: none }
.cookie-message .btn { background-color: #595a5b; border: 0; float: left }
.cookie-message .btn:after { content: ""; display: none }
.cookie-message .btn:focus, .cookie-message .btn:hover { background-color: #9e001b }
.cookie-message .cookie-close { display: block; width: 20px; height: 18px; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -100px -80px no-repeat; text-indent: -9999px; position: relative }
.row p img, .rte-content img { width: 100% }
.cookie-message p { color: #000 }
.cookie-message .cookie-divider { padding-left: 15px; margin-left: 17px; margin-top: 13px; border-left: 1px solid #595a5b; float: left }
.overview p img { max-width: 500px }

@media all and (-webkit-min-device-pixel-ratio: 0) {
input[type=date],  input[type=time],  input[type=datetime-local],  input[type=month] { line-height: 36px }
.input-group-sm input[type=date],  .input-group-sm input[type=time],  .input-group-sm input[type=datetime-local],  .input-group-sm input[type=month],  .input-group-sm>.input-group-btn>input[type=date].btn,  .input-group-sm>.input-group-btn>input[type=time].btn,  .input-group-sm>.input-group-btn>input[type=datetime-local].btn,  .input-group-sm>.input-group-btn>input[type=month].btn,  .input-group-sm>input[type=date].form-control,  .input-group-sm>input[type=date].input-group-addon,  .input-group-sm>input[type=time].form-control,  .input-group-sm>input[type=time].input-group-addon,  .input-group-sm>input[type=datetime-local].form-control,  .input-group-sm>input[type=datetime-local].input-group-addon,  .input-group-sm>input[type=month].form-control,  .input-group-sm>input[type=month].input-group-addon,  input[type=date].input-sm,  input[type=time].input-sm,  input[type=datetime-local].input-sm,  input[type=month].input-sm { line-height: 33px }
.input-group-lg input[type=date],  .input-group-lg input[type=time],  .input-group-lg input[type=datetime-local],  .input-group-lg input[type=month],  .input-group-lg>.input-group-btn>input[type=date].btn,  .input-group-lg>.input-group-btn>input[type=time].btn,  .input-group-lg>.input-group-btn>input[type=datetime-local].btn,  .input-group-lg>.input-group-btn>input[type=month].btn,  .input-group-lg>input[type=date].form-control,  .input-group-lg>input[type=date].input-group-addon,  .input-group-lg>input[type=time].form-control,  .input-group-lg>input[type=time].input-group-addon,  .input-group-lg>input[type=datetime-local].form-control,  .input-group-lg>input[type=datetime-local].input-group-addon,  .input-group-lg>input[type=month].form-control,  .input-group-lg>input[type=month].input-group-addon,  input[type=date].input-lg,  input[type=time].input-lg,  input[type=datetime-local].input-lg,  input[type=month].input-lg { line-height: 46px }
}

@media(max-device-width:480px)and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 200px }
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item { transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; perspective: 1000 }
.carousel-inner>.item.active.right,  .carousel-inner>.item.next { transform: translate3d(100%, 0, 0); left: 0 }
.carousel-inner>.item.active.left,  .carousel-inner>.item.prev { transform: translate3d(-100%, 0, 0); left: 0 }
.carousel-inner>.item.active,  .carousel-inner>.item.next.left,  .carousel-inner>.item.prev.right { transform: translate3d(0, 0, 0) }
}

@media(min-width:400px) {
.cookie-message .cookie-divider { padding-left: 30px; margin-left: 32px }
}

@media(min-width:460px) {
.utility .nav-tabs li a { font-size: 11px }
}

@media(min-width:480px) {
.c-footer__logo img { width: auto }
.marquee-header img { width: 100% }
.tile-buttons .nav-tabs a { font-size: 18px }
#hubspot-form .hs-form fieldset { width: calc(100% + 28px) }
#hubspot-form .hs-form fieldset.form-columns-1 .input,  #hubspot-form .hs-form fieldset.form-columns-2 .input { margin-right: 30px }
#hubspot-form .hs-form.stacked .field.hs_contact_form_how_can_we_help_you { margin-bottom: 30px }
#hubspot-form .hs-form .actions { margin-bottom: 0 }
}

@media(min-width:480px)and (max-width:767px) {
.marquee-header .marquee-copy { margin: 0 }
}

@media(min-width:500px) {
#hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field, #hubspot-form .hs_i_m_interested_in { width: 50% }
#hubspot-form .hs_i_m_interested_in .input { width: 89.5% }
}

@media(min-width:501px)and (max-width:767px) {
.c-hub-tile a .caption p.homebox-title { font-size: 18px }
}

@media(min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .navbar-header, .navbar-nav, .navbar-nav>li, .navbar-text { float: left }
.navbar-fixed-bottom .navbar-collapse,  .navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .red-bar ul { padding-left: 0; padding-right: 0 }
.form-inline .has-feedback .form-control-feedback,  .navbar-form .has-feedback .form-control-feedback { top: 0 }
.lead { font-size: 24px }
.dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.dl-horizontal dd { margin-left: 180px }
blockquote p { font-size: 32px; margin-bottom: 30px }
blockquote p:after { bottom: -35px }
blockquote cite { font-size: 18px }
blockquote .quotemark { width: 42px; height: 31px; background-position: 0 -409px }
.container { width: 750px }
.col-sm-1 { width: 8.33333333% }
.col-sm-2 { width: 16.66666667% }
.col-sm-3 { width: 25% }
.col-sm-4 { width: 33.33333333% }
.col-sm-5 { width: 41.66666667% }
.col-sm-6 { width: 50% }
.col-sm-7 { width: 58.33333333% }
.col-sm-8 { width: 66.66666667% }
.col-sm-9 { width: 75% }
.col-sm-10 { width: 83.33333333% }
.col-sm-11 { width: 91.66666667% }
.col-sm-12 { width: 100% }
.col-sm-pull-0 { right: auto }
.col-sm-pull-1 { right: 8.33333333% }
.col-sm-pull-2 { right: 16.66666667% }
.col-sm-pull-3 { right: 25% }
.col-sm-pull-4 { right: 33.33333333% }
.col-sm-pull-5 { right: 41.66666667% }
.col-sm-pull-6 { right: 50% }
.col-sm-pull-7 { right: 58.33333333% }
.col-sm-pull-8 { right: 66.66666667% }
.col-sm-pull-9 { right: 75% }
.col-sm-pull-10 { right: 83.33333333% }
.col-sm-pull-11 { right: 91.66666667% }
.col-sm-pull-12 { right: 100% }
.col-sm-push-0 { left: auto }
.col-sm-push-1 { left: 8.33333333% }
.col-sm-push-2 { left: 16.66666667% }
.col-sm-push-3 { left: 25% }
.col-sm-push-4 { left: 33.33333333% }
.col-sm-push-5 { left: 41.66666667% }
.col-sm-push-6 { left: 50% }
.col-sm-push-7 { left: 58.33333333% }
.col-sm-push-8 { left: 66.66666667% }
.col-sm-push-9 { left: 75% }
.col-sm-push-10 { left: 83.33333333% }
.col-sm-push-11 { left: 91.66666667% }
.col-sm-push-12 { left: 100% }
.col-sm-offset-0 { margin-left: 0 }
.col-sm-offset-1 { margin-left: 8.33333333% }
.col-sm-offset-2 { margin-left: 16.66666667% }
.col-sm-offset-3 { margin-left: 25% }
.col-sm-offset-4 { margin-left: 33.33333333% }
.col-sm-offset-5 { margin-left: 41.66666667% }
.col-sm-offset-6 { margin-left: 50% }
.col-sm-offset-7 { margin-left: 58.33333333% }
.col-sm-offset-8 { margin-left: 66.66666667% }
.col-sm-offset-9 { margin-left: 75% }
.col-sm-offset-10 { margin-left: 83.33333333% }
.col-sm-offset-11 { margin-left: 91.66666667% }
.col-sm-offset-12 { margin-left: 100% }
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle }
.form-inline .form-control-static { display: inline-block }
.form-inline .input-group { display: inline-table; vertical-align: middle }
.form-inline .input-group .form-control,  .form-inline .input-group .input-group-addon,  .form-inline .input-group .input-group-btn { width: auto }
.form-inline .input-group>.form-control { width: 100% }
.form-inline .control-label { margin-bottom: 0; vertical-align: middle }
.form-inline .checkbox,  .form-inline .radio,  .form-inline input[type=checkbox],  .form-inline input[type=radio] { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle }
.form-inline .checkbox label,  .form-inline .radio label,  .form-inline input[type=checkbox] label,  .form-inline input[type=radio] label { padding-left: 0 }
.form-inline .checkbox input[type=checkbox],  .form-inline .radio input[type=radio] { position: relative; margin-left: 0 }
.form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px }
.form-horizontal .form-group-lg .control-label { padding-top: 14.33px }
.form-horizontal .form-group-sm .control-label { padding-top: 6px }
.btn-submit { background-position: -141px -23px; width: 24px; height: 45px }
.navbar-right .dropdown-menu { right: 0; left: auto }
.navbar-right .dropdown-menu-left { left: 0; right: auto }
.nav-justified>li,  .nav-tabs.nav-justified>li { display: table-cell; width: 1% }
.nav-justified>li>a,  .nav-tabs.nav-justified>li>a { margin-bottom: 0 }
.nav-tabs-justified>li>a,  .nav-tabs.nav-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0 }
.nav-tabs-justified>.active>a,  .nav-tabs-justified>.active>a:focus,  .nav-tabs-justified>.active>a:hover,  .nav-tabs.nav-justified>.active>a,  .nav-tabs.nav-justified>.active>a:focus,  .nav-tabs.nav-justified>.active>a:hover { border-bottom-color: #fff }
.navbar { border-radius: 4px }
.navbar-collapse { width: auto; border-top: 0; box-shadow: none }
.navbar-collapse.collapse { display: block!important; height: auto!important; padding-bottom: 0; overflow: visible!important }
.navbar-collapse.in { overflow-y: visible }
.container-fluid>.navbar-header,  .container>.navbar-header { margin-right: 0; margin-left: 0 }
.navbar-fixed-bottom,  .navbar-fixed-top,  .navbar-static-top { border-radius: 0 }
.navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand { margin-left: -15px }
.navbar-nav { margin: 0 }
.navbar-nav>li>a { padding-top: 14px; padding-bottom: 14px }
.navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle }
.navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle }
.navbar-form .form-control-static { display: inline-block }
.navbar-form .input-group { display: inline-table; vertical-align: middle }
.navbar-form .input-group .form-control,  .navbar-form .input-group .input-group-addon,  .navbar-form .input-group .input-group-btn { width: auto }
.navbar-form .input-group>.form-control { width: 100% }
.navbar-form .control-label { margin-bottom: 0; vertical-align: middle }
.navbar-form .checkbox,  .navbar-form .radio,  .navbar-form input[type=checkbox],  .navbar-form input[type=radio] { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle }
.navbar-form .checkbox label,  .navbar-form .radio label,  .navbar-form input[type=checkbox] label,  .navbar-form input[type=radio] label { padding-left: 0 }
.navbar-form .checkbox input[type=checkbox],  .navbar-form .radio input[type=radio] { position: relative; margin-left: 0 }
.navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; box-shadow: none }
.navbar-text { margin-left: 15px; margin-right: 15px }
.navbar-left { float: left!important }
.navbar-right,  .news-nav-container { float: right!important }
.navbar-right { margin-right: -15px }
.navbar-right~.navbar-right { margin-right: 0 }
.navbar-default .navbar-nav>li { margin-right: 40px }
.navbar-default .navbar-nav.right-nav>li { margin-left: 40px; margin-right: 0 }
.lang--de .navbar-nav>li,  .navbar-default .navbar-nav.left-nav { margin-right: 30px }
.navbar-default .navbar-nav>li>a { font-size: 14px }
.red-bar { height: 44px }
#search-mobile-wrapper { display: none }
.main-nav-container .container { padding: 20px 10px }
.navbar-wrap { position: relative; height: 49px }
.navbar-wrap .navbar-header { position: absolute; left: 50%; transform: translateX(-50%); top: 0 }
.navbar-upper { display: block }
.mobile-dropdown { display: none!important }
.open .desktop-dropdown .nav-overview { display: block; position: relative }
.lang--de .navbar-nav.left-nav>li:last-child { margin-right: 12px!important }
.c-hub-tile,  .lang--de .navbar-default .navbar-nav.left-nav { margin-right: 0 }
.lang--fr .navbar-default .navbar-nav.right-nav>li { margin-left: 30px }
button.close { width: 23px; height: 23px; background-position: -80px -160px; margin-bottom: 20px }
.modal-close { margin-bottom: 0 }
.modal-container { padding: 60px }
.modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, .5) }
.modal-sm { width: 300px }
.c-background-hero .skew-overlay { background: linear-gradient(127deg, #000 0, #000 55%, transparent 36%, transparent 75%) }
.c-hub-tile { margin-bottom: 30px; margin-left: 0 }
.c-hub-tile a { height: auto }
.c-hub-tile a .caption { top: 30%; padding: 0 30px }
.mosaic-buttons { margin-bottom: 60px }
.mosaic-buttons:not(.tiled) .col-sm-6:nth-child(1) .c-hub-tile { margin-bottom: 0 }
.mosaic-buttons:not(.tiled) .col-sm-6:nth-child(1) .c-hub-tile a .caption { top: 40%!important }
.mosaic-buttons.tiled a .caption { top: 30% }
.c-image-hero { height: 375px; margin-bottom: 28px }
.c-image-hero p { font-size: 24px }
.case-study__description p,  .marquee-header .marquee-copy p { font-size: 18px }
.c-image-hero .flag { width: 1000px; height: auto; left: -270px; background-color: transparent }
.c-image-hero .flag img { display: block; width: 100% }
.c-image-hero .marquee-caption { width: 380px; margin-left: 30px; position: absolute; top: 50%; transform: translateY(-50%) }
.c-image-hero picture { width: 100% }
.c-image-hero.c-image-hero--text-center .flag { height: 405px; overflow: hidden }
.c-image-hero--short { height: 200px }
.c-image-hero--short .short-flag { display: block!important }
.c-image-hero--short .flag { height: 200px; width: auto!important }
.c-storytelling { padding: 60px 0 }
.testimonial { border-bottom: 0 }
.grid-hover .c-wrapper-grid__row__column { margin-bottom: 0 }
.c-job-search .srJobListJobTitle { padding-left: 20px; padding-right: 20px }
.careers-overview { margin-bottom: 60px; padding: 0 }
.careers-overview img { margin-bottom: 0 }
.c-event-details__location span { display: inline-block }
.c-event-details__location span h4 { margin-right: 1em }
.c-event-details__footer { margin-bottom: 5em }
.c-event-teaser__date { text-align: left }
.c-event-teaser__add-to-calendar { text-align: right }
.n-sub-nav .text-center,  .overview { text-align: center }
.c-news-teaser { padding: 40px 0 }
.c-news-teaser:first-of-type { padding-top: 40px }
.c-news-aside { margin-top: 0 }
.c-news-aside li { padding-left: 30px; padding-right: 30px }
.load-more { margin-left: 0 }
.resource-tile-buttons .c-resource-tile { min-height: 280px; margin-bottom: 30px; display: -ms-flexbox; display: flex; -ms-flex-line-pack: stretch; align-content: stretch }
.resource-tile-buttons .c-resource-tile__wrapper { display: -ms-flexbox; display: flex; -ms-flex-line-pack: stretch; align-content: stretch }
.n-sub-nav .sub-nav-options { display: block }
.c-resource-text-teaser { padding: 5px 10px; width: 100% }
.c-resource-text-teaser__resource-name { padding-right: 10px }
.right-to-left .c-resource-text-teaser__resource-name { padding-left: 10px; padding-right: 0 }
.case-study { padding: 125px 0; margin-bottom: 60px }
.case-study__description .wrapper { padding: 30px }
.case-study__video figure figcaption { padding: 0 30px 3% }
.case-study .skew-overlay { background: linear-gradient(137deg, #000 0, #000 55%, transparent 36%, transparent 75%) }
.divider--resources { margin-bottom: 60px }
.leadership-details-modal .modal-img { margin-bottom: 30px }
.leadership-details-modal h4 { margin-bottom: 10px }
.c-wrapper-grid--divided .item { display: -ms-flexbox; display: flex }
.c-wrapper-grid--divided .c-wrapper-grid__row { margin-bottom: 32px; border: 0 }
.c-wrapper-grid--divided .c-wrapper-grid__row__column { -ms-flex-align: stretch; align-items: stretch; border-right: 1px solid #dedfe0; border-bottom: none }
.c-wrapper-grid--divided .c-wrapper-grid__row__column:last-child .c-resource-text-teaser { border: none }
.right-to-left .c-wrapper-grid--divided .c-wrapper-grid__row__column { border: 0; border-left: 1px solid #dedfe0 }
#map-canvas { height: 400px }
.c-office-location .col-sm-4 { padding-right: 20px; margin-bottom: 0 }
.c-footer { margin-top: 120px; background: linear-gradient(130deg, #000 0, #000 36%, #3f3f40 36%, #262626 75%); padding-bottom: 50px }
#ip3-Homepage .c-footer{margin-top: 50px;}
.c-footer__main-items li a { margin-bottom: 5px }
.c-footer__partials li { line-height: 1; margin-bottom: 10px }
.c-footer__partials li:last-of-type { margin: 0 }
.c-footer__partials { margin-top: 45px }
.c-footer__legal { margin-top: 5em }
.c-footer .footer-cutout { width: 350px }
.c-footer .footer-columns { display: -ms-flexbox; display: flex }
.c-footer .mobile-accordion { -ms-flex-align: stretch; align-items: stretch }
.c-footer .mobile-accordion:last-of-type { position: relative }
.share-buttons,  .share-page-links { margin-bottom: 15px }
.marquee-header .flag { width: 100%; height: 108%; left: calc(100% - 1500px); background-color: transparent }
.marquee-header .flag img { display: block; height: 100%; width: auto }
.marquee-header .marquee-copy { width: 300px; padding-left: 6%; box-sizing: content-box; max-width: none }
.marquee-home { margin-bottom: 44px; min-height: 600px }
.marquee-home .flag { width: 100%; height: 108%; left: -550px; background-color: transparent }
.marquee-home .flag img { display: block; height: 100%; width: auto }
.marquee-home picture,  .marquee-home picture img { width: 100% }
.marquee-utility { margin-left: auto; margin-right: auto }
.marquee-utility.visible-lg,  .marquee-utility.visible-md,  .marquee-utility.visible-sm { display: -ms-flexbox!important; display: flex!important }

.tile-buttons { margin-bottom: 60px }
.tile-buttons .c-wrapper-grid__row div .c-hub-tile { height: auto }
.tile-buttons .c-wrapper-grid__row div { padding-left: 15px; padding-right: 15px }
.tile-buttons .c-wrapper-grid__row div .c-feature-tile,  .tile-buttons .tab-content { padding: 0 }
.tile-buttons .c-wrapper-grid__row div .c-feature-tile .caption p { display: block }
.tile-buttons .nav-tabs { margin: 0 0 60px }
.overview,  .overview.top-overview { margin-top: 50px; margin-bottom: 0px }
.tile-buttons .nav-tabs li { padding: 0 30px }
.resources { margin-bottom: 60px }
.video-play { width: 115px; height: 115px; background-position: 0 -192px }
.video-play:hover { background-position: 0 -446px }
.sub-hub .item { margin-bottom: 0 }
.sub-hub .item a { border: 5px solid #fff; padding: 20px; transition: border .2s ease-out }
.sub-hub .item a:hover { border: 5px solid #9e001b; background-color: #f5f5f5; transition: border .5s ease-out, background-color .5s ease-out }
.sub-hub .item a:active { border: 5px solid #c30021 }
.sub-hub { padding-left: 5%; padding-right: 5%; padding-bottom: 30px }
.request-quote { margin-bottom: 60px; padding-bottom: 0; padding-top: 0; border: 0 }
.detail-content { margin-bottom: 50px }
.detail-content .col-sm-4 { margin-left: 90px }
.detail-content h4,  .detail-content p strong { font-size: 22px }
.resource-filter { margin-bottom: 60px }
.resource-filter .filter-label { margin-right: 50px; margin-bottom: 0 }
.resource-filter .filter-dropdowns { max-width: none; text-align: center }
.resource-filter .select-wrapper { display: inline-block; margin-right: 20px; margin-bottom: 0; width: 33%; max-width: 320px }
.top-spacing { margin-top: 50px; margin-bottom: 60px }
.cookie-message p:last-of-type { margin-bottom: 0 }
}

@media(min-width:768px)and (max-width:1199px) {
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col: nth-child(4n) { margin-left: 33% }
.resource-filter { width: 100% }
}

@media(min-width:768px)and (max-width:1200px) {
.lang--fr .main-nav-container .container { padding-left: 0; padding-right: 0 }
}

@media all and (min-width: 768px) {
.jumbotron { padding: 48px 0 }
.container .jumbotron,  .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px }
.jumbotron .h1,  .jumbotron h1 { font-size: 72px }
.modal:after,  .modal:before { display: inline-block; vertical-align: middle; content: " "; height: 20% }
.carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next,  .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px }
.carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev { margin-left: -15px }
.carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next { margin-right: -15px }
.carousel-caption.top { top: 25%; padding-top: 10px }
.carousel-caption.bottom { transform: translate(-50%, -100%); padding-bottom: 15px; top: auto }
.carousel-caption.left { left: 25% }
.carousel-caption.right { right: -20%; left: auto }
.carousel-indicators { bottom: 20px }
}

@media(min-width:768px)and (max-width:991px) {
.visible-sm { display: block!important }
table.visible-sm { display: table }
tr.visible-sm { display: table-row!important }
td.visible-sm,  th.visible-sm { display: table-cell!important }
.visible-sm-block { display: block!important }
.visible-sm-inline { display: inline!important }
.visible-sm-inline-block { display: inline-block!important }
.hidden-sm { display: none!important }
.mosaic-buttons:not(.tiled) .col-sm-6:nth-child(2) .col-md-6 a,  .mosaic-buttons:not(.tiled) .col-sm-6:nth-child(2) .col-sm-12 a { height: 95px }
.marquee-utility { padding-left: 0; padding-right: 0 }
}

@media(min-width:768px)and (min-width:768px) {
.mosaic-buttons: not(.tiled) .col-sm-6: nth-child(1) p { display: block }
}

@media(max-width:768px)and (min-width:480px) {
.right-to-left .marquee-home .marquee-copy { float: right }
}

@media(min-width:992px) {
.h1.underline:after, h1.underline:after { left: 50%; transform: translate(-50%, -50%) }
 .h1,  h1, {font-size: 4.2rem}
.h2,  h2 {font-size: 3.6rem;line-height:46.6px;color:#000;font-weight: 500;}
.h3,  h3 {font-size: 3.2rem;line-height:41.6px;color: #595a5b;font-weight: 500;}
.h4,  h4 {font-size: 2.4rem;line-height:31.2px;\: #000;color: #595a5b;font-weight: 500;}
.h5,  .h6,  h5,  h6 {font-size: 18px;color: #595a5b;font-weight: 500;}
.container { width: 970px }
.col-md-1,  .col-md-10,  .col-md-11,  .col-md-12,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9 { float: left }
.c-job-search #facet_department,  .resource-tile-buttons .c-resource-tile__copy { float: right }
.col-md-1 { width: 8.33333333% }
.col-md-2 { width: 16.66666667% }
.col-md-3 { width: 25% }
.col-md-4 { width: 33.33333333% }
.col-md-5 { width: 41.66666667% }
.col-md-6 { width: 50% }
.col-md-7 { width: 58.33333333% }
.col-md-8 { width: 66.66666667% }
.col-md-9 { width: 75% }
.col-md-10 { width: 83.33333333% }
.col-md-11 { width: 91.66666667% }
.col-md-12 { width: 100% }
.col-md-pull-0 { right: auto }
.col-md-pull-1 { right: 8.33333333% }
.col-md-pull-2 { right: 16.66666667% }
.col-md-pull-3 { right: 25% }
.col-md-pull-4 { right: 33.33333333% }
.col-md-pull-5 { right: 41.66666667% }
.col-md-pull-6 { right: 50% }
.col-md-pull-7 { right: 58.33333333% }
.col-md-pull-8 { right: 66.66666667% }
.col-md-pull-9 { right: 75% }
.col-md-pull-10 { right: 83.33333333% }
.col-md-pull-11 { right: 91.66666667% }
.col-md-pull-12 { right: 100% }
.col-md-push-0 { left: auto }
.col-md-push-1 { left: 8.33333333% }
.col-md-push-2 { left: 16.66666667% }
.col-md-push-3 { left: 25% }
.col-md-push-4 { left: 33.33333333% }
.col-md-push-5 { left: 41.66666667% }
.col-md-push-6 { left: 50% }
.col-md-push-7 { left: 58.33333333% }
.col-md-push-8 { left: 66.66666667% }
.col-md-push-9 { left: 75% }
.col-md-push-10 { left: 83.33333333% }
.col-md-push-11 { left: 91.66666667% }
.col-md-push-12 { left: 100% }
.col-md-offset-0 { margin-left: 0 }
.col-md-offset-1 { margin-left: 8.33333333% }
.col-md-offset-2 { margin-left: 16.66666667% }
.col-md-offset-3 { margin-left: 25% }
.col-md-offset-4 { margin-left: 33.33333333% }
.col-md-offset-5 { margin-left: 41.66666667% }
.col-md-offset-6 { margin-left: 50% }
.col-md-offset-7 { margin-left: 58.33333333% }
.col-md-offset-8 { margin-left: 66.66666667% }
.col-md-offset-9 { margin-left: 75% }
.col-md-offset-10 { margin-left: 83.33333333% }
.col-md-offset-11 { margin-left: 91.66666667% }
.col-md-offset-12 { margin-left: 100% }
.navbar-default .navbar-nav>li>a { font-size: 18px; margin-bottom: 10px; width: auto }
.lang--de .navbar-nav>li a,  .lang--fr .navbar-nav>li a { font-size: 16px }
.c-storytelling__image,  button.close { margin-bottom: 0 }
.navbar-default .navbar-nav>.open>a span,  .navbar-default .navbar-nav>.open>a:focus span,  .navbar-default .navbar-nav>.open>a:hover span { bottom: -30px }
.red-bar ul { padding-left: 20px; padding-right: 20px }
.main-nav-container .container { padding: 20px 40px }
.navbar-wrap { position: relative; height: 68px }
.lang--de .navbar-nav.left-nav>li:last-child { margin-right: 2px!important }
.modal-lg { width: 900px }
.c-background-hero .skew-overlay { background: linear-gradient(127deg, #000 0, #000 52%, transparent 36%, transparent 75%) }
.c-hub-tile a .caption,  .mosaic-buttons.tiled a .caption { top: 20% }
.c-image-hero p { font-size: 28px; line-height: 1.3; }
.c-image-hero .flag { left: -200px }
.c-image-hero .marquee-caption { margin-left: 0; width: 100%; position: relative }
.c-image-hero .marquee-copy { width: 470px; padding-left: 5%; box-sizing: content-box }
.c-job-search .srJobListJobTitle { width: auto; padding-left: 50px; padding-right: 50px }
.c-job-search .srJobListDepartment,  .c-job-search .srJobListLocation { width: 210px; padding-right: 30px; padding-left: 15px }
.banner-copy > span { font-size: 4.2rem; }
.banner-copy > p { font-size: 1.8rem; line-height: 26px; font-family: "Gotham A", "Gotham B", Arial, sans-serif; font-weight: 300; font-style: normal; }
.c-job-search .srPages,  .c-job-search .srSearch { padding: 15px 0 }
.c-job-search .srSearchForm { padding: 0; margin: 0 0 0 30px }
.c-job-search .srSearchInput { width: 60%; padding: 0 15px; height: 46px }
.c-job-search .srSearchButton { width: 56px; height: 46px; background-position: -117px -219px }
.c-job-search .srSearchOption { width: 180px; margin: 0 30px 0 0 }
.c-job-search .srSearchOption:after { right: 15px }
.c-job-search .srPagesText,  .c-job-search .srSearchOptionText { padding: 0 15px; height: 46px; line-height: 46px }
.c-job-search .srSearchForm { width: 405px }
.right-to-left .event-aside { margin-right: 8.33333333%; margin-left: 0 }
.c-news-teaser__image { padding-left: 0; margin: 0 15px; overflow: hidden; position: relative }
.resource-tile-buttons .c-resource-tile__copy .resource-type { margin-bottom: 40px }
.resource-tile-buttons .c-resource-tile__image { width: calc(50% + 15px); height: 100%; position: absolute; margin-bottom: 0; padding: 0 }
.resource-tile-buttons .c-resource-tile__image img { height: 100%; width: auto; top: 0; transform: translate(-50%, 0) }
.resource-tile-buttons .c-resource-tile--has-image .c-resource-tile__copy { width: calc(50% - 15px) }
#location-finder .list-wrapper { padding: 0 24px 0 0 }
.case-study .skew-overlay { background: linear-gradient(137deg, #000 0, #000 62%, transparent 36%, transparent 75%) }
.c-expert-bio { padding: 30px }
.c-expert-bio--read { margin-top: 30px }
.c-expert-bio h4 { margin-bottom: 10px }
.c-expert-bio figure { margin-bottom: 0 }
#map-search,  .c-office-location h4 { margin-bottom: 40px }
.c-wrapper-grid--narrow { padding-left: 100px; padding-right: 100px }
#map-canvas { height: 500px }
.store-list li { padding: 60px 30px }
.c-office-location .col-sm-4 { padding-right: 60px }
.c-footer { background: linear-gradient(130deg, #000 0, #000 33%, #3f3f40 33%, #262626 75%) }
.skew-blade .left-skew,  .skew-blade .right-skew { overflow: hidden; background-image: none!important }
.c-footer .mobile-accordion:first-of-type { padding-right: 0; margin-right: 15px; border-right: 1px solid #595a5b }
.right-to-left .c-footer .mobile-accordion:first-of-type { border: 0; border-left: 1px solid #595a5b; margin: 0 0 0 15px; padding: 0 15px }
.marquee-header .marquee-copy { padding-left: 5%; width: 470px }
.marquee-home { min-height: 550px }
.marquee-home .flag { left: -300px }
.skew-blade { margin-bottom: 60px }
.skew-blade .skew-copy { z-index: 10; position: relative; transform: skew(30deg); padding-top: 60px; padding-left: 100px; width: 350px }
.skew-blade .left-skew { width: 70.5%; height: 510px; transform: skew(-30deg); position: relative; margin-left: -21%; margin-bottom: 0; padding: 0 0 0 10%; float: left }
.skew-blade .left-skew img { display: block; transform: skew(30deg) translateX(-50%); position: absolute; width: auto; height: 100%; left: 50% }
.skew-blade .left-skew .skew-copy { padding-left: 30% }
.skew-blade .right-skew { width: 70.5%; height: 510px; transform: skew(-30deg); position: relative; margin-right: -21%; padding: 0 0 0 5%; float: right; display: -ms-flexbox; display: flex }
.skew-blade .right-skew img { display: block; transform: skew(30deg) translateX(-50%); position: absolute; width: auto; height: 100%; left: 50% }
.skew-blade .right-skew .skew-copy { -ms-flex-item-align: end; align-self: flex-end; padding-top: 0; padding-bottom: 60px }
.sub-hub { padding-left: 7.5%; padding-right: 7.5% }
#hubspot-form .hs-form fieldset { width: 100% }
#hubspot-form .hs_i_m_interested_in .input { width: 92% }
}

@media(min-width:992px)and (max-width:1200px) {
.lang--de .main-nav-container .container { padding-left: 0; padding-right: 0 }
}

@media(min-width:992px)and (max-width:1199px) {
.visible-md { display: block!important }
table.visible-md { display: table }
tr.visible-md { display: table-row!important }
td.visible-md,  th.visible-md { display: table-cell!important }
.visible-md-block { display: block!important }
.visible-md-inline { display: inline!important }
.visible-md-inline-block { display: inline-block!important }
.hidden-md { display: none!important }
}

@media(min-width:1200px) {
.lang--de .navbar-nav>li a, .lang--fr .navbar-nav>li a { font-size: 18px }
.container { width: 1170px }
.col-lg-1,  .col-lg-10,  .col-lg-11,  .col-lg-12,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9 { float: left }
.col-lg-1 { width: 8.33333333% }
.col-lg-2 { width: 16.66666667% }
.col-lg-3 { width: 25% }
.col-lg-4 { width: 33.33333333% }
.col-lg-5 { width: 41.66666667% }
.col-lg-6 { width: 50% }
.col-lg-7 { width: 58.33333333% }
.col-lg-8 { width: 66.66666667% }
.col-lg-9 { width: 75% }
.col-lg-10 { width: 83.33333333% }
.col-lg-11 { width: 91.66666667% }
.col-lg-12 { width: 100% }
.col-lg-pull-0 { right: auto }
.col-lg-pull-1 { right: 8.33333333% }
.col-lg-pull-2 { right: 16.66666667% }
.col-lg-pull-3 { right: 25% }
.col-lg-pull-4 { right: 33.33333333% }
.col-lg-pull-5 { right: 41.66666667% }
.col-lg-pull-6 { right: 50% }
.col-lg-pull-7 { right: 58.33333333% }
.col-lg-pull-8 { right: 66.66666667% }
.col-lg-pull-9 { right: 75% }
.col-lg-pull-10 { right: 83.33333333% }
.col-lg-pull-11 { right: 91.66666667% }
.col-lg-pull-12 { right: 100% }
.col-lg-push-0 { left: auto }
.col-lg-push-1 { left: 8.33333333% }
.col-lg-push-2 { left: 16.66666667% }
.col-lg-push-3 { left: 25% }
.col-lg-push-4 { left: 33.33333333% }
.col-lg-push-5 { left: 41.66666667% }
.col-lg-push-6 { left: 50% }
.col-lg-push-7 { left: 58.33333333% }
.col-lg-push-8 { left: 66.66666667% }
.col-lg-push-9 { left: 75% }
.col-lg-push-10 { left: 83.33333333% }
.col-lg-push-11 { left: 91.66666667% }
.col-lg-push-12 { left: 100% }
.c-image-hero .flag,  .marquee-home .flag { left: calc(100% - 1500px) }
.col-lg-offset-0 { margin-left: 0 }
.col-lg-offset-1 { margin-left: 8.33333333% }
.col-lg-offset-2 { margin-left: 16.66666667% }
.col-lg-offset-3 { margin-left: 25% }
.col-lg-offset-4 { margin-left: 33.33333333% }
.col-lg-offset-5 { margin-left: 41.66666667% }
.col-lg-offset-6 { margin-left: 50% }
.col-lg-offset-7 { margin-left: 58.33333333% }
.col-lg-offset-8 { margin-left: 66.66666667% }
.col-lg-offset-9 { margin-left: 75% }
.col-lg-offset-10 { margin-left: 83.33333333% }
.col-lg-offset-11 { margin-left: 91.66666667% }
.col-lg-offset-12 { margin-left: 100% }
.navbar-default .navbar-nav>li { margin-right: 80px }
.navbar-default .navbar-nav.right-nav>li { margin-left: 80px; margin-right: 0 }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col { width: auto; max-width: 25% }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col:nth-child(5n) { margin-left: 25%; clear: left }
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-col.nav-overview { max-width: 25% }
.lang--de .navbar-nav>li { margin-right: 51px }
.lang--de .navbar-nav.left-nav>li:last-child { margin-right: 51px!important }
.visible-lg { display: block!important }
table.visible-lg { display: table }
tr.visible-lg { display: table-row!important }
td.visible-lg,  th.visible-lg { display: table-cell!important }
.visible-lg-block { display: block!important }
.visible-lg-inline { display: inline!important }
.visible-lg-inline-block { display: inline-block!important }
.hidden-lg { display: none!important }
.c-hub-tile a .caption,  .mosaic-buttons.tiled a .caption { top: 40% }
.c-image-hero .flag { width: 1100px }
.c-image-hero .marquee-caption { width: 1170px; margin-left: auto; margin-right: auto }
.c-job-search .srJobListDepartment,  .c-job-search .srJobListLocation { width: 235px }
.c-job-search .srSearchForm { width: 55% }
.c-job-search .srSearchOption { width: 205px }
.c-footer { background: linear-gradient(130deg, #000 0, #000 40%, #3f3f40 40%, #262626 75%) }
.c-footer .footer-cutout { width: 40% }
.marquee-header .marquee-copy { padding-left: 30px }
.marquee-home .marquee-caption { width: 1170px; margin-left: auto; margin-right: auto }
.tile-buttons { margin-left: -15px; margin-right: -15px }
}

@media(min-width:1500px) {
.marquee-header .flag, .marquee-home .flag { overflow: hidden; left: 0 }
.c-image-hero .flag { left: 0; width: 70% }
.marquee-header .flag img,  .marquee-home .flag img { width: auto; height: 35vw; min-height: 100% }
}

@media(min-width:1600px) {
.case-study { background-size: 100% auto }
}

@media(min-width:1920px) {
.c-responsive-image { width: 100% }
}

@media(min-width:2000px) {
.skew-blade .left-skew img, .skew-blade .right-skew img { transform: skew(30deg) translateX(0) translateY(-50%); left: 0; top: 50%; width: 120%; height: auto }
}

@media(max-width:992px) {
.c-video-hero__video { opacity: .2 }
}

@media(max-width:991px) {
.c-hub-tile--sm-short { margin-bottom: 10px; margin-left: -10px; margin-right: -10px }
.c-hub-tile--sm-short a { height: 90px }
.c-hub-tile--sm-short a .caption p,  .mosaic-buttons:not(.tiled) .c-hub-tile p,  .mosaic-buttons:not(.tiled) .c-hub-tile span { display: none }
.careers-overview .select-wrapper { width: 100%; max-width: none }
.resource-tile-buttons .c-resource-tile__copy { float: none!important }
}

@media(max-width:768px) {
.megamenu { margin-left: 0; margin-right: 0 }
.megamenu>li { margin-bottom: 30px }
.megamenu>li:last-child { margin-bottom: 0 }
.megamenu.dropdown-header { padding: 3px 15px!important }
.navbar-nav .open .dropdown-menu .dropdown-header { color: #fff }
.c-video-hero__video { width: auto }
}

@media all and (max-width: 767px) {
.table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd }
.table-responsive>.table { margin-bottom: 0 }
.table-responsive>.table>tbody>tr>td,  .table-responsive>.table>tbody>tr>th,  .table-responsive>.table>tfoot>tr>td,  .table-responsive>.table>tfoot>tr>th,  .table-responsive>.table>thead>tr>td,  .table-responsive>.table>thead>tr>th { white-space: nowrap }
.table-responsive>.table-bordered { border: 0 }
.table-responsive>.table-bordered>tbody>tr>td:first-child,  .table-responsive>.table-bordered>tbody>tr>th:first-child,  .table-responsive>.table-bordered>tfoot>tr>td:first-child,  .table-responsive>.table-bordered>tfoot>tr>th:first-child,  .table-responsive>.table-bordered>thead>tr>td:first-child,  .table-responsive>.table-bordered>thead>tr>th:first-child { border-left: 0 }
.table-responsive>.table-bordered>tbody>tr>td:last-child,  .table-responsive>.table-bordered>tbody>tr>th:last-child,  .table-responsive>.table-bordered>tfoot>tr>td:last-child,  .table-responsive>.table-bordered>tfoot>tr>th:last-child,  .table-responsive>.table-bordered>thead>tr>td:last-child,  .table-responsive>.table-bordered>thead>tr>th:last-child { border-right: 0 }
.table-responsive>.table-bordered>tbody>tr:last-child>td,  .table-responsive>.table-bordered>tbody>tr:last-child>th,  .table-responsive>.table-bordered>tfoot>tr:last-child>td,  .table-responsive>.table-bordered>tfoot>tr:last-child>th { border-bottom: 0 }
}

@media(max-width:767px) {
.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none }
.navbar-nav .open .dropdown-menu .dropdown-header,  .navbar-nav .open .dropdown-menu>li>a { padding: 5px 15px 5px 25px }
.navbar-nav .open .dropdown-menu>li>a { line-height: 22px }
.navbar-nav .open .dropdown-menu>li>a:focus,  .navbar-nav .open .dropdown-menu>li>a:hover { background-image: none }
.navbar-form .form-group { margin-bottom: 5px }
.navbar-form .form-group:last-child { margin-bottom: 0 }
.visible-xs { display: block!important }
table.visible-xs { display: table }
tr.visible-xs { display: table-row!important }
td.visible-xs,  th.visible-xs { display: table-cell!important }
.visible-xs-block { display: block!important }
.visible-xs-inline { display: inline!important }
.visible-xs-inline-block { display: inline-block!important }
.hidden-xs { display: none!important }
.c-hub-tile a .caption p,  .mosaic-buttons.tiled .c-hub-tile p,  .mosaic-buttons.tiled .c-hub-tile span { display: none }
.c-job-search .srJobList { font-size: 12px }
.resource-tile-buttons .c-resource-tile { width: 100% }
.n-sub-nav h6 a:before { content: ""; display: inline-block; background: url("/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png") -42px -63px no-repeat; margin-right: 10px; width: 5px; height: 11px; transform: rotate(180deg) }
.n-sub-nav h6 a:focus:before,  .n-sub-nav h6 a:hover:before { background-position: -52px -63px }
.n-sub-nav h6 a:active:before { background-position: -62px -63px }
.divider { margin-left: -15px; margin-right: -15px }
.c-footer__main-items li h6 a { background-color: #2e2f2f; border-top: 1px solid #5a5b5b; padding: 10px 0; display: block; width: 100% }
.c-footer__main-items li ul { display: none }
.c-footer__main-items li ul .open { display: block }
.c-footer__main-items li h6 { text-transform: uppercase; margin: 0 }
.c-footer__main-items li h6 a::after { display: inline-block; content: "+"; font-weight: 400; float: right; font-size: 30px; line-height: 19px }
.c-footer__main-items li h6 a.open::after { content: "-"; font-size: 40px; line-height: 17px }
.c-footer__partials li a { color: #939498; padding-top: 10px!important; padding-bottom: 10px!important }
.c-footer .mobile-accordion { padding: 0 }
.c-footer .mobile-accordion:last-of-type .c-footer__main-items { border-bottom: 1px solid #595a5b; margin-bottom: 15px }
.c-footer .mobile-accordion li { margin: 0 }
.c-footer .mobile-accordion li a { padding: 15px; display: block }
.c-footer .mobile-accordion li a.open { background-color: #3d3d3d; border-bottom: 1px solid #595a5b }
.c-footer .mobile-accordion li a.open li { padding: 10px 15px }
.c-footer .mobile-accordion .accordion-menu { background-color: #3d3d3d; padding: 10px 0 }
.c-footer .mobile-accordion .accordion-menu a { display: block; padding-top: 10px; padding-bottom: 10px; color: #fff }
.mobile-gray { background-color: #2e2f2f; padding-bottom: 30px }
.tile-buttons .c-wrapper-grid__row div h4 { font-size: 18px }
.tile-buttons .c-wrapper-grid__row div h4:after { background-position: -80px -151px; width: 63px; height: 4px; bottom: -4px }
.aside-item input[type=text] { height: 34px }
}

@media(max-width:500px) {
.c-hub-tile a .caption p.homebox-title { font-size: 14px }
.c-hub-tile a .caption p.homebox-title:after { background-position: -80px -151px; width: 63px; height: 4px; bottom: -6px }
}

@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0
}
 to {
 background-position: 0 0
}
}
.icon { background-repeat: no-repeat }
.c-footer__legal p strong a{display: inline;}
/*---- main-----*/
/*inv-branding a:after{background-image: url("/~/media/Images/E/Expeditors-IR-V2/css/inv-branding"); background-repeat: no-repeat; content: " "; display: inline-block; position: absolute;}*/
#MainWrapper{float:left;width:100%}
.container-fluid{margin:0 auto; max-width:1170px;}
.slick-initialized .slick-slide{overflow: hidden;}
/*.cssDisable{display:none;}*/
::selection {background-color: #9e001b;color: #fff;}

/*-------------- Main Body CSS Starts --------------*/ 
html{font-size:10px;-webkit-text-size-adjust: none;-ms-content-zooming: none;}
.collapse {display: none;}
body{background-color:#fff;font-family: "Gotham A","Gotham B",Arial,sans-serif;line-height:1.428;font-size:1.6rem}
.twocolright p{font-size:1.6rem;line-height: 22.85px;color:#595a5b;padding-bottom: 23px;}
.twocolright li{color:#595a5b;}
/*a{color:#159EE4; text-decoration:none;}
a:hover{color:#159EE4; text-decoration:none;}
a:focus, a:active{text-decoration:none;border:none; outline:0; _noFocusLine:expression(this.hideFocus=true);}*/
.hide{display:none;}
#skipToMainContentLink.hide {
    display: block!important;
    position: fixed;
    top: 0;
    z-index: 99999;
}
#skipToMainContentLink a {
    background-color: #fff;
    color: #eb0028;
    padding: 8px 15px;
    display: inline-block;
    position: fixed;
    top: -100%;
    left: 10%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    text-transform: capitalize;
    transition: all .5s;
    transition: all .5s ease;
}
#skipToMainContentLink a:focus {
    top: 0;
    outline: 1px dotted red;
    outline-offset: -8px;
}

img{outline-style:none;outline-width:0;border:0 none;}
sup{font-size:smaller;	/*font-weight:bold;*/}
sub{margin:2px 0; padding:2px 0;}
ul,ol{list-style:none;}
#twocolright ul{list-style-image:none;/* margin: 0 0 20px 15px; */} 
#twocolright ul ul{list-style: outside none circle;margin: 5px 0 0 15px;}
#twocolright ol ol{margin: 5px 0 0 15px;}
#twocolright ol{list-style: outside none numeric; margin: 0 0 20px 15px;list-style-type: decimal;}
#twocolright ol li,#twocolright ul li{/* margin: 0 0 5px; *//* list-style-position: inside; *//* list-style-type: disc; */}
#twocolright ul li ol, #twocolright ol li ul { margin: 5px 0 0 15px;}
hr{border-style:none none solid; border-width:0 0 1px; margin:5px 0;}
:active,:focus{outline-style:none; outline-width:0;}
*{margin:0; padding:0;}
.uppercase{text-transform:uppercase;}
/*p{padding: 0 0 20px;}
h1{font-size:2.6rem; line-height:3rem; margin:0 0 20px;}

h3{font-size:2.2rem; line-height:1.9rem; margin:0 0 10px;}*/
p#sectionheader{font-size:1.6rem; line-height:2.0rem;}
.float100{float:left;width:100%}
.hide { display:none }
.home-slider{height: 403px;}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
#bannerwrapper .sliderbanner{-webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;}
.full-width{width:100%;}
.inline-block{display:inline-block;}
a[href^="tel:"] {color: inherit !important; text-decoration: none; cursor:default;}
a[href^="tel:"].mobile-tel-link{color: inherit !important; cursor:pointer !important;}
.container-fluid.navbar-wrapper {padding: 20px 40px;}
span.media-text { font-size: 1.6rem; vertical-align: top; text-align: left; line-height: 22.85px; color: #eb0028; }
span.media-text:hover { color: #9e001b; }
/*-------------- Main Body CSS Ends --------------*/


/*-------------- Header CSS Starts --------------*/
#headerwrapper {margin: 0px auto 0; position: relative;}
#headerlinks{overflow:hidden;}
#headerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
#searchcontainer{clear:both; float:right; height:25px; margin:10px 0 0; overflow:hidden;}
#searchTextboxContainer{float:left;}
#searchTextboxContainer input{width:140px; height:23px;}
#SearchButtonContainer{float:left;}
#SearchButtonContainer input{height:24px; width:44px;}
#toplinks{float:left;}
.toplinks-right{float:right;margin-top: 30px;}
/*-------------- Header CSS Ends --------------*/


/*-------------- Top Navigation CSS Starts --------------*/
#topnavigation{clear:both;margin:20px 0 0;}
#topnavigation ul li {float:left; text-align:center;text-transform: capitalize;}
#topnavigation ul li.first{border-left: medium none; padding-left: 0;}
#topnavigation ul li.last {border-right: 0 none;}
#topnavigation ul li.selected a, #topnavigation ul li.current a{color:#000;}
#topnavigation>ul>li {float: none;display: table-cell;}
/*-------------- Top Navigation CSS Ends --------------*/


/*-------------- Left Navigation CSS Starts --------------*/
#utility{margin-top:40px;}
.leftnavigation .level1 {font-size: 1.4rem;line-height: 1.4rem;margin-bottom: 15px;}
.leftnavigation .level1.haschildren > ul {display:none;padding-left: 20px;}
.leftnavigation .level2 {margin-top: 15px;}
.leftnavigation .level1.selected > a{color:#000}
.leftnavigation .level1 a:hover{color:#000}
/*Left menu drop down starts*/
a.showmore-menu { cursor: pointer; display: block; height: 14px; margin: 0; position: absolute; right: 10px; top: 0px; width: 14px; z-index: 500; font-family: 'icomoon' !important; }
.leftnavigation .level1.haschildren { position: relative; }
.leftnavigation .level1.haschildren > a > span {padding-right: 30px;}
a.showmore-menu:after { content: "\f068"; }
a.showmore-menu.opened:after { content: "\f067"; }
a.showmore-menu:focus{text-decoration: none;color: #159EE4;}
/*Left menu drop down ends*/
/*-------------- Left Navigation CSS Ends --------------*/


/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb{margin:0 0 10px; font-size:0.8em}
.sectionheader p { text-transform: uppercase; font-size: 1.8rem; font-weight: 400; font-family: "Gotham A", "Gotham B"; margin-bottom: 10px; line-height: 1.3; padding-bottom: 0px; }
.topmenu > ul {display: block;text-align: center;border-bottom: 1px solid #f3f3f3;margin-bottom: 8px;}
.topmenu > ul > li {display: inline-block;padding-left: 5px;padding-right: 5px;padding-bottom: 5px;margin: 0px 12px;}
.topmenu > ul > li.selected > a, .topmenu > ul > li.current > span { color: #9e001b;}
.topmenu.secondmenu > ul {border-bottom: 0px;margin-bottom: 0px;}
/*.n-sub-nav a:hover, .n-sub-nav a:focus { color: #eb0028; }*/
#contentwrapper #twocolright .tabs li > a:hover { color: #9e001b; }
.topmenu.secondmenu > ul > li {border-right: 1px solid #595a5b;margin: 0px;padding-left: 15px;padding-right: 15px;padding-bottom: 0px;line-height: 14px;}
.topmenu.secondmenu > ul > li > a, .topmenu.secondmenu > ul > li > span {line-height: 14px !important;font-size: 1.4rem;}
.topmenu.secondmenu > ul > li:last-child { border-right: none; }
/*-------------- Breadcrumb CSS Ends --------------*/


/*-------------- Search page CSS Starts --------------*/
.ip3search_highlight{font-weight:bold;}
.sitesearchpagination{padding-top:10px;float:left;width:100%;}
.sitesearchpagination ul{text-align:center;}
.sitesearchpagination ul li{display:inline; margin:0 10px 0 0 !important; padding:0;list-style:none !important;}
table.searchTable{width: 100%; word-break:break-all;}
table.searchTable tbody tr th{ text-align:left; height:22px;}
table.searchTable tr:nth-child(even) {background-color: #f2f2f2;}
#tabs.sectionTabs{float:left; position:relative; width:100%; padding:0 0 10px;}
#tabs.sectionTabs ul{border-bottom:1px solid #000; float:left; list-style:none outside none; padding:0; margin:0; width:100%;}
#tabs.sectionTabs li{float:left; padding:0; margin:0; border-left:1px solid #000; border-top:1px solid #000;list-style: outside none none;}
#tabs.sectionTabs li.lastLI{border-right:1px solid #000;}
#tabs.sectionTabs li a span{display:block; text-align:center;}
#tabs.sectionTabs li a{display:block; padding:10px; text-align:center; background-color:#ccc;}
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover{background-color:#fff;}
#tabsDD{height:42px;font-size: 1.6rem;line-height: 20px; width:250px;float: left;}
#tabs.sectionTabs span.select{position:absolute; font-size:1.4rem; top:0; left:0; height:35px; color:#000; padding:11px 15px 10px 5px; background:url("/~/media/Images/E/Expeditors-IR-V2/css/searchTab-dd.png") no-repeat scroll 96% 15px #cccccc; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; *behavior:url("/~/media/Files/E/Expeditors-IR-V2/htc-files/boxsizing.htc");}
#tabs.sectionTabs span.select { cursor: pointer; display: block; font-size: 1.4rem; position: absolute; padding: 10px 30px 10px 10px; border: 1px solid #fff; color: #595a5b; text-align: left; background-color: #fff; min-height: 40px; min-width: 250px; background: url(/~/media/Images/E/Expeditors-IR-V2/css/arrow-down.png) no-repeat scroll 96% 15px #fff; }
.searchresultpage #loadmore a { background-color: #eb0028; color: #fff; cursor: pointer; display: block; line-height: 23px; padding: 10px 0; text-align: center; text-decoration: none; }
.searchresultpage #loadmore a:hover { background-color: #b01723; }
.searchresultpage #loadmore{width:100%; float:left; padding:20px 0;}
.searchresultpage #loader,.searchresultpage #loadedcontent{display:none; text-align:center;}
#searchinnerRP { margin-bottom: 10px;}
#searchTextBoxContainerRP { float: left;}
#searchButtonContainerRP { float: left;}
#searchTextBoxContainerRP input { border: 1px solid #ababab; padding: 5px;}
#searchButtonContainerRP > input { border: 1px solid #ababab; margin-left: 5px; padding: 5px;}

.mobi-pr-tabs ul{display:none;margin:0 !important;}
.mobi-pr-tabs ul li{list-style-type:none !important;background:#fff;border: 1px solid #a5a5a7;}
.newsWrapper{margin-top: 16px;}
.mobi-pr-tabs .year-item{padding:10px;border: 1px solid #a5a5a7;color: #595a5b;font-size: 1.6rem;line-height: 20px;}
.mobi-pr-tabs .year-item:after{color:inherit;font-family:icomoon;float:right;content: "";display: inline-block;background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) -80px -78px no-repeat;margin-left: 10px;width: 12px;height: 8px;margin-top: 7px;}
.mobi-pr-tabs .year-item.active:after{background-position: -80px -60px;}
.mobi-pr-tabs ul li a{padding:10px;display:block;}
#contentwrapper #twocolright .mobi-pr-tabs ul li:before { content: none; }
li#mobitabs-nav-2014-level2 { }
#contentwrapper #twocolright .mobi-pr-tabs ul li a { color: #a5a5a7; border-top: none; }
#contentwrapper #twocolright .mobi-pr-tabs ul li { border-top: 0px; }
input#prbtnSearch:after { content: ""; display: inline-block; background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) -42px -63px no-repeat; margin-left: 10px; width: 5px; height: 11px; }
.news-filter { width: 100%; margin-left: 0px; }
div#prDateSort { width: 100%; }
span#desc { }
.pr-toggle .icofont { color: inherit; font-family: icomoon; float: right; content: ""; display: inline-block; background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) -80px -78px no-repeat; margin-left: 10px; width: 12px; height: 8px; margin-top: 7px; position: absolute; right: 10px; top: 10px; }
.open .pr-toggle .icofont { background-position: -80px -60px; }
.pr-dropdown .pr-options { width: 100%; }
#contentwrapper #twocolright .pr-dropdown .pr-options ul li:before { content: none; }
#tabs.sectionTabs ul { margin: 0 auto; display: inline-block; text-align: center; width: auto; float: none; }
#contentwrapper #twocolright #tabs.sectionTabs ul li { border: none; padding-left: 0px; text-indent: 0px; }
#contentwrapper #twocolright #tabs.sectionTabs ul li:before { content: none; }
#contentwrapper #twocolright #tabs.sectionTabs ul li a { background-color: transparent; padding:10px 25px; }
#searchButtonContainerRP input { background: #fc1e33 none repeat scroll 0 0; border: 0px; color: #ffffff; cursor: pointer; display: inline-block; float: none; font-size: 1.4rem; padding: 11px 15px; vertical-align: top; min-width: 80px; border-radius: 0px; }
#searchTextBoxContainerRP input { -webkit-appearance: none;display: inline-block; font-size: 1.6rem; line-height: 20px; margin-right: 9px; vertical-align: top; width: 180px; border-radius: 0px; box-shadow: none; padding: 10px; border: 1px solid #a5a5a7; color: #595a5b; }
#contentwrapper #twocolright ul.ui-autocomplete li:before { content: none; }
#contentwrapper #twocolright ul.ui-autocomplete {border-radius: 0px;}
#contentwrapper #twocolright ul.ui-autocomplete li {text-indent: 0px;width: 100% !important;margin-bottom: 0px !important;}
/*-------------- Search page CSS Ends --------------*/


/*-------------- Site Map CSS Starts --------------*/
#sitemapcontainer{ }
#sitemapcontainer li{/* font-weight:bold */}
#sitemapcontainer li a{/* display:block; *//* padding:3px; */line-height: 25px;}
#sitemapcontainer li ul li{ font-weight:normal}
#sitemapcontainer li ul li a{ padding:0 0 0 3px;}
#sitemapcontainer li ul li ul{ margin-bottom:10px;}
#sitemapcontainer li ul li ul li{}
#sitemapcontainer li#nav-site-services-level1{display:none;}
/*-------------- Site Map CSS Ends --------------*/


/*-------------- Homepage Bottom Boxes Starts --------------*/
.box-item-container{margin-bottom:35px;}
.box-item-container h2 {font-size: 2.4rem;line-height: 2.8rem;margin-bottom: 15px;}
.box-item-container .ir-box-link a{color: #159EE4;font-size: 1.6rem;}
.box-item-container .ir-box-link a:hover {font-size: 1.6rem;color: #6e8878;}
.box-item-container .ir-box-content {margin-bottom: 10px;}
.box-item-container .form-links a{font-size: 2.4rem;margin-right: 5px;}
.box-item-container .form-links{margin: 5px 0px;}
.box-item-container p.ir-event-date {padding-bottom: 5px;font-weight: bold;}
.box-item-container #regTextbox {border: 1px solid #d8d8d8;padding: 5px 10px;margin-bottom: 10px;}
.box-item-container .email-alerts-btn input[type="submit"] {color: #FFF;border-radius: 7px;background: #003764;border: none;padding: 7px 15px;}
.homepage-boxes {width:100%; padding: 15px 15px 10px 15px;border-top: 2px solid #159EE4;display: inline-block;border-bottom: 2px solid #159EE4;background-color: #f7f7f7;}
a.email-alert {background: #003764;border: none;border-radius: 7px;color: #fff;padding: 7px 15px;float: left;}
.c-hub-tile a .caption p.homebox-title { font-size: 24px; line-height: 1.3; }
.c-hub-tile a .caption { text-align: left; }
/*-------------- Homepage Bottom Boxes Ends --------------*/


/*-------------- Footer CSS Starts --------------*/
#footerwrapper{clear:both; padding-top:40px;}
#footerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
/*-------------- Footer CSS Ends --------------*/


/* --------------- Banner Starts ---------------*/
.home-slider{max-height: 475px;background: rgba(0, 0, 0, 0) url("~/media/Images/E/Expeditors-IR-V2/css/site-loader.gif") no-repeat scroll center center;}
.home-slider#bannerwrapper .sliderbanner{/*visibility:hidden;*/ float:left; transition: all 0s ease 0s;}
.banneritem{position:relative;height: 375px;width:100%; overflow:hidden; float:left;}
.banneritem .bannertext{color: #fff; position: absolute; top: 43%; width: 450px;}
#bannerwrapper{position:relative; margin:0 auto;overflow:hidden;}
#bannerwrapper .sliderbanner{ width:100%; position:relative;}
.bannerOuterText {margin: 0 auto; max-width: 1100px; /*width:100%;position: relative;top: 43%;transform: translateY(-50%);*/}
.home-intro {}
.home-intro p{font-size: 1.8rem;line-height: 2.6rem;padding-top: 5px;}
.BannerImage{display: block; height: auto; width: 100%;}
/*.bannertext p.sldTitle{font-size: 2.2rem; font-weight: 700; padding: 0 0 10px;}
.bannertext p {font-size: 1.8rem; padding: 0 0 10px;}
.bannertext p a {font-size: 1.6rem;}*/

.slick-dots{left: 0px;right: 0px;bottom:30px;margin: 0px auto;position: relative;text-align: center;}
.slick-dots li{display:inline-block;margin:0 5px;}
.slick-dots li button{border:none;background:rgba(255,255,255,0.7);height:15px;width:15px;text-indent:-99999px;}
.slick-dots li.slick-active button{background:rgba(255,255,255,1);}
.slick-arrow{position:absolute;top:40%;z-index:2;border:none;width:31px;height:55px;font-size:0px;background-color:rgba(255,255,255,0);}
.slick-arrow.slick-next:after {font-family: 'icomoon';content: "\e90c";font-size: 3.5rem;position: relative;color: #fff;}
.slick-arrow.slick-prev:after {font-family: 'icomoon';content: "\e905";font-size: 3.5rem;position: relative;color: #fff;}
.slick-arrow.slick-prev{left:20px;background-position:-8px -8px;}
.slick-arrow.slick-next{right:20px;background-position:-45px -8px;}
/* --------------- Banner Ends ---------------*/


/* --------------- Search Starts ---------------*/
.siteSearch{background-color: transparent;background-position: -125px -8px;border: 0 none;height: 13px;right: 0px;text-indent: -9999px;width: 12px;position:absolute;top:0;z-index:999;color:#ababab;}
.search{border:none;}
.searchbox {border-bottom: 1px solid #ababab;/* width: 200px; */position:relative;}
.search-txt { border: medium none; background:none;}
/*#searchButtonContainer:after {font-family: 'icomoon';content: "\f002";position: absolute;right: 0px;top: 0px;line-height: 1.5rem;}*/
div#searchButtonContainer2:after {font-family: 'icomoon';content: "\f002";position: absolute;right: 0px;top: 0px;line-height: 1.5rem;}
#searchButtonContainer { display: block; width: 35px; height: 35px; float: right; position: absolute; top: 0px; right: 0px;cursor: pointer; }
.siteSearch {position: relative;height: 34px;width: 12px;width: 35px;background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) -131px -162px no-repeat;background-color: #eb0028;}
.search-hover { position: absolute; width: 35px; height: 35px; z-index: 1002; top: 0px; }
div#searchTextBoxContainer.open { margin-left: 10px; height: 44px; }
.open #searchTextbox {width: 300px;padding: 0 30px 0 10px;transition: width .4s ease-out;border-radius: 0;background-color: #fff;color: #595a5b;font-size: 1.4rem;    visibility: visible;}
#searchTextbox {border-radius: 0;text-indent: -9999;height: 34px;display: block;padding: 0;float: left;width: 0px;transition: width .5s ease-out;overflow: hidden;font-size: 0px;background-color: #fff;    visibility: hidden;}
.active .siteSearch {background-color: #fff;background-position: -131px -187px;}
li.searchbox { min-width: 35px; margin-top: 5px; height: 35px;margin-left: 10px; }
.search-hover.remove {z-index: 0;}
/* --------------- Search Ends ---------------*/


/* --------------- Content Wrapper Starts ---------------- */
#contentwrapper{margin-top: 0px;clear: both;}
.page-intro-text {float: left;width: 100%;}
.page-content {float: left;width: 100%;text-align:left;}
.page-introtext p {font-size: 1.8rem;line-height: 25.72px;color: #000;padding-bottom:40px;}
/* --------------- Content Wrapper Ends ---------------- */


/* --------------- Snapdown Starts ---------------- */
.snapdown-container {float: left;width: 100%;margin-top: 20px;}
.snapdown-title {float: left;text-align: left;width: 100%;cursor: pointer;background-color: #f2f2f2;padding: 15px 20px 15px 20px;font-size: 1.8rem;line-height: 26px;}
.snapdown-content {float: left;width: 100%;display:none;padding: 20px 20px;text-align: initial;}
.snapdown-content p:last-child{margin-bottom: 0px;}
.snapdown-item {float: left;width: 100%;margin-bottom: 4px;}
.show-hide {cursor: pointer;float: right;}
.snapdown-item.first .snapdown-content{display:block}
.snapdown-title p {font-size: 1.8rem;font-weight: normal;margin-bottom: 0;position:relative;line-height: 25px;padding-top: 5px;}
.nojs .snapdown-title p:after{display:none;}
.snapdown-title a>p:after{color:inherit;content: url("/~/media/Images/E/Expeditors-IR-V2/css/dropdown-down.png");display:block;margin-top: -8px;position: absolute;right:0;top: 50%;}
.snapdown-item.active .snapdown-title a>p:after{content: url("/~/media/Images/E/Expeditors-IR-V2/css/dropdown-up.png");}
.snapdown-title:hover >a p, .snapdown-item.active .snapdown-title, .snapdown-title:hover {background-color: #eb0028;color: #fff !important;}
.snapdown-title i {font-size:1.8rem; float:right; }
.nojs .snapdown-title p::after{content:"";}
.nojs .snapdown-title.active p::after{content:"";}
.snapdown-title:hover>a p:after {content: url(/~/media/Images/E/Expeditors-IR-V2/css/dropdown-down-hover.png);}
.nojs .sliderbanner .item {display:none;}
.nojs .sliderbanner .item:nth-child(1) {display:block;}
/* --------------- Snapdown Ends ---------------- */

/* ---------------Starts Committee Composition ---------------- */
.category-key span{width:30%;float:left;}
.category-key{float:left;width:100%;margin-bottom: 20px;margin-top: 10px;}
.committee-composition-container {float: left;width: 100%;}
table.committee-composition-table {width: 100%;}
.category-key img {margin-top: -5px;display: inline;}
.committee-composition-table img {display: inline-block;}
table.committee-composition-table td {text-align: center;}
table.committee-composition-table td.textLeft{text-align: left;}
/* ---------------Ends Committee Composition ---------------- */


/* --------------- Events and Presentation Starts ---------------- */
.events-presentations-container > p {float: left;}
.events-presentations-container {float: left;width: 100%;}
.events-presentations-container .event-date { width: 20%;}
.event-table td{vertical-align:top;}
.webcast-event{ display: block;float: left;min-height:25px; padding:2px 2px 3px 20px;clear:left;position: relative;}
a.webcast-event:after {font-family: 'icomoon' !important;content: "\f1c7";position: absolute;left: 0px;top: 0px;}
table.upcoming-event-table {margin-bottom: 20px;}
.eventSubitems {margin-top:10px;}
.eventSubitems a{position: relative;display: block;float: left;padding: 2px 0;}
.eventSubitems .relatedLink {padding-bottom: 5px;}
.event-table strong.title-sub{ display: block;}
.event-document:first-child {margin-top: 10px;}
.event-document{ clear: both; display: block; float:left; }
.event-document img{ padding: 0 4px 0 2px; vertical-align: middle;display:inline}
.event-document a{ display: block;padding: 2px 0;float:left; }
.pdf-size{ display: block;float: left;padding:5px 0 3px 8px;}
.event-document.event-document-1 a{ padding: 3px 0 2px; }
.Outlook-link{ display: block; float: left; padding: 2px 0; }
.Outlook-link img{ margin-right: 11px; vertical-align: middle; display:inline}
.rad-underline{text-decoration:underline;}

.event-document .media-link {font-size:1.4rem; color:#159ee4}
.event-document .media-link:hover {font-size:1.4rem; color:#159ee4}
.relatedDocuments {float: left;/*margin-bottom: 15px;*//*margin-top: 10px;*/width: 100%;}

/* --------------- Events and Presentation Listing  Starts ------------------*/
.listing-events-container h2{margin-bottom:15px;font-size:1.5em;}
.upcoming-events-container{float:left;margin-bottom:30px;width:100%;}
.related-materials-expand{display:none;margin-top:10px;float:left}
.event-listing-item-container{padding:15px;float:left;width:100%;margin-bottom:15px;border:1px solid #eee;}
.event-listing-item-container.last{margin-bottom:0px;}
/*.upcoming-events-container .title-sub,.upcoming-events-container .event-date,.upcoming-events-container .outlook-link{float:left;width:32%;margin-right:2%;}*/
.upcoming-events-container .outlook-link{margin:0px;}
.upcoming-events-container .outlook-link img{float:left;margin-right:10px;}

.related-materials-collapsed p:before{font-family: 'icomoon' !important;content: "\f068";/*margin-right:10px;*/cursor:pointer;left: 0;position: absolute;}
.related-materials-collapsed.active p:before{content: "\f067";}
.event-listing-item-container .media-link,.event-listing-item-container .media-link:hover{font-size:1em;color:#159ee4}
.events-presentations-container .past-events-container .event-date{width:100%;}
.related-materials-collapsed { float:left; width:100%; }
.related-materials-collapsed p { padding-bottom:0;cursor: pointer;display: inline-block;padding-left: 25px;position: relative; }

.pdf-icon,.html-icon,.doc-icon,.xbrl-icon,.xlsx-icon,.xls-icon,.webcast-icon {  padding-left: 25px !important;position: relative;margin-bottom: 8px;height: 28px; }
.pdf-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/pdf-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.html-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/html-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.doc-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/doc-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.xbrl-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/xbrl-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.xlsx-icon:before,.xls-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/xlsx-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.webcast-icon:before { background-image: url("/~/media/Images/E/Expeditors-IR-V2/icons/webcast-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}

.eventDate { width:25%; }
.eventData { width:75%; }
.upcoming-events-container .eventData { width:55%; }
.eventCalendar { width:20%; }


/* --------------- Events and Presnetation Listing ------------------*/
/* --------------- Events and Presentation Ends ---------------- */

/* --------------- Calendar Of Events Starts ------------------*/
.latest-webcast-tem{margin-bottom:20px;}
.webcast-link-container img{display:inline-block;}
.latest-webcast-tem .webcast-subject,.latest-webcast-tem .webcast-date{padding-left:30px;}

.financial-calendar-container,.subscriptionbox{float:left;margin-top:15px;}
.events-item-container,.formrow{margin-bottom:20px;}
.formrow label{margin-bottom:10px;}
.privacytext p{padding-bottom:0px;}
.supporting-material-item{margin-bottom:10px;}
.supporting-material-item.last{margin-bottom:0px;}
.supporting-material-item .doc-pdf-icon{float:right;}
.webcast-link .normal-text-link{display:inline-block;width:100%}

.calendar-past-event-item{float:left;width:100%;margin:20px 0 0;padding-bottom:20px;border-bottom:1px solid #efefef;}
.calendar-past-event-item.last{border-bottom:0px;}
.supporting-material-container .material-text{float:left;width:20%;}
.supporting-material-container .material-item{float:left;width:80%;}
.supporting-material-container .material-item a{float:right;}
/* --------------- Calendar Of Events Ends ------------------*/


/* --------------- Listing Page Starts ---------------- */
.list-title {float: left;width: 89%;}
.list-document {float: left;padding: 7px 0;width: 11%;}
.list-document div {float: left;margin-right: 5px;}
.list-wrapper ul li.last {border-bottom: 4px solid #0380c1;}
.list-wrapper ul li.first {border-top: 4px solid #0380c1;}
.list-wrapper ul li {border-top: 1px solid #adcde4;clear: both;float: left;padding: 0;width: 100%;}
.list-wrapper ul li p {line-height: 16px;margin: 0;padding: 15px 10px 0 0;}
.noprint {font-size: 0.929em;}
.noprint span {float: left;}
.noprint div {display: inline-block;text-align: right;vertical-align: middle;}
.dwd-brief-link {margin-top: 5px;text-align: left;}
#contentwrapper #twocolright .tabs ul {margin: 0 auto;display: inline-block;text-align: center;width: auto;float: none;}
#contentwrapper #twocolright .tabs li{list-style:none;padding-left: 0px;text-indent: 0px;margin: 0px;border-right: 1px solid #939498;}
#contentwrapper #twocolright .tabs ul li:before {content: none;}
#contentwrapper #twocolright .tabs li > span { color: #9e001b; font-size: 1.6rem; line-height: 18px; padding: 0px 35px; display: block;font-weight: 500; }
#contentwrapper #twocolright .tabs li > a { color: #595a5b; font-size: 1.6rem; line-height: 18px; padding: 0px 35px; display: block;font-weight: 500; }
#contentwrapper #twocolright .tabs li:last-child { border-right: none; }
.tabs .level2 {float: left;margin-right: 10px;}
.tabs .level2 a span{/* font-weight:bold; *//* display: block; *//* background-color: #f1ece2; *//* padding: 10px 25px; *//* font-size: 1.6rem; *//* color:#000 */}
.tabs .current span {/* background-color: #faf8f5; *//* display: block; *//* font-size: 1.6rem; *//* font-weight: bold; *//* padding: 10px 25px; */}
.tabs .level2 a{/* font-weight:bold; *//* display: block; *//* background-color: #f1ece2; *//* font-size: 1.6rem; *//* color:#000 */}
.tabs ul {float: left;width: 100%;}
.tabs {}
.newsWrapper{margin-top: 20px;}
/* --------------- Listing Page Ends ---------------- */


.box-items {/* padding-top:23px */}
.box-unit { margin-bottom:38px; }
#box-unit-4 { clear:left }
.header-gallery-unit { padding:15px 0 10px;clear:both; line-height: 18px; }
#ip3-8k-q-and-a thead th {width: 50%;}
#ip3-8k-q-and-a thead th:first-child{width:25%;}
#ip3-8k-q-and-a thead th:last-child{width:30%;}
.header-gallery-unit h2{font-size:1.6rem;}
.box-unit p {font-size:1.4rem}
.box-unit p:last-child {margin-bottom:0}
.shareprice-box {  background:#333333; position:relative; }
.shareprice-box iframe{height: 150px; padding: 20px 15px 5px;}
.shareprice-box .inner-share-box-link{display: block; padding: 0 15px;}

/*---------- Table Styling ------------*/
th {padding: 15px;color:#000;font-size: 1.6rem;text-align: left;line-height: 22px;}
thead th {border-bottom: 1px solid #000;}

td, tbody th {padding: 20px 15px 20px 15px;color:#595a5b;font-size: 1.6rem;vertical-align: top;text-align: left;line-height: 22.85px;}
table.inv-responsive-table {width:100%;margin-bottom:0px;border-top: 20px solid #fff;border-bottom: 20px solid #fff;}
table tbody tr:nth-child(even) {background-color: #f2f2f2;}
table.inv-responsive-table td {background-color: #fff;}
table.inv-responsive-table:nth-child(even) td {background-color: #f2f2f2;}
tbody th {font-weight:normal}
th.cAlign, td.cAlign {text-align: center;}
tr.alterow {background-color: #f2f2f2;}
td p{margin-bottom:0; padding-bottom:0}
.inv-responsive-header-td {font-weight:700;}
.inv-responsive-data-header {width:30%; font-weight: 700;}
.inv-responsive-data-content {width:70%}
tr.inv-responsive-data-tr td {width: 100%;float: left;padding: 2px 15px;color: #000;font-size: 1.6rem;vertical-align: top;text-align: left;line-height: 22.85px;}
tr.inv-responsive-data-tr td:last-child {color: #6c6d6e;}
.inv-responsive-table { }
.inv-responsive-table:nth-child(even) {background-color: #f2f2f2;border-color: #f2f2f2;}
.inv-responsive-data-tr:first-child > td:last-child {padding-bottom: 20px;}
.inv-responsive-data-tr:first-child > td:first-child {}
.inv-responsive-data-tr:last-child > td:last-child {/* padding-bottom: 10px; */}
.inv-responsive-data-tr:last-child > td:first-child {padding-top: 20px;}
.doc-title-tab .inv-responsive-data-tr:first-child > td:last-child { padding-bottom: 10px; }
.doc-title-tab .inv-responsive-data-tr:last-child > td:first-child { padding-top: 10px; }
.pr-mobi-headers{display:none;}
/*---------- Table Styling ------------*/


/*----------  Footer CSS Start ------------------*/
.footer-title {color: #666666; font-size: 1.6rem; text-transform: uppercase;}
.footer-link{}
.footer-link ul{font-size: 1.2rem; margin-bottom: 40px;}
.footer-link ul li{border-left: 1px solid #666666; float: left; line-height: 1rem; margin-bottom: 10px; padding: 0 10px;}
.footer-link ul li:first-child{margin:0; border-left:0; padding-left: 0;}
.footer-link ul li a{color: #434343;}
.footer-links-container { background: #efefef none repeat scroll 0 0; box-shadow: 0 1px 14px -1px rgb(60, 60, 60); float: none;  max-width: none; padding: 0 0 28px; position: relative; width: auto; z-index: 10; margin-top:30px;}
.footer-links-container .container-fluid{margin: 0 auto; max-width: 1200px; padding-top: 48px;}
/* .footer-links-container a{color:#FFF;}*/
.inv-branding a{display:block;position:relative;float: right;}
.inv-branding a:after{background-position: center center;height: 31px;right: 0px;top: 20px;width: 170px;}
.inv-branding {clear: both;display: inline-block;width: 100%;position: relative;margin-top:40px;}
.footer-right-side{float:right;}
a.footer-linkedin, a.emailtofriend {color: #fff;background-color: #A3B0B6;padding: 5px 10px;border-radius: 5px;font-size: 2.7rem;line-height: normal;}
.footer-linkedin:hover, .emailtofriend:hover {background-color:#6e8878}


/*----------  Footer CSS End ------------------*/


/*---------- Sidebar Start ------------------*/
p#sectionheader {font-size: 1.6rem; font-weight: 700; line-height: 20px; padding: 0 0 22px;}
/* Sidebar End */


/*---------- Main Navigation Start ------------------*/
#topnavigation>ul{box-sizing: border-box; float: left; font-size: 1.4rem;width: 100%; display: table;}
#topnavigation ul li a{display: block; padding: 19px 10px; margin-left:1px;}
.appended-main-navigation{display:none;}
/*.append-navigation > ul {display: none;}*/
#mobishownav .append-navigation > ul{/*display:block;*/display:none;}


#topnavigation ul li:hover ul{display:block;}
#topnavigation ul li:hover a{color:#FFF;}
#topnavigation ul li.current.level1.haschildren span.navhover{padding-bottom:17px;}
#topnavigation ul li ul li{ width:270px; height:auto; text-align: left; float: none;}
#topnavigation ul li ul li.last{background:0 none;padding-left:0px;}
#topnavigation ul li ul li>span,#topnavigation ul li ul li a, #topnavigation ul li.selected ul li a{background:none; border:none; behaviour:none; margin:0 0 1px 0; color:#5b5454; font-weight:normal; text-transform:none; padding:12px 20px; display:block;}
#topnavigation ul li ul li:hover a { color: #159ee4 !important; border-radius: 0;}
#topnavigation ul li ul{display:none; position:absolute; z-index:2; border:1px solid #576665; background-color:#FFFFFF; border-radius:0px 3px 3px 3px; width:272px;margin-left: 1px;}
#topnavigation ul li.level1.haschildren > ul { display: none;}
#topnavigation ul li.level1.last ul{border-radius:3px 0 3px 3px;}
#topnavigation ul li ul{display:none; position:absolute;}
#topnavigation ul li.level1.last ul{right:0;}
#topnavigation ul li a:hover,#topnavigation ul li.haschildren a.navhover,#topnavigation ul li.haschildren span.navhover{color:#ffffff;border-radius: 4px 4px 0 0; background:#003764;}
#topnavigation ul li a.navhover{border-radius: 4px 4px 0 0; background:#003764;}
#topnavigation ul li.append-navigation > a{color:#FFF;border-radius: 4px 4px 0 0; background:#003764;}
#topnavigation ul li ul li.level1.current > span { background: #003764 none repeat scroll 0 0 !important; color: #fff !important;}
#topnavigation ul li ul li.level1.selected a > span { color: #fff !important;}
#topnavigation ul li ul li.level1.selected a { background: #003764 none repeat scroll 0 0 !important;}
#topnavigation ul li a:hover, #topnavigation ul li a.navhover{}
#topnavigation ul li:hover ul li a{color:#003764;background:transparent;}
#topnavigation ul#section-Homepage-level1{margin-left:0%;}
#topnavigation ul li.haschildren ul li a:hover{color:#c41230; padding:12px 20px;padding-left:1%;}
#topnavigation ul li.current li a:hover span{color:#c41230;}
#topnavigation ul li.haschildren ul li a:hover{background:none 0 0 #f9f9f9;}
#topnavigation ul li ul li.level2.current span{background:none;color:#C41230;font-weight:normal;text-transform: none;}
.nojs #topnavigation ul ul ul { position:relative; }

#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2 a, #topnavigation ul li.current li span, #topnavigation ul li.selected li.level2.selected a{behaviour:none;}
#topnavigation ul li.current li span{color:#5B5454; padding:0; font-weight:normal; text-transform:none;}
#topnavigation ul li.haschildren li a:hover{ color:#5B5454; background:none; behaviour:none;}
#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2.selected a{background-color:#f9f9f9;margin-bottom:1px;}
.mobiMenus{display:none;}
/*---------- Main Navigation End ------------------*/


/*---------- Contact Form Start ------------------*/
.form-captcha {display: inline-block;}
.ir-contact-form div.clearfix { border: medium none; margin-bottom: 10px;}
.ir-contact-form .form-left { float: left; margin-right: 10px; width: 180px;}
.ir-contact-form .form-left span.mandatory, span.mandatory { color: #ff0000;}
.ir-contact-form .form-right { float: left;}
.form-right > span { position: absolute;}
/*.ir-contact-form .form-right input { border: 1px solid #d8d8d8; margin-right: 10px; padding: 5px 10px; width: 230px;}*/
.ir-contact-form .form-right textarea { border: 1px solid #d8d8d8; margin-right: 10px; padding: 5px 10px; width: 230px; height:80px; resize:none;}
.ir-contact-form .form-right input#txtCaptcha { float: none; margin-top: 10px;}
/*.ir-contact-form .form-right input[type="submit"] {background: #efefef none repeat scroll 0 0; border: 1px solid #dddddd; color: #666666; cursor: pointer; display: block; float: none; margin-top: 10px; padding: 5px 12px 6px; width: 100px;}*/
.form-right > div {margin-bottom: 10px;}
.btn:focus {outline: none;box-shadow: none;}

/*---------- Second Pattern Ends ------------------*/
.form-control:focus, .ir-contact-form .form-right textarea:focus { border-color: #d6d7d7; outline: none; box-shadow: none; }
.form-control {float: left;height: 40px;font-size: 1.6rem;-webkit-appearance: none;}
.form-control[type="text"] { margin-right: 10px; width: 230px; }
.form-captcha > span { font-size: 1.3rem; line-height: 40px; float: left; height: 40px;position: absolute; }
/*input[type=submit] { display: inline-block; margin-top: 20px; }*/
.form-right > span { font-size: 1.3rem; line-height: 40px; }
.ir-contact-form .form-left > span { line-height: 40px; }
/*---------- Contact Form End ------------------*/


/*---------- Mobile Menu-Search Start ------------------*/
.mobishow { bottom: 0; display: none; float: right; margin: 0 1.3% 0 0; position: absolute; right: 1.3%; z-index: 99;}
.mobinav { border-right: 1px solid #fff; float: left; position: relative;margin-right: 1px;}
.mobinav span.navbg {height: 40px;width: 40px;cursor: pointer;display: block;}
.mobinav span.navbg:after{font-family: 'icomoon';content: "\f0c9";font-size: 2.5rem;position: absolute;top: 0px;padding: 11px 7px;color: #fff;background-color: #333;right:1px;width: 40px;text-align: center;}
.mobisearch { float: left;position: relative;}
.mobinav span.navbg.selected:after {content: "\f00d";font-size: 2.2rem;}
.mobisearch span.searchbg.selected:after {content: "\f00d";}
.mobisearch span.searchbg:after{content: "\f002";font-family: 'icomoon';font-size: 2.2rem;position: absolute;top: 0px;padding: 11px 7px;color: #fff;background-color: #333;right: 1px;width: 41px;text-align: center;}
.mobisearch span.searchbg { cursor: pointer; display: block; height: 40px;  width: 41px;}
#mobishownav {overflow: hidden; position: absolute; right: 14px; top: 100%; width: 50%; z-index: 5000;}
#mobishownav > ul { border: 1px solid #c3c6c6; border-bottom:none; overflow: hidden;}
#mobishownav ul li { background-color: #f8f8f8; border-bottom: 1px solid #c3c6c6; float: left;position: relative; text-transform: uppercase; width: 100%;}
#mobishownav ul li > span,#mobishownav ul li > a{padding:8px 0;display:block;}
#mobishownav ul li.navopen {background-color: #fff !important; border-bottom: medium none;}
#mobishownav ul li a { color: #5e6665; display: block; font-weight: bold; line-height: 20px; margin: 3px 45px 0 10px; min-height: 24px;}
#mobishownav ul li.append-navigation > a {color: #c41230;}
#mobishownav ul li.current span { color: #c41230; display: block; line-height: 20px; margin: 3px 45px 0 10px; min-height: 24px;}
#mobishownav ul li.level1.current span { font-weight: bold;}
#mobishownav ul li.level1.current li span { color: #5e6665; font-weight: normal;}
#mobishownav ul li.level1.selected a, #mobishownav ul li.level1.selected li.level2.selected a, #mobishownav ul li.level1.selected li.level2.selected li.level3.selected a { color: #c41230;}
#mobishownav ul li.level1.selected li a, #mobishownav ul li.level1.selected li.level2.selected li a { color: #5e6665;}
#mobishownav ul li.level1.last { border: 0 none;}
#mobishownav ul li.level1.first { margin: 3px 0 0;}
#mobishownav ul li ul li { background: none; border-bottom: 1px dashed #c3c6c6; /*position: static;*/position:relative; text-transform: none; width: 100%;}
#mobishownav ul li ul li.last { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
#mobishownav ul li ul li a { color: #5b5454; display: block; float: none; font-weight: normal; line-height: 20px;}
#mobishownav ul li a:hover { color: #c41230;}
#mobishownav ul li ul { display: none;}
#mobishownav .showmore:after,#mobishownav .showmore1:after{background-position: -96px -66px; height: 27px; right: 0; top: 0; width: 27px;}
#mobishownav .showmore, #mobishownav .showmore1 { cursor: pointer; display: block; height: 27px; margin: 0; position: absolute; right: 10px; top: 8px; width: 27px; z-index: 500;}
#mobishownav .showmore:after, #mobishownav .showmore1:after {font-family: 'icomoon' !important;content: "\f068";font-size: 1.5rem;padding: 5px;}
#mobishownav .showmore.selected:after, #mobishownav .showmore1.selected:after {font-family: 'icomoon' !important;content: "\f067";font-size: 1.5rem;padding: 5px;}
#mobishowsearch {background: #f8f8f8; border: 1px solid #c3c6c6; overflow: hidden; padding: 10px; position: absolute; right: 14px; top: 100%; width: 50%; z-index: 500;}
#mobishownav ul li ul li ul li {padding-left: 20px;}
/*--------------- Mobile Menu-Search End ------------------*/


/*--------------- BOD Start ------------------*/
.snapdown-content.board img {border: medium none;overflow: hidden;  float:left; margin-right:20px; margin-bottom: 12px;}
.snapdown-title p{padding-bottom:0px;}
.active .snapdown-title p{padding-bottom:0px;color: #fff;}
/*--------------- BOD End ------------------*/


.auto-scroll{overflow:auto; width:100%; margin-bottom: 10px;}


/*--------------- Reports and Presentations Start ------------------*/
.media-link {font-size: 3.0rem;color: #3e3d3d;width: 26px;min-height:30px;position:relative;overflow: hidden;}
.media-link:hover, .media-link:focus {color: #9e001b;}
.media-link i{}
.internetexplorer11 [class^='icon-'], .internetexplorer11 [class*=' icon-']{
line-height:36px;
}

/*--------------- Reports and Presentations End ------------------*/


/*--------------- No JS Banner Start ------------------*/
.nojs .banneritem{display:none;}
.nojs .banneritem.banner1{display:block;}
.nojs .snapdown-content{display:block;}
/*--------------- No JS Banner End ------------------*/


.ir-contact-form .form-right textarea.errorClass, .ir-contact-form .form-right input.errorClass {border: 1px solid red;}
#body_0_main_1_ctl06_Submit{border:1px solid #dddddd}


/*--------------- PR Start ------------------*/
input.txt-search-pr {display: inline-block;font-size: 1.6rem;line-height: 20px;margin-right: 9px;vertical-align: top;width: calc(100% - 140px);border-radius: 0px;box-shadow: none;padding: 10px;border: 1px solid #a5a5a7;color: #595a5b;-webkit-appearance: none;}
input.btn-pr-search {background: #fc1e33 none repeat scroll 0 0;border: 0px;color: #ffffff;cursor: pointer;display: inline-block;float: none;font-size: 1.3rem;line-height: 20px;padding: 11px 15px;vertical-align: top;min-width: 80px;border-radius: 0px;}
input.btn-pr-search:hover{background-color:#af1723;}
.news-filter {margin-left: 13px;margin-top: 30px;width: 220px;}
.pr-dropdown { display: inline-block; position: relative; vertical-align: top; width: 215px; }
.pr-dropdown.finder-dropdown-sort { margin-left: 6px; width: 170px; }
a.pr-toggle > span.pr-label:after { background-position: -297px -151px; height: 11px; right: 10px; top: 9px; width: 18px; }
a.pr-toggle > span.pr-label {cursor: pointer;display: block;font-size: 1.6rem;line-height: 20px;position: relative;padding: 10px 30px 10px 10px;border: 1px solid #a5a5a7;color: #595a5b;text-align: left;}
.pr-dropdown .pr-options { display: none; position: absolute; width: 220px; z-index: 500; }
#twocolright .pr-dropdown .pr-options ul {left: 0;margin: 0;padding: 0;width: 100%;z-index: 5;}
#contentwrapper #twocolright .pr-dropdown .pr-options ul li { border-bottom: 1px solid #fff; cursor: pointer; float: none; list-style: outside none none; margin: 0 !important; padding: 0; position: relative; background: #fff; border: 1px solid #a5a5a7; border-top: 0px; text-align: left; text-indent: 0px; }
#twocolright .pr-dropdown .pr-options ul li a {color: #595a5b;display: block;line-height: 20px;margin-right: 0;padding: 11px 10px;}
#twocolright .pr-dropdown .pr-options ul li a:hover, #twocolright .pr-dropdown .pr-options ul li a.active { color: #b01723;}
#twocolright .pr-dropdown .pr-options ul li.active a {color: #b01723;}
.pr-toggle .icofont:after {}
.open .pr-toggle .icofont:after {/* font-family: icomoon; *//* content: "\e909"; */background-position: -80px -60px;}
.icofont{font-size: inherit;text-rendering: auto; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);font: normal normal normal 14px/1 icomoon;}
a.pdf-swap span.icon-file-pdf {font-size: 3.0rem;color: #3e3d3d;}
a.pdf-swap span.icon-file-pdf:hover, a.pdf-swap span.icon-file-pdf:focus {color: #9e001b;}
/*.pr-filter-dropdown.dk_open .dk_options {display: block;}*/
.bw-release-story {float: left;overflow: hidden;width: 100%;}
.pr-dropdown.finder-dropdown-sort .pr-options { width: 170px; }
.press-text-filter {margin-top: 30px;width: 370px;}
.pr-toggle .icofont {}
.press-releases-container #loadmore { margin-top:20px }
.press-releases-container #loadmore a { background-color: #eb0028;color: #fff; cursor: pointer; display: block; line-height: 23px; padding: 10px 0; text-align: center; text-decoration: none; }
table.rad-financialtable tbody tr td.rad-right, table.rad-financialtable thead tr th.rad-right { text-align: right; }
.press-releases-container #loadmore a:hover{background-color:#b01723;}
table.rad-financialtable tr th.rad-right { text-align: right; }
#twocolright .press-release-pagination-container { }
#twocolright .press-release-pagination-container ul { }
#twocolright .press-release-pagination-container ul li { float:left; list-style:none; }
#twocolright .press-release-pagination-container ul li.prev { }
#twocolright .press-release-pagination-container ul li.next { }
#twocolright .press-release-pagination-container ul li.prev a { }
#twocolright .press-release-pagination-container ul li.next a { }
#twocolright .press-release-pagination-container ul li a { display: block; padding: 0 5px; }
#twocolright .press-release-pagination-container ul li strong { padding: 0 5px; }
.c-footer__main-items .mobi-accordian > a { font-size: 1.8rem; color: #fff; }
.mobi-accordian { margin-bottom: 6px;font-family: "Gotham A","Gotham B"; text-transform: uppercase;line-height: 23px; }

/*--------------- PR End ------------------*/


/*--------------- non js navigation <strat>------------------*/
.nonjs-navigation { display:none; }
#Homepage.nojs .nonjs-navigation { display: block;float: left;margin-top: 2px;width: 100%; }
.nojs #bannerwrapper.home-slider .sliderbanner { visibility: visible; }
.nojs .related-materials-collapsed p::before{content:"";margin-right:0px;}
.nojs .related-materials-expand{display:block;}
/*--------------- non js navigation <end>------------------*/

/*--------------- link to top starts ---------------*/
#auto-top-link {border: 1px solid #9e001b !important;padding: 5px 10px !important;color: #9e001b !important;}
#auto-top-link:hover {background-color: #9e001b;color: #fff !important;}
/*--------------- link to top ends ---------------*/

/*-- Search suggestions --*/
ul#ui-id-1.ui-menu {border-radius:0px !important;border-color:#a5a5a7;}
ul#ui-id-1.ui-menu li{width:100% !important;}
.ui-menu .ui-menu-item { display: block !important; float: left !important; width: 100% !important; }
.ui-menu .ui-menu-item a { display: inline-block; float: left !important; height: auto !important; font-size: 1.4rem !important; line-height: 20px !important; padding: 2px 5px !important; margin: 0px !important; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover { color: #fff !important; background-color: #eb0028 !important; cursor: pointer !important; }
/*-- Search suggestions --*/
p.rad-thin {font-size: 1.2rem;margin-top: 20px;}
.form-right input[type="submit"] { float: left; -webkit-appearance: none; background: #f22434 url(/~/media/Images/E/Expeditors-IR-V2/css/btn_bg.png) no-repeat scroll 85% 52%; cursor: pointer; border: none; color: #fff; padding: 4px 30px 4px 15px; border-radius: 0; font: 500 18px "Gotham A", "Gotham B", sans-serif; height: 46px; text-transform: uppercase; transition: all 150ms ease-in-out 0s; }
.form-right input[type="submit"]:hover{text-decoration: none;color: #fff!important;background-color: #9e001b;transition: background-color .2s ease-out;}
input#prbtnSearch { -webkit-appearance: none; background: #f22434 url(/~/media/Images/E/Expeditors-IR-V2/css/btn_bg.png) no-repeat scroll 85% 52%; background: #f22434 url(/~/media/Images/E/Expeditors-IR-V2/css/btn_bg.png) no-repeat scroll 85% 52%; cursor: pointer; border: none; color: #fff; padding: 4px 30px 4px 15px; border-radius: 0; font: 500 18px "Gotham A", "Gotham B", sans-serif; height: 42px; text-transform: uppercase; transition: all 150ms ease-in-out 0s; }
input#prbtnSearch:hover { background-color: #af1723; }
.back-to-link a { padding: 4px 30px 4px 15px !important; background: #f22434 url(/~/media/Images/E/Expeditors-IR-V2/css/btn_bg.png) no-repeat scroll 90% 52% !important; color: #fff !important; display: inline-block !important; font: 500 18px "Gotham A", "Gotham B", sans-serif; height: 46px; line-height: 40px; text-transform: uppercase; transition: all 150ms ease-in-out 0s; }
.back-to-link a:hover{background-color: #af1723 !important;}
input#SearchbuttonRP { -webkit-appearance: none; background: #f22434 url(/~/media/Images/E/Expeditors-IR-V2/css/btn_bg.png) no-repeat scroll 85% 52%; cursor: pointer; border: none; color: #fff; padding: 4px 20px 4px 15px; border-radius: 0; font: 500 18px "Gotham A", "Gotham B", sans-serif; height: 42px; text-transform: uppercase; transition: all 150ms ease-in-out 0s; min-width: 50px; }
input#SearchbuttonRP:hover { background-color: #af1723; }
.errormsg {font-size: 1.3rem;line-height: 40px;}
#accpterms {margin-bottom: 13px;}




.doclist {
    float: left;
    width: 100%;

}
.doclist-heading {
    text-align: center;
        display: none;
}

.doclist-heading .underline {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 4.2rem;
    line-height: 54.6px;
    color: #000;
    font-weight: 300;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
}

.doclist-heading .underline:after {
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    bottom: -10px;
    width: 125px;
    height: 7px;
    background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) 0 -12px no-repeat;
}
.visually-hidden{display: none;}

/* tab focus */
.navbar-nav a:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
a.pr-toggle:focus, a.navbar-brand:focus{display: block;}
.language.open a:focus{outline: 1px dashed #eb0028;outline-offset: 4px;}
.navbar-upper a:focus{outline: 1px dashed #fff;    outline-offset: -8px;}
.c-footer a:focus{outline: 1px dashed #fff;outline-offset: 4px;}
.c-footer a#auto-top-link:focus{outline: 1px dashed #9e001b;outline-offset: 4px;}
/*.c-footer__legal a:focus, .footer-columns a:focus{outline: 1px dashed #fff;outline-offset: 4px;}*/
.box-items a:focus{outline: 1px dashed #eb0028;outline-offset: 4px;}
.searchbox input:focus{outline:1px dashed #fff;}
input:focus, select:focus, option:focus {outline: 1px dashed #eb0028;outline-offset: 4px;}

a:focus{outline: 1px dashed #eb0028;outline-offset: 2px;}
.navbar-wrap .navbar-header a:focus{display:block;}
snapdown-item:focus{outline: 1px dashed #eb0028 !important;outline-offset: 4px;}
.snapdown-item .snapdown-title a {display: block;}
.snapdown-title a:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
.snapdown-item.active a:focus{ outline:1px dashed #fff;outline-offset: 4px;}
.form-control:focus, .ir-contact-form .form-right textarea:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
.snapdown-item.active table a:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
.n-sub-nav a:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
.btn:active:focus, .btn:focus{outline:1px dashed #eb0028;outline-offset: 4px;}
ul li .desc, ul li .asc{outline-offset:-3px;}
input:focus {outline: 1px dotted red;outline-offset: 2px;}
#tabsDD option{font-size:1.6rem;}
@media all and (max-width:767px){
.inv-branding a:after{top:21px;}
.inv-branding a{top:-23px;}
}
/*---- media-queries-----*/
.c-image-hero--short picture img { width: auto !important; min-height: 100%; max-width: 1000% !important;float: right; }
.red-bar .language.open .language-nav {z-index: 1005;}
.c-image-hero picture img {min-height: 100%;min-width: 100%;width: auto;max-width: 1000%;float: right;}
/*--------- iPad Landscape and Desktops ---------*/
@media all and (max-width: 1210px) {
.banneritem .bannertext{padding-left: 8%; width: 90%;}
}
@media all and (min-width:1260px){
.c-image-hero picture img {height: 226px;min-height: 226px;}
#ip3-Homepage .c-image-hero picture img {min-height: auto;height: auto;}
}

@media all and (max-width: 1023px) {
.box-unit {margin-bottom: 10px;}
}
@media all and (min-width: 991px) and (max-width: 1024px) {
.n-sub-nav li {margin-right: 15px;font-size: 14px;}
}
@media all and (max-width: 991px) {
#topnavigation > ul {font-size: 1.3rem;}
#box-unit-4 {clear: none;}
.ir-contact-form .form-right input,.ir-contact-form .form-right textarea{width: 190px;}
body#ip3-contact-us .ir-contact-form .form-right input {width: auto;}

#bannerwrapper{height:auto;}
.topmenu-mobile ul li.level1 > ul {display: none;position: relative;padding-bottom: 15px;}
.topmenu-mobile ul li.level1 > ul > li { border: none; }
.topmenu-mobile ul li.level1.active > ul {display: block !important;}
.topmenu-mobile ul li.level1 > ul > li > span, .topmenu-mobile ul li.level1 > ul > li > a {padding: 4px 10px;font-size: 1.4rem;line-height: 20px;}
.topmenu-mobile { position: relative; }
.topmenu-mobile .menu-item { max-width: 360px; display: block; margin: 0 auto; }
.topmenu-mobile .menu-item p {text-align: left;font-size: 1.6rem;line-height: 20px;color: #595a5b;}
.topmenu-mobile ul { display: none; position: absolute; z-index: 99; width: calc(100% - 30px); max-width: 360px; left: 50%; transform: translateX(-50%); z-index: 9999; top: 100%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.menu-item {padding: 10px 15px;border: 1px solid #a5a5a7;color: #a5a5a7;position: relative;}
.menu-item p { margin-bottom: 0px; }
.menu-item p:after { color: inherit; font-family: icomoon; float: right; content: ""; display: inline-block; background: url(/~/media/Images/E/Expeditors-IR-V2/css/exp-transparent-sprite.png) -80px -78px no-repeat; margin-left: 10px; width: 12px; height: 8px; margin-top: 7px; position: absolute; right: 10px; }
.open .menu-item p:after { background-position: -80px -60px; }
.open.topmenu-mobile ul { display: block; }
.topmenu-mobile ul li { list-style-type: none !important; background: #fff; border: 1px solid #a5a5a7; width: 100%; border-top: 0px;position: relative; }
.topmenu-mobile ul li > a, .topmenu-mobile ul li > span {display: block;padding: 10px 15px;width: 100%;color: #595a5b;line-height: 20px;}
span.submenu-open:after {color: inherit;font-family: icomoon;float: right;content: "";display: inline-block;background: url(/~/media/Images/E/Expeditors-IR-V2/css/plus-icon.png) no-repeat;margin-left: 10px;width: 12px;height: 8px;margin-top: 18px;position: absolute;right: 10px;}
.active span.submenu-open:after {background: url(/~/media/Images/E/Expeditors-IR-V2/css/minus-icon.png) no-repeat;}
.topmenu-mobile ul li > span.submenu-open { position: absolute; padding: 0px; height: 43px; width: 30px; right: 0px;top:0px; }
.menu-item p.open:after {background-position: -80px -60px;}
.active span.submenu-open:after,{background-image: url(/~/media/Images/E/Expeditors-IR-V2/css/minus-icon.png);}
.topmenu-mobile ul li.selected > a, .topmenu-mobile ul li.current > span {color: #9e001b;}
}


/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 991px) {
.h1.underline:after, h1.underline:after{left: 50%;transform: translate(-50%, -50%);}
.upcoming-events-container .eventData {width: 45%;}
.eventCalendar {width: 26%;}
#homebox-wrapperinner .box-items {padding-left: 25px;padding-right: 25px;}
}
@media all and (min-width:768px) {
.mobi-pr-tabs{display:none;}
}
/*--------- All Small Tablets and Large Phones Global CSS ---------*/

@media all and (max-width:768px){
#ip3-Homepage .c-image-hero {height: 375px;}
.h1, h1 {font-size: 2.7rem;}
.h2, h2 {font-size: 22px;}
.h3, h3 {font-size: 20px;}
.h1, h1,.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {line-height: 1.3;color: #000; margin-top: 0;margin-bottom: 10px;line-height: 1.3;}
.container-fluid.navbar-wrapper { padding: 20px 10px; margin: 0px 9px; }
.c-image-hero--short picture img { height: 100%; width: auto !important; float: right !important;max-width:1000px !important; }
.c-image-hero picture img {width: auto !important;max-width: 1000% !important;height: 100%;float: right;}
.navbar-wrap .navbar-header { max-width: 166px; }
}
@media (max-width: 767px) {
.c-image-hero picture {height: 100%;width: 100%;background-position: center !important;}
.c-hub-tile a {font-weight: 500;}
.c-hub-tile a img{position: absolute;top: 65%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
#homebox-wrapperinner .box-items {padding-left: 10px;padding-right: 10px;}
#auto-top-link{display:none !important;}
.c-hub-tile a .caption { top: 20px; padding: 0 15px; height: auto; }
.c-hub-tile a .caption p.homebox-title { display: block; font-size: 1.6rem; line-height: 20px; }
input#searchButton2 {visibility: hidden;}
ul#ui-id-2 {min-width: 180px !important;max-width: calc(100% - 50px) !important;}
.form-captcha > span,.form-right > span{padding-top:0px; line-height:16px}
.container-fluid.navbar-wrapper {padding: 20px 25px;margin: 0px;position: relative;}
.navbar.mobile-nav .container-fluid {padding: 0px;}
.mobi-pr-tabs ul li.current{display:none;}
#topnavigation{display:none;}
#toplinks{display:none;}
.mobiMenus { display: block;}
.mobishow { display: block;}
.mobiMenus{display:block;}
.footer-right-side {float: none; margin-bottom: 25px;}
#leftcol{display:none;}
#twocolright{width:100%;}
.mobi-pr-tabs { display: block; float: left; padding: 0; width: 100%; }
.tabs { display: none; }
.mobi-pr-tabs ul li {margin-bottom:0px !important;}
.upcoming-events-container .eventData { width:50%; }
.eventCalendar { width:25%; }
.mobi-accordian a { padding: 15px; display: block; }
.mobi-accordian a:after { display: inline-block; content: "+"; font-weight: 400; float: right; font-size: 30px; line-height: 19px; }
.mobi-accordian a.open:after {content: "-";font-size: 40px;line-height: 17px; }
.mobi-accordian { text-transform: uppercase; margin: 0; font-weight: 400; }
.c-footer .mobi-accordian a { background-color: #2e2f2f; border-top: 1px solid #5a5b5b; color: #fff; font-size: 1.8rem; font-family: "Gotham A", "Gotham B"; font-style: normal; }
.c-image-hero picture img {width: 100%;height: 182px;width: auto !important;max-width: 500% !important;}
.c-image-hero{margin-bottom: 30px;overflow: hidden;height: 155px;}
.topmenu-mobile ul { left: 15px; transform: translateX(0%); -ms-transform: translateX(0%); -webkit-transform: translateX(0%); }
.topmenu-mobile .menu-item { float: left; width: 100%; position: relative; }
.topmenu-mobile { display: inline-block !important; width: 100%; }
.c-image-hero .marquee-copy {position: absolute;padding: 20px;max-width: 440px;}
.banner-copy > span {font-size: 2.4rem;}
#ip3-Homepage .c-image-hero {height: 226px;margin-bottom: 0px;}
#ip3-Homepage .c-image-hero picture img {height: 226px;}
}


@media all and (max-width: 640px) {
#ip3-Homepage h1 {margin-bottom: 15px;}
/*PR Table starts*/
.pr-dropdown .pr-options {width: 100%;}
.topmenu-mobile .menu-item {max-width: 100%;z-index: 999;}
.topmenu-mobile ul {max-width: 100%;z-index: 999;}
.press-text-filter {width: 100%;}
.news-filter {width: 100%;margin-left: 0px;}
.prReports {margin-top: 20px;}
.press-releases-container .trHeaders{display:none}
.pr-date-field, .pr-document-field, .pr-title-field {clear: both;display: block;padding: 10px 15px;width: 100%;}
.prReports tbody tr {border-bottom: none;display: block;padding: 10px 0px;}
.pr-mobi-headers {display: inline-block;font-weight: 700;vertical-align: top;width: 100%;padding-left: 0px;line-height: 1.8;color:#000;}
.prReports td{color:#6c6d6e;}
.pr-span-other {display: inline-block;vertical-align: top;width: 65%;}
.pr-title-field a {display: inline-block;width: 65%;}
.pr-document-field > a {display: inline-block;vertical-align: top;}
.prReports tbody tr td.cAlign a img {margin: 0;text-align: left;}
.prReports th.cAlign, .prReports td.cAlign {text-align: left;}
/*PR table end*/

.ir-contact-form .form-right input,.ir-contact-form .form-right textarea{display:block;}
body#ip3-contact-us .ir-contact-form .form-right input {display:inline-block;}
.ir-contact-form .form-right { float: left;width: 100%;}
.form-right > span { display: inline-block;}
.banneritem .bannertext { padding-left: 16%; width: 83%; top:30%;}
#bannerwrapper .bx-controls .bx-controls-direction{bottom:200px;}
#bannerwrapper .bx-controls .bx-pager{left: 38%;}
.category-key {margin-bottom: 10px;}
.category-key span { display: block; float: none; margin-bottom: 5px; width: 100%;}
#mobishownav{right: 9px; width: 70%;}
#mobishowsearch{right: 9px; width: 70%;}
.tabs{display:none;}

.mobi-pr-tabs {display: block;float:left;padding: 0;width: 100%;}
.mobi-pr-tabs > ul {position: absolute;width: calc(100% - 30px);z-index: 98;}

.inv-responsive-header-td {font-weight: normal;}

.upcoming-events-container .title-sub, .upcoming-events-container .event-date, .upcoming-events-container .outlook-link{width:100%;margin-bottom:5px;margin-right:0px;padding:0px;}
.upcoming-events-container .related-materials-collapsed{margin-top:15px;}
}

@media all and (min-width:641px) and (max-width:768px) {
th.pr-date-field {width: 25%;}
th.pr-title-field {width: 65%;}
th.pr-document-field {width: 10%;}
}

@media (max-width: 480px) {
.footer-link ul{margin-bottom: 25px;}
.footer-link ul li:first-child{margin-bottom:10px;}
.footer-link ul li{border-left: medium none; float: none; padding: 0;}
.snapdown-content.board img{float:none; width:100%; height:auto;}
.news-filter{margin-left: 0; width: 100%;}
.mobiDropdownPress.finder-dropdown-sort { display: block; margin-left: 0; margin-top: 10px; width: 215px;}
.mobiDropdownPress.finder-dropdown-sort .dk_options { width: 215px;}
.c-grid{float:left;width:90%!important;}
.c-event-grid{width:100%!important;margin-top:20px;height:auto!important;margin-bottom:20px;}

}


@media (max-width: 320px) {

}
/*---- jquery-ui-----*/
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu-item:hover {
        /*background-color:#999999;*/
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1em;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-size: 1.1em;*/
font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	/*border: 1px solid #999999;
	background-color: #aaaaaa !important;
	font-weight: normal;
	color: #212121;*/
	background-color:#cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
	/*border: 1px solid #999999;
	background-color: #aaaaaa;
	font-weight: normal;
	color: #212121;*/
}

.ui-state-hover  a,
.ui-state-hover  a:hover,
.ui-state-hover  a:link,
.ui-state-hover  a:visited {
/*	color: #212121;
	text-decoration: none;*/
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
        color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.currentDomainCSS
{
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle
{
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle
{
    left: 363px;
    position: absolute;
    top: 53px!important;
}
.centerText
{
    margin-left: 195px;
}
.centerText1
{
margin:0 auto;
width: 180px;
}


.ui-menu {min-width: 180px !important; max-width: 300px !important;}
.ui-menu a{background-color:#ffffff;height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}
.ui-menu a:hover{height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}


.ui-menu .ui-menu-item {padding: 0 !important;  width: 96% !important;}