﻿@charset "utf-8";

@font-face {
    font-family: 'pf_din_text_comp_proregular';
    src: url('pfdintextcomppro-regular_1-webfont.eot');
    src: url('pfdintextcomppro-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdintextcomppro-regular_1-webfont.woff2') format('woff2'),
         url('pfdintextcomppro-regular_1-webfont.woff') format('woff'),
         url('pfdintextcomppro-regular_1-webfont.ttf') format('truetype'),
         url('pfdintextcomppro-regular_1-webfont.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { font-family: 'MyriadProRegular'; src: url('myriadpro-regular.eot'); src: url('myriadpro-regular.eot') format('embedded-opentype'), url('myriadpro-regular.woff2') format('woff2'), url('myriadpro-regular.woff') format('woff'), url('myriadpro-regular.ttf') format('truetype'), url('myriadpro-regular.svg#MyriadProRegular') format('svg'); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body { font: 14px/2 "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","微软正黑体","Microsoft JhengHei","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; margin: 0 auto; color: #333;  background-color: #fff; -webkit-tap-highlight-color:rgba(0,0,0,0);}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; }
.img img {
    width: 100%;
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
::-moz-selection { background: #f0be00; color: #fff; text-shadow: none; }
::selection { background: #f0be00; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
a {
    color: #666;
    text-decoration: none;
    outline: none;
}
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; outline:none;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fc { text-align: center; }
.clear{ clear:both;}
.l, .fl{ float: left; display: inline-block; }
.r, .fr{ float: right; display: inline-block; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
}




@charset "UTF-8";

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

body { margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
/*Animations*/
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }
@keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }
/*custom bootstrap 3.3.7*/
.container {
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.caret {
  display: inline-block;
  width: 9.89949px;
  height: 9.89949px;
  position: relative;
  margin-left: 0.1em;
  vertical-align: 0.1em; }
  .caret:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #666666;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #fff; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #a4a4a4; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #a4a4a4;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -6; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;

  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #777;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 53px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 36px;
  line-height: 36px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }



.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 53px;
  line-height: 53px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }



table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a4a4a4;
  text-align: left; }

th {
  text-align: left; }


html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent; }

*, *:before, *:after {
  box-sizing: inherit; }

#page {
  background: #fff;
  color: #191919;}

/* draw any selected text white on red background */
::-moz-selection {
  background: #368a2a;
  color: #fff; }

::selection {
  background: #368a2a;
  color: #fff; }

.ir_container {
  position: relative; }

/*helper class to restrict content width*/
.content-container, .row {
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }

.content-container .row, .content-container .text {
  max-width: 1200px;
  margin: 0 auto; }
.content-container .text {
  padding-left: 1em;
  padding-right: 1em; }
@media (min-width: 1218px) {
  .content-container .text {
    padding-left: 0;
    padding-right: 0; } 
	}

a {
  font-weight: 400;
  text-decoration: none;
  color: #1b406d; 
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: color, border-color, background;
  transition-property: color, border-color, background; }
  a:hover, a:focus, a:active {
    border-color: currentColor; }
  a.link-invert {
    color: #191919; }
    a.link-invert:hover, a.link-invert:focus, a.link-invert:active {
      color: #368a2a; }
  a.btn {
    display: inline-block;
    background: #191919;
    color: #fff;
    border: 2px solid #191919;
    padding: 0.25em 1.25em; }
    a.btn:hover, a.btn:focus, a.btn:active {
      background: #3b3b3b;
      border-color: #3b3b3b; }
  a.btn-inverted, .basicpromo.theme-black a.btn, .basicpromo.theme-white a.btn, .basicpromo.theme-grey a.btn {
    background: #368a2a;
    border-color: #368a2a; }
    a.btn-inverted:hover, .basicpromo.theme-black a.btn:hover, .basicpromo.theme-white a.btn:hover, .basicpromo.theme-grey a.btn:hover, a.btn-inverted:focus, .basicpromo.theme-black a.btn:focus, .basicpromo.theme-white a.btn:focus, .basicpromo.theme-grey a.btn:focus, a.btn-inverted:active, .basicpromo.theme-black a.btn:active, .basicpromo.theme-white a.btn:active, .basicpromo.theme-grey a.btn:active {
      background: #b01200;
      border-color: #b01200; }


iframe {
  border: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  max-width: 1200px;
  margin: 1em auto;
  padding: 0; }

/* Only display content to screen readers See: http://a11yproject.com/posts/how-to-hide-content*/
.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; }

/* Hide visually and from screen readers */
/***.hidden { display: none !important; }*******/

.hide { display: none; }


		
/*slider*/
/**design components**/
.siteheader {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 10; }
  .siteheader a { font-size:18px;
    color: #191919; }
    .siteheader a:hover, .siteheader a:focus {
      color: #368a2a;}
  .siteheader--content .content-container {
    height: 72px;
    padding: 0.6em; }
  .siteheader--logo {
    display: inline-block;
    width: 40%;
    max-width:264px; }
    .siteheader--logo img {
      display: block;
      width: 100%; margin-top:-5px;
      }
  @media (min-width: 992px) {
    .siteheader--content {
      padding: 0 2em; }
      .siteheader--content .content-container {
        height: 86px;
        padding: 1em 0; } }

.skip-nav {
  /*Accessibility. This will normally be offscreen, but make it pretty if
   someone happens to tab to it.*/
  display: inline-block;
  font-size: 0.7em;
  position: absolute;
  top: -500px;
  left: 6px;
  z-index: 10; }
  .skip-nav a:hover, .skip-nav a:focus {
    outline: 1px solid #a4a4a4;
    position: relative;
    top: 505px; }

/***Search***/
/**Search Icon in header**/
.siteheader--search {
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px; }
  .siteheader--search .search--icon {
    display: block;
    color: #191919;
    line-height: 1;
    padding: 1.4em 1em 1em;
    height: 100%; }
    .siteheader--search .search--icon:hover, .siteheader--search .search--icon:focus {
      color: #368a2a; }
  @media (min-width: 992px) {
    .siteheader--search {
      right: 0; }
      .siteheader--search .search--icon {
        padding-top: 1.6em; } }

.magnifying-icon, .magnifying-close-icon {
  display: inline-block;
  color: inherit;
  border: 3px solid currentColor;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative; }
  .magnifying-icon:before, .magnifying-close-icon:before {
    content: '';
    background: currentColor;
    height: 3px;
    width: 10px;
    position: absolute;
    bottom: -4px;
    left: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/*search magnifying glass and X icon*/
.magnifying-close-icon {
  -webkit-transition: border 0.2s, -webkit-transform 0.2s;
  transition: border 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, border 0.2s;
  transition: transform 0.2s, border 0.2s, -webkit-transform 0.2s; }
  .magnifying-close-icon:before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .active .magnifying-close-icon {
    border: 0;
    border-bottom: 3px solid currentColor;
    border-radius: 0;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    left: 12px;
    top: -6px; }
    .active .magnifying-close-icon:before {
      top: 100%;
      left: 0;
      width: 20px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  @media (min-width: 992px) {
    .magnifying-close-icon {
      height: 20px;
      width: 20px; }
      .magnifying-close-icon:before {
        width: 12px;
        bottom: -4px;
        left: 10px; }
      .active .magnifying-close-icon {
        height: 28px;
        width: 28px;
        top: -10px; }
        .active .magnifying-close-icon:before {
          width: 28px; } }

/**Search**/
.searchform--ctn {
  background: #e5e5e5;
  color: #191919; }
  .searchform--ctn form {
    padding: 1em; }
  .searchform--ctn .search--heading {
    display: block;
    color: #a4a4a4;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.6em; }
    .searchform--ctn .search--heading label {
      font-weight: inherit;
      margin: 0; }
  @media (min-width: 992px) {
    .searchform--ctn form {
      max-width: 1280px;
      padding: 2em;
      margin: 0 auto; } }

.search-inputctn {
  color: #191919;
  position: relative; }
  .search-inputctn input {
    color: inherit;
    font-size: 1.2em;
    width: 100%;
    /*leave room for search submit icon*/
    padding: 0.5em 2em 0.5em 0.5em; }
  .search-inputctn .form-submit {
    position: absolute;
    top: 0.85em;
    right: 1em; }
    .search-inputctn .form-submit:hover, .search-inputctn .form-submit:focus, .search-inputctn .form-submit:active {
      color: #368a2a; }

.search-popup {
  width: 100%;
  position: relative;
  z-index: 9;
  /*hide*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  /*show*/ }
  .search-popup.visible {
    max-height: 200px; }

/***Mobile/Tablet Nav***/
/*Hamburger icon - on small devices only*/
.hamburger {
  display: inline-block;
  background: #fff;
  color: #666666;
  cursor: pointer;
  height: 100%;
  /* of header height*/
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }
  .hamburger a:hover, .hamburger a:focus {
    color: #368a2a; }
  .hamburger .hamburger--icon, .hamburger .hamburger--icon:before, .hamburger .hamburger--icon:after {
    /*icon is 40px wide, 20px high*/
    content: '';
    display: block;
    background: currentColor;
    /*icon color*/
    height: 3px;
    width: 20px;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .hamburger .hamburger--icon {
    border-bottom: 0;
    top: 33.5px;
    left: 20px;
    /*(90-40)/2 = 25px*/ }
    .hamburger .hamburger--icon:before {
      top: -6px; }
    .hamburger .hamburger--icon:after {
      bottom: -6px; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }

/*Hamburger close icon*/
.hamburger-visible .hamburger--icon {
  background-color: transparent; }
  .hamburger-visible .hamburger--icon:before, .hamburger-visible .hamburger--icon:after {
    top: 0; }
  .hamburger-visible .hamburger--icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamburger-visible .hamburger--icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/**blackout**/
.hamburger-blackout {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(25, 25, 25, 0.8);
  z-index: 8; }
  .hamburger-visible .hamburger-blackout {
    display: block;
    /*show blackout*/ }

.hamburgernav {
  background: #e5e5e5;
  position: absolute;
  left: 0;
  width: 100%;
  /*hide*/
  opacity: 0;
  top: -4000px;
  /*move off screen*/
  z-index: 9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /*countries*/
  /*logos*/ }
  .hamburger-visible .hamburgernav {
    /*show*/
    opacity: 1;
    top: 101%;
    /*fallback for calc*/
    top: calc(100% + 1px);
    /*place underneath header*/ }
  .hamburgernav .search--heading {
    color: #191919; }
  .hamburgernav--misc { margin-top:20px;
    padding: 0 1em 3em; }
  .hamburgernav--heading {
    font-size: 1.4em;
    margin: 0 0 0.5em; }
  .hamburgernav--country-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 1.5em;
    max-width: 400px; }
    .hamburgernav--country-list li {
      border-bottom: 1px solid #cccccc; }
    .hamburgernav--country-list .brandednav--country-link {
      display: block;
      padding: 0.5em; }
  .hamburgernav--brandedlogos-heading {
    font-style: italic; }
  .hamburgernav .brandednav--logos {
    /*show*/
    max-height: none; }
  .hamburgernav .brandednav--logo-link:hover, .hamburgernav .brandednav--logo-link:focus {
    background: rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .hamburgernav {
      /*show hamburger (main nav) on larger devices*/
      background: none;
      opacity: 1;
      width: auto;
      left: auto;
      top: 0.65em;
      right: 4em;
      /*on larger screens hide hamburger search, countries, and branded logos*/ }
      .hamburger-visible .hamburgernav {
        top: 0.65em; }
      .hamburgernav--search, .hamburgernav--misc {
        display: none; } }

/**main nav**/
.mainnav--list, .subnav--list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
.mainnav--link, .subnav--link {
  display: block;
  padding: 1em; }

.mainnav--list ul li a{font-size:18px}

.mainnav {
  background: #fff; }
  .mainnav--item {
    border-bottom: 1px solid #e5e5e5;
    position: relative; }
    .mainnav--item.active {
      border-bottom-color: #191919; }
  .nav_drop .mainnav--link {
    display: inline-block;
    width: 86%; }
  .mainnav--link.active {
    color: #368a2a; }
  .mainnav--more {
    display: none;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding: 1em;
    width: 14%;
    position: absolute;
    top: 0;
    right: 0; }
    .mainnav--more-icon {
      display: inline-block;
      width: 14.14214px;
      height: 14.14214px;
      position: relative; }
      .mainnav--more-icon:before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 3px solid;
        border-right: 3px solid;
        position: absolute;
        left: 2px;
        top: 2px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
    .mainnav--more:hover, .mainnav--more:focus {
      border-color: #e5e5e5; }
    .nav_drop .mainnav--more {
      display: block; }
    .active .mainnav--more-icon {
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translateY(2px) rotate(180deg);
              transform: translateY(2px) rotate(180deg); }
  @media (min-width: 992px) {
    .mainnav {
      /*main nav on larger devices*/
      background: none;
      width: auto; }
      .mainnav--item {
        display: inline-block;
        border-bottom: 0;
        vertical-align: bottom; }
      .nav_drop .mainnav--link {
        width: auto; }
      .mainnav--more, .nav_drop .mainnav--more {
        display: none; } }

/**sub nav**/
.subnav--list {
  background: #191919;
  color: #a4a4a4;
  /*hide*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s; }
  .active .subnav--list {
    padding: 0.5em 5%;
    /*show*/
    max-height: 600px; }
  .subnav--list a {
    color: inherit; }
.subnav--link {
  padding: 0.5em 1em; }
  .subnav--link.active {
    color: #368a2a; }
@media (min-width: 992px) {
    .subnav--list {
      width: 0; }
      .active .subnav--list {
        max-height: 0;
        padding: 0; } }


/**Branded Nav**/
.brandednav {
  background: #191919;
  color: #a4a4a4;
  font-size: 0.7em;
  padding: 0.5em 1em 0 0;
  /*stock ticker and country dropdown*/ }
  .brandednav a {
    color: #a4a4a4; }
    .brandednav a:hover, .brandednav a:focus {
      color: #368a2a; }
  .brandednav--heading {
    font-size: 1em;
    font-weight: normal;
    margin: 0 1em 0.5em 1em; }
    .brandednav--heading .caret {
      margin-left: 0.2em;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
      .active .brandednav--heading .caret {
        -webkit-transform: rotate(180deg) translateY(-4px);
                transform: rotate(180deg) translateY(-4px); }
  .brandednav--logos {
    list-style: none;
    padding-left: 0;
    margin: 0;
    /*hide*/
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s; }
    .brandednav--logos > li {
      display: inline-block;
      vertical-align: middle; }
    .active .brandednav--logos {
      /*show*/
      max-height: 200px; }
  .brandednav--logo-link {
    display: block;
    border: 0;
    padding: 1em;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
    .brandednav--logo-link:hover, .brandednav--logo-link:focus {
      background: rgba(255, 255, 255, 0.1); }
  .brandednav--logo-img {
    display: block;
    max-width: 100%;
    margin: 0; }
  .brandednav--misc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .brandednav--country {
    display: none;
    padding-left: 1em; }
    .brandednav--country .btn {
      background: none;
      border: none;
      color: inherit;
      cursor: pointer; }
      .brandednav--country .btn:hover, .brandednav--country .btn:focus {
        color: #368a2a; }
    .brandednav--country .dropdown-menu {
      border-radius: 0;
      padding: 0; }
      .brandednav--country .dropdown-menu a {
        padding: 0.5em; }
        .brandednav--country .dropdown-menu a:hover, .brandednav--country .dropdown-menu a:focus {
          background: #e5e5e5; }
  .brandednav--country-link {
    border-bottom: 1px solid #e5e5e5; }
    .brandednav--country-link:hover, .brandednav--country-link:focus {
      border-color: #e5e5e5; }
  .brandednav--country-flag {
    display: inline-block;
    margin-right: 0.25em;
    width: 30px;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .brandednav {
      padding: 0 3em;
      /*stock ticker and country dropdown*/ }
      .brandednav--heading, .brandednav--logos {
        display: inline-block;
        vertical-align: top; }
      .brandednav--heading {
        margin: 1em 1em 1em 0; }
      .brandednav--heading-link {
        cursor: default;
        pointer-events: none; }
        .brandednav--heading-link:hover, .brandednav--heading-link:focus {
          color: inherit;
          border-bottom: 0; }
        .brandednav--heading-link .caret {
          display: none; }
      .brandednav--logos {
        max-width: 580px;
        /*show*/
        max-height: none; }
      .brandednav--misc {
        padding: 1.25em 0; }
      .brandednav--country {
        display: block; } }



/**Overrides for Header**/
.siteheader .brandednav .dropdown-menu { z-index: 10; }








.footDiv{float:left; width:100%; background:#1c1c1c; padding:60px 0 100px;}
.footNav{ width:70%;}
.footNav li{ float:left; width:24%; font-size:14px;}
.footNav li h2{ font-size:16px; padding-bottom:22px; color:#fff; font-weight:400;}
.footNav li h2 a{color:#fff;}
.footNav li dd{ height:24px; line-height:24px;}
.footNav li dd a{ color:#959595;}
.footNav li dd a:hover{ color:#368a2a;}
.footDiv_r{ width:20%;}
.footDiv_r .ewmDiv{ width:75%;text-align:right; color:#959595; padding-bottom:30px;}
.footDiv_r .ewmDiv img{ width:70%; }
.footDiv_r .imgDiv{ padding-bottom:10px;}
.footDiv_r .share{ width:250px;}
.footDiv_r .share li{ float:left; margin-left:25px;}

.foot{float:left; width:100%;background:#000; line-height:56px;}
.foot .links{ position:relative; color:#999;}
.foot .links a{ padding:0 10px; color:#999;}
.foot .links a:hover{ color:#368a2a;}
.foot .msg{ color:#999;}
.foot .msg a{color:#f2f2f2}
@media(max-width:1440px) {
	.w1400 {width:90%;}
}
@media(max-width:1280px) {
	.footDiv_r .ewmDiv {width: 85%;}
}
@media(max-width:1024px) {
	.w1400 {width:98%;}
	.footDiv { padding: 60px 0;}
}
@media(max-width:768px) {
    .footDiv_r{ display:none;}
	.footNav {width: 100%;}
}
@media(max-width:480px) {
	.footNav li {width: 33.3333%;}
	.msg{ line-height:24px;}
}
@media(max-width:414px) {
	.footNav li { width: 33.33%; text-align:center;}
}
@media(max-width:360px) {
	.footDiv { padding: 40px 0;}
	.foot .links a { padding: 0 8px;}
}
@media(max-width:320px) {
	.foot .links a { padding: 0 3px;}
}





.next1{ line-height:2em; text-align:center; color:#626262; margin:2em 0 5em 0}
.next1 a{ margin:0px 3px; padding:.5em 1em; border:1px solid #ccc; color:#626262;}
.next1 a:hover{background-color:#8b171a; color:#fff; padding:.5em 1em; border:1px solid #368a2a}
.next1 b{background-color:#368a2a; color:#fff; padding:.5em 1em; border:1px solid #368a2a}
.pages button{ line-height:22px;}
.pagesone{ display:none;}