@charset "UTF-8";
/* ==========================================================================

   sass --watch assets/styles/style.scss:assets/styles/style.css --style compressed &

   ========================================================================== */
/**
 * Base
 */
/* ===================================================
 * VARIABLES
 * =================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased !important; }

body {
  background: #282A32;
  color: #494A4F;
  margin: 0;
  font-size: 14px;
  line-height: 1.375;
  position: relative; }
  body main {
    overflow: hidden;
    background: #E5E8E9;
    /* min-height: calc(100vh - 100px - 120px);
      @include responsive(small){
        min-height: calc(100vh - 100px - 272px);
      } */ }

a {
  color: #E77C22;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  /* Removes the dark touch outlines on links */ }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: 0; }

a:active {
  color: #aa5812;
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn, em {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

/*
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
 Figures
 ========================================================================== */
/*
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0; }

/* ==========================================================================
 Forms
 ========================================================================== */
/*
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button, input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/*
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
  $RESET
\*------------------------------------*/
/**
* A more considered reset; more of a restart...
* As per: csswizardry.com/2011/10/reset-restarted
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
* The usual...
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
  margin: 0;
  padding: 0; }

/**
* Give a help cursor to elements that give extra info on `:hover`.
*/
abbr[title], dfn[title] {
  cursor: help; }

/**
* Remove underlines from potentially troublesome elements.
*/
u, ins {
  text-decoration: none; }

/**
* Apply faux underline via `border-bottom`.
*/
ins {
  border-bottom: 1px solid; }

/**
* So that `alt` text is visually offset if images don’t load.
*/
img {
  font-style: italic; }

/**
* Give form elements some cursor interactions...
*/
label, input, textarea, button, select, option {
  cursor: pointer; }

.text-input:active, .text-input:focus, textarea:active, textarea:focus {
  cursor: text;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2; }

h1 {
  font-size: 38px;
  font-weight: 500;
  color: #5A99C0;
  color: #466EA5;
  color: #3D5F8E; }
  h1:before {
    background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
    width: 29px;
    height: 30px;
    position: absolute;
    left: -42px;
    top: 0px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      h1:before {
        background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
        background-size: 29px 30px; } }
    @media screen and (max-width: 767px) {
      h1:before {
        left: 0;
        top: -40px; } }
  h1.brackets {
    position: relative; }
    @media screen and (max-width: 767px) {
      h1.brackets {
        margin-top: 15px; } }
    h1.brackets:before {
      content: "";
      background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
      width: 29px;
      height: 30px;
      position: absolute;
      left: -42px;
      top: 0px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        h1.brackets:before {
          background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
          background-size: 29px 30px; } }
      @media screen and (max-width: 767px) {
        h1.brackets:before {
          left: 0;
          top: -40px; } }
  h1.plus-sign {
    position: relative; }
    @media screen and (max-width: 767px) {
      h1.plus-sign {
        margin-top: 15px; } }
    h1.plus-sign:before {
      content: "";
      width: 30px;
      background-image: url('/wps/wcm/connect/aba04341-b338-4326-825f-d11f3e577ad9/body-rmicon-plus.png?MOD=AJPERES&amp;CACHEID=aba04341-b338-4326-825f-d11f3e577ad9'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        h1.plus-sign:before {
          background-image: url('/wps/wcm/connect/7077244c-609a-4bfa-9286-d3038142a1b2/body-rmicon-plus%402x.png?MOD=AJPERES&amp;CACHEID=7077244c-609a-4bfa-9286-d3038142a1b2');
          background-size: 30px 30px; } }
  h1.footer-plus-sign {
    position: relative; }
    @media screen and (max-width: 767px) {
      h1.footer-plus-sign {
        margin-top: 15px; } }
    h1.footer-plus-sign:before {
      content: "";
      width: 29px;
      height: 29px;
      top: 3px;
      background-image: url('/wps/wcm/connect/4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0/footer-ic-plus.png?MOD=AJPERES&amp;CACHEID=4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        h1.footer-plus-sign:before {
          background-image: url('/wps/wcm/connect/979bb9ed-ed55-4af2-9ad1-08e9ce7de685/footer-ic-plus%402x.png?MOD=AJPERES&amp;CACHEID=979bb9ed-ed55-4af2-9ad1-08e9ce7de685');
          background-size: 29px 29px; } }
      @media screen and (max-width: 767px) {
        h1.footer-plus-sign:before {
          top: 0;
          left: -40px; } }
  h1.arrows {
    position: relative; }
    @media screen and (max-width: 767px) {
      h1.arrows {
        margin-top: 15px; } }
    h1.arrows:before {
      content: "";
      width: 41px;
      left: -50px;
      background-image: url('/wps/wcm/connect/6c75a626-6278-4435-abf4-0a94c478cfe2/body-rmicon-arrows.png?MOD=AJPERES&amp;CACHEID=6c75a626-6278-4435-abf4-0a94c478cfe2'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        h1.arrows:before {
          background-image: url('/wps/wcm/connect/9d02d29c-7902-4b11-a8f6-6c3b0bbe3843/body-rmicon-arrows%402x.png?MOD=AJPERES&amp;CACHEID=9d02d29c-7902-4b11-a8f6-6c3b0bbe3843');
          background-size: 41px 30px; } }
      @media screen and (max-width: 767px) {
        h1.arrows:before {
          top: -40px;
          left: 0; } }

h2 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 500; }

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px; }

p {
  margin-bottom: 15px; }
  p.intro {
    font-size: 18px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      p.intro {
        padding: 0 15px; } }

ul, ol {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0; }

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

/**
 * Objects
 */
.history-section {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 0; }

.history-gradient {
  padding: 40px 0 0 0;
  background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 90%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C */ }

.leadership-list {
  text-align:center; /* jt aug 18 */
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px; }
  .leadership-list:before, .leadership-list:after {
    content: "";
    display: table; }
  .leadership-list:after {
    clear: both; }
  .leadership-list li {
    /* jt aug 18  float: left; */
    display:inline-block; text-align:left; /* jt aug 18 */
    width: 20%;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .leadership-list li {
        width: 50%; }
        .leadership-list li:nth-child(odd) {
          clear: left; } }
    .leadership-list li img {
      width: 100%; }
    .leadership-list li .nameplate-wrapper {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      color: white;
      background: -moz-linear-gradient(top, transparent 0%, transparent 30%, #000000 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, #000000));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, #000000 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 0%, transparent 30%, #000000 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 0%, transparent 30%, #000000 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 0%, transparent 30%, #000000 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      .leadership-list li .nameplate-wrapper .nameplate {
        position: absolute;
        padding: 15px;
        right: 0;
        bottom: 0;
        left: 0; }
        .leadership-list li .nameplate-wrapper .nameplate h4 {
          font-size: 30px;
          font-weight: bold;
          line-height: 1; }
        .leadership-list li .nameplate-wrapper .nameplate p {
          font-size: 11px;
          line-height: 1.1;
          margin: 0; }

@media screen and (max-width: 767px) {
  .circle {
    max-width: 125px; } }

@media screen and (max-width: 767px) {
  .col-sm-6 h3 {
    font-size: 18px; } }

.manpower-section {
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .manpower-section {
      padding: 0; }
      .manpower-section .container {
        padding: 0; } }
  .manpower-section .about-manpower {
    background: rgba(255, 255, 255, 0.8);
    margin: 50px 100px 60px;
    padding: 50px; }
    .manpower-section .about-manpower p {
      font-size: 18px;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .manpower-section .about-manpower {
        margin: 0; } }

.manpowergroup-logo {
  max-width: 250px;
  display: block;
  margin: 0 auto 30px auto; }

.arrow-box {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px; }

.arrow-box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px; }

.btn {
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #555555;
  border: 0;
  color: #494A4F;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.375;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important; }
  .btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    background: #2f2f2f; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background: #2f2f2f;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    opacity: 65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 7.5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.btn-primary {
  background: #E77C22;
  color: white;
  text-transform: uppercase;
  font-spacing: 1px;
  font-weight: bold; }
  .btn-primary:hover, .btn-primary:focus {
    background: #aa5812; }
  .btn-primary.active, .btn-primary:active {
    background: #aa5812; }

.btn-back {
  background-color: #F9DEC8;
  color: #E77C22;
  text-transform: uppercase;
  font-spacing: 1px;
  font-weight: bold; }
  .btn-back:hover, .btn-back:focus {
    background: #f1b583; }
  .btn-back.active, .btn-back:active {
    background: #f1b583; }

.case-study-section {
  padding-bottom: 0; }

.case-study-wrapper {
  background-image: url('/wps/wcm/connect/f9eb5b65-9e89-49df-9cca-9b2c5854b09b/bg-casestudy.jpg?MOD=AJPERES&amp;CACHEID=f9eb5b65-9e89-49df-9cca-9b2c5854b09b');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 25px;
  padding: 40px 0 60px; }
  .case-study-wrapper .container {
    background-position: 20px 7px;
    background-repeat: no-repeat;
    padding-left: 70px; }
    @media screen and (max-width: 767px) {
      .case-study-wrapper .container {
        padding-left: 15px; } }
  .case-study-wrapper h3 {
    color: #34537E;
    font-size: 32px;
    font-weight: 500; }
    .case-study-wrapper h3:before {
      background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
      width: 29px;
      height: 30px;
      position: absolute;
      left: -42px;
      top: 0px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .case-study-wrapper h3:before {
          background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
          background-size: 29px 30px; } }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3:before {
          left: 0;
          top: -40px; } }
    .case-study-wrapper h3.brackets {
      position: relative; }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3.brackets {
          margin-top: 15px; } }
      .case-study-wrapper h3.brackets:before {
        content: "";
        background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
        width: 29px;
        height: 30px;
        position: absolute;
        left: -42px;
        top: 0px; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .case-study-wrapper h3.brackets:before {
            background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
            background-size: 29px 30px; } }
        @media screen and (max-width: 767px) {
          .case-study-wrapper h3.brackets:before {
            left: 0;
            top: -40px; } }
    .case-study-wrapper h3.plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3.plus-sign {
          margin-top: 15px; } }
      .case-study-wrapper h3.plus-sign:before {
        content: "";
        width: 30px;
        background-image: url('/wps/wcm/connect/aba04341-b338-4326-825f-d11f3e577ad9/body-rmicon-plus.png?MOD=AJPERES&amp;CACHEID=aba04341-b338-4326-825f-d11f3e577ad9'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .case-study-wrapper h3.plus-sign:before {
            background-image: url('/wps/wcm/connect/7077244c-609a-4bfa-9286-d3038142a1b2/body-rmicon-plus%402x.png?MOD=AJPERES&amp;CACHEID=7077244c-609a-4bfa-9286-d3038142a1b2');
            background-size: 30px 30px; } }
    .case-study-wrapper h3.footer-plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3.footer-plus-sign {
          margin-top: 15px; } }
      .case-study-wrapper h3.footer-plus-sign:before {
        content: "";
        width: 29px;
        height: 29px;
        top: 3px;
        background-image: url('/wps/wcm/connect/4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0/footer-ic-plus.png?MOD=AJPERES&amp;CACHEID=4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .case-study-wrapper h3.footer-plus-sign:before {
            background-image: url('/wps/wcm/connect/979bb9ed-ed55-4af2-9ad1-08e9ce7de685/footer-ic-plus%402x.png?MOD=AJPERES&amp;CACHEID=979bb9ed-ed55-4af2-9ad1-08e9ce7de685');
            background-size: 29px 29px; } }
        @media screen and (max-width: 767px) {
          .case-study-wrapper h3.footer-plus-sign:before {
            top: 0;
            left: -40px; } }
    .case-study-wrapper h3.arrows {
      position: relative; }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3.arrows {
          margin-top: 15px; } }
      .case-study-wrapper h3.arrows:before {
        content: "";
        width: 41px;
        left: -50px;
        background-image: url('/wps/wcm/connect/6c75a626-6278-4435-abf4-0a94c478cfe2/body-rmicon-arrows.png?MOD=AJPERES&amp;CACHEID=6c75a626-6278-4435-abf4-0a94c478cfe2'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .case-study-wrapper h3.arrows:before {
            background-image: url('/wps/wcm/connect/9d02d29c-7902-4b11-a8f6-6c3b0bbe3843/body-rmicon-arrows%402x.png?MOD=AJPERES&amp;CACHEID=9d02d29c-7902-4b11-a8f6-6c3b0bbe3843');
            background-size: 41px 30px; } }
        @media screen and (max-width: 767px) {
          .case-study-wrapper h3.arrows:before {
            top: -40px;
            left: 0; } }
    .case-study-wrapper h3:before {
      top: 3px; }
      @media screen and (max-width: 767px) {
        .case-study-wrapper h3:before {
          top: -40px; } }
  .case-study-wrapper p {
    font-size: 20px; }
  .case-study-wrapper:last-child {
    margin-bottom: 0; }

footer {
  background: #282A32;
  color: white;
  font-size: 12px;
  padding: 20px 0 30px; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer:after {
    clear: both; }
  footer .footer-links-wrapper {
    float: left; }
    footer .footer-links-wrapper:before, footer .footer-links-wrapper:after {
      content: "";
      display: table; }
    footer .footer-links-wrapper:after {
      clear: both; }
  footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    footer .footer-links:before, footer .footer-links:after {
      content: "";
      display: table; }
    footer .footer-links:after {
      clear: both; }
    footer .footer-links li {
      display: block;
      float: left;
      padding: 0 10px;
      margin-bottom: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      footer .footer-links li:first-child {
        padding-left: 0; }
      footer .footer-links li:last-child {
        border: 0;
        padding-right: 0; }
      footer .footer-links li a {
        display: block;
        color: white; }
        @media screen and (max-width: 767px) {
          footer .footer-links li a {
            font-size: 14px; } }
  footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .footer-social:before, footer .footer-social:after {
      content: "";
      display: table; }
    footer .footer-social:after {
      clear: both; }
    footer .footer-social li {
      display: block;
      float: left;
      margin: 0 10px 0 0; }
      footer .footer-social li:last-child {
        margin-right: 0; }
      footer .footer-social li a {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        text-indent: -9999px;
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s; }
        footer .footer-social li a.linkedin {
          background-image: url('/wps/wcm/connect/7963f3b7-a3a9-4345-952c-9996e1c3aa7b/footer-ic-linkedin.png?MOD=AJPERES&amp;CACHEID=7963f3b7-a3a9-4345-952c-9996e1c3aa7b'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.linkedin {
              background-image: url('/wps/wcm/connect/4d9dfb2f-f43a-44e1-9e6d-06c490ca329e/footer-ic-linkedin%402x.png?MOD=AJPERES&amp;CACHEID=4d9dfb2f-f43a-44e1-9e6d-06c490ca329e');
              background-size: 24px 24px; } }
        footer .footer-social li a.facebook {
          background-image: url('/wps/wcm/connect/68a54a99-692a-40cf-a30a-cb9c8df53b22/footer-ic-facebook.png?MOD=AJPERES&amp;CACHEID=68a54a99-692a-40cf-a30a-cb9c8df53b22'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.facebook {
              background-image: url('/wps/wcm/connect/e06fa76c-e76f-4aa1-bc9c-15cd01488552/footer-ic-facebook%402x.png?MOD=AJPERES&amp;CACHEID=e06fa76c-e76f-4aa1-bc9c-15cd01488552');
              background-size: 24px 24px; } }
        footer .footer-social li a.twitter {
          background-image: url('/wps/wcm/connect/564a7638-35ce-4e43-98a5-5c73a793d038/footer-ic-twitter.png?MOD=AJPERES&amp;CACHEID=564a7638-35ce-4e43-98a5-5c73a793d038'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.twitter {
              background-image: url('/wps/wcm/connect/6e4923a5-495d-4921-93ea-6acca817fe9b/footer-ic-twitter%402x.png?MOD=AJPERES&amp;CACHEID=6e4923a5-495d-4921-93ea-6acca817fe9b');
              background-size: 24px 24px; } }
        footer .footer-social li a.google {
          background-image: url('/wps/wcm/connect/2947092d-3d7f-49b3-a57c-7683b7e43728/footer-ic-google.png?MOD=AJPERES&amp;CACHEID=2947092d-3d7f-49b3-a57c-7683b7e43728'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.google {
              background-image: url('/wps/wcm/connect/42a44b7d-3d5d-4c96-9cd1-a09b8c4084c8/footer-ic-google%402x.png?MOD=AJPERES&amp;CACHEID=42a44b7d-3d5d-4c96-9cd1-a09b8c4084c8');
              background-size: 24px 24px; } }
        footer .footer-social li a.rss {
          background-image: url('/wps/wcm/connect/5781d8c7-6ecf-4588-a020-4c956b6d3153/footer-ic-rss.png?MOD=AJPERES&amp;CACHEID=5781d8c7-6ecf-4588-a020-4c956b6d3153'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.rss {
              background-image: url('/wps/wcm/connect/10e648b8-5dc3-424f-a7d7-dab89d5c6273/footer-ic-rss%402x.png?MOD=AJPERES&amp;CACHEID=10e648b8-5dc3-424f-a7d7-dab89d5c6273');
              background-size: 24px 24px; } }
		footer .footer-social li a.wechat {
          background-image: url('/wps/wcm/connect/6022b3f6-9dba-4c38-97f7-8bab191c6bc0/Wechat-logo-24x24.png?MOD=AJPERES&amp;CACHEID=6022b3f6-9dba-4c38-97f7-8bab191c6bc0'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            footer .footer-social li a.wechat {
              background-image: url('/wps/wcm/connect/ede2ef58-3958-473d-a9a5-601fa68ff58b/Wechat-logo-24x24.png?MOD=AJPERES&amp;CACHEID=ede2ef58-3958-473d-a9a5-601fa68ff58b');
              background-size: 24px 24px; } }		
        footer .footer-social li a:hover {
          opacity: 0.6;
          filter: alpha(opacity=0.6); }
        @media screen and (max-width: 767px) {
          footer .footer-social li a {
            width: 47px;
            height: 47px; }
            footer .footer-social li a.linkedin {
              background-image: url('/wps/wcm/connect/c7014b3d-573b-4b88-8ef8-4a1d6ae49f71/footer-icon-large-linkedin.png?MOD=AJPERES&amp;CACHEID=c7014b3d-573b-4b88-8ef8-4a1d6ae49f71'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                footer .footer-social li a.linkedin {
                  background-image: url('/wps/wcm/connect/7df50e71-b2c5-4cd1-83f4-a00382fc2d8b/footer-icon-large-linkedin%402x.png?MOD=AJPERES&amp;CACHEID=7df50e71-b2c5-4cd1-83f4-a00382fc2d8b');
                  background-size: 47px 47px; } }
            footer .footer-social li a.facebook {
              background-image: url('/wps/wcm/connect/c209fa97-acee-4612-b662-aa663b9226eb/footer-icon-large-facebook.png?MOD=AJPERES&amp;CACHEID=c209fa97-acee-4612-b662-aa663b9226eb'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                footer .footer-social li a.facebook {
                  background-image: url('/wps/wcm/connect/d62da6e2-248e-4059-b13a-cfbc4bb3323f/footer-icon-large-facebook%402x.png?MOD=AJPERES&amp;CACHEID=d62da6e2-248e-4059-b13a-cfbc4bb3323f');
                  background-size: 47px 47px; } }
            footer .footer-social li a.twitter {
              background-image: url('/wps/wcm/connect/9704efb3-a551-42c1-87b5-beb36227f50d/footer-icon-large-twitter.png?MOD=AJPERES&amp;CACHEID=9704efb3-a551-42c1-87b5-beb36227f50d'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                footer .footer-social li a.twitter {
                  background-image: url('/wps/wcm/connect/80c46277-a8b6-45ca-80a9-8a7fafd06389/footer-icon-large-twitter%402x.png?MOD=AJPERES&amp;CACHEID=80c46277-a8b6-45ca-80a9-8a7fafd06389');
                  background-size: 47px 47px; } }
            footer .footer-social li a.google {
              background-image: url('/wps/wcm/connect/9a48dfcd-e17b-440d-9435-4277f64b5ef6/footer-icon-large-gplus.png?MOD=AJPERES&amp;CACHEID=9a48dfcd-e17b-440d-9435-4277f64b5ef6'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                footer .footer-social li a.google {
                  background-image: url('/wps/wcm/connect/caf9a600-6fe2-4a62-bec7-4d1e6cdf6b88/footer-icon-large-gplus%402x.png?MOD=AJPERES&amp;CACHEID=caf9a600-6fe2-4a62-bec7-4d1e6cdf6b88');
                  background-size: 47px 47px; } } }
  footer p {
    float: right;
    text-align: left; }
  @media screen and (max-width: 767px) {
    footer .footer-links-wrapper {
      float: none;
      text-align: center; }
    footer .footer-links, footer .footer-social {
      text-align: center;
      margin-bottom: 20px; }
      footer .footer-links li, footer .footer-social li {
        float: none;
        display: inline-block; }
    footer p {
      text-align: center;
      float: none; } }

@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 85px; } }

/* Force form elements to inherit font styles */
input, textarea, button, select {
  font-family: inherit;
  font-size: 14px; }

input :-moz-placeholder, textarea :-moz-placeholder {
  color: #67696F; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #67696F; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #67696F; }

/* Stretch inputs/textareas to full width and add height to maintain a consistent baseline */
select, textarea, input[type="text"], input[type=search], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .form-control {
  width: 100%;
  height: 39px;
  padding: 5px;
  margin-bottom: 0;
  background-color: white;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  border-bottom: 2px solid #E77C22;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px; }
  select:focus, textarea:focus, input[type="text"]:focus, input[type=search]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
    outline: 0;
    background-color: #fff; }

select {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #ccc; }
  select option {
    padding-bottom: 3px; }
    select option:first-child {
      color: #67696F; }

.input-group, .form-group {
  margin-bottom: 15px; }
  .input-group.duo:before, .input-group.duo:after, .form-group.duo:before, .form-group.duo:after {
    content: "";
    display: table; }
  .input-group.duo:after, .form-group.duo:after {
    clear: both; }
  .input-group.duo input, .form-group.duo input {
    float: left; }
    .input-group.duo input + input, .form-group.duo input + input {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .input-group.duo input + input, .form-group.duo input + input {
          margin: 0;
          float: right; } }

.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; }

textarea {
  height: auto;
  resize: none;
  min-height: 100px; }

.input-wrapper *:last-child {
  margin-bottom: 0; }

.input-wrapper + .input-wrapper {
  margin-top: 15px; }

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

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px/9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

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

.error {
  color: #AB404B; }

input.error, textarea.error {
  color: #AB404B;
  border-color: #AB404B;
  box-shadow: 0 1px 1px rgba(171, 64, 75, 0.25); }
  input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
    color: #AB404B; }
  input.error::-moz-placeholder, textarea.error::-moz-placeholder {
    color: #AB404B; }
  input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
    color: #AB404B; }

@media screen and (max-width: 767px) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px; } }

::-moz-selection {
  color: #fff;
  background: #E77C22; }

::selection {
  color: #fff;
  background: #E77C22; }

section {
  padding: 40px 0; }

section.no-padding {
  padding: 0;
}

.white-section {
  background: white; }
  @media screen and (max-width: 767px) {
    .white-section .col-md-4.float-right {
      float: none !important; } }

.doc-download {
  text-align: center;
  position: relative; }
  .doc-download img {
    max-width: 240px; }
  .doc-download .btn,
.doc-download.horiz-cover .btn {
    width: 240px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px; }
.doc-download.horiz-cover .btn {
bottom:-41px;}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px; }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.not-found .container {
  max-width: 750px; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1280px) {
    .container {
      width: 1170px; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

@media screen and (max-width: 767px) {
  .row-sm:before, .row-sm:after {
    content: "";
    display: table; }
  .row-sm:after {
    clear: both; } }

.col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.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%; }

@media screen and (min-width: 768px) {
  .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%; } }

@media screen and (min-width: 992px) {
  .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%; } }

@media screen and (min-width: 1280px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }
  .col-xlg-1 {
    width: 8.33333%; }
  .col-xlg-2 {
    width: 16.66667%; }
  .col-xlg-3 {
    width: 25%; }
  .col-xlg-4 {
    width: 33.33333%; }
  .col-xlg-5 {
    width: 41.66667%; }
  .col-xlg-6 {
    width: 50%; }
  .col-xlg-7 {
    width: 58.33333%; }
  .col-xlg-8 {
    width: 66.66667%; }
  .col-xlg-9 {
    width: 75%; }
  .col-xlg-10 {
    width: 83.33333%; }
  .col-xlg-11 {
    width: 91.66667%; }
  .col-xlg-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left; } }

@media screen and (max-width: 767px) {
  .col-md-5ths {
    float: left;
    width: 44%;
    position: relative;
    margin: 6px 0 6px 6%; } }

@media screen and (max-width: 767px) {
  .col-sm-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left; } }

header {
  height: 100px;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background: #fafbfd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fafbfd 0%, #dee6f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fafbfd), color-stop(100%, #dee6f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fafbfd 0%, #dee6f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fafbfd 0%, #dee6f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fafbfd 0%, #dee6f0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fafbfd 0%, #dee6f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfd', endColorstr='#dee6f0',GradientType=1 );
  /* IE6-9 */ }

.header-logo {
  float: left;
  width: 194px;
  height: 60px;
  margin-top: 15px; }
  .header-logo a {
    display: block;
    width: 194px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url('/wps/wcm/connect/e7d64e25-1693-4aeb-ae2d-0239de5d9581/mast-logo.png?MOD=AJPERES&amp;CACHEID=e7d64e25-1693-4aeb-ae2d-0239de5d9581');
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .header-logo a {
        background-image: url('/wps/wcm/connect/d4a6a80b-f21b-4561-b99a-f60264816e33/mast-logo%402x.png?MOD=AJPERES&amp;CACHEID=d4a6a80b-f21b-4561-b99a-f60264816e33');
        background-size: 194px 60px; } }

.country-wrapper {
  float: right;
  margin-right: 20px; }
  .country-wrapper .radio-inline {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0; }
  .country-wrapper .country-select {
    position: relative;
    width: 25px;
    height: 18px;
    background-image: url('/wps/wcm/connect/aef163db-d469-4a69-8176-284c9e1de8f9/mast-lang1%402x.png?MOD=AJPERES&amp;CACHEID=aef163db-d469-4a69-8176-284c9e1de8f9');
    background-repeat: no-repeat;
    background-size: 25px 18px;
    float: left;
    margin: 5px 10px 0 0;
    cursor: pointer; }
    .country-wrapper .country-select.open {
      background-image: url('/wps/wcm/connect/6cf82553-3a53-4aea-9f1a-6de014f851f9/mast-lang2%402x.png?MOD=AJPERES&amp;CACHEID=6cf82553-3a53-4aea-9f1a-6de014f851f9'); }
      .country-wrapper .country-select.open + .arrow-box {
        display: block; }
  .country-wrapper .language-select-mobile {
    margin-bottom: 20px; }
    .country-wrapper .language-select-mobile:before, .country-wrapper .language-select-mobile:after {
      content: "";
      display: table; }
    .country-wrapper .language-select-mobile:after {
      clear: both; }
    .country-wrapper .language-select-mobile span {
      float: left;
      font-size: 12px;
      margin-right: 20px;
      display: block;
      padding-top: 3px; }
  .country-wrapper .language-select {
    float: left;
    position: relative;
    margin-top: 3px; }

.arrow-box {
  position: absolute;
  z-index: 10;
  width: 300px;
  top: 43px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none; }
  @media screen and (min-width: 768px) {
    .arrow-box {
      margin-left: -141px; } }
  .arrow-box h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center; }
  .arrow-box p {
    font-size: 12px;
    text-align: center; }
  .arrow-box .country-dropdown {
    margin-bottom: 15px; }
    .arrow-box .country-dropdown:before, .arrow-box .country-dropdown:after {
      content: "";
      display: table; }
    .arrow-box .country-dropdown:after {
      clear: both; }
  .arrow-box label {
    float: left;
    padding-top: 5px; }
  .arrow-box select {
    display: inline;
    width: 190px;
    float: right; }
  .arrow-box button {
    text-transform: uppercase;
    font-weight: bold; }

.search-wrapper {
  float: right; }
  .search-wrapper .search {
    float: left;
    width: 135px;
    height: 25px;
    -webkit-border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
    display: inline-block;
    background-size: 14px 13.5px; }
  .search-wrapper .submit {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
    background-color: white;
    float: left;
    display: inline-block;
    height: 25px;
    width: 25px;
    border: none;
    border-bottom: 2px solid #E77C22;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 13.5px;
    background-image: url('/wps/wcm/connect/8d6ffff1-5b67-4ac0-9d3f-bbcf15d75582/mast-search-glass%402x.png?MOD=AJPERES&amp;CACHEID=8d6ffff1-5b67-4ac0-9d3f-bbcf15d75582');
    text-indent: -999em;
    outline: none; }

.nav-wrapper {
  float: right;
  clear: right;
  margin-top: 15px; }
  .nav-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-wrapper ul li {
      float: left;
      display: block;
      padding: 8px; }
      .nav-wrapper ul li a {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #34537E;
        padding: 2px;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        .nav-wrapper ul li a:hover {
          border-bottom: 2px solid #E77C22;
          text-decoration: none;
          color: #E77C22; }
      .nav-wrapper ul li.active a {
        border-bottom: 2px solid #E77C22; }

.toggle-btn {
  position: fixed;
  height: 55px;
  width: 55px;
  display: none;
  bottom: 15px;
  left: 15px;
  background: white;
  border: 2px solid #E77C22;
  overflow: hidden;
  z-index: 20; }
  .toggle-btn i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
    position: absolute;
    height: 51px;
    width: 51px;
    background-image: url('/wps/wcm/connect/3b55ded6-f33a-43c2-ae0d-27ff59719809/m-nav-lines.png?MOD=AJPERES&amp;CACHEID=3b55ded6-f33a-43c2-ae0d-27ff59719809');
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .toggle-btn i {
        background-image: url('/wps/wcm/connect/43cd6c8a-420b-4780-84ed-9fc50d7a026b/m-nav-lines%402x.png?MOD=AJPERES&amp;CACHEID=43cd6c8a-420b-4780-84ed-9fc50d7a026b');
        background-size: 32px 29px; } }
    .toggle-btn i.nav-close {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: rotate(-45deg) scale(1.5);
      -ms-transform: rotate(-45deg) scale(1.5);
      transform: rotate(-45deg) scale(1.5);
      background-image: url('/wps/wcm/connect/553662d4-73fc-4103-a5bd-904d4c89efdb/m-nav-x.png?MOD=AJPERES&amp;CACHEID=553662d4-73fc-4103-a5bd-904d4c89efdb'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .toggle-btn i.nav-close {
          background-image: url('/wps/wcm/connect/aed1f3a4-494f-4383-a69e-b4cc9e79a89d/m-nav-x%402x.png?MOD=AJPERES&amp;CACHEID=aed1f3a4-494f-4383-a69e-b4cc9e79a89d');
          background-size: 28px 28px; } }

@media screen and (max-width: 991px) {
  .country-wrapper {
    margin: 0; }
    .country-wrapper .language-select {
      display: none; }
    .country-wrapper .radio-inline {
      font-size: 12px; }
    .country-wrapper .country-select {
      margin: 0; }
    .country-wrapper .arrow-box {
      left: auto;
      right: 11px;
      margin-left: 0; }
      .country-wrapper .arrow-box:after {
        left: auto;
        right: 5px; }
  .search-wrapper {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0.1;
    filter: alpha(opacity=0.1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #E5E8E9;
    padding: 15px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    border-bottom: 1px solid #ccc; }
    .search-wrapper .search {
      width: 90%;
      height: 34px; }
    .search-wrapper .submit {
      width: 10%;
      height: 34px; }
  .nav-wrapper {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0.1;
    filter: alpha(opacity=0.1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: 0;
    z-index: 10;
    overflow: hidden;
    position: fixed;
    background: white;
    top: 0;
    right: 0;
    left: 0; }
    .nav-wrapper ul li {
      border-bottom: 1px solid #ccc;
      float: none;
      padding: 0; }
      .nav-wrapper ul li a {
        display: block;
        padding: 22px;
        font-size: 18px; }
        .nav-wrapper ul li a:hover {
          border: 0; }
        @media (orientation: landscape) {
          .nav-wrapper ul li a {
            padding: 5px 15px;
            font-size: 14px; } }
      .nav-wrapper ul li.active a {
        border: 0;
        color: #E77C22; }
  .toggle-btn {
    display: block; }
  header.open .search-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=1); }
  header.open .nav-wrapper {
    -webkit-transform: translate3d(0, 64px, 0);
    -moz-transform: translate3d(0, 64px, 0);
    -o-transform: translate3d(0, 64px, 0);
    transform: translate3d(0, 64px, 0);
    opacity: 1;
    filter: alpha(opacity=1); }
  header.open .toggle-btn i.nav-bars {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2); }
  header.open .toggle-btn i.nav-close {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); } }

.hero {
  display: table;
  width: 100%;
  vertical-align: middle;
  height: 575px;
  background-position: 50% 20%;
  background-size: cover;
  line-height: 1.5;
  position: relative; }
  .hero.top-left .hero-content {
    vertical-align: top; }
  .hero.top-middle .hero-content {
    vertical-align: top; }
    .hero.top-middle .hero-content .container {
      margin: 15px auto; }
  .hero.middle-left .hero-content {
    vertical-align: middle; }
  .hero.middle .hero-content {
    vertical-align: middle; }
    .hero.middle .hero-content .container {
      margin: 15px auto; }
  .hero.bottom-left .hero-content {
    vertical-align: bottom; }
  .hero.bottom-middle .hero-content {
    vertical-align: bottom; }
    .hero.bottom-middle .hero-content .container {
      margin: 15px auto; }
  .hero.top-right .hero-content {
    vertical-align: top;
    direction: rtl; }
  .hero.middle-right .hero-content {
    vertical-align: middle;
    direction: rtl; }
  .hero.bottom-right .hero-content {
    direction: rtl;
    vertical-align: bottom; }


.hero-content .container p+.btn {margin-top:15px;}

  .hero h1 {
    font-size: 27px; }
    .hero h1:before {
      background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
      width: 29px;
      height: 30px;
      position: absolute;
      left: -42px;
      top: 0px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .hero h1:before {
          background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
          background-size: 29px 30px; } }
      @media screen and (max-width: 767px) {
        .hero h1:before {
          left: 0;
          top: -40px; } }
    .hero h1.brackets {
      position: relative; }
      @media screen and (max-width: 767px) {
        .hero h1.brackets {
          margin-top: 15px; } }
      .hero h1.brackets:before {
        content: "";
        background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
        width: 29px;
        height: 30px;
        position: absolute;
        left: -42px;
        top: 0px; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .hero h1.brackets:before {
            background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
            background-size: 29px 30px; } }
        @media screen and (max-width: 767px) {
          .hero h1.brackets:before {
            left: 0;
            top: -40px; } }
    .hero h1.plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .hero h1.plus-sign {
          margin-top: 15px; } }
      .hero h1.plus-sign:before {
        content: "";
        width: 30px;
        background-image: url('/wps/wcm/connect/aba04341-b338-4326-825f-d11f3e577ad9/body-rmicon-plus.png?MOD=AJPERES&amp;CACHEID=aba04341-b338-4326-825f-d11f3e577ad9'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .hero h1.plus-sign:before {
            background-image: url('/wps/wcm/connect/7077244c-609a-4bfa-9286-d3038142a1b2/body-rmicon-plus%402x.png?MOD=AJPERES&amp;CACHEID=7077244c-609a-4bfa-9286-d3038142a1b2');
            background-size: 30px 30px; } }
    .hero h1.footer-plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .hero h1.footer-plus-sign {
          margin-top: 15px; } }
      .hero h1.footer-plus-sign:before {
        content: "";
        width: 29px;
        height: 29px;
        top: 3px;
        background-image: url('/wps/wcm/connect/4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0/footer-ic-plus.png?MOD=AJPERES&amp;CACHEID=4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .hero h1.footer-plus-sign:before {
            background-image: url('/wps/wcm/connect/979bb9ed-ed55-4af2-9ad1-08e9ce7de685/footer-ic-plus%402x.png?MOD=AJPERES&amp;CACHEID=979bb9ed-ed55-4af2-9ad1-08e9ce7de685');
            background-size: 29px 29px; } }
        @media screen and (max-width: 767px) {
          .hero h1.footer-plus-sign:before {
            top: 0;
            left: -40px; } }
    .hero h1.arrows {
      position: relative; }
      @media screen and (max-width: 767px) {
        .hero h1.arrows {
          margin-top: 15px; } }
      .hero h1.arrows:before {
        content: "";
        width: 41px;
        left: -50px;
        background-image: url('/wps/wcm/connect/6c75a626-6278-4435-abf4-0a94c478cfe2/body-rmicon-arrows.png?MOD=AJPERES&amp;CACHEID=6c75a626-6278-4435-abf4-0a94c478cfe2'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .hero h1.arrows:before {
            background-image: url('/wps/wcm/connect/9d02d29c-7902-4b11-a8f6-6c3b0bbe3843/body-rmicon-arrows%402x.png?MOD=AJPERES&amp;CACHEID=9d02d29c-7902-4b11-a8f6-6c3b0bbe3843');
            background-size: 41px 30px; } }
        @media screen and (max-width: 767px) {
          .hero h1.arrows:before {
            top: -40px;
            left: 0; } }
    @media screen and (max-width: 767px) {
      .hero h1 {
        font-size: 22px; } }
  .hero .container {
    display: table;
    height: 575px; }
  .hero .hero-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .hero .hero-content {
        vertical-align: bottom !important;
        direction: ltr;
        margin: auto !important; } }
    .hero .hero-content .container {
      direction: ltr;
      text-align: left;
      height: auto;
      margin: 15px;
      padding: 30px 30px 36px 72px;
      max-width: 560px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      @media screen and (max-width: 767px) {
        .hero .hero-content .container {
          padding: 37.5px 15px 15px 15px;
          margin: 15px auto; } }
    @media screen and (max-width: 767px) {
      .hero .hero-content {
        vertical-align: bottom;
        position: relative; } }
    .hero .hero-content p {
      font-size: 18px;
      color: #494b54;
      max-width: 460px; 
margin:0;}
      @media screen and (max-width: 767px) {
        .hero .hero-content p {
          font-size: 14px; } }

.sub-footer {
  background: #466EA5;
  color: white;
  padding: 50px 0; }
  .sub-footer h3 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sub-footer h3 {
        font-size: 24px; } }
    .sub-footer h3:before {
      background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
      width: 29px;
      height: 30px;
      position: absolute;
      left: -42px;
      top: 0px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .sub-footer h3:before {
          background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
          background-size: 29px 30px; } }
      @media screen and (max-width: 767px) {
        .sub-footer h3:before {
          left: 0;
          top: -40px; } }
    .sub-footer h3.brackets {
      position: relative; }
      @media screen and (max-width: 767px) {
        .sub-footer h3.brackets {
          margin-top: 15px; } }
      .sub-footer h3.brackets:before {
        content: "";
        background-image: url('/wps/wcm/connect/980c5575-1903-49f0-8f80-b56a6b023427/body-rmicon-bracket.png?MOD=AJPERES&amp;CACHEID=980c5575-1903-49f0-8f80-b56a6b023427');
        width: 29px;
        height: 30px;
        position: absolute;
        left: -42px;
        top: 0px; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .sub-footer h3.brackets:before {
            background-image: url('/wps/wcm/connect/71685cb0-81ad-4716-a0c8-1d1bbb67f560/body-rmicon-bracket%402x.png?MOD=AJPERES&amp;CACHEID=71685cb0-81ad-4716-a0c8-1d1bbb67f560');
            background-size: 29px 30px; } }
        @media screen and (max-width: 767px) {
          .sub-footer h3.brackets:before {
            left: 0;
            top: -40px; } }
    .sub-footer h3.plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .sub-footer h3.plus-sign {
          margin-top: 15px; } }
      .sub-footer h3.plus-sign:before {
        content: "";
        width: 30px;
        background-image: url('/wps/wcm/connect/aba04341-b338-4326-825f-d11f3e577ad9/body-rmicon-plus.png?MOD=AJPERES&amp;CACHEID=aba04341-b338-4326-825f-d11f3e577ad9'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .sub-footer h3.plus-sign:before {
            background-image: url('/wps/wcm/connect/7077244c-609a-4bfa-9286-d3038142a1b2/body-rmicon-plus%402x.png?MOD=AJPERES&amp;CACHEID=7077244c-609a-4bfa-9286-d3038142a1b2');
            background-size: 30px 30px; } }
    .sub-footer h3.footer-plus-sign {
      position: relative; }
      @media screen and (max-width: 767px) {
        .sub-footer h3.footer-plus-sign {
          margin-top: 15px; } }
      .sub-footer h3.footer-plus-sign:before {
        content: "";
        width: 29px;
        height: 29px;
        top: 3px;
        background-image: url('/wps/wcm/connect/4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0/footer-ic-plus.png?MOD=AJPERES&amp;CACHEID=4fb10ad3-f99f-4f85-ba70-33b9ce87f3d0'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .sub-footer h3.footer-plus-sign:before {
            background-image: url('/wps/wcm/connect/979bb9ed-ed55-4af2-9ad1-08e9ce7de685/footer-ic-plus%402x.png?MOD=AJPERES&amp;CACHEID=979bb9ed-ed55-4af2-9ad1-08e9ce7de685');
            background-size: 29px 29px; } }
        @media screen and (max-width: 767px) {
          .sub-footer h3.footer-plus-sign:before {
            top: 0;
            left: -40px; } }
    .sub-footer h3.arrows {
      position: relative; }
      @media screen and (max-width: 767px) {
        .sub-footer h3.arrows {
          margin-top: 15px; } }
      .sub-footer h3.arrows:before {
        content: "";
        width: 41px;
        left: -50px;
        background-image: url('/wps/wcm/connect/6c75a626-6278-4435-abf4-0a94c478cfe2/body-rmicon-arrows.png?MOD=AJPERES&amp;CACHEID=6c75a626-6278-4435-abf4-0a94c478cfe2'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .sub-footer h3.arrows:before {
            background-image: url('/wps/wcm/connect/9d02d29c-7902-4b11-a8f6-6c3b0bbe3843/body-rmicon-arrows%402x.png?MOD=AJPERES&amp;CACHEID=9d02d29c-7902-4b11-a8f6-6c3b0bbe3843');
            background-size: 41px 30px; } }
        @media screen and (max-width: 767px) {
          .sub-footer h3.arrows:before {
            top: -40px;
            left: 0; } }
  .sub-footer p {
    max-width: 400px; }
  .sub-footer form {
    position: relative;
    padding-right: 132px;
    margin-top: 10%; }
    .sub-footer form .btn {
      position: absolute;
      top: 0;
      right: 0; }
    @media screen and (max-width: 767px) {
      .sub-footer form {
        padding: 0; }
        .sub-footer form input {
          text-align: center; }
        .sub-footer form .btn {
          position: static;
          width: 100%; } }
  .sub-footer .col-md-7 {
    background-position: 20px 5px;
    background-repeat: no-repeat;
    padding-left: 70px; }
    @media screen and (max-width: 767px) {
      .sub-footer .col-md-7 {
        padding-left: 15px; } }

.thoughtwire-nav {
  text-align: center; }
  .thoughtwire-nav h1 {
    font-size: 32px;
    margin: 0 0 10px;
    text-align: center; }
  .thoughtwire-nav > p {
    font-size: 18px; }
  .thoughtwire-nav .filter-toggle {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .thoughtwire-nav .filter-toggle li {
      display: inline-block;
      width: 230px; }
      .thoughtwire-nav .filter-toggle li a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px;
        display: block;
        border-bottom: 4px solid white;
        color: #494A4F; }
        .thoughtwire-nav .filter-toggle li a:hover {
          text-decoration: underline; }
      .thoughtwire-nav .filter-toggle li.active a {
        border-color: #E77C22;
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .thoughtwire-nav .filter-toggle li.active {
          display: none; } }
      .thoughtwire-nav .filter-toggle li.mobile-active {
        display: none; }
        @media screen and (max-width: 767px) {
          .thoughtwire-nav .filter-toggle li.mobile-active {
            display: inline-block; } }
  .thoughtwire-nav .filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
    border-top: 1px solid #67696F; }
    .thoughtwire-nav .filter-list.active {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .thoughtwire-nav .filter-list.active {
          display: none; } }
    .thoughtwire-nav .filter-list li {
      display: inline-block;
      margin: 0; }
      .thoughtwire-nav .filter-list li a {
        display: block;
        padding: 16px 5px;
        color: #494A4F;
        font-size: 12px;
        letter-spacing: .5px;
        text-transform: uppercase; }
        .thoughtwire-nav .filter-list li a:hover {
          text-decoration: underline; }
      .thoughtwire-nav .filter-list li.active a {
        text-decoration: underline; }
  .thoughtwire-nav .topic-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
    border-top: 1px solid #67696F; }
    .thoughtwire-nav .topic-filter-list.active {
      display: inline-block; }
    .thoughtwire-nav .topic-filter-list li {
      display: inline-block;
      margin: 4px 0; }
      .thoughtwire-nav .topic-filter-list li a {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: block;
        padding: 10px 8px 10px 24px;
        color: #494A4F;
        font-size: 12px;
        letter-spacing: .5px;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 6px 50%;
        background-size: 12px 12px; }
        .thoughtwire-nav .topic-filter-list li a:hover {
          background-color: #E1E1E1;
          background-image: url('/wps/wcm/connect/99c1c216-b07e-4ae1-b253-e1140ae0d47e/thoughtwire-plus-sign.png?MOD=AJPERES&amp;CACHEID=99c1c216-b07e-4ae1-b253-e1140ae0d47e'); }
      .thoughtwire-nav .topic-filter-list li.active a {
        background-color: #81A4D2;
        color: #fff;
        background-image: url('/wps/wcm/connect/12ec3bfe-f9e2-49f8-9100-9b26ce45d460/thoughtwire-plus-sign-active.png?MOD=AJPERES&amp;CACHEID=12ec3bfe-f9e2-49f8-9100-9b26ce45d460'); }

@media screen and (max-width: 767px) {
  .thoughtwire-nav {
    position: relative; }
    .thoughtwire-nav .filter-toggle {
      border: none; }
      .thoughtwire-nav .filter-toggle li {
        display: none;
        border: 1px solid #67696F;
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 18px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        .thoughtwire-nav .filter-toggle li + li {
          margin-top: 15px; }
        .thoughtwire-nav .filter-toggle li a {
          border: none;
          padding: 0;
          text-transform: none;
          font-size: 15px;
          font-weight: normal;
          position: relative; }
          .thoughtwire-nav .filter-toggle li a:after {
            content: "";
            background-image: url('/wps/wcm/connect/6c473fea-4722-480b-9bfa-f8f481c540ae/select-arrows.png?MOD=AJPERES&amp;CACHEID=6c473fea-4722-480b-9bfa-f8f481c540ae');
            background-color: #F1F1F2;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 15px 20px;
            border-left: 1px solid #67696F;
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: -10px;
            -webkit-border-radius: 0 2px 2px 0;
            -moz-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0; }
          .thoughtwire-nav .filter-toggle li a.topics:after {
            background-image: url('/wps/wcm/connect/4622abb6-c768-4e1b-8a36-58ec5f3d3d9f/select-plus.png?MOD=AJPERES&amp;CACHEID=4622abb6-c768-4e1b-8a36-58ec5f3d3d9f');
            background-size: 20px 20px; }
    .thoughtwire-nav .filter-list {
      background: #F1F1F2;
      border: 1px solid #67696F;
      border-top: none;
      display: none;
      text-align: left;
      position: absolute;
      width: 100%;
      z-index: 3; }
      .thoughtwire-nav .filter-list + .filter-list.active {
        margin-top: 0; }
      .thoughtwire-nav .filter-list.mobile-active {
        display: block; }
      .thoughtwire-nav .filter-list#categories {
        margin-top: -57px; }
      .thoughtwire-nav .filter-list li {
        display: block; }
        .thoughtwire-nav .filter-list li a {
          text-indent: 15px;
          padding: 8px 4px; }
    .thoughtwire-nav .topic-filter-list {
      background: #F1F1F2;
      border: 1px solid #67696F;
      border-top: none;
      text-align: left;
      position: absolute;
      width: 100%;
      z-index: 3; }
      .thoughtwire-nav .topic-filter-list.mobile-active {
        display: block; }
      .thoughtwire-nav .topic-filter-list li {
        display: block;
        padding-left: 15px; }
        .thoughtwire-nav .topic-filter-list li a {
          display: inline-block;
          padding: 6px 8px 6px 24px;
          text-transform: none; } }

.thoughtwire-tile {
  width: 25%;
  padding: 0 15px;
  float: left; }
  .thoughtwire-tile.pinned article {
    color: #9B4F11;
    background-color: #F9DEC8; }
    .thoughtwire-tile.pinned article .article-label {
      background-color: #E77C22;
      color: white; }
    .thoughtwire-tile.pinned article h2 {
      color: #9B4F11; }
    .thoughtwire-tile.pinned article p {
      color: #9B4F11; }
    .thoughtwire-tile.pinned article .article-social {
      border-top: 1px solid #9B4F11; }
      .thoughtwire-tile.pinned article .article-social .share-wrapper {
        background-color: #F9DEC8; }
        .thoughtwire-tile.pinned article .article-social .share-wrapper .ico-share {
          background-color: #F9DEC8; }
        .thoughtwire-tile.pinned article .article-social .share-wrapper ul li {
          border-right: 1px solid #E77C22; }
  @media screen and (max-width: 767px) {
    .thoughtwire-tile {
      float: none;
      width: 100%;
      margin-bottom: 15px; } }
  .thoughtwire-tile article {
    background: white;
    border-radius: 4px;
    border: 1px solid #83858B; }
    .thoughtwire-tile article .article-label {
      background: #F2F4F4;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
      padding: 15px 30px 15px 15px;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      float: left;
      margin-bottom: 15px;
      font-weight: bold; }
    .thoughtwire-tile article a {
      color: #494A4F;
      clear: left;
      display: block; }
      .thoughtwire-tile article a[target=_blank] h2, .thoughtwire-tile article a.external h2 {
        padding-right: 20px; }
      .thoughtwire-tile article a[target=_blank] h2:after, .thoughtwire-tile article a.external h2:after {
        content: "";
        width: 21px;
        height: 21px;
        display: inline-block;
        position: absolute;
        margin: 1px 0 0 4px;
        background-image: url('/wps/wcm/connect/840728b5-e2f2-4677-8af8-63417fc9b381/external-icon.png?MOD=AJPERES&amp;CACHEID=840728b5-e2f2-4677-8af8-63417fc9b381'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .thoughtwire-tile article a[target=_blank] h2:after, .thoughtwire-tile article a.external h2:after {
            background-image: url('/wps/wcm/connect/72e883d1-b4b8-4974-8894-5a17b4101eae/external-icon-2x.png?MOD=AJPERES&amp;CACHEID=72e883d1-b4b8-4974-8894-5a17b4101eae');
            background-size: 21px 21px; } }
      .thoughtwire-tile article a:hover {
        text-decoration: none; }
      .thoughtwire-tile article a h2 {
        color: #E77C22;
        font-weight: 500;
        line-height: 23px; }
    .thoughtwire-tile article h2 {
      margin-bottom: 15px;
      padding: 0 15px;
      font-size: 18px;
      font-weight: bold; }
    .thoughtwire-tile article p {
      padding: 0 15px; }
    .thoughtwire-tile article img {
      width: 100%;
      display: block; }
    .thoughtwire-tile article .article-social {
      border-top: 1px solid #A3A5AA;
      position: relative;
      height: 51px; }
      .thoughtwire-tile article .article-social:before, .thoughtwire-tile article .article-social:after {
        content: "";
        display: table; }
      .thoughtwire-tile article .article-social:after {
        clear: both; }
      .thoughtwire-tile article .article-social .rating {
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-image: url('/wps/wcm/connect/2e03a1a4-e5a6-4758-8421-b400cde45976/twpanel-ico-rating.png?MOD=AJPERES&amp;CACHEID=2e03a1a4-e5a6-4758-8421-b400cde45976');
        margin-left: 15px;
        padding-left: 34px;
        line-height: 50px; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .thoughtwire-tile article .article-social .rating {
            background-image: url('/wps/wcm/connect/a6b4e3dc-050b-41dc-aded-43b8424558ca/twpanel-ico-rating%402x.png?MOD=AJPERES&amp;CACHEID=a6b4e3dc-050b-41dc-aded-43b8424558ca');
            background-size: 24px 23px; } }
      .thoughtwire-tile article .article-social .share-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 50px;
        background: white;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
        overflow: hidden;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .thoughtwire-tile article .article-social .share-wrapper .ico-share {
          display: block;
          width: 50px;
          height: 50px;
          background-position: 50%;
          background-repeat: no-repeat;
          background-color: white;
          background-image: url('/wps/wcm/connect/7b939b86-4cd1-404e-be26-e26e70ce5ab3/twpanel-ico-share-on.png?MOD=AJPERES&amp;CACHEID=7b939b86-4cd1-404e-be26-e26e70ce5ab3');
          overflow: hidden;
          text-indent: -9999px;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 2; }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            .thoughtwire-tile article .article-social .share-wrapper .ico-share {
              background-image: url('/wps/wcm/connect/a2599b6c-192a-4faf-9c98-7ea33a5ecc0b/twpanel-ico-share-on%402x.png?MOD=AJPERES&amp;CACHEID=a2599b6c-192a-4faf-9c98-7ea33a5ecc0b');
              background-size: 23px 23px; } }
        .thoughtwire-tile article .article-social .share-wrapper ul {
          list-style: none;
          margin: 0;
          padding: 0;
          padding-right: 50px;
          margin-top: 13px; }
          .thoughtwire-tile article .article-social .share-wrapper ul li {
            float: left;
            display: block;
            width: 20%;
            background-position: 50%;
            background-repeat: no-repeat;
            line-height: 24px;
            overflow: hidden;
            text-indent: -9999px;
            border-right: 1px solid #eee; }
            .thoughtwire-tile article .article-social .share-wrapper ul li.email {
              background-image: url('/wps/wcm/connect/79c18a77-e16a-4849-821d-fb9753c1bc94/twpanel-ico-email.png?MOD=AJPERES&amp;CACHEID=79c18a77-e16a-4849-821d-fb9753c1bc94'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                .thoughtwire-tile article .article-social .share-wrapper ul li.email {
                  background-image: url('/wps/wcm/connect/20fa0ce1-e2f2-4427-b716-e80a7030e932/twpanel-ico-email%402x.png?MOD=AJPERES&amp;CACHEID=20fa0ce1-e2f2-4427-b716-e80a7030e932');
                  background-size: 20px 14px; } }
            .thoughtwire-tile article .article-social .share-wrapper ul li.facebook {
              background-image: url('/wps/wcm/connect/8a43690e-c06c-4584-9662-69e4943944ef/twpanel-ico-facebook.png?MOD=AJPERES&amp;CACHEID=8a43690e-c06c-4584-9662-69e4943944ef'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                .thoughtwire-tile article .article-social .share-wrapper ul li.facebook {
                  background-image: url('/wps/wcm/connect/e1e1e2de-67f9-457a-8ff1-c0c4a557cd77/twpanel-ico-facebook%402x.png?MOD=AJPERES&amp;CACHEID=e1e1e2de-67f9-457a-8ff1-c0c4a557cd77');
                  background-size: 8px 17px; } }
            .thoughtwire-tile article .article-social .share-wrapper ul li.linkedin {
              background-image: url('/wps/wcm/connect/8c0cbfa7-e8cd-42be-ad41-a1fb7fd983ae/twpanel-ico-linkedin.png?MOD=AJPERES&amp;CACHEID=8c0cbfa7-e8cd-42be-ad41-a1fb7fd983ae'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                .thoughtwire-tile article .article-social .share-wrapper ul li.linkedin {
                  background-image: url('/wps/wcm/connect/1d8c7014-a6b1-408d-8deb-fab38b469504/twpanel-ico-linkedin%402x.png?MOD=AJPERES&amp;CACHEID=1d8c7014-a6b1-408d-8deb-fab38b469504');
                  background-size: 17px 16px; } }
            .thoughtwire-tile article .article-social .share-wrapper ul li.google {
              background-image: url('/wps/wcm/connect/4ed59c1a-cef8-4ea5-8590-b9cb1e5ab287/twpanel-ico-googleplus.png?MOD=AJPERES&amp;CACHEID=4ed59c1a-cef8-4ea5-8590-b9cb1e5ab287'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                .thoughtwire-tile article .article-social .share-wrapper ul li.google {
                  background-image: url('/wps/wcm/connect/7b38b3d6-f20f-48c4-a71e-1a4614bf147f/twpanel-ico-googleplus%402x.png?MOD=AJPERES&amp;CACHEID=7b38b3d6-f20f-48c4-a71e-1a4614bf147f');
                  background-size: 17px 17px; } }
            .thoughtwire-tile article .article-social .share-wrapper ul li.twitter {
              background-image: url('/wps/wcm/connect/1d41f26d-5f99-4fd9-9364-26ff8a639c6f/twpanel-ico-twitter.png?MOD=AJPERES&amp;CACHEID=1d41f26d-5f99-4fd9-9364-26ff8a639c6f'); }
              @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
                .thoughtwire-tile article .article-social .share-wrapper ul li.twitter {
                  background-image: url('/wps/wcm/connect/96c9ba84-5566-4ca0-88d2-d8701f022d12/twpanel-ico-twitter%402x.png?MOD=AJPERES&amp;CACHEID=96c9ba84-5566-4ca0-88d2-d8701f022d12');
                  background-size: 17px 14px; } }
        .thoughtwire-tile article .article-social .share-wrapper.open {
          left: 0;
          width: auto; }
          .thoughtwire-tile article .article-social .share-wrapper.open .ico-share {
            background-image: url('/wps/wcm/connect/e65f583c-cdef-4925-ba55-24c382414ece/twpanel-ico-share-off.png?MOD=AJPERES&amp;CACHEID=e65f583c-cdef-4925-ba55-24c382414ece'); }
            @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
              .thoughtwire-tile article .article-social .share-wrapper.open .ico-share {
                background-image: url('/wps/wcm/connect/e8601ddb-fd69-442f-a89d-3eadb3e2c16b/twpanel-ico-share-off%402x.png?MOD=AJPERES&amp;CACHEID=e8601ddb-fd69-442f-a89d-3eadb3e2c16b');
                background-size: 23px 23px; } }

.load-more-wrapper {
  clear: both;
  margin: 40px 0;
  text-align: center; }

.thoughtwire-feature {
  padding: 0;
  position: relative;
  width: 100%;
}

.thoughtwire-feature .container {
  padding: 0;
  height: 100%;
}

.thoughtwire-feature .panel {
  background-color: rgba(255, 255, 255, 0.9);
  width: 45%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-flex-basis: 200%;
      -ms-flex-preferred-size: 200%;
          flex-basis: 200%;
  height: 100%;
  float: right;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .thoughtwire-feature .panel {
    float: none;
  }
}

.thoughtwire-feature .panel .intro {
  padding: 0 20px 20px 60px;
}

.thoughtwire-feature .panel .intro p {
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .thoughtwire-feature .panel .intro {
    padding: 0 20px 20px 30px;
  }
}

.thoughtwire-feature .panel:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 100%;
  width: 160%;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .thoughtwire-feature .panel {
    width: 100%;
    top: 100%;
    position: relative;
  }
}

.thoughtwire-feature .tile-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.thoughtwire-feature .tile {
  border: 1px solid #83858B;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 9px 30px;
}

.thoughtwire-feature .tile-label {
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-color: #E5E8E9;
  border-radius: 0 0 6px 0;
  color: #494A4F;
  font-weight: 600;
  padding: 0 15px 0 15px;
  min-width: 200px;
  line-height: 30px;
}

.thoughtwire-feature .tile-content {
  padding: 15px;
}

.thoughtwire-feature .tile-content h3 {
  color: #E77C22;
  font-size: 18px;
}


.thoughtwire-feature-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 575px;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .thoughtwire-feature-bg {
    height: 30vh;
    position: relative;
    background-position: 25% 50%;
  }
}

.carousel {
  position: relative;
  height: auto;
  margin-bottom: 20px;
  width: 100%; }
  .carousel > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    top: 0;
    height: 100%; }
    .carousel > ul li {
      height: 100%;
      z-index: 1;
      position: relative;
      top: 0;
      left: 0;
      margin: 40px 60px;
      display: none; }
      @media screen and (max-width: 767px) {
        .carousel > ul li {
          margin: 0 20px; } }
      .carousel > ul li.current {
        display: block; }
  .carousel .carousel-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .carousel .carousel-nav .arrow-nav {
      display: table;
      height: 100%;
      width: 100%; }
    .carousel .carousel-nav .arrow-wrapper {
      height: 100%;
      display: table-cell;
      vertical-align: middle; }
    .carousel .carousel-nav .arrow {
      height: 61px;
      width: 35px;
      cursor: pointer;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .carousel .carousel-nav .arrow {
          height: 30px;
          width: 18px;
          background-size: 18px 30px; } }
    .carousel .carousel-nav .left-arrow {
      float: left;
      background-image: url('/wps/wcm/connect/22d28de0-9c84-437e-aa8a-80b58667e7e0/ui-carousel-orange-left.png?MOD=AJPERES&amp;CACHEID=22d28de0-9c84-437e-aa8a-80b58667e7e0'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .carousel .carousel-nav .left-arrow {
          background-image: url('/wps/wcm/connect/4a1f6ae2-bcbb-460c-8879-833592b4d20a/ui-carousel-orange-left%402x.png?MOD=AJPERES&amp;CACHEID=4a1f6ae2-bcbb-460c-8879-833592b4d20a');
          background-size: 35px 61px; } }
      @media screen and (max-width: 767px) {
        .carousel .carousel-nav .left-arrow {
          background-image: url('/wps/wcm/connect/22d28de0-9c84-437e-aa8a-80b58667e7e0/ui-carousel-orange-left.png?MOD=AJPERES&amp;CACHEID=22d28de0-9c84-437e-aa8a-80b58667e7e0'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            .carousel .carousel-nav .left-arrow {
              background-image: url('/wps/wcm/connect/4a1f6ae2-bcbb-460c-8879-833592b4d20a/ui-carousel-orange-left%402x.png?MOD=AJPERES&amp;CACHEID=4a1f6ae2-bcbb-460c-8879-833592b4d20a');
              background-size: 18px 30px; } } }
    .carousel .carousel-nav .right-arrow {
      float: right;
      background-image: url('/wps/wcm/connect/9780e5a5-be26-4403-912b-ade1b08960d5/ui-carousel-orange-right.png?MOD=AJPERES&amp;CACHEID=9780e5a5-be26-4403-912b-ade1b08960d5'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .carousel .carousel-nav .right-arrow {
          background-image: url('/wps/wcm/connect/ad784aa2-26a5-4ed5-8f9f-b8e49d6bd462/ui-carousel-orange-right%402x.png?MOD=AJPERES&amp;CACHEID=ad784aa2-26a5-4ed5-8f9f-b8e49d6bd462');
          background-size: 35px 61px; } }
      @media screen and (max-width: 767px) {
        .carousel .carousel-nav .right-arrow {
          background-image: url('/wps/wcm/connect/9780e5a5-be26-4403-912b-ade1b08960d5/ui-carousel-orange-right.png?MOD=AJPERES&amp;CACHEID=9780e5a5-be26-4403-912b-ade1b08960d5'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            .carousel .carousel-nav .right-arrow {
              background-image: url('/wps/wcm/connect/ad784aa2-26a5-4ed5-8f9f-b8e49d6bd462/ui-carousel-orange-right%402x.png?MOD=AJPERES&amp;CACHEID=ad784aa2-26a5-4ed5-8f9f-b8e49d6bd462');
              background-size: 18px 30px; } } }
    .carousel .carousel-nav .carousel-dot-nav {
      z-index: 2;
      display: block;
      position: relative;
      top: -30px;
      width: 100%;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .carousel .carousel-nav .carousel-dot-nav {
          top: 0; } }
      .carousel .carousel-nav .carousel-dot-nav li {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 2.5px solid #E77C22;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 5px; }
        .carousel .carousel-nav .carousel-dot-nav li.current {
          background-color: #F3BD90; }

.timeline-wrapper-wrapper {
  overflow-x: scroll; }

.timeline-wrapper {
  overflow: hidden;
  display: table;
  width: auto;
  padding: 0 200px;
  background-image: url('/wps/wcm/connect/25d0fcb9-14ad-422f-91cd-ae157b44c2eb/timeline-bg.png?MOD=AJPERES&amp;CACHEID=25d0fcb9-14ad-422f-91cd-ae157b44c2eb');
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .timeline-wrapper {
      padding: 0; } }
  .timeline-wrapper .timeline-item {
    display: table-cell;
    width: 50%;
    min-width: 300px;
    position: relative;
    border-left: 4px solid #E77C22;
    padding: 0 15px 40px; }
    @media screen and (max-width: 767px) {
      .timeline-wrapper .timeline-item {
        min-width: 200px; } }
    .timeline-wrapper .timeline-item h3 + p {
      position: absolute;
      left: 15px;
      bottom: 0;
      color: #34537E;
      font-weight: 600; }

.side-scroll-gradient {
  padding: 40px 0 0 0;
  background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 90%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C */ }

.side-scroll-wrapper-wrapper {
  overflow-x: scroll; }

.side-scroll-wrapper {
  overflow: hidden;
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 0 100px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .side-scroll-wrapper {
      padding: 0; } }
  .side-scroll-wrapper .side-scroll-item {
    display: table-cell;
    min-width: 200px;
    max-width: 200px;
    position: relative;
    padding: 0 15px 20px; }
    @media screen and (max-width: 767px) {
      .side-scroll-wrapper .side-scroll-item {
        min-width: 150px; } }
    .side-scroll-wrapper .side-scroll-item img {
      max-width: 125px; }

.poll {
  border-bottom: 2.5px solid #F3BD90;
  max-width: 768px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .poll {
      max-width: auto; } }

.poll-info {
  padding: 24px 24px 0 24px; }

.poll-form {
  margin: 0;
  padding: 0;
  text-align: right; }
  .poll-form label {
    position: relative;
    text-align: left;
    display: block;
    background-color: #F9DEC8;
    color: #9B4F11;
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    height: 45px; }

.poll-checkbox {
  display: none; }

.poll-label {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 24px; }
  .poll-label:hover, .poll-checkbox:checked ~ .poll-label {
    color: #fff;
    background-color: #E77C22; }

.poll-checkmark {
  position: relative;
  z-index: 2;
  width: 0;
  height: 24px;
  margin: 10px 52px 0 0;
  float: right;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-image: url('/wps/wcm/connect/70daf702-55af-4e62-8513-038a14b971ba/ui-poll-checkmark.png?MOD=AJPERES&amp;CACHEID=70daf702-55af-4e62-8513-038a14b971ba'); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .poll-checkmark {
      background-image: url('/wps/wcm/connect/7cf81bf6-3afb-4898-bdc6-028043cf2e65/ui-poll-checkmark%402x.png?MOD=AJPERES&amp;CACHEID=7cf81bf6-3afb-4898-bdc6-028043cf2e65');
      background-size: 28px 24px; } }
  .poll-checkbox:checked ~ .poll-checkmark {
    display: block;
    width: 28px;
    margin-right: 24px; }

.poll-percentage {
  position: relative;
  z-index: 2;
  display: none;
  float: right;
  margin-right: 24px; }
  .result .poll-percentage {
    display: block; }

.poll-submit {
  margin: 24px; }
  .result .poll-submit {
    display: none; }

.poll-thanks {
  display: none;
  margin: 24px;
  font-weight: bold; }
  .result .poll-thanks {
    display: block; }

.tab-panel {
  position: relative;
  margin-bottom: 15px; }
  .tab-panel .tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-bottom: 1px solid #67696F;
    display: table;
    width: 100%; }
    .tab-panel .tab-nav li {
      display: inline-block;
      border-bottom: 4px solid white;
      display: table-cell;
      vertical-align: top;
      text-align: center; }
      .tab-panel .tab-nav li a {
        color: #494A4F;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        padding: 5px; }
      .tab-panel .tab-nav li.active {
        border-bottom-color: #E77C22; }
        .tab-panel .tab-nav li.active a {
          font-weight: 600;
          font-size: 12px; }
  .tab-panel .tab-pane {
    display: none;
    padding: 15px 0; }
.tab-pane h3 {padding-top:30px;}
.tab-pane h3:first-of-type {padding-top:10px;}
.tab-pane ul {padding-left:30px;}
    .tab-panel .tab-pane.active {
      display: block; }
  .tab-panel .tab-mobile-toggle {
    display: none;
    background-color: #E77C22;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url('/wps/wcm/connect/9560cd9a-932f-4937-9c1c-2ab4ce51f92f/ui-tab-closed.png?MOD=AJPERES&amp;CACHEID=9560cd9a-932f-4937-9c1c-2ab4ce51f92f');
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    z-index: 20;
    border: 4px solid #E77C22;
    overflow: hidden;
    text-indent: -9999px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .tab-panel .tab-mobile-toggle {
        background-image: url('/wps/wcm/connect/95645216-00b0-4f60-877e-24038f902d46/ui-tab-closed%402x.png?MOD=AJPERES&amp;CACHEID=95645216-00b0-4f60-877e-24038f902d46');
        background-size: 35px 21px; } }
  @media screen and (max-width: 767px) {
    .tab-panel {
      padding-top: 68px; }
      .tab-panel .tab-nav {
        display: block;
        border-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10; }
        .tab-panel .tab-nav li {
          height: 68px;
          display: none;
          background-color: #F9DEC8;
          border-bottom: 1px solid #E77C22; }
          .tab-panel .tab-nav li a {
            padding: 0 68px 0 0;
            color: #C75B00;
            overflow: hidden;
            line-height: 64px;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .tab-panel .tab-nav li.active {
            background: white;
            display: block;
            border: 4px solid #E77C22; }
            .tab-panel .tab-nav li.active a {
              color: #494A4F; }
      .tab-panel .tab-mobile-toggle {
        display: block; }
        .tab-panel .tab-mobile-toggle.open {
          background-color: white;
          background-image: url('/wps/wcm/connect/c3f9638d-7636-433b-bb39-1f287fb5d1b4/ui-tab-open.png?MOD=AJPERES&amp;CACHEID=c3f9638d-7636-433b-bb39-1f287fb5d1b4'); }
          @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            .tab-panel .tab-mobile-toggle.open {
              background-image: url('/wps/wcm/connect/92514bf3-3210-4899-99d0-0445b72e137c/ui-tab-open%402x.png?MOD=AJPERES&amp;CACHEID=92514bf3-3210-4899-99d0-0445b72e137c');
              background-size: 35px 21px; } }
          .tab-panel .tab-mobile-toggle.open + .tab-nav li {
            display: block; } }

.article {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 42px;
  margin-bottom: 42px;
  position: relative;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 1.6; }
  .article:before, .article:after {
    content: "";
    display: table; }
  .article:after {
    clear: both; }
  .article h1:before {
    top: 9px; }
    @media screen and (max-width: 767px) {
      .article h1:before {
        top: -40px; } }
  .article ul, .article ol {
    padding-left: 40px; }
  .article .align-right {
    float: right;
    max-width: 33%;
    margin: 6px -30px 45px 45px; }
    .article .align-right:before, .article .align-right:after {
      content: "";
      display: table; }
    .article .align-right:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .article .align-right {
        margin: 4px 0 15px 15px; } }
  .article .align-left {
    float: left;
    max-width: 33%;
    margin: 6px 45px 45px -30px; }
    .article .align-left:before, .article .align-left:after {
      content: "";
      display: table; }
    .article .align-left:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .article .align-left {
        margin: 4px 15px 15px 0; } }
  .article-information {
    font-size: 14px;
    margin: 40px 0; }
    .article-information a {
      text-decoration: underline; }
    .article-information .rating {
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-image: url('/wps/wcm/connect/6a5b4119-c4e7-4056-bc3d-6f7143252298/searchresults-star-active.png?MOD=AJPERES&amp;CACHEID=6a5b4119-c4e7-4056-bc3d-6f7143252298');
      padding-left: 24px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-information .rating {
          background-image: url('/wps/wcm/connect/a2d6867f-534f-4d04-b8cd-edb48a05795a/searchresults-star-active%402x.png?MOD=AJPERES&amp;CACHEID=a2d6867f-534f-4d04-b8cd-edb48a05795a');
          background-size: 18px 18px; } }
  .article > img {
    margin-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .article {
      width: 750px; } }
  @media screen and (min-width: 1280px) {
    .article {
      width: 970px; } }
  .article .label {
    font-weight: 600; }
  .article-metadata {
    margin-top: 15px;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px; }
    .article-metadata-publish-date {
      text-align: right; }
  .article-share {
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px; }
    @media screen and (max-width: 767px) {
      .article-share .row {
        margin: 0; } }
    .article-share .st_linkedin_vcount, .article-share .st_facebook_vcount, .article-share .st_twitter_vcount, .article-share .st_googleplus_vcount, .article-share .st_email_vcount {
      box-sizing: content-box; }
      .article-share .st_linkedin_vcount *, .article-share .st_facebook_vcount *, .article-share .st_twitter_vcount *, .article-share .st_googleplus_vcount *, .article-share .st_email_vcount * {
        box-sizing: content-box; }
    .article-share .count {
      background: #fff;
      display: inline-block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-size: 10px;
      padding: 8px;
      border: 1px solid #A0A2A6;
      position: relative;
      min-width: 40px;
      text-align: center;
      font-weight: 600; }
      .article-share .count:after {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-4px, 4.828px) rotate(45deg);
        -moz-transform: translate(-4px, 4.828px) rotate(45deg);
        -ms-transform: translate(-4px, 4.828px) rotate(45deg);
        -o-transform: translate(-4px, 4.828px) rotate(45deg);
        transform: translate(-4px, 4.828px) rotate(45deg);
        display: block;
        border-right: 1px solid #A0A2A6;
        border-bottom: 1px solid #A0A2A6; }
    .article-share .button {
      width: 28px;
      margin-top: 10px;
      min-width: 40px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: 50% 100%;
      cursor: pointer; }
    .article-share-linkedin .button {
      background-image: url('/wps/wcm/connect/611c9dd3-1581-4344-8e98-bf9274dbd047/twa-icon-linkedin.png?MOD=AJPERES&amp;CACHEID=611c9dd3-1581-4344-8e98-bf9274dbd047'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-share-linkedin .button {
          background-image: url('/wps/wcm/connect/3fb36378-985b-4ffd-b353-deb61608cf32/twa-icon-linkedin%402x.png?MOD=AJPERES&amp;CACHEID=3fb36378-985b-4ffd-b353-deb61608cf32');
          background-size: 28px 27px; } }
    .article-share-facebook .button {
      background-image: url('/wps/wcm/connect/ebca0ae3-9f75-4898-b618-7e58490f921b/twa-icon-facebook.png?MOD=AJPERES&amp;CACHEID=ebca0ae3-9f75-4898-b618-7e58490f921b'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-share-facebook .button {
          background-image: url('/wps/wcm/connect/f82a43fb-3030-4431-a554-7fbe4e9ed41d/twa-icon-facebook%402x.png?MOD=AJPERES&amp;CACHEID=f82a43fb-3030-4431-a554-7fbe4e9ed41d');
          background-size: 16px 33px; } }
    .article-share-twitter .button {
      background-image: url('/wps/wcm/connect/69407740-b733-4a21-8d8d-45b9bb84f73d/twa-icon-twitter.png?MOD=AJPERES&amp;CACHEID=69407740-b733-4a21-8d8d-45b9bb84f73d'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-share-twitter .button {
          background-image: url('/wps/wcm/connect/90721e7e-2913-4c4b-a502-1a90ae078978/twa-icon-twitter%402x.png?MOD=AJPERES&amp;CACHEID=90721e7e-2913-4c4b-a502-1a90ae078978');
          background-size: 31px 25px; } }
    .article-share-googleplus .button {
      background-image: url('/wps/wcm/connect/79959408-1849-44f7-b200-1b2599253ed6/twa-icon-googleplus.png?MOD=AJPERES&amp;CACHEID=79959408-1849-44f7-b200-1b2599253ed6'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-share-googleplus .button {
          background-image: url('/wps/wcm/connect/5ca392b8-9806-4000-b157-a80183ec10df/twa-icon-googleplus%402x.png?MOD=AJPERES&amp;CACHEID=5ca392b8-9806-4000-b157-a80183ec10df');
          background-size: 30px 31px; } }
    .article-share-email .button {
      background-image: url('/wps/wcm/connect/aa005226-ebdc-489b-a151-ce4dcf0de17c/twa-icon-email.png?MOD=AJPERES&amp;CACHEID=aa005226-ebdc-489b-a151-ce4dcf0de17c'); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .article-share-email .button {
          background-image: url('/wps/wcm/connect/06dad57a-3ba8-48c0-a21c-d859762cc55f/twa-icon-email%402x.png?MOD=AJPERES&amp;CACHEID=06dad57a-3ba8-48c0-a21c-d859762cc55f');
          background-size: 38px 28px; } }
  .article-rate {
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    overflow: hidden; }
    .article-rate .rating {
      cursor: pointer;
      unicode-bidi: bidi-override;
      direction: rtl;
      float: left;
      margin-top: 6px; }
      .article-rate .rating:before, .article-rate .rating:after {
        content: "";
        display: table; }
      .article-rate .rating:after {
        clear: both; }
      .article-rate .rating span {
        display: inline-block;
        width: 44px;
        height: 34px;
        background-image: url('/wps/wcm/connect/66bd835a-a1be-4649-966e-37d45e1809d0/twa-icon-rating-off.png?MOD=AJPERES&amp;CACHEID=66bd835a-a1be-4649-966e-37d45e1809d0');
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        float: right;
        padding: 0 4px;
        overflow: hidden;
        background-position: 4px 0; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .article-rate .rating span {
            background-image: url('/wps/wcm/connect/4c49772e-8b66-47e3-a45f-1ddcf150c914/twa-icon-rating-off-2x.png?MOD=AJPERES&amp;CACHEID=4c49772e-8b66-47e3-a45f-1ddcf150c914');
            background-size: 36px 34px; } }
      .article-rate .rating span:hover, .article-rate .rating span.active, .article-rate .rating span.active ~ span, .article-rate .rating span:hover ~ span {
        background-image: url('/wps/wcm/connect/b46b52f8-e190-409f-a3a7-b65b69ce3991/twa-icon-rating-on.png?MOD=AJPERES&amp;CACHEID=b46b52f8-e190-409f-a3a7-b65b69ce3991'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .article-rate .rating span:hover, .article-rate .rating span.active, .article-rate .rating span.active ~ span, .article-rate .rating span:hover ~ span {
            background-image: url('/wps/wcm/connect/48b47098-356d-4b4f-802b-8a1032d9aec2/twa-icon-rating-on-2x.png?MOD=AJPERES&amp;CACHEID=48b47098-356d-4b4f-802b-8a1032d9aec2');
            background-size: 36px 34px; } }
    .article-rate .rating-info {
      float: left;
      margin-left: 15px;
      margin-top: 14px; }
  .article-comment-form {
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px; }
    .article-comment-form input, .article-comment-form textarea {
      font-size: 17px; }
  .article-comment {
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px; }
    .article-comment .content {
      padding: 10px 0; }
    .article-comment .comment-author {
      font-weight: 600;
      margin-bottom: 15px; }
  .article-more-on-this-topic {
    text-align: center; }

.regional-headquarters {
  background-size: cover;
  background-position: 50% 50%;
  font-size: 17px; }
  @media screen and (max-width: 767px) {
    .regional-headquarters {
      background-size: auto; } }
  .regional-headquarters h2 {
    margin-bottom: 30px; }
  .regional-headquarters a {
    color: #494A4F; }

.contact-form-section-info {
  text-align: center; }
.contact-form-section-notifications {
  line-height: 24px;
  margin-bottom: 15px; }
.contact-form-section .duo input {
  width: 48.5%; }
  .contact-form-section .duo input + input {
    margin-left: 3%; }
    @media screen and (max-width: 767px) {
      .contact-form-section .duo input + input {
        margin-top: 15px;
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .contact-form-section .duo input {
      width: 100%; } }
  .contact-form-section .duo input.request-code-next {
    float: right; }
.contact-form-section .col-md-6 {
  margin: 0 auto 15px auto; }
.contact-form-section .col-md-4 {
  padding-top: 30px; }
.contact-form-section select {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.scroll-box-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 12px 6px 12px 12px;
  width: 100%;
  height: 280px; }
  .scroll-box-wrapper .scroll-box {
    overflow-y: scroll;
    height: 100%; }

.table {
  display: table;
  width: 100%; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.table, table {
  width: 100%;
  margin-bottom: 20px;
  text-align: left; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td, table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.375;
    vertical-align: top;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; }
  .table > thead > tr > th, table > thead > tr > th {
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th {
    border-bottom: 1px solid #d1d1d1;
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d1d1d1;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > table > thead > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > tfoot > tr > td {
        white-space: nowrap; } }

th {
  font-weight: 600;
  text-align: left; }

.search-results {
  font-size: 17px;
  min-height: calc(100vh - 100px - 120px); }
  @media screen and (max-width: 767px) {
    .search-results {
      min-height: calc(100vh - 100px - 272px); } }
  .search-results .container {
    max-width: 750px; }
  .search-results h1 {
    margin-bottom: 15px; }
    .search-results h1:before {
      top: 9px; }
      @media screen and (max-width: 767px) {
        .search-results h1:before {
          top: -40px; } }
  .search-results .search-term {
    font-weight: 600; }
  .search-results .search-result {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .search-results .search-result {
        margin-bottom: 32px; } }
    .search-results .search-result h2 {
      font-size: inherit;
      font-weight: 600;
      margin-bottom: 0; }
      .search-results .search-result h2 a[external]:after, .search-results .search-result h2 a[target=_blank]:after, .search-results .search-result h2 a.external:after {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        position: absolute;
        margin: 1px 0 0 4px;
        background-image: url('/wps/wcm/connect/840728b5-e2f2-4677-8af8-63417fc9b381/external-icon.png?MOD=AJPERES&amp;CACHEID=840728b5-e2f2-4677-8af8-63417fc9b381');
        background-size: 16px 16px; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .search-results .search-result h2 a[external]:after, .search-results .search-result h2 a[target=_blank]:after, .search-results .search-result h2 a.external:after {
            background-image: url('/wps/wcm/connect/72e883d1-b4b8-4974-8894-5a17b4101eae/external-icon-2x.png?MOD=AJPERES&amp;CACHEID=72e883d1-b4b8-4974-8894-5a17b4101eae');
            background-size: 16px 16px; } }
    .search-results .search-result p {
      margin-bottom: 0; }
    .search-results .search-result .result-metadata .author {
      display: inline-block;
      text-decoration: underline; }
    .search-results .search-result .result-metadata .rating-label {
      display: inline-block;
      margin-left: 30px;
      text-decoration: underline;
      margin-right: 6px; }
    .search-results .search-result .result-metadata .rating {
      unicode-bidi: bidi-override;
      direction: rtl;
      display: inline-block;
      position: relative;
      -webkit-transform: translate(0, 3px);
      -moz-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
      -o-transform: translate(0, 3px);
      transform: translate(0, 3px); }
      .search-results .search-result .result-metadata .rating span {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('/wps/wcm/connect/03c477a1-ec18-4fa1-a2d9-ae49ae0cca69/searchresults-star-inactive.png?MOD=AJPERES&amp;CACHEID=03c477a1-ec18-4fa1-a2d9-ae49ae0cca69');
        text-indent: -999em;
        overflow: hidden; }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .search-results .search-result .result-metadata .rating span {
            background-image: url('/wps/wcm/connect/920af8df-e3e4-47d3-bde6-7ef71d510114/searchresults-star-inactive%402x.png?MOD=AJPERES&amp;CACHEID=920af8df-e3e4-47d3-bde6-7ef71d510114');
            background-size: 18px 18px; } }
      .search-results .search-result .result-metadata .rating span.active, .search-results .search-result .result-metadata .rating span.active ~ span {
        background-image: url('/wps/wcm/connect/6a5b4119-c4e7-4056-bc3d-6f7143252298/searchresults-star-active.png?MOD=AJPERES&amp;CACHEID=6a5b4119-c4e7-4056-bc3d-6f7143252298'); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .search-results .search-result .result-metadata .rating span.active, .search-results .search-result .result-metadata .rating span.active ~ span {
            background-image: url('/wps/wcm/connect/a2d6867f-534f-4d04-b8cd-edb48a05795a/searchresults-star-active%402x.png?MOD=AJPERES&amp;CACHEID=a2d6867f-534f-4d04-b8cd-edb48a05795a');
            background-size: 18px 18px; } }
  .search-results .pagination-nav {
    margin-top: 30px;
    text-align: center; }
    .search-results .pagination-nav ul {
      display: inline-block;
      list-style-type: none; }
      .search-results .pagination-nav ul li {
        display: inline-block;
        padding: 0 4px; }
        .search-results .pagination-nav ul li a {
          text-decoration: underline;
          color: #494A4F; }
    @media screen and (max-width: 767px) {
      .search-results .pagination-nav {
        display: none; } }
  .search-results .pagination-dropdown {
    display: none; }
    @media screen and (max-width: 767px) {
      .search-results .pagination-dropdown {
        display: block; } }

.request-code {
  font-size: 17px;
  color: #fff;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .request-code {
      font-size: 14px;
      right: 8px; }
      .request-code br {
        display: none; } }
  .request-code a {
    color: #fff;
    text-decoration: underline; }
  .request-code-step {
    width: 300px; }
    @media screen and (max-width: 767px) {
      .request-code-step {
        width: auto;
        font-size: 14px; } }
    .request-code-step .duo input {
      width: 140px; }
      @media screen and (max-width: 767px) {
        .request-code-step .duo input {
          width: 46%; } }
      .request-code-step .duo input.request-code-next {
        float: right; }
    .request-code-step input[type=text], .request-code-step input[type=email], .request-code-step select, .request-code-step textarea {
      -webkit-box-shadow: 0 0 1px #E77C22;
      -moz-box-shadow: 0 0 1px #E77C22;
      box-shadow: 0 0 1px #E77C22; }
      .request-code-step input[type=text] :-moz-placeholder, .request-code-step input[type=email] :-moz-placeholder, .request-code-step select :-moz-placeholder, .request-code-step textarea :-moz-placeholder {
        color: #E77C22; }
      .request-code-step input[type=text]:-ms-input-placeholder, .request-code-step input[type=email]:-ms-input-placeholder, .request-code-step select:-ms-input-placeholder, .request-code-step textarea:-ms-input-placeholder {
        color: #E77C22; }
      .request-code-step input[type=text]::-webkit-input-placeholder, .request-code-step input[type=email]::-webkit-input-placeholder, .request-code-step select::-webkit-input-placeholder, .request-code-step textarea::-webkit-input-placeholder {
        color: #E77C22; }
    .request-code-step .indent {
      margin-left: 20px; }
    .request-code-step .radio input[type=radio], .request-code-step .checkbox input[type=checkbox] {
      margin-top: 4px;
      margin-left: 0; }

.quick-form {
  display: none; }
  .quick-form.active {
    display: block; }

@media screen and (max-width: 767px) {
  .quick-form.hero .hero-content {
    vertical-align: top !important; } }

.modal {
  background-color: rgba(103, 105, 111, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  display: none; }
  .modal.active {
    display: block; }
  .modal .modal-wrapper {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: white;
    margin: 0 auto;
    float: none;
    padding: 40px 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal .modal-wrapper {
        margin: 0 12px; } }
  .modal h1 {
    font-size: 27px;
    margin-bottom: 15px; }
  .modal input[type=text], .modal input[type=email], .modal textarea {
    -webkit-box-shadow: 0 0 1px #67696F;
    -moz-box-shadow: 0 0 1px #67696F;
    box-shadow: 0 0 1px #67696F; }
  .modal .radio {
    padding-left: 12px; }
    .modal .radio input {
      margin-top: 2px;
      margin-left: 0; }
  .modal .checkbox {
    padding-left: 12px; }
    .modal .checkbox input {
      margin-top: 3px;
      margin-left: 0; }
  .modal .languages-wrapper {
    margin: 20px 0 10px 0; }
    .modal .languages-wrapper:before, .modal .languages-wrapper:after {
      content: "";
      display: table; }
    .modal .languages-wrapper:after {
      clear: both; }
    .modal .languages-wrapper .languages {
      width: 100px;
      padding-top: 10px;
      float: left; }
    .modal .languages-wrapper .form-group {
      float: left; }
      .modal .languages-wrapper .form-group label {
        margin-bottom: 6px; }
  .modal .btn {
    width: 100%; }
  .modal .modal-close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #CFCDCD;
    top: 12px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: border-color, 0.2s;
    -moz-transition: border-color, 0.2s;
    -o-transition: border-color, 0.2s;
    transition: border-color, 0.2s; }
    .modal .modal-close-btn:hover {
      border-color: #AEAEAE; }
    .modal .modal-close-btn:before {
      content: "";
      width: 2px;
      height: 14px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #494A4F;
      position: absolute;
      left: 9px;
      right: 0;
      top: 3px;
      bottom: 0;
      display: block; }
    .modal .modal-close-btn:after {
      content: "";
      width: 2px;
      height: 14px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #494A4F;
      position: absolute;
      left: 9px;
      right: 0;
      top: 3px;
      bottom: 0;
      display: block; }

.microsite-form-step {
  padding-top: 15px;
  display: none; }
  .microsite-form-step h3 {
    margin-top: -15px; }
  .microsite-form-step.active {
    display: block; }

.microsite-hero {
  background-position: 50% 50%;
  background-size: cover;
  height: 575px;
}

.microsite-hero .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.microsite-hero-content {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.microsite-hero-content-container {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  height: auto;
  margin: 15px;
  padding: 30px 30px 36px 72px;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .microsite-hero-content-container {
    padding: 37.5px 15px 15px 15px;
    margin: 15px auto;
  }
}

.microsite-hero-callout {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.microsite-hero-callout-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
  max-width: 400px;
  color: #fff;
  background-color: #E77C22;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
}

.microsite-hero-callout-box-image {
  max-width: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.microsite-hero-callout-box-image img {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.microsite-hero-callout-box-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0%;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

.microsite-hero-callout-box-content span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.microsite-feature {
  padding: 0;
  position: relative;
  width: 100%;
}

.microsite-feature-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .microsite-feature-bg {
    height: 30vh;
    position: relative;
    background-position: 25% 50%;
  }
}

.microsite-feature .container {
  padding: 0;
  top: 0;
  height: 100%;
}

.microsite-feature .panel {
  width: 45%;
  float: right;
  height: 100%;
}

.microsite-feature .panel .intro {
  padding: 0 20px 20px 60px;
}

.microsite-feature .panel .intro p {
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .microsite-feature .panel .intro {
    padding: 0 20px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .microsite-feature .panel {
    width: 100%;
    top: 100%;
    float: none;
    position: relative;
  }
}

.microsite-feature .tile-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.microsite-feature .tile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background-color: #34537E;
  font-size: 15px;
  width: 100%;
  min-height: 200px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
}

.microsite-feature .tile-image {
  max-width: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.microsite-feature .tile-image img {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.microsite-feature .tile-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0%;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

.microsite-feature .tile-content span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.microsite-feature .tile:not(:last-child) {
  margin: 0 0 5px 0;
}

/**
 * Helpers, Print & Utilities
 */
.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }

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

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

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

.hidden {
  display: none !important;
  visibility: hidden; }

.margin-bottom-30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .margin-bottom-30 {
      margin-bottom: 15px; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .nav-wrapper, .arrow-box, .language-select, .search-wrapper {
    display: none; }
  .header-logo {
    float: left;
    width: 194px;
    height: 60px;
    margin-top: 15px; }
  .header-logo a {
    display: block;
    width: 194px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url('/wps/wcm/connect/e7d64e25-1693-4aeb-ae2d-0239de5d9581/mast-logo.png?MOD=AJPERES&amp;CACHEID=e7d64e25-1693-4aeb-ae2d-0239de5d9581') !important; }
  .thoughtwire-nav, .article-comment-form, .article-comment, .article-share, .article-more-on-this-topic {
    display: none; }
  .tab-panel .tab-pane {
    display: block; }
  .article-more-on-this-topic + .thoughtwire-tiles-wrapper {
    display: none; }
  .article {
    margin-top: 0; }
  .white-section {
    padding: 0; } }

@media screen and (max-width: 767px) {
  #grid[data-columns]::before {
    content: '1 .column.size-1of1'; } }

@media screen and (min-width: 768px) {
  #grid[data-columns]::before {
    content: '4 .column.size-1of4'; } }

.size-1of1 {
  width: 100%; }

.size-1of4 {
  width: 25%; }

.column {
  float: left; }

.thoughtwire-tile {
  float: none;
  padding: 15px 15px;
  width: auto; }

.right-tiles .tile-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}

.right-tiles .tile {
  border-radius: 6px;
  border: 4px solid #CCD7D2;
  flex-shink: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0%;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%;
  min-width: calc(100%/3 - 36px);
  max-width: 50%;
  margin: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-tiles .tile-content {
  color: #3F4045;
  padding: 20px;
}

.right-tiles .tile-content h3 {
  color: #6F8F81;
  font-size: 18px;
  font-weight: 600;
}

.right-tiles .tile-cta {
  border-radius: 0 0 5px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f5f4;
  min-height: 60px;
}

.right-tiles .tile-cta a {
  text-align: center;
  padding: 0 12%;
  color: #6F8F81;
  font-weight: 600;
}

.featured-tiles .tile-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}

.featured-tiles .tile {
  overflow: hidden;
  border-radius: 6px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: calc(50% - 36px);
      -ms-flex-preferred-size: calc(50% - 36px);
          flex-basis: calc(50% - 36px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featured-tiles .tile-content {
  color: #fff;
  padding: 20px;
  margin-top: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 0%;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%;
  min-height: 150px;
  width: 100%;
  background: rgba(68, 109, 167, 0.93);
}

.featured-tiles .tile-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.featured-tiles .tile-content a {
  color: #fff;
  text-decoration: underline;
}

.featured-tiles .tile-label {
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0 0 6px 0;
  display: inline-block;
  background-color: rgba(229, 232, 233, 0.9);
  position: absolute;
  padding: 0 15px;
  line-height: 30px;
}

.featured-tiles .tile.featured {
  -webkit-flex-basis: calc(50% - 40px);
      -ms-flex-preferred-size: calc(50% - 40px);
          flex-basis: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .featured-tiles .tile {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 9px 0;
  }
}

@media screen and (max-width: 767px) {
  .featured-tiles h1 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .right-tiles .tile-cta a {
    padding: 0 10px;
  }
}

.right-tiles .tile.featured {
  -webkit-flex-basis: calc(50% - 40px);
      -ms-flex-preferred-size: calc(50% - 40px);
          flex-basis: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .right-tiles .tile.featured {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .right-tiles .tile {
    min-width: 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.right-tiles.solutions .tile:nth-child(-n+2) {
  -webkit-flex-basis: calc(50% - 40px);
      -ms-flex-preferred-size: calc(50% - 40px);
          flex-basis: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .right-tiles.solutions .tile:nth-child(-n+2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.solution {
  font-size: 20px;
}

.solution h1 + .row {
  margin-top: 40px;
}

.solution .col-md-9 {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .solution h1 {
    font-size: 26px;
  }
  .solution .col-md-3 {
    text-align: center;
  }
  .solution .col-md-9 {
    padding: 30px;
  }
}

h1.green.arrows {
  color: #6B8C7F;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  h1.green.arrows {
    margin-top: 15px;
    padding-left: 45px;
  }
}

h1.green.arrows:before {
  content: "";
  width: 48px;
  height: 34px;
  left: 0;
  top: 7px;
  background-image: url(/wps/wcm/connect/5e5e9d5d-b823-4912-b7bc-35e8ee782d5d/green-arrows.png?MOD=AJPERES&amp;useDefaultText=0&amp;useDefaultDesc=0);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  h1.green.arrows:before {
    background-image: url(/wps/wcm/connect/fb2d3b91-a832-46a1-8df6-37981d627a9a/green-arrows-2x.png?MOD=AJPERES&amp;useDefaultText=0&amp;useDefaultDesc=0);
    background-size: 48px 34px;
  }
}

@media screen and (max-width: 767px) {
  h1.green.arrows:before {
    top: 3px;
    background-size: 36px 25px;
    background-repeat: no-repeat;
  }
}